Josek5494's Forum Posts

  • Looks amazing. Can't wait to try it.

    Thanks! Working on it!

  • This looks very nice and easy to use. I would definitely try it when it comes out.

    Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Good.

    That is a kind of Intel XDK, already works for Android, when you can try .. ??

    Thank you.

    A greeting.

    Yeah it has the most important features working: creating and administrate Cordova projects, plugins, build apk's for Android...

    I don't know for now the launch date but not far i think. I'll keep working to make it usable in OSX to compile for iOS too.

  • Cordova Builder

    Description:

    Currently i'm developing an utility to make the Cordova part easier to edit, store and build your projects to mobile apps.

    It's a Java made GUI (currently only in .exe for Windows to compile for Android) so to use it you need a JDK installed in your system,

    apart from the tutorial that you need to follow to install the environment (Cordova official guide):

    https://cordova.apache.org/docs/en/latest/guide/cli/index.html#installing-the-cordova-cli

    Of course you will need to have Android Studio and some Android SDK's, with the environment variables

    setted in your system. Once you can create a project successfully with the command prompt, the GUI will work perfectly.

    If this post have a good feedback i will launch it, with some nice tutorials and videos.

    And the OSX version to compile for Android/iOS is on the way too!

    Do you think people this is a good idea? If you're a newbie that doesn't know how to use the Cordova command prompt,

    this will help you. And if you're an expert building mobile webapps, this will make the things easier.

    Some screenshots:

    Thanks for reading!

  • Hi Josek,

    Thanks for the plugin, I did buy it.

    The only thing missing is when you click a marker this action cannot be read by Construct 2.

    Is there any plan to make this action possible?

    Thanks

    Boredbash

    Now i can't make it because i'm so busy finishing my studies, but i made a workaround for that some time ago.

    Just place the event On marker clicked and in the parameter, set the expression of the plugin called markerClicked. Then inside that event you can check the value of the expression, to see what marker was clicked. Some screenshots:

  • Open Street Maps — Now for sale in the Scirra Store!

    https://www.scirra.com/store/construct2-plugins/open-street-maps-3286

    <p>Use the OSM or Leaflet api in your C2 projects. You can work with a map adding custom markers, paths, routes...</p><p>This plugin works internally with:</p>

    Use this topic to leave comments, ask questions and talk about Open Street Maps

  • Hi everyone!

    I'm trying to make an association between my app and a file type format (.kml) to let the user choose my app to open it and retrieve the content of it inside my code. I tried with some tutorials and Cordova plugins, like for example: https://www.npmjs.com/package/cordova-file-association It's supposed to be easy: first some additions to the manifest, an event handler in your code and installing the Cordova plugin (In Intel Xdk in my case). No positive results yet, my app doesn't show up in the widget and the device says there's no app to open that file type. Any advice for this?

    Thanks a lot!

  • Solved already! Thanks!

  • If you use the 'Sort' action on the array, it will sort by whatever is in the first column - so you should be able to go ahead and use 'Sort'

    I tried it, selecting Y, but it sorts all the columns separately for me and takes all the information on the rows out of it place...

  • Hi everyone!

    I'm trying to sort a kind of "big" C2 bidimensional array with 6 x cells and dynamic y cells like:

    150, cell01, cell02, cell03, cell04, cell05

    50, cell11, cell12, cell13, cell14, cell15

    300, cell21, cell22, cell23, cell24, cell25

    ...

    I want to sort it ascending by the first number of each row like:

    50, cell11, cell12, cell13, cell14, cell15

    150, cell01, cell02, cell03, cell04, cell05

    300, cell21, cell22, cell23, cell24, cell25

    ...

    Can someone brings me some help? Thanks

  • Cordova Dropbox V2 — Now for sale in the Scirra Store!

    https://www.scirra.com/store/construct2-plugins/cordova-dropbox-v2-3176

    <p>This plugin let's you use the new Dropbox V2 Api with Oauth2. Features an easy login and nice actions, events and expressions. It needs cordova-plugin-inAppBrowser to work correctly.</p>

    Use this topic to leave comments, ask questions and talk about Cordova Dropbox V2

  • Guys, I'm currently trying to install sdk, but the documentation provided by one signal is abit confusing. Can anyone help me out a little bit?

    This is the link I'm using

    https://documentation.onesignal.com/doc ... -xdk-setup

    I'm currently stuck at 2. Add required code

    I do not know where should I paste the script to, can anyone please tell me?

    That is not neccesary for us. All the code steps are inside my plugin.

  • Josek5494

    Hi there, nice plugin you have there! May I know is it possible to send a push notification to one specific user with your plugin??

    Yeah you need the unique user id and the post notification action. Sincerely i didnt test it yet but i know some buyers did it with success.

  • Josek5494

    Final Update on the problem and good news: It is fixed and it is NOT a Problem with your Plugin!

    The reason why it wasn´t working is kinda simple. After tinkering around a bit I remembered someone mentioning that the "Minify script" option caused a problem in a plugin for him. So I disabled this when exporting and... boom! It´s working. That probably explains why it works for some people and doesn´t for some other.

    I´m happy now, 5 Stars for your plugin

    Thanks for those good news! ^^ Good luck with your projects!

  • Hello,

    I´ve tried the plugin out but it seems I´m running into the same problem as other people in the older thread, where it doesn´t do anything. So I get no success or error messages.

    First question: Should the plugin already work within the construct preview? I suspect not, right?

    Anyway, my steps:

    • Events (I also tried app invite and other)
    • Exported to cordova
    • Added app name and id as edescamps described
    • Build with phonegap without any trouble, the app was also signed
    • Installed on my android device (6.0.1)

    Neither the success nor the error fires.

    edescamps Could you pls provide a simple .capx that works for you, so I can try and build the same .capx and see what happens.

    Josek5494 Tagged for awareness

    Thanks and Cheers

    I think you need a hash generated starting from your app id. I don't know much about it because i only developed the plugin and another guy tested it, but i find some examples and documentation:

    https://github.com/jeduan/cordova-plugin-facebook4/blob/master/docs/TROUBLESHOOTING.md#no-reply-from-login

    http://stackoverflow.com/questions/19619317/generate-a-key-hash-for-facebook-apps-in-android

    https://developers.facebook.com/docs/android/getting-started?locale=en_GB#release-key-hash

    Hope it helps!