301
News / Re: TI: A step back towards the TI community?
« on: June 17, 2012, 09:43:36 am »TI is only locking it down because teachers want this, isn't it?
That and programs like OSlauncher and PTT Killer can be created.
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. 301
News / Re: TI: A step back towards the TI community?« on: June 17, 2012, 09:43:36 am »TI is only locking it down because teachers want this, isn't it? That and programs like OSlauncher and PTT Killer can be created. 302
News / Re: TI-Nspire OS 3.2 is out!« on: June 12, 2012, 08:46:56 pm »
they probably think everyone is going to switch to lua. lol
303
Lua / Re: Updating WZGUILib« on: June 12, 2012, 08:09:06 pm »
yea, I will.
Also it seems to be with the third paramater of the gc:drawString function 304
Lua / Re: Updating WZGUILib« on: June 12, 2012, 07:12:29 pm »
not realy, some of the strings dont draw out in the same place as they used to. All I did was change on.create to on.construction in the "UseThisFile.lua" file I uploaded and I got rid of platform.gc() along time ago, but that is ok because it gives me a real good reason to go back and change the looks of some controls.
305
Lua / Re: Updating WZGUILib« on: June 12, 2012, 03:15:54 pm »
So after I found out that os 3.2 seems to draw things out diffrently than the os's < 3.2. Well I guess that the light at the end of the tunnel is that I can add some new stuff to the current controls.
306
Lua / Re: Taking my hand at Lua« on: June 08, 2012, 02:16:04 pm »
It is, but he can use it as a reference once he learns more about how to program.
307
Lua / Re: Taking my hand at Lua« on: June 08, 2012, 01:58:40 pm »
So here is a very very very basic type of menu. It has no sub-menus because I didnt have the time to do it today.
This should be written as a class, but since you probably dont know how to make classes, I didnt write it that way to make it less confusing. Code: [Select] menu = {{text = "small", selected = true, id = 1}, since this is a very basic outline, you could do alot with it. 308
Lua / Re: Taking my hand at Lua« on: June 08, 2012, 10:14:51 am »
I could probably make a very simple example and post it, also go to inspired-lua.org for the toolpallete question, even though it has been updated for 3.2, not alot has changed when it comes to creating the toolpallete
309
Lua / Re: Taking my hand at Lua« on: June 08, 2012, 10:11:28 am »
do you mean like create, one of the toolpallete menus that are in the calculator app, or create your own from scratch?
310
Lua / Re: Taking my hand at Lua« on: June 08, 2012, 10:08:17 am »
that would do it, i had just tried it and didnt get any errors
311
Lua / Re: Taking my hand at Lua« on: June 08, 2012, 10:03:27 am »
one quick question, what os version are you using?
312
News / Re: TI-Nspire OS 3.2 is out!« on: June 06, 2012, 10:07:15 pm »
im happy but sad.... I will update only one of my nspires
313
News / Re: First Nspire OS 3.2 demo on a calculator« on: June 06, 2012, 04:28:14 pm »
just to say, i love my nspires
also idk, everyone is saying something diffrent about when the os is comming out 314
Computer Programming / Re: Help learning X86 Asm« on: June 06, 2012, 12:58:53 am »
True, but alot of critical stuff cant be written in C/C++. I may start with linux to get an idea about what I would be getting into, but later I would probably write one from scratch.
I probably wont try this though for a couple of years, so I know I have a very good understanding of C/C++ and asm. 315
Computer Programming / Re: Help learning X86 Asm« on: June 06, 2012, 12:50:22 am »
That and I would like to write my own OS one day.
|
|