NRABrazil's Forum Posts

  • tap

    Certainly, helps me alot! Thanks again!

    And please explain me the function of "Add to media cache" action. My doubt is because, like I know, in C2 this is done automatically by the browser with the use of an APPCACHE file, we do not need to cache media files directly.

  • tap

    Well, what I am trying to do is furnish to user of an app I am developing the option to choose from images directly in their mobiles. And for what I know this is achieved by your camera commands. How do you said than are developing it too, do you have some schedule for it?

    Thanks

  • "Oh My God" how stupid am I!!!

    Big thanks ramones!

    Today is not my "code day" and I spent some great time trying to figure this out.

  • Hi all,

    I am trying to fill a Dictionary object with the AJAX.LastData of a file created in Dictionary format, but with no results.

    Anybody can help me?

    There are the .capx and the .json

    AJAX to JSON

    Default.json

  • Hi tap

    I am following too your initiative for helping us to better use C2 in appmobi environment, and how I am trying to use the javascript API camera commands, without sucess until now, I want to ask your help.

    I am using a C2 plugin called CallJS, which connects C2 with JS scripts, so I saved the following code in a .js file, which I called from my C2 code.

    document.addEventListener("appMobi.camera.picture.add",onSuccess);

    document.addEventListener("appMobi.camera.picture.busy",onSuccess);

    document.addEventListener("appMobi.camera.picture.cancel",onSuccess);

    function PicImgs()

    {

         AppMobi.camera.importPicture();

    }

    function onSuccess(evt) {

    if (evt.success == true)

    {

        return AppMobi.camera.getPictureURL(evt.filename);

    }

    else

    {

        if (evt.message != undefined)

        {

            alert(evt.message);

        }

        else

        {

            alert("error capturing picture");

        }

    }

    }

    After being compiled in XDK and installed, the result APK, in a Genesis Tab, as result I can open the native folders and pick some of the images in there, but not receiving the picture URI to use in C2.

    And in this link you can find the .capx the CallJS plugin and the .js script, if you want to try.

    dl.dropbox.com/u/18104402/calJS.zip

    Can you help me? Thanks in advance!

  • Waiting too <img src="smileys/smiley36.gif" border="0" align="middle" /> <img src="smileys/smiley36.gif" border="0" align="middle" /> !!!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thanks Pode

  • Hi chrisbrobs

    Great news!

    But please, ask me something! The left and right photo you said are taken/generated by a 3D system?

    Thanks

  • Ubivis

    Shame of me, <img src="smileys/smiley9.gif" border="0" align="middle" /> <img src="smileys/smiley9.gif" border="0" align="middle" /> <img src="smileys/smiley9.gif" border="0" align="middle" /> I am getting older

  • Pode,

    Excuse again, but I cannot start C2 with your plugin, like you can see in the following error message.

    <img src="https://dl.dropbox.com/u/18104402/pode_1.jpg" border="0" />

  • Excuse me pode I do not saw the ramones reply.

  • FF 14.0.1

    <img src="https://dl.dropbox.com/u/18104402/pode.jpg" border="0" />

    I just enter in your Demo site and test it

  • Pode,

    How much time to finish the "working" for the faces, because when I try here, with FF, Chrome and Opera, it stays "working" and do not stop.

  • Hi Ashley,

    Well I did not know that, thanks anyway.

  • Hi all,

    Great news for those who desperately want a solution for simple audio issue, in IOS/Android use!

    tap, an Appmobi representative, developed a appmobi plugin

    appmobi-plugin which play multiples sounds simultaneously.

    I did a test, for Android, with the demo he furnished, and it works! In fact there are a error, because he used C2 buttons objects, and there are a knowed issue, in Appmobi, with C2 buttons objects. Besides that, it works! Try it yourself here.Appmobi Audio Demo APK