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 - Levak

Pages: 1 ... 16 17 [18] 19 20 ... 68
256
General Calculator Help / Re: Hacking the TI Nspire CX Native OS?
« on: January 19, 2013, 07:55:39 pm »

I understand C fairly well, but I don't see where the code adds the "6: Theme Editor" to the Settings menu.. Any ideas?

In Gui.c, last lines.

Edit1: okay, I'm naughty ..

Basicly, menus in the TI-Nspire OS are static and encoded like that :

Quote
Deep, Resource ID, callback, callbackdata, Resource Lib,
...
0,      0,               0,          0,                0

Deep defines what deep the menu entry is, basically, if it is in a submenu.
When you have a submenu, its callback and callbackdata are null.
The submenu is right after this entry.

Resource ID defines the offset in the Resource Lib. You'll have to extract all the resource strings to have an idea what is behind.
The function called is get_res_string(lib, id); This returns an utf16 char array.

Callback is the function that is ran when you hit the entry
Callbackdata is the data passed to this function as 2nd argument (first is the Button, third is the event Code - keep in mind to have a condition code to filter only active events like Enter or MouseClic).

Resource Lib is the lib to use for the string (SYST, DCOL, CTLG, etc ....) - those are defines in nFrame, sorry.

Edit2: By the way, I do not really add '6 - Theme Editor' because I do not have the place for one more entry in the OS.
I simply copied the existing table (I could have made a simple copy table also) in the source code and put one more entry.
This is not the extensible way to do, I know it, but it was worth for testing :p.

257
News / Re: A theme editor coming for Ndless 3.1
« on: January 17, 2013, 08:06:53 am »
Theme Editor has been updated with a native Gui interface using TI Code API :

https://tiplanet.org/forum/viewtopic.php?p=134618

258
News / Re: TI-Story moves to its own site
« on: January 13, 2013, 01:01:29 am »
If you remove the display:none it says :

Quote
Create account or Sign in
Private content
This area of the website is private and you don't have access to it. If you believe you need access to this area please contact the web site administrators.

If you already have an account, please sign in.

Help  | Terms of Service  | Privacy  | Report a bug  | Flag as objectionable Powered by Wikidot.com
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License
So you can still login or something (I don't have account).

259
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: January 12, 2013, 07:10:55 pm »
*popcorn*


BTW : just wondering : Vogtinator do you have a USB stick connected to a HUB then your Nspire on your video ?
If not, is there any chance to explain us how to find your build ?
Thanks =)

260
Lua / Re: [Lua] Rope Physics
« on: January 07, 2013, 03:39:11 pm »
Why make a physics engine if it performs poorly on the actual platform/hardware it should be running on :/
TI's logic.

261
Lua / Re: [Lua] Rope Physics
« on: January 07, 2013, 03:17:05 pm »
Now try this on calc and cry =(

262
Computer Usage and Setup Help / Re: OpenGL framebuffer_object
« on: January 07, 2013, 06:48:56 am »
Integrated Intel graphics tend to have very horrible gaming support, although if the game is at least a few years older than the graphic card it generally works despite warnings. Everytime I check game boxes in stores, they list plenty of supported video cards, but I never ever see any Intel chip listed.
Depends :p
I can run Far Cry 3 (CryEngine like), UT3 (UnrealEngine) and Crysis2 (CryEngine) on my ZenBook :D

263
Lua / Re: Chipmunk Physics
« on: January 07, 2013, 06:43:19 am »
So, I looked into the documentation, and could not find any sign of liquidsimulation. Is this present in the physics lib or not?
It's sad to see that noone has made a game with it yet, someone should try this out :)
It is so laggy that you could not make any complex nor simple game with it.
Adriweb, Jim and me tried the basic samples of Chipmunk demo. None of them can run smoothly on the handheld. It seems TI Enginners are only taking care of the PC version witch is a shame.
Sad to say but better recode it your own physic engine...

264
Humour and Jokes / Re: Funny #omnimaga quotes (NSFW)
« on: January 06, 2013, 06:53:04 pm »
adriweb      I made a video of the TI-PLS-SHH1 :)

adriweb      PLT*
Levak      the game
adriweb      the game you want ? It's here on the SHH1 : http://imgur.com/a/nbsra#0
Levak      I said the game
adriweb      I'm "the game"-isé.
Levak      There is no the game-isator
Levak      its uncurable
adriweb      you're uncurable.
adriweb      maybe récurable.
   *   adriweb  runs
Levak      you're runnable
adriweb      I don't impement run().
Levak      yes you do : adriweb  runs
adriweb      http://www.memes.at/faces/desk_flip.jpg
calc84maniac   (╯°□°)╯︵ ┻━┻

265
nSDL / Re: nSDL 1.0.2—A very fast & robust graphics library
« on: January 06, 2013, 06:38:40 pm »
(new page, can't raise awareness like this)
Everybody! Look at this! This violates all international humanitarian laws: http://ourl.ca/14975/333020

How is debugging property of EMI?
(maybe you were listening to some music during the debug session and youtube spotted them?)
Probably because I used "Don't Worry, Be Happy" as the background music.
Maybe because you raged like hell on paint with some words some people might be shocked ? :o

266
Miscellaneous / Re: What are some of your courses?
« on: January 05, 2013, 07:04:14 am »
 - Computer Science (CS)
 - CS
 - CS
 - CS
 - CS
 - CS
 - CS
 - CS
 - CS
 - CS
 - CS
 - CS
 - CS
 - CS
 - CS
 - CS
 - CS
 - CS
 - CS
 - CS
 - Maths
 - System & µProcs
 - Operating System
 - Language Theory (mostly Lexer/Parser)
 - Algorithmic
 - Linear programming
 - General Law
 - Internet Law
 - Organisation sociology
 - Quality
 - Project Managing
 - Network

267
Lua / Re: Eat Nethams Lua Edition
« on: January 02, 2013, 06:26:43 pm »
Actually, you can eat lobsters in NyanCat when you reach score 1000 :p

268
News / Re: First nLaunch-based tool: "Ndless 3.2 Switching Pack"
« on: January 02, 2013, 06:21:18 pm »
Ok thanks for the clarification. Just wanted to make sure since I saw "Ndless 3.2" above, which might have implied that you guys or ExtendeD managed to update Ndless so that it actually runs on OS 3.2.
Actually its only "Ndless 3.2 switch"

269
Casio Calculators / Re: [LuaZM] Sudoku (please help)
« on: December 27, 2012, 07:15:20 am »
Hi
You may have a look to this.

270
Other Calculators / Re: People react to your calculator...
« on: December 23, 2012, 07:51:32 pm »

You can with an adapter...

Having the TI-Nspire Navigator System craddle doesn't say you have access to internet (most common sense for "having WiFi").
In fact, if the host doesn't have a certain program launched in order to make a proxy between internet and the nspire (software that is not official but requires official stuff), you can't have internet.

Here, WiFi is just a protocol that TI has chosen in order to have a communication between a teacher and its students.

Pages: 1 ... 16 17 [18] 19 20 ... 68