0 Members and 2 Guests are viewing this topic.
Yes, this prerelease works only on OS>=3.2! I didn't think anybody still uses OS 3.1. Is there a special reason that you still use it? Because I'm not sure if I should still support OS3.1
3.1! Great! I found a bug: when I launch the script and I modify it by removing a character, the application makes an error:991: attempt to index field '?' (a nil value)
LDStudios: Those libraries are in the guide in the editor.
Very nice (I summed it up on tiplanet, btw)
Also, it crashed (line 2327 : attempt to index field '?' a nil value) when I tried to copy a part of the code I selected.
Why don't you just enable the errorHandler, by the way, for "releases" ? (I don't recommend enabling it while writing/debugging, though ^^)
-Custom Libraries, with Adriweb's Better Lua API as a built in library. Also the ability to add other libraries of your own.
-Ability to click the X in the top right of the customize box-Ability to mark check boxes with cursor as well as buttons
-The application that runs the script didn't work for me until I clicked on the page, after the first time it worked fine
-Ability to save custom themes
Also, how did you use ctrl+M to select the line?
Quote from: LDStudios on July 08, 2014, 09:06:38 pm-Ability to save custom themesIndeed, it works fine on the emulator but doesn't on the handheld. The problem seems to be that var.recall apparently doesn't work in the first call of on.activate. I hate that TI doesn't mention such things in their guide and have such differences between emulator and handheld... I'll try to find an other suitable event for initialization that fits all needs then...