septeven's Forum Posts

  • Hey thanks!

    Unfortunately, it doesn't work. It's not really stable, and all textboxes, buttons, don't follow the scroll correctly.

    Also, the app on iphone (I convert my html5 in IPA with sentenza for ios) doesn't display correctly (the layout is shifted on the left... but my scrolling is only in Y axis)

    I think I'm clear...:/

    Is there no way to have a simple navigation by touch in a layout bigger in Y than the project height?

    Thx

  • hey I've got this message too.

    But I don't use Phonegap, I export in html5 and then convert it into IPA with Sentenza.

    I just tried to reinstall the R67 but this message continues to be displayed...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Both, it will be really cool to put these functions to the textbox plugin ...`

  • Yes that's the same for editboxes...

    It would be really usefull to fix it please

  • Hi,

    Is there a way to make a scrolling for ios, using touch object ?

    I mean, I try to have a window size of 922x640 (resolution for iphone) and a layout size of eg.1950x640. My goal is to navigate into the layout using the finger on screen thanks to touch object...

  • Windows 7 x64PRO - sapphire radeon hd4850 1GO

    My project is composed of 4 layouts (duplication from one), then I added 3 new eventsheets which are assigned to each layouts.

    When the evensheets are named as default, it's okay.

    But if you rename an eventsheet and try to open the layout (which is linked with this eventsheet), C2 directly crashes...

    Hope I'm clear :)

  • I'm sorry to be insistent, but I didn't figure out this problem.

    Somebody would have any idea

  • hi, the link is dead, can you fix it please

    thx

  • Hey, finally, it doesn't work as well as I wish.

    eg. when the number is "12.88", it works, but if it's "12.80", the result with the "round" function is "12.8"....

    An idea ?

  • It works well ! Thank you guy

  • That's a good new so.

    About ini, it's surely an obsolete format but I think it's really the easier way to write in a file. Maybe I'm wrong and I'm going to look after some informations about webstorage right now.

    Thank you both guys

  • Thanks. I see what you mean, but I do like have true plugins for it instead of have to use some tricks.

  • Hi all,

    I'm a new user of C2, usually use clickteam products (Multimedia Fusion)

    I'm not specially interested by game but in application making. I do mainly personal apps in order to be used on computer and ios devices.

    My question is, is it planned to develop more functions for application making, I mean as radio button, combo box, ini or files writing/reading, popup window, etc. ?

    Thanks for answering

  • Hi,

    I wonder how to have only two (or less/more) digits after a "." (eg. 0.38)

    I was thinking I could use "Left" expression, but it couldn't work at all times, eg. for 6digits number as well as a 4digits number...

    Is it possible to define the number of digits after a "."?

    Thanks for helping

  • thanks a lot.

    I tried float() as well. But works only with ".", not ","

    It's not a problem, but is there a solution to recognize "," as a dot ?

    thanks.