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

0 Members and 1 Guest are viewing this topic.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1185 on: May 03, 2014, 11:55:04 am »
Mathprint is the devil too. Kill it. :P
Nah just kidding, but mathprint is too buggy and incompatible with everything. Also, turning it off doesn't keep it from being incompatible, it just reduces the chances to hit a bug.

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 #1186 on: May 04, 2014, 09:39:35 am »
nah, just practice doing math on the calc without mathprint, it's not so bad :)
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 Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1187 on: May 04, 2014, 10:25:36 am »
That's what I'm doing since the first calc I had. :P I found mp nice on my 84+ but 83+ owners were actually complaining it was weird. Then I found out about Zstart and disabled it for good. Shortly after I downgraded to OS 2.43. Now I use 1.19 because my main calc is an 83+SE.

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 #1188 on: May 04, 2014, 01:07:51 pm »
another main reason for me to use 2.43 is that omnicalc, symbolic and prettyprint are the most stable on that os, and i really like these apps as they replace mathprint perfectly and they add a lot of nice functions
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 Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1189 on: May 04, 2014, 02:12:53 pm »
I don't have Prettyprint and use Symbolic rarely (it's on my calc anyway) but I do use Omnicalc every day.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1190 on: May 17, 2014, 12:28:29 pm »
I don't know if you're aware of this but on both the small font editor and normal versions, opening the editor, switching to Omnicalc's vcalc and going back crashes instantly.

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 #1191 on: May 17, 2014, 12:50:03 pm »
I don't know if you're aware of this but on both the small font editor and normal versions, opening the editor, switching to Omnicalc's vcalc and going back crashes instantly.

I'd suspect that this could be due to zStart not knowing about the virtual calculator and only having one copy of its off-page data, thus causing a state conflict when switching between the two virtual calculators. To fix this, explicit support for the virtual calculator would have to be added, which might be infeasible.

Or, it could be due to virtual calculator and zStart vying for the same extra RAM storage space. This could potentially be fixed by zStart's extra storage being relocated, but I'm not sure there are any other better spaces for it.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1192 on: May 17, 2014, 12:52:38 pm »
Well, ZStart's extra RAM storage can't be moved to another RAM page as there's only one extra page available on post 2007 84+'s. However, modifying Omnicalc to change the pages it uses is feasible, it's just a matter of using some find/replace and reassembling the app. More investigation needs to be done on that matter.

Offline DrDnar

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 546
  • Rating: +97/-1
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1193 on: May 17, 2014, 04:08:05 pm »
Well, ZStart's extra RAM storage can't be moved to another RAM page as there's only one extra page available on post 2007 84+'s.
Yes, there's only one page, but attempting to select any page between 82 and 87 gives the same one page. So he could just change the number he outputs.
"No tools will make a man a skilled workman, or master of defense, nor be of any use to him who has not learned how to handle them, and has never bestowed any attention upon them. . . . Yes, [] the tools which would teach men their own use would be beyond price."—Plato's The Republic, circa 380 BC

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 #1194 on: May 18, 2014, 12:07:33 am »
Well, ZStart's extra RAM storage can't be moved to another RAM page as there's only one extra page available on post 2007 84+'s. However, modifying Omnicalc to change the pages it uses is feasible, it's just a matter of using some find/replace and reassembling the app. More investigation needs to be done on that matter.

Virtual calc doesn't even work on the newer calculators with only 48KB of RAM.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1195 on: May 18, 2014, 01:26:31 am »
Yes but Zstart does, I was talking about not breaking Zstart's compatibility.

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 #1196 on: May 18, 2014, 11:25:03 am »
Yes but Zstart does, I was talking about not breaking Zstart's compatibility.

Ah okay, in which case, see DrDnar's post. :P

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1197 on: May 18, 2014, 11:26:38 am »
OK I'll try that and submit the change to TheP if it works.

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 #1198 on: May 29, 2014, 03:06:36 am »
I just thought of something. In languages apps, the only useful thing is the Characters menu. So would it be possible to have this in zStart ?
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 Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #1199 on: May 29, 2014, 04:20:23 am »
Indeed, I used this a lot when I had the French translation installed. Which I now trashed because it's annoying.