316
General Calculator Help / Re: Tilp isn't working!
« on: September 08, 2012, 06:15:07 pm »
Try running TiLP as root, should do the trick. (sudo tilp)
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 316
General Calculator Help / Re: Tilp isn't working!« on: September 08, 2012, 06:15:07 pm »
Try running TiLP as root, should do the trick. (sudo tilp)
317
Art / Re: General purpose art thread« on: September 06, 2012, 08:18:27 am »What do you think about that ? Better than my last attempt ? 318
Computer Projects and Ideas / Re: OS Disks« on: September 06, 2012, 05:49:50 am »
Why not try a Linux distro ?
319
News / Re: 1st mod of a TI-Nspire prototype into a TI-Nspire CAS« on: September 06, 2012, 03:21:35 am »
Great job Critor !
Indeed, these prototypes are looking very interesting with all this stuff 320
Lua / Re: I need help again.« on: September 05, 2012, 08:01:02 am »
You got tables.
Tables are like the most incredible thing ever You can use them as arrays, dictionaries, anything. In fact, many stuff in Lua are based around tables. Just check this out: http://lua-users.org/wiki/TablesTutorial. 321
Lua / Re: I need help again.« on: September 05, 2012, 07:53:20 am »
Yup:
Code: [Select] str = "My Name Is Jim" Two ways to do it Remember though, the first character is 1, not 0. (as in many other languages) And, the second arg is the position where you want to stop. More info here: http://lua-users.org/wiki/StringLibraryTutorial . Also, you could just post in the other topic. There is no need to create a new one just for this 322
Art / Re: General purpose art thread« on: September 03, 2012, 02:30:13 pm »
Thanks, and also I agree about the neck and front legs, they could be better.
But I think I first should practice my drawing skills a bit, because right now it's a bit shaky 323
Art / Re: General purpose art thread« on: September 03, 2012, 08:51:51 am »I followed a tiny tutorial, and don't think the result is too bad for someone that never draws. 324
Lua / Re: Need help with lua« on: September 03, 2012, 08:04:58 am »
Augs, there is no need to create a new topic if someone doesn't reply qucikly .. just be patient.
Anyway, you can create Lua documents multiple ways. The most easy is to use the SDK provided with the student software 3.2. If you don't have that, there are two other options: Use OClua, to program oncalc. Use the editor of your choice, and compile the program using Luna. Then send the resulting document to your calculator. Tutorials: http://www.inspired-lua.org/2012/01/starting-in-lua/ Luna: http://www.ticalc.org/archives/files/fileinfo/441/44113.html OClua: http://www.ticalc.org/archives/files/fileinfo/440/44075.html Hope this helps. 325
Other Calculators / Re: Your calculator collection« on: September 01, 2012, 02:10:22 pm »
Sorunome, too expensive
Critor, when I manage to set aside many hours for it ^^ 326
Other Calculators / Re: Your calculator collection« on: September 01, 2012, 07:36:59 am »
Nice collection Adrien!
Here is the collection of me and Stefan: The calculators: TI-Nspire Touchpad TI-Nspire CX TI-Nspire CAS+ TI-Nspire CAS+ TI-92 Plus (screen is broken) TI-92 Plus TI-92 II with plus module TI-92 II TI-89 TI-89 TI-83+ SE TI-83+ TI-83+ TI-83 Beside that I still have a ton of scientific calculators, but they don't belong here. 327
Lua / Re: Updating WZGUILib« on: August 27, 2012, 06:17:00 am »
The 'bug' is also used in EEPro to add an icon to the tab thing:
Edit: The issue you have with the height/width functions returning 0 in on.construction is normal. At that point the window isn't initialized yet (although it is when you reset the script). The official doc mentions this IIRC. You should use the on.resize event handler to properly resize your stuff (on.resize will also get called at script startup, when the window is initialized). 328
Lua / Re: My first lua program« on: August 21, 2012, 01:36:22 pm »
As far as I know, they will work if you have "platform.apiLevel = '1.0'".
Don't know about setAlpha though. But that command wasn't even supported and did not work properly on calc. 329
Lua / Re: Updating WZGUILib« on: August 19, 2012, 05:56:19 pm »
Yup, something like that. Please note though that using loadstring is slow.
It would be better to limit it to predefined input, will be much faster. (Sorry for replying so late, was busy) 330
Casio PRIZM / Re: [Prizm] Introducing LuaZM« on: August 19, 2012, 05:49:08 pm »
Oh, didn't know it didn't have setmetatable ...
Metatables are a very important thing in Lua ... and without it it's much much less powerful. Anyway, pretty sure LuaZM will have it |
|