You can't have both installed, they use something called hooks (real()). Along with that they use some of the same memory areas, which can equal bad things. Sorry for your lost, but make sure it is just xLIB that is installed.Scavenger wrote:I found a bug (and paid dearly for it). I'm not sure which function caused it, but I was only using draw shape and draw sprite. I'm not even sure if it was xlib, but it didn't look like basic. I came up like a normal error (ERR:GOTO) but the like just had ES, no ERR. The only option was quit. I quit and the homescreen was messed up. The cursor was a solid checkerboard, instead of a flashing rectangle. Nothing I typed in would be displayed. I went into the apps menu and finance showed up (I had it hidden with Omnicalc) and one of my apps had the archived star in front of it. Then I tried to go into the memory, and it crashed.
xLIB v0.6b Testing
Moderator: tr1p1ea
You can uninstall the app in the options of it, or something.Scavenger wrote:Dang. I still have both installed right now and I use both frequently. Is there some way to turn off hooks in Omnicalc? I don't use them at all. Well, I guess it's not that bad since the programs I work on only need xLib to run.
If you still need someone to test, mail me, i already made allot of progs with xlib
gertjanstockman@gmail.com
gertjanstockman@gmail.com
- tr1p1ea
- Maxcoderz Staff
- Posts: 4141
- Joined: Thu 16 Dec, 2004 10:06 pm
- Location: I cant seem to get out of this cryogenic chamber!
- Contact:
If you have the latest version of xLIB (currently at ticalc.org) there are some added functions:
Code: Select all
13 - TextMode
--------------
usage: real(13,TextFunction,Text_Mode
TextFunction = Text function to perform. 0 = TextMode(invert, lowercase etc), 1 = Display special Character
Text_Mode = If TextFunction = 0: Change the text mode. 0 = Normal, 1 = Inverse, 2 = Lowercase on, 3 = Lowercase off. If TextFunction = 1: Number of character to display (0 - 255).
When Lowercase is enabled, press ALPHA twice to enter lowercase mode in the TIOS.
*NOTE* Some TIOS functions (like errors and some menus) automatically reset these textflag's to Normal.
14 - CheckRAM
-------------
usage: real(14
Returns the amount of FREE RAM in ANS
-
- Calc King
- Posts: 1513
- Joined: Sat 05 Aug, 2006 7:22 am