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 ... 45 46 [47] 48 49 ... 125
691
Lua / Re: Ti RPG 2 done in Lua (V0.04c)
« on: March 09, 2012, 11:19:25 am »
There is a better way to manage different scenes, using a screen manager.
http://www.inspired-lua.org/2012/02/how-to-create-a-screen-manager/ is a tutorial on how to make them, but it's in french.
I also posted something similar here on the forum a couple of times, so you might find it with a search.

692
TI 68K / Re: Punix
« on: March 09, 2012, 07:39:53 am »
Thanks for the interesting info!
Now I have an other, slightly weird question :P
How hard would it be to make Punix run on other hardware, say an old 68k mac?
Is it too dependent on the hardware of a 92+, or is it in theory possible?
Now, continuing on this .. how hard would it be to port to another architecture?

Hope the questions aren't too silly :P

693
Lua / Re: Ti RPG 2 done in Lua (V0.04b)
« on: March 08, 2012, 02:07:17 pm »
You can also save progress by returning a table in on.save().
The nspire will then give it as argument to on.restore when you open the program next time.

694
TI 68K / Re: Punix
« on: March 08, 2012, 02:04:08 pm »
Very nice progress!
Really makes me want to install this on my 92+ :)

Also, is the top that is running a direct port, or did you modify/make your own?

695
I think he is referring to his project Punix, an POSIX (IIRC) OS for the 68k calcs.
There is a topic somewhere on the forums with pics in it :)

696
News / Re: OS 3.2 blocks Ndless
« on: March 08, 2012, 05:12:29 am »
Yes, but he probably misunderstood. (Because recent news went about this topic).
And I think it's quite weird for this to be your first post (And directing it to the founder of this forum).

697
TI-Nspire / Re: Nspire Movie Player - alternative to nPlayer
« on: March 08, 2012, 03:14:09 am »
Very nice work!

698
Lua / Re: Ti RPG 2 done in Lua (V0.04b)
« on: March 08, 2012, 03:11:21 am »
About the number case on the previous page, you can also do
if tonumber(char) then
  your code
end

699
General Calculator Help / Re: Nspire CAS+ not detected
« on: March 08, 2012, 03:08:27 am »
Hey all :)

I need to clarify some stuff regarding the rtf and xml.
All Nspire OS's, even the new ones support the rtf based markup.
But, this markup is different than normal style rtf, and it's still embedded in an XML document (which is then in a (encrypted) zip document).
Because TI added stuff to the rtf, mathboxes and other stuff can be put in it.
You can do everything you can do with XML.

Now, I don't know when I will be able to add support to nCreator, since I got a lot on my head. (meaning I have a lot of other stuff to do :P)

700
News / Re: Juju steps down as manager
« on: March 08, 2012, 03:03:29 am »
Sad to see you step down Juju :(

701
News / Re: OS 3.2 blocks Ndless
« on: March 04, 2012, 03:05:00 am »
I agree with much of what Adrien said, and I too am mainly a Lua fun.

But I think that somewhere there is a solution to this, but TI isn't looking enough.
I understand TI's concerns, but they are too fast in cutting of the community.

702
Lua / Re: Ti RPG 2 for the Nspire done in Lua
« on: March 04, 2012, 02:57:20 am »
Yup, post your code like DJ_O said, and I (and others) will take a look at it.
You could try using nspire_emu too, since it runs the hand held OS.

703
TI-Nspire / Re: TI-Nspire emulator
« on: March 03, 2012, 10:53:20 am »
"w" never worked for me when using wine. It always creates and empty document, whatever I do :(

704
News / Re: OS 3.2 blocks Ndless
« on: March 03, 2012, 10:45:30 am »
** I don't know if the TI-Nspire Student Software has a built-in functionality for checking for updates. It all depends whether or not the student uses the software.

It has, together with a force update toggle.
I've set up a system that will check if this is set to "true" and report it to some advance members here.

Also, people who buy a new Nspire will be forced to 3.2.

705
News / Re: OS 3.2 blocks Ndless
« on: March 03, 2012, 06:42:25 am »
:(


At least Ndless 3.1 will have a little time to live.

Pages: 1 ... 45 46 [47] 48 49 ... 125