septeven's Forum Posts

  • george

    It's a general question - I don't really want to answer to this kind of question - If you know how to get data from your database, so then you just have to fill the listbox with these datas.

  • Savvy001

    Sounds like a 'general' question though ;)

    Let me know if it helps ... ?

  • Savvy001

    About the awesomium issue, it sounds like awesomium doesn't support it yet. The thing is I don't really know how awesomium works, but I guess that's why my combobox doesn't work when you export to this support.

    I should keep tuned about this. Don't hesitate to get back here to remind me.

  • Savvy001

    OK, let me know if this is what you're looking for...

  • Savvy001

    OK, from what I saw, you try to compare the id of a line (which is a incremented number dynamically generated at runtime) with the sprite.Name, (which is the text what the user typed in the textbox),

    you understand that's not possible, true?

    So, I'll try to take more time tomorrow to understand what you try to do, but your event sheet is really big.

    So please, just explain me a little bit more what you try to do with the comboBox.

    Thanks.

  • Savvy001

    Are you trying to compare the ID of a line with a text ? If so, it's just impossible.

    In the same time, could you just provide me a capx please.

  • WildShroom

    The tool is done and works but I don't release it for the moment since it has to be solid for a public release.

    Stay around though, I'll announce here.

    Thanks for your interest ;)

  • Savvy001

    What about comparing two values ?

    ComboBoxListBox.getTextSelected = "Item 2"

    I'll see what can I do though (just not now because I can't spent time currently on any of my plugins).

    About the bug with awesomium, I'm gonna check this and hopefully I'll be able to provide a fix soon.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes mine uses jQuery, specially iScroll which uses it a lot...

  • NRABrazil

    You'll have to wait for a solution till I can check this since I'm totally busy at this time.

    Be sure I don't forget you though.

    Sorry.

  • I've already provided a capx here

  • NRABrazil

    OK I haven't got the time to test it since I've developed this version. It may contains some bugs.

    I think I'm gonna totally recode iScroll in future as well.

    Also, I didn't adapt this version with the new C2 SDK. It should works though.

    (Basically, I didn't change anything since I made this version, I don't have the time sorry.)

    Let me know if you occur some bugs.

    [Changelog V 1.2]

    [Add] - condition On swipe Left - On Swipe Right (touch only).

    [Add] - condition On Any line clicked.

    [Add] - expression getActualElementID.

    [Add] - expression getScrollingPosition.

    [Add] - action Scroll To Y.

    [Add] - property z-index.

    [Change] - The iScroll plugin is now listed in the iPhone/mobile category.

    [Change] - Properties are displayed by group.

    [Fix] - a bug with the touch plugin.

  • NRABrazil

    Give me few days to release it :)

  • I think you can't since the sprite are drawn directly in the canvas.

  • Joannesalfa

    It means that the location was impossible to determine.

    Basically, at runtime, the google map is centered on lyon (because in the object's properties, the latitude and longitude has been settled to Lyon). To display where you're located, you have to locate in a first time (by action), then centered the map to longitude and latitude (by expression).

    I should definitely add this in a native way. Maybe I'm not clear, so I'll post an example tonight.

    Thx for testing it.