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

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

0 Members and 2 Guests are viewing this topic.

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 #240 on: June 01, 2011, 11:11:42 pm »
For me, it just throws an ERR:SYNTAX atm (when put before, say, "prgmSSHIFT") :P
Vy'o'us pleorsdti thl'e gjaemue

Offline Camdenmil

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 121
  • Rating: +4/-0
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #241 on: June 02, 2011, 12:04:00 am »
This update is awesome. Compiling axe programs just got 5 seconds faster :D

Hmm... I might use it. :) But there's one last thing.
Is there anyway I can save the screen (screenshot) to a variable, NOT the back buffer, and be able to display it again?
Use L1 :P
Or create 768 bytes of space in your program (if it's not an app) or steal some user ram by storing it a pic (768 byte pic unless you want to corrupt something) or appvar.
It is bad luck to be superstitious.

Offline Broseph Radson

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 295
  • Rating: +20/-1
  • Its 0x1A4 somewhere
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #242 on: June 02, 2011, 12:25:22 pm »
Axe Update!!!!!!!!!!!!!!!!!!!

Updates:
  • ON + [ENTER] in Edit menu - Compile the current program
  • ON + number in edit menu - Set compile as a shortcut
  • ON + [/] - Toggle between the headers for Axe
  • Option to enable Axe token hooks
  • ON + [^] - Kill all hooks (this is old, I just keep forgetting to mention it)
  • Mathprint is not enabled on OS's < 2.53
  • Iodine's molar mass changed from 126.90 to 126.91 (random right?)
Nice update :O

Offline yoman82

  • LV3 Member (Next: 100)
  • ***
  • Posts: 71
  • Rating: +1/-1
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #243 on: June 02, 2011, 12:58:42 pm »
Wow. This is an incredibly program. Is there any way we could have an in-app list of key shortcuts for reference?

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 #244 on: June 02, 2011, 02:42:36 pm »
Incredible App is incredible 0.O
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 Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #245 on: June 02, 2011, 03:40:07 pm »
thepenguin77, any word on text editor Mods as ztrumpet requested?

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: zStart - an app that runs on ram clears
« Reply #246 on: June 07, 2011, 02:48:52 am »
Darn this is just too awesome. It's nice to see new tools to enhance the calc functionalities. I wonder if I ever posted a news about this because I think I should O.O
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: zStart - an app that runs on ram clears
« Reply #247 on: June 07, 2011, 06:58:52 pm »
I tried compiling a file as an app using the hotkey, and it compiled but then it started scrolling garbage across the screen. I got worried then and turned it off, and then I had to hard reset it (hold del, restore OS) to get it back to normal ><
In-progress: Graviter (...)

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 #248 on: June 07, 2011, 07:20:39 pm »
I tried compiling a file as an app using the hotkey, and it compiled but then it started scrolling garbage across the screen. I got worried then and turned it off, and then I had to hard reset it (hold del, restore OS) to get it back to normal ><

Yeah, that's probably caused because right now it thinks all OS's are non-mathprint. So it never disable's mathprint, which is probably the cause of the error. I knew about this, I just didn't want to post back to back updates.

Edit:
     Updated:
  • Fixed mathprint glitch, (Never actually disabled it)
« Last Edit: June 07, 2011, 07:28:36 pm by thepenguin77 »
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 squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #249 on: June 07, 2011, 08:29:36 pm »
For me, hitting On+Enter on the program screen throws an ERR:INVALID, with a RAM clear soon following....
And I can't figure out how to get the shortcut keys working. I can see the little box that says "confirm," but what do I do after that? I tried 2nd, enter, etc. but then pressing On+# from the homescreen does nothing....

What am I missing?
« Last Edit: June 07, 2011, 08:29:46 pm by squidgetx »

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 #250 on: June 07, 2011, 09:49:17 pm »
For me, hitting On+Enter on the program screen throws an ERR:INVALID, with a RAM clear soon following....
And I can't figure out how to get the shortcut keys working. I can see the little box that says "confirm," but what do I do after that? I tried 2nd, enter, etc. but then pressing On+# from the homescreen does nothing....

What am I missing?
Confirm it by pressing the exact thing ([On] + [number]) again.

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 #251 on: June 07, 2011, 09:50:20 pm »
* Darl181 wonders if there is/will be an updated readme to cover all the awesomeness that's been added over the past month or so
Vy'o'us pleorsdti thl'e gjaemue

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 #252 on: June 07, 2011, 09:55:08 pm »
* Darl181 wonders if there is/will be an updated readme to cover all the awesomeness that's been added over the past month or so

Haha, ok Darl. Next time I do a serious update, I'll add a readme.
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 #253 on: June 07, 2011, 10:02:12 pm »
* Darl181 wonders if there is/will be an updated readme to cover all the awesomeness that's been added over the past month or so

Haha, ok Darl. Next time I do a serious update, I'll add a readme.
Yay! :w00t:

* ZTrumpet is happy!

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 #254 on: June 07, 2011, 10:03:35 pm »
:D
Yayz
« Last Edit: June 07, 2011, 10:03:53 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue