CopperCircle

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 62 total)
  • Author
    Posts
  • in reply to: Android Permissions #11088

    CopperCircle
    Participant

    On Android and iOS I normal create a hidden folder using the dot in front (.myfolder) on Android this is normally in the root of external storage, on iOS you can have trouble getting your app through iTunes review depending on where you store data and how much you store, they dont like you storing lots in the Documents directory as that is part of the default iCloud backup, so I use NSCachesDirectory.

    I created modules for my specific needs on Monkey1 and slight modified brl/filesystem module to get it to work on both platforms correctly, I will try and post the modules if helpful.

    in reply to: Android Permissions #11039

    CopperCircle
    Participant

    Yes unfortunately you have to add it to the target, I haven’t found anyway of of creating the delegate on the fly.

    in reply to: Accelerometer class with low pass filter #11034

    CopperCircle
    Participant

    Nice thanks.

    in reply to: Android Permissions #11033

    CopperCircle
    Participant

    Hi, yeah just a delagate and callback for the response

    in reply to: Android Permissions #11026

    CopperCircle
    Participant

    HI, if you are building for Android SDK 23+ you have to request permissions from the user not just in the manifest.

    This is the java module code I created for Monkey1 to deal with this:

    in reply to: Using external libraries. #10691

    CopperCircle
    Participant

    Hi, take a look at other modules that use c libs:

    http://monkeycoder.co.nz/forums/topic/tinyaes-wrapper/

    in reply to: MojoX responsive Pushbutton? #10607

    CopperCircle
    Participant

    Thanks

    in reply to: MojoX responsive Pushbutton? #10592

    CopperCircle
    Participant

    Is it possible to set a pushbutton label text to wrap?

    in reply to: tiny AES module #10591

    CopperCircle
    Participant

    Nice job!

    in reply to: Emscripten: 'em++' is not recognized #10570

    CopperCircle
    Participant

    @hezkore, looking at your emsdk log looks like you need git installed to get the latest tagged release, git is install on my machine and it updates to 1.37.9 fine.

    in reply to: Emscripten: 'em++' is not recognized #10541

    CopperCircle
    Participant

    I doubt you need Java and I am running the latest itch.io M2 release v1.1.07, I also have the latest Emsdk with emscripten 1.37.9, I see yours is 1.37.1

    in reply to: Emscripten: 'em++' is not recognized #10539

    CopperCircle
    Participant

    I dont get those warnings so maybe the Emsdk install is not happy, this my result:

    em++ -v
    emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 1.37.9
    clang version 4.0.0 (emscripten 1.37.9 : 1.37.9)
    Target: x86_64-pc-windows-msvc
    Thread model: posix
    InstalledDir: C:\emsdk-portable\clang\e1.37.9_64bit
    INFO:root:(Emscripten: Running sanity checks)

    in reply to: Emscripten: 'em++' is not recognized #10536

    CopperCircle
    Participant

    I had that error until I ran “emsdk activate –global latest” from admin command prompt from within the emsdk-portable folder.  Then I added mserver-v86c to the monkey2 devtools folder.

    in reply to: Emscripten: 'em++' is not recognized #10534

    CopperCircle
    Participant

    I just installed Emscripten on Windows10, I had to run Command Prompt as Administrator to run ’emsdk activate –global latest’ which setup all the env stuff.

    Then rebuild all the modules with Emscripten enabled.

    in reply to: Ted2Go IDE #10487

    CopperCircle
    Participant

    Ted2Go is coming along nicely! is Folding still on the roadmap?

Viewing 15 posts - 16 through 30 (of 62 total)