Show Posts

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.


Messages - Jim Bauwens

Pages: 1 ... 30 31 [32] 33 34 ... 125
466
General Calculator Help / Re: Nspire CAS+ not detected
« on: June 02, 2012, 11:27:18 am »
Still one exam to go, and I have a bit more time to work on stuff :)

467
Lua / Re: [Contest] Osmos
« on: June 02, 2012, 05:45:58 am »
Very nice, glad it is working properly :)

Also, it is PCspire not Pscspire :P

468
Lua / Re: Delay function
« on: June 02, 2012, 05:44:25 am »
One important difference with the Lua API (and also with the Love API) is that it is event based.
Tight while loops are not recommended. This might be confusing in the beginning, but you will appreciate it in the end ;)

So you will need to use the timer system. [lua]timer.start[/lua](x) will make that the on.timer event will fire every x seconds.
You will have to define on.timer so that it does the changes you want and then invalidates the screen so that the screen will be redrawn.

469
Miscellaneous / Re: Dutch and Belgian people unite!
« on: June 02, 2012, 05:38:02 am »
Looks like everyone is stealing our ideas! :P

470
News / Re: First Nspire OS 3.2 demo on a calculator
« on: June 02, 2012, 05:28:54 am »
I think Adrien was just trying to defend TI because Lionel was being so negative about (and rightfully so, because it will block Ndless again) OS 3.2 while he/we were trying to show some good. But I don't think Adrien wanted to be disrespectful, he was just defending to defend .. something I also did a few times (and I was wrong).

I think Adrien respects the Ndless coders enough, and I'm sure he did not mean it this way. However, it's important that stuff like this don't happen any more, as it will just help destroy the community more.

471
Miscellaneous / Re: Dutch and Belgian people unite!
« on: June 01, 2012, 02:49:06 pm »
I added a poll :P

472
Miscellaneous / Re: Dutch and Belgian people unite!
« on: June 01, 2012, 01:58:00 pm »
Ah, so you hate Belgians, but that is not the reason you don't want it.
Ok, I understand.


:P
I think we don't need a Dutch section, English is good enough.

473
Lua / Re: Updating WZGUILib
« on: June 01, 2012, 11:32:58 am »
Nice to see there is still progress :)
Also, 3.2 should be out in 1-2 weeks.

474
Miscellaneous / Re: Dutch and Belgian people unite!
« on: May 31, 2012, 03:35:09 pm »
Added to the list.
Belgians clearly rule :P
* jimbauwens runs from aeTIos

475
Miscellaneous / Dutch and Belgian people unite!
« on: May 31, 2012, 03:32:21 pm »
Just trying to make a list of Dutch and Belgian people :P

Belgians:
Me
Stefan Bauwens
Nick
Hoffa
Ben_g
stevon8ter
JBelgier
PC5LeGeND

Dutch:
aeTIos
keoni29
Matthias1995

If you know more please comment :D

476
TI-Nspire / kArmTI - TI-Nspire emulator with skin
« on: May 31, 2012, 01:39:07 pm »
Indeed, I would also like to see this.
It's handy to see if touch functions work properly in a lua program.

477
nSDL / Re: nSDL 0.3.0—A fast & robust TI-Nspire graphics library
« on: May 31, 2012, 01:36:57 pm »
Aww, that's not too nice.
But good luck whatever you have planned with your life :)

478
Miscellaneous / Re: How cheap is your keyboard?
« on: May 31, 2012, 12:22:59 pm »
I tried on a Macbook Pro and a Macbook Air and they have no problem at all >.>

479
Miscellaneous / Re: I kind of had to post this
« on: May 31, 2012, 11:23:33 am »
^^

But I don't like the fact that many think Lua is a toy language, because it's not. Certain core concepts are much better than other languages, and make it more advanced. I have yet to see a language that has arrays/lists as powerful as Lua tables (if you know how to use the power, that is).

480
TI Z80 / Re: FORTH implementation
« on: May 31, 2012, 03:08:04 am »
Welcome to the forums !

Interesting idea !
I always like to see people implemented old languages :)

But I can't help you with your programming, as I'm no z80 programmer.

Pages: 1 ... 30 31 [32] 33 34 ... 125