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

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

0 Members and 2 Guests are viewing this topic.

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 #60 on: April 08, 2011, 10:37:56 am »
Any news on fixing the Text(-1 bug?
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 ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
Re: zStart - an app that runs on ram clears
« Reply #61 on: April 08, 2011, 11:15:49 am »
The Solver++ freezes on my calc.

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 #62 on: April 08, 2011, 11:22:45 am »
Oh, and sometimes, (seems to be when there's nothing on the screen otherwise) when I press up on the homescreen, the calc crashes.
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 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 #63 on: April 08, 2011, 01:47:57 pm »
x.x it fixed itself
Don't worry, it will come back :) I'd install the update if I were you.
Lol you're right, it came back when I re-sent it after validation fail :P
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 #64 on: April 08, 2011, 07:36:37 pm »
I've only had a brief look at the code, but it looks like when the hook is called in fracDrawLFont mode, you're trying to shift the font bitmap yourself.  Don't do that; you're supposed to return the normal bitmap to the OS, and the OS will shift it left for you.

Also, it looks like you're using OP1, which is a recipe for disaster if the hook is active while assembly programs are running.

Thanks. Text(-1 glitch fixed. I also backed up op1 to the stack and stopped writing to $8000, so that there won't be any conflicts. When I was writing that, I totally forgot about watching memory.

I guess the only reason it hasn't caused problems is that it only needs to be called once after: clearing the extra ram page, garbage collecting, or quitting zStart.

And a cool fact that I've never mentioned, the extra font will continue to work after you delete it. Just don't do any of that ^^

Edit:
    Solver++ doesn't work. So don't seriously try to use it, I just haven't deleted it because someday I might finish it.
« Last Edit: April 08, 2011, 07:37:46 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 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 #65 on: April 08, 2011, 07:44:30 pm »
I tried Solver++ today and got BLOD the next time I went to run the app, so yeah. :P

I was wondering about the base conversions tho...like entering FFFFh returns 65535.  Is that a part of zStart?
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 #66 on: April 08, 2011, 07:47:07 pm »
Yeah, don't use solver++. I only partially implemented the lower screen. And it has some quitting problems.

Yes, the base conversion are part of zStart. And if you use them with omnicalc's ON+LOG, you can do math completely in another base.
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 #67 on: April 08, 2011, 08:18:23 pm »
The base conversion isn't working for me...I enter something like ABCDh and it returns a syntax error ???
« Last Edit: April 09, 2011, 02:15:11 am by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

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 #68 on: April 08, 2011, 11:57:55 pm »
To prevent Solver++ from being used, you could simply remove it from the menu.
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 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 #69 on: April 09, 2011, 02:18:07 am »
To prevent Solver++ from being used, you could simply remove it from the menu.
Yeah, got it figured out, treating it the same as 2.55 (avoiding) :P

The base conversion still isn't working...it works in 2.43 right?
Tried it in wabbitemu and it still threw a syntax error, so something I'm doing or something that's happening is wrong..

Is there some special method to use it?
Vy'o'us pleorsdti thl'e gjaemue

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 #70 on: April 09, 2011, 10:08:23 am »
it is not working for me too.
I made a g(r)eek(y) font, attached. It is just for fun and not intended for casual users (but I know you arent hah :hyper:)
« Last Edit: April 11, 2011, 01:29:06 pm by aeTIos »
I'm not a nerd but I pretend:

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 #71 on: April 09, 2011, 07:07:39 pm »
* Freyaday is very very happy.
Interestingly, inverse text with a font installed is the same speed as regular text, whereas it's much, much slower without. Interesting....

EDIT:
I ran an ASM program w/ custom fnt, changed the font, ran it again, and this happened.
« Last Edit: April 09, 2011, 07:34:49 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 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 #72 on: April 09, 2011, 07:37:22 pm »
Tried it in wabbitemu and it still threw a syntax error, so something I'm doing or something that's happening is wrong..

Is there some special method to use it?

Yes and no. On wabbitemu, you can't press any other keyboard buttons in addition to F12. So you need to hold +/- on the keyboard and click the ON button. You would never have this problem on a real calculator.

Also, I don't think that OFFSCRPT works on some older OS's. Like I saw a 2.20 at school, I have no idea where it came from, but it wouldn't run the OFFSCRPT. And after I updated it to 2.53, it worked perfectly.
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 #73 on: April 09, 2011, 07:53:24 pm »
Ok, so hold [+],[-] and [ON] instead of pressing enter?  so that's what I was missing...
EDIT: :/
EDIT2: I just read through the readme for the second or third time, and it isn't mentioned...I guess the question is how is it used?

I made a g(r)eek(y) font, attached.
* Darl181 doesn't see an attachment...;)
« Last Edit: April 09, 2011, 08:01:47 pm by Darl181 »
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 #74 on: April 10, 2011, 03:48:18 pm »
So after implementing ZTrumpet's idea with changing Degrees/radians, I realized I can make it a lot better.

Things I changed:
  • RawKey hook (chained to Omnicalc)
  • ON + [SIN] changes degrees/radians
  • ON + [-] molar mass calculator
  • ON + [ + ] base conversion
  • ON + [ENTER] restore zStart settings
  • OFFSCRPT is only used if you have a picture


So what does this mean to you? As soon as Kerm fixes a hook chaining bug, (hook only chains on first DCS run,) everything but the picture on startup will be fully DCS compatible.

Also, there sure are a lot of buttons on that calculator... Anyone have any cool ideas?


Edit:
    A key combo to compile an Axe program would be cool, of course I'd have to get some cooperation from Quigibo. Just edit the program, and press [ON] + <some key>
« Last Edit: April 10, 2011, 03:58:54 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