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

0 Members and 1 Guest are viewing this topic.

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 #705 on: March 09, 2012, 04:51:35 pm »
Also, will zStart support 5 character labels in the label menu ?
Same request, will this feature added soon ? :s

Probably not. To be honest, that label menu is one of the things in the app that takes up the most space, and going to 5 characters would actually require quite a change. It might be possible, I'm not positive, but 5 letter sorting will definitely never happen (probably 200 byte addition).
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 ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #706 on: March 10, 2012, 11:21:54 pm »
Also, will zStart support 5 character labels in the label menu ?
Same request, will this feature added soon ? :s

Probably not. To be honest, that label menu is one of the things in the app that takes up the most space, and going to 5 characters would actually require quite a change. It might be possible, I'm not positive, but 5 letter sorting will definitely never happen (probably 200 byte addition).
Does anyone actually use the Sort for labels?  I've never used it, and although I think it's really cool, I personally find it unnecessary.

I can't read 8 lvl grayscales pics on my 83+. :'(
I can't read 8 lvl grayscales pics on my 83+. :'(
O.O I can on mine (with 1.3.007 at least).

Do you actually want that? I can do it. It's just that it does corrupt your ram.
How much RAM would it take?  Couldn't you have it check to see if there's that much RAM free and only run the picture if it's safe to do so?

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 #707 on: March 11, 2012, 01:31:05 am »
Also, will zStart support 5 character labels in the label menu ?
Same request, will this feature added soon ? :s

Probably not. To be honest, that label menu is one of the things in the app that takes up the most space, and going to 5 characters would actually require quite a change. It might be possible, I'm not positive, but 5 letter sorting will definitely never happen (probably 200 byte addition).
Does anyone actually use the Sort for labels?  I've never used it, and although I think it's really cool, I personally find it unnecessary.
I do. It is really useful when you code in Axe and you want to skip all the data at the beginning or go to a specific routine in your code.

edit: I have 77 respect :P
« Last Edit: March 11, 2012, 01:31:44 am 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 parserp

  • Hero Extraordinaire
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1455
  • Rating: +88/-7
  • The King Has Returned
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #708 on: March 11, 2012, 05:54:56 pm »
Same here. I use it all the time. :)

Offline Runer112

  • Moderator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #709 on: March 11, 2012, 05:59:50 pm »
But the question is, do you need the labels to be alphabetically sorted? Or will a list in order of appearance work fine?

Offline parserp

  • Hero Extraordinaire
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1455
  • Rating: +88/-7
  • The King Has Returned
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #710 on: March 11, 2012, 06:00:46 pm »
But the question is, do you need the labels to be alphabetically sorted? Or will a list in order of appearance work fine?
Order of appearance is the best IMO.

Offline Runer112

  • Moderator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #711 on: March 11, 2012, 06:03:16 pm »
But the question is, do you need the labels to be alphabetically sorted? Or will a list in order of appearance work fine?
Order of appearance is the best IMO.

I would be inclined to agree. I usually like to add my labels/subroutines in a logical order, and alphabetic sorting would probably make it harder for me to find label that I'm looking for.
« Last Edit: March 11, 2012, 06:03:48 pm by Runer112 »

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: zStart - an app that runs on ram clears
« Reply #712 on: March 11, 2012, 06:06:40 pm »
Same here.
my sorting is like this:

data here     with labels for easy editing
main loop     ^^
routines
I'm not a nerd but I pretend:

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 #713 on: March 11, 2012, 07:34:31 pm »
But the question is, do you need the labels to be alphabetically sorted? Or will a list in order of appearance work fine?
Order of appearance is the best IMO.

I would be inclined to agree. I usually like to add my labels/subroutines in a logical order, and alphabetic sorting would probably make it harder for me to find label that I'm looking for.

They aren't currently sorted. Slightly confused lol


But the real question, should the auto-complete in the Lbl menu stay? It is quite large, but if some people swear by it, I'll keep it.

I can't read 8 lvl grayscales pics on my 83+. :'(
I can't read 8 lvl grayscales pics on my 83+. :'(
O.O I can on mine (with 1.3.007 at least).

Do you actually want that? I can do it. It's just that it does corrupt your ram.
How much RAM would it take?  Couldn't you have it check to see if there's that much RAM free and only run the picture if it's safe to do so?

Yeah, I can make that work. When I start adding 83+ specific stuff, I can do that. I'll just make an appvar.
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 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: zStart - an app that runs on ram clears
« Reply #714 on: March 16, 2012, 06:16:59 pm »
Bug reports:
On+Del from program editor says "Err:Undefined"
Sometimes compiling from On+# has the program name displayed at compile-time messed up (finished with junk tokens), happens about half the time

Both dealing with archived source, btw
« Last Edit: March 17, 2012, 12:24:11 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline C0deH4cker

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 258
  • Rating: +11/-1
    • View Profile
    • iNinjas Forum/Repo
Re: zStart - an app that runs on ram clears
« Reply #715 on: March 17, 2012, 03:26:08 pm »
i get the ERR:UNDEFINED too, but only when editing programs in RAM.

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: zStart - an app that runs on ram clears
« Reply #716 on: March 25, 2012, 11:39:55 pm »
More random bugs, nothing really crippling tho.
Program editor: Trying to do [On+^] / [On+enter] in 2nd>Rcl pop-up thing says "Not enough memory".  Or is it supposed to say that? :P
Program editor: this one's actually a problem: 2nd+Rcl erases undo thing, so [On+^] restores nothing
Vy'o'us pleorsdti thl'e gjaemue

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 #717 on: March 30, 2012, 01:02:40 am »
Yet another bug report :P
-pressing "prgm" while in program editor should lead to a token menu (whatever it is called).
-pressing "prgm" while in homescreen should lead to the program list.
Now, in program editor, pressing apps then clear does basically nothing but makes that pressing "prgm" (while in program editor) leads to the program list instead of the token menu.

(see screenshot, everything happen in the program editor. You see that the first time I press "prgm", everything is normal but the second time is wrong).
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 Runer112

  • Moderator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #718 on: March 30, 2012, 11:50:54 am »
Yet another bug report :P
-pressing "prgm" while in program editor should lead to a token menu (whatever it is called).
-pressing "prgm" while in homescreen should lead to the program list.
Now, in program editor, pressing apps then clear does basically nothing but makes that pressing "prgm" (while in program editor) leads to the program list instead of the token menu.

(see screenshot, everything happen in the program editor. You see that the first time I press "prgm", everything is normal but the second time is wrong).

I've noticed this bug as well. But this is the fault of Omnicalc's quick apps feature, not zStart. And since Omnicalc is a dead project and won't be updated, I don't think it can/will be fixed. :(

Offline turiqwalrus

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 840
  • Rating: +51/-2
  • Wheeeeeee~!
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #719 on: March 30, 2012, 12:13:14 pm »
Another request:
Could you write an updated readme, please?
I don't really feel like trawling through 48 pages to find every single function(even only the key shortcuts would be nice)