Phuzz's Forum Posts

  • > and dankhan

    >

    > Let me know if you continue to have problems. I built several examples with beta 4.32.76.5 and tried on nexus 4 & nexus s and everything is working for me.

    >

    > is right, xdk signs and zipaligns the apk. You just need to submit to store.

    >

    Thanks InteliRobert and ALI3D69. I've managed to get the beta option now but I still get the white screen when running the APK. I really cannot figure out what could be causing this.

    Dan

    Today everything was working fine for me, after I updated to the latest version of XDK 0505 I started getting the white screen problem, I have noticed also that app went down from 18 mb to 16 mb, seems like a problem in this version of XDK.

    Edit: I tried again using the Beta Code Base and problem was solved, now application is working perfect including lock orientation. P.S: I haven't implemented audio to my app yet.

  • > When you build with Crosswalk, make sure you click the 'canary' version in the build dialog. that will lock your orientation to the one you specified on construct

    >

    Thanks a bunch. That worked.

    Is this done through the XDK Crosswalk? I cannot find "canary" version there, and on the crosswalk project website I downloaded the Canary-Arm build but seems a bit complicated for my skills to compile apk in that way. My coding skills are just pre-beginner.

  • Intel® Integrated Native Developer Experience, would this be an alternative for Intel XDK for ARM devices?

    Based on features seems promising, but maybe i am misunderstanding....

    http://software.intel.com/en-us/intel-inde

  • Any updates to Locking Orientation?

  • Finally got this sorted out, I will post a capx soon incase anyone might need it.

    <img src="smileys/smiley17.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
  • I have been trying to do this since a while, most I have achieved with my simple C2 skills is a buggy transition.

    What I want is:

    Four slots,

    A - B - C - D

    four are overlapped with the same instance.

    When Instance is dragged from A to B, A becomes empty and Instance in Position B snaps to Position A. Just a simple Drag and drop but without overlap.

    If Dragging Instance on A towards D, B goes to A, C goes to B, D goes to C, then drop Instance at D. Sam idea as if you are arranging icons on your desktop.

    I couldn't find an example in the forums. Please if you can help let me know.

    Thank you

    Thanks