• zStart - an app that runs on ram clears 5 1
Currently:  

Author Topic: zStart - an app that runs on ram clears  (Read 291115 times)

0 Members and 1 Guest are viewing this topic.

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: zStart - an app that runs on ram clears
« Reply #1125 on: March 16, 2014, 01:15:05 am »
I noticed that the editor only starts when you edit a program, not when you create one
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline TheCoder1998

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 434
  • Rating: +20/-2
  • my art is written in code, not in graphite
    • View Profile
    • My website :D
Re: zStart - an app that runs on ram clears
« Reply #1126 on: March 16, 2014, 02:32:32 am »
yeah i noticed that too, could that be fixed?

Is there any way to add some sort of "suspend" to the program editor? Press a button and you're at the homescreen, where you can math out that constant you need, and then press it again and you're back where you were.

That's an awesome idea :D
my ticalc acc:

http://www.ticalc.org/archives/files/authors/113/11365.html

Spoiler For The Best Song Ever:


follow me on tumblr :)
www.rickdepizza.tumblr.com

check out my anilist :D
http://anilist.co/animelist/29701/Rickdepizza

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1127 on: March 16, 2014, 07:36:08 am »
Is there any way to add some sort of "suspend" to the program editor? Press a button and you're at the homescreen, where you can math out that constant you need, and then press it again and you're back where you were.
Well for now what you can do is put a random label where you are, quit the editor, make your calculation, come back quickly to your program (by the way, very quickly if you set a shortcut like ON+7 to edit your current project) and jump to that label before removing it.
Also, if you are talking about Axe, nevermind about the value, just put the constant into parentheses, it will be calculated during the compilation, not in the executable. You can also create yourself a custom constant at the beginning of your program.
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 thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1128 on: March 16, 2014, 04:47:17 pm »

if thepenguin can make a 2-page app, he can make a 3- or 4-page app too right?


What's the point, then? It seems like all it would do is get rid of two physical applications and their menu entries without saving any archive space, which seems like a lot of work for not much benefit. And then things would start getting messy with multiple versions of zStart for people who do and don't want Omnicalc, people who do and don't want Symbolic, etc.
But everyone wants MirageOS libs, no ? It allows to run every single program (except maybe 20).
I'll probably add it eventually. But, I worry that it might be slightly more difficult than simply doing a copy/paste.



um, i have noticed some significant bugs in the program editor
sometimes when editing a large program from archive, some code gets replaced and the whole screen gets garbled
Does it happen with every large program? If not, could you post an example that will break?



Is there any way to add some sort of "suspend" to the program editor? Press a button and you're at the homescreen, where you can math out that constant you need, and then press it again and you're back where you were.
I've got a better idea. Make ON + MATH return to the last place you were editing.
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1129 on: March 16, 2014, 06:43:56 pm »
Wow, such a nice update there ThePenguin ! :D
By the way I always have two calcs (and my phone) with me so I don't have constant issues (pun intended). :P

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1130 on: March 16, 2014, 09:02:43 pm »
Is there any way to add some sort of "suspend" to the program editor? Press a button and you're at the homescreen, where you can math out that constant you need, and then press it again and you're back where you were.
I've got a better idea. Make ON + MATH return to the last place you were editing.
The problem is that the time it takes to rearchive a program is enough to lose the state in your head, and I've got such a gigantic program list that the calculator takes ages to get to anything. (Fast Program Menu would be awfully nice.)
« Last Edit: March 16, 2014, 09:07:37 pm by Freyaday »
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1131 on: March 17, 2014, 12:24:19 pm »
Let me know what's wrong with it so that I can get an actual release out over spring break.

Things I know are wrong:
2nd + Rcl doesn't work (I don't even think I implemented it)
Some other thing that is wrong: when Axe detects an error and if we press a key other than Clear, zStart is meant to "jump to error" but it just opens the program at the beginning.
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 DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: zStart - an app that runs on ram clears
« Reply #1132 on: March 17, 2014, 12:26:13 pm »
Actually, the PRGM menu is much faster since OS 1.14 came out. Beforehand, with 200 programs it took about 4 seconds to scroll down one program in the list. Even 50 programs was still pretty slow (about .5 seconds per scrolling iteration). So in other words, we got our Fast Program Menu in 2002. :P (I agree that something faster would be better, though)

Offline TheCoder1998

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 434
  • Rating: +20/-2
  • my art is written in code, not in graphite
    • View Profile
    • My website :D
Re: zStart - an app that runs on ram clears
« Reply #1133 on: March 17, 2014, 12:27:35 pm »
yeah i noticed that too
and half of my calculus program got corrupt because of the new editor :(
i'm sorry, but every time i try to reproduce it in wabbit it won't work, so i can't help you finding the bug :(
Actually, the PRGM menu is much faster since OS 1.14 came out. Beforehand, with 200 programs it took about 4 seconds to scroll down one program in the list. Even 50 programs was still pretty slow (about .5 seconds per scrolling iteration). So in other words, we got our Fast Program Menu in 2002. :P (I agree that something faster would be better, though)
i just use alpha to skip to the program i want to edit or open
my ticalc acc:

http://www.ticalc.org/archives/files/authors/113/11365.html

Spoiler For The Best Song Ever:


follow me on tumblr :)
www.rickdepizza.tumblr.com

check out my anilist :D
http://anilist.co/animelist/29701/Rickdepizza

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1134 on: March 17, 2014, 01:25:26 pm »
Actually, the PRGM menu is much faster since OS 1.14 came out. Beforehand, with 200 programs it took about 4 seconds to scroll down one program in the list. Even 50 programs was still pretty slow (about .5 seconds per scrolling iteration). So in other words, we got our Fast Program Menu in 2002. :P (I agree that something faster would be better, though)
i just use alpha to skip to the program i want to edit or open
I use ON+7 to edit my current project (have to set that shortcut everytime my main project changes, but it takes like 10 seconds).

edit fixed quote fail
« Last Edit: March 17, 2014, 02:12:07 pm by Hayleia »
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 GinDiamond

  • LV3 Member (Next: 100)
  • ***
  • Posts: 71
  • Rating: +2/-2
  • I dont always fail at life, but when I do, I dont
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1135 on: March 24, 2014, 04:35:58 pm »
Could you fix the mathprint bug in zstart?

Heck, is it possible to make a patch for mathprint in the first place?

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1136 on: March 24, 2014, 05:55:54 pm »
There is one. It's called OS 2.43.
* Streetwalrus runs
No way to patch Mathprint out but you could disable it.

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1137 on: March 24, 2014, 08:49:03 pm »
You can always disable Math Print while running programs. IIRC, he said somewhere he wasn't going to touch it because it was math print's fault.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: zStart - an app that runs on ram clears
« Reply #1138 on: March 25, 2014, 03:54:42 pm »
But will it work even with MathPrint disabled? On OS 2.5xMP, some stuff stopped working properly even in CLASSIC mode, such as inverted text in Reuben Quest 2 and ROL2 and Kerm had major issues getting DCS7 compatible with OS 2.53/55 MP (I still remember him ranting about this in SAX shoutbox a few years ago).

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1139 on: March 25, 2014, 04:01:45 pm »
Ah yea that is true, I forgot that some things remain borked even with it disabled. :/