BinaryPanda's Forum Posts

  • The original issue was filed as a bug here:

  • Using the Browser object Is there a way in Construct to force a web link that has been clicked on to open in a new tab rather than a new window?

    Seem to be having an issue in Chrome where the link is popping up in a new separate window rather than just being attached as a tab to the current browsing window.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Just added the 'ScirraArcade' object for Hi-Scores.

  • Also put a little playable version on the Facebook Page, where you can see other games and stuff. Any likes appreciated <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    https://www.facebook.com/BinaryPandaGames/

    https://apps.facebook.com/spaceboompanda/

  • Thanks for taking a look

  • Anybody feel like giving this a play in the Arcade?

    https://www.scirra.com/arcade/action-ga ... boom-10530

  • Thanks. There's some IAP in there, but you don't need it to start playing, only if you like it and want to play more. People really don't seem to want to pay upfront for certain types of games.

  • The icon still shows it as the "Windows 8" object though in construct (at least in my version) which is why I have referred to it as such

  • Problem Description

    Exporting a Windows 10 universal app and running in Visual Studio with Test mode set to yes on the Windows 8 object works fine. Switch Test mode to "No" and the app crashes at run time in VS

    Seems it might be related to this bug report:

    Attach a Capx

    Any project that uses the Windows 8 object for a windows store action, typically for IAP

    Steps to Reproduce Bug

    • Export project as Windows 10 Universal
    • Load the exported solution in VS
    • Proceed to run it

    Observed Result

    Expected Result

    The app should run as it does when you have exported with test mode set to "Yes"

    Operating System and Service Pack

    Windows 10 x64 version 1607 OS Build 14393.10

    Construct 2 Version ID

    Construct 2 r233

  • And I dont know if this is a bug, but exporting with Test mode it runs fine in VS

    However turn off test mode, export and run in VS produces this error.

  • Excellent, yes I see that the test state is now working.

    I have one question though, how do you edit the purchases that are available to test without an equivalent WindowsStoreProxy file so that you can set those prospective purchases to active?

    Before in the Windows 8.1 universal export the file WindowsStoreProxy.xml was available to add in these IAP's. Without this I am always getting a return of "purchase finished but product not active"

  • Having a few issues and would like to know if the "windows 8" objects functions actually work with "Windows 10 Universal" Export? Or I need to drop back the export to 8.1 Universal.

  • Anyone have any idea on this?

    I have been trying to test a Windows 10 in app purchase.

    I have used the Windows 8 object (believe its used for windows 10 too) for the IAP calls, have set the Microsoft dev store up correctly, built and compiled it so that it runs in VS and installed as a sidebar app on my desktop computer.

    All settings on the Windows 8 object have been set to yes. Test,about,support,privacy.

    All the information I have found suggests that I should have the following files, but they are missing from the exported location.

    WindowsStoreProxy.xml

    about.html

    privacy.html

    support.html

    The project is exported as a Windows 10 Universal project. I do however get the above files if I export as Windows 8.1 Universal project.

    I believe from what I read I need the "WindowsStoreProxy.xml " file to alter and be able to enable the testing process?

    What might help is anyone who knows the exact process of where to run the app from so that you can test the IAP process etc? or any step i might be missing or doing incorrectly.

    After the app is run as a sidebar app on the Desktop computer there is no response when clicking on the purchase buttons, and nothing to suggest its working or not.