Author Topic: A theme editor coming for Ndless 3.1  (Read 32481 times)

0 Members and 1 Guest are viewing this topic.

Offline Levak

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +208/-39
    • View Profile
    • My website
Re: A theme editor coming for Ndless 3.1
« Reply #30 on: July 07, 2012, 11:40:03 pm »
Ick.
so. many. options.
Could you name them a bit recognisable and put some headers in?
(I prefer the last above the first)
As Darl181 said, those "names" are exactly the one I found in the phoenix.raw file as an entire field. In a way it is possible to change them grafically to an obvious name but since there where like 300 names I wasn't really for change them ; there are kindly the bests to be small and explanable.

Also, those names are used in the theme file. I'm using the same format as theme.csv if one day TI wants to really add a Theme Editor. :D
« Last Edit: July 07, 2012, 11:40:46 pm by Levak »
I do not get mad at people, I just want them to learn the way I learnt.
My website - TI-Planet - iNspired-Lua

Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: A theme editor coming for Ndless 3.1
« Reply #31 on: July 08, 2012, 07:31:31 am »
could it be possible to make some kind of file that contains specific settings? some kind of style pack, so that it can be easy to share..

like i have some style, and i can save it to a file. That way i could just upload it, and everyone could just set it as their style pack, without having to change any value

(i'm sory if this has already been told, i did not read all the posts)

Offline AzNg0d1030

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 522
  • Rating: +45/-4
  • Hardcore anime watcher.
    • View Profile
Re: A theme editor coming for Ndless 3.1
« Reply #32 on: July 08, 2012, 05:31:19 pm »
could it be possible to make some kind of file that contains specific settings? some kind of style pack, so that it can be easy to share..

like i have some style, and i can save it to a file. That way i could just upload it, and everyone could just set it as their style pack, without having to change any value

(i'm sory if this has already been told, i did not read all the posts)
I believe that is what Levak is attempting to implement though I'm not sure myself.  (Great job on Osmos)
You just lost the game.



Offline critor

  • Editor
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2079
  • Rating: +439/-13
    • View Profile
    • TI-Planet
Re: A theme editor coming for Ndless 3.1
« Reply #33 on: July 10, 2012, 06:55:17 pm »
The first complete version of ThemeEditor has just been released! ;D
(1st post updated)
Source: http://tiplanet.org/forum/viewtopic.php?p=126773#p126773

It now supports theme files (*.theme.tns). :D
ThemeEditor will let you create/edit those files, and of course you'll be able to share them :)

The last theme file used with ThemeEditor becomes your current Nspire theme once you exit the editor.

The last theme file used with ThemeEditor can also be loaded automatically after a reboot if you put the ThemeEditor.tns file in the /ndless/startup folder. ;D


Enjoy and please share your great theme files with us! ;)


Download link: http://tiplanet.org/forum/archives_voir.php?id=6070

Sample theme: http://tiplanet.org/forum/archives_voir.php?id=6101
« Last Edit: July 10, 2012, 07:17:45 pm by critor »
TI-Planet co-admin.

Offline Reo

  • LV3 Member (Next: 100)
  • ***
  • Posts: 64
  • Rating: +15/-0
    • View Profile
Re: A theme editor coming for Ndless 3.1
« Reply #34 on: July 10, 2012, 10:47:30 pm »
I found that it rebooted after I created a "new theme", which also created a corrupted file that I could only delete on the calculator. I had to modify the default theme to get it to work, and now it seems to be fine. It increases boot time after restarting but I'm fine with that.


Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: A theme editor coming for Ndless 3.1
« Reply #35 on: July 11, 2012, 01:00:20 am »
I got the same problem as Reo, and now I'm having fun trying to re-make the stuff I had before..wheee
I'm liking how it saves where you were in the menu, that makes it a lot faster.

Is it possible to change the background and/or text colors in the calculator app?   I have this dark scrollbar going and it clashes pretty hard :P
« Last Edit: July 11, 2012, 01:01:09 am by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline Levak

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +208/-39
    • View Profile
    • My website
Re: A theme editor coming for Ndless 3.1
« Reply #36 on: July 11, 2012, 01:35:26 am »
Code: [Select]
char * name;
int length = show_msg_user_input(nameYourTheme, "", "mytheme", &name);
is the code that makes the calculator crash since it uses my fixed version of show_msg_user_input that is not yet in the Ndless trunk. I guess the simplest for now is to change this two lines by

Code: [Select]
char name[] = "mytheme";
int length = sizeof(name);

Also, time at reboot can't be affected, I guess, since it is instant to load a theme file and the same code is launched for startup configuration (but no gui).
« Last Edit: July 11, 2012, 01:38:31 am by Levak »
I do not get mad at people, I just want them to learn the way I learnt.
My website - TI-Planet - iNspired-Lua

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: A theme editor coming for Ndless 3.1
« Reply #37 on: July 11, 2012, 02:09:42 am »
Were those lines changed now ? I mean was the Editor updated to a safe version ?
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline critor

  • Editor
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2079
  • Rating: +439/-13
    • View Profile
    • TI-Planet
Re: A theme editor coming for Ndless 3.1
« Reply #38 on: July 11, 2012, 04:58:57 am »
ThemeEditor has been updated.
The created theme file name is not corrupt anymore :)

Enjoy:
http://tiplanet.org/forum/archives_voir.php?id=6070
« Last Edit: July 11, 2012, 04:59:14 am by critor »
TI-Planet co-admin.

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: A theme editor coming for Ndless 3.1
« Reply #39 on: July 12, 2012, 07:48:26 pm »
It's a WIP, but I might as well post it because after this it'll probably be mostly small changes and messing around (and finding out where all those LargeButton/GridButton/SquareButton/etc properties turn up in the OS 0.o)



Haven't delved very deep into the OS stuff, so if anything sticks out/is wrong let me know I guess :P
« Last Edit: July 12, 2012, 07:49:37 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline blue_bear_94

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 801
  • Rating: +25/-35
  • Touhou Enthusiast / Former Troll / 68k Programmer
    • View Profile
Re: A theme editor coming for Ndless 3.1
« Reply #40 on: July 12, 2012, 08:04:59 pm »
* blue_bear_94 lost
Due to dissatisfaction, I will be inactive on Omnimaga until further notice. (?? THP hasn't been much success and there's also the CE. I might possibly be here for a while.)
If you want to implore me to come back, or otherwise contact me, I can be found on GitHub (bluebear94), Twitter (@melranosF_), Reddit (/u/Fluffy8x), or e-mail (if you know my address). As a last resort, send me a PM on Cemetech (bluebear94) or join Touhou Prono (don't be fooled by the name). I've also enabled notifications for PMs on Omnimaga, but I don't advise using that since I might be banned.
Elvyna (Sunrise) 4 5%
TI-84+SE User (2.30 2.55 MP 2.43)
TI-89 Titanium User (3.10)
Casio Prizm User? (1.02)
Bag  東方ぷろの

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: A theme editor coming for Ndless 3.1
« Reply #41 on: July 12, 2012, 08:46:48 pm »
Nice screenshot, Darl! :)


Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: A theme editor coming for Ndless 3.1
« Reply #42 on: July 13, 2012, 01:55:02 am »
It's not a screenshot per se, I just took a bunch of stills from Computer Link and put them together with the Gimp :P
Thanks, tho :)


Random q about the themes: do the same themes go for the grayscale models? Is that what "BWMode" is?
Vy'o'us pleorsdti thl'e gjaemue

Offline Levak

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +208/-39
    • View Profile
    • My website
Re: A theme editor coming for Ndless 3.1
« Reply #43 on: July 13, 2012, 02:18:08 am »
Random q about the themes: do the same themes go for the grayscale models? Is that what "BWMode" is?
No. Sometimes there are names for BW, but when you are using the CX you can't change Clickpad theme values.

If you want to know everything, there are two fields in the RAM, one for Gray scale and one for Color screens.
I do not get mad at people, I just want them to learn the way I learnt.
My website - TI-Planet - iNspired-Lua

Offline critor

  • Editor
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2079
  • Rating: +439/-13
    • View Profile
    • TI-Planet
Re: A theme editor coming for Ndless 3.1
« Reply #44 on: July 14, 2012, 09:31:06 am »
ThemeEditor has just been updated again.
http://tiplanet.org/forum/archives_voir.php?id=6070

You can now press 'i' to invert the current edited item color, or to invert all items colors if you're on the items list.


Moreover, Adriweb and Levak have just released together the 1st complete theme replacement for your TI-Nspire CX: DarkSide.
http://tiplanet.org/forum/archives_voir.php?id=6110



May the dark side increase your battery life ;)


Source:
http://tiplanet.org/forum/viewtopic.php?f=43&t=9647
« Last Edit: July 14, 2012, 10:31:15 am by critor »
TI-Planet co-admin.