Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JosJuice

Pages: 1 ... 86 87 [88] 89 90 ... 98
1306
TI Z80 / Re: TimeTools
« on: November 17, 2010, 01:36:55 pm »
I fixed the ednesday glitch earlier today (didn't notice it earlier, because the current screen erasing routine was written on Thursday last week...) The fix isn't uploaded yet, though (TI-Connect refuses to connect with my calc right now).

Also, adding an option to set the time might be a bit tricky. The code is not designed for going to a second screen while the program is running and then go back, but I'll see if it's possible to make something anyway.

1307
TI Z80 / Re: TimeTools
« on: November 17, 2010, 10:02:54 am »
I've managed to draw the hands of the clock, but everything isn't done yet. I need to make the hands I drew the previous minute disappear, and some other stuff :P
Is it possible to recall a Pic when in Horiz mode? It doesn't seem to work for me.

1308
News / Re: #omnimaga-fr returns & OmniURL update
« on: November 16, 2010, 03:00:00 pm »
I did see the slogan, I just didn't notice the acronym of it...

1309
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: November 16, 2010, 02:56:14 pm »
They sometimes retaliate by not allowing you to use the calc altogether, though, when you block stuff to prevent them from resetting the calc.

One thing I wonder, though: What do they do with 83+ or 83+SE users or old 84+ OS users? Those calcs got no PTT mode.
They force them to buy Nspires? ;_;

1310
News / Re: #omnimaga-fr returns & OmniURL update
« on: November 16, 2010, 02:55:09 pm »
I never noticed that acronym... :o

1311
Other Calculators / Re: Connect-to-Class 1.4 link
« on: November 16, 2010, 01:55:32 pm »
It only works for Win32, any Win64 version?
Of course not. TI doesn't care about users.

1312
TI Z80 / TimeTools
« on: November 14, 2010, 06:06:48 am »
TimeTools is a small TI-BASIC program I've been working on for a while. It displays the current time (both digital and analog display), and also has a timer that has the ability to continue even when TimeTools is not running. It only runs on TI-84+(SE) since the clock is used.
I've tried to optimize this as much as I could. The screen is only updated when needed, and the whole program is about 1 kB. Usually, it runs at about 5 FPS.




http://www.ticalc.org/archives/files/fileinfo/433/43347.html

1313
Introduce Yourself! / Re: My Introduction
« on: November 12, 2010, 01:48:01 pm »
Welcome to Omnimaga! As usual, here are some peanuts ;D


1314
Correlation / Re: I don't know what tokens to use and need suggestions
« on: November 11, 2010, 01:10:23 pm »
I think so. I've never seen a TI lib.

1315
Correlation / Re: I don't know what tokens to use and need suggestions
« on: November 11, 2010, 12:44:13 pm »
Oh, I didn't know that. Openlib really is a useless command, though.

What does it do? I don't have an 84+, but just wondering.
It opens a lib. This is useless because there is only one lib in the whole world as far as I know (USB8x) and that lib not exactly something you would use in a normal TI-BASIC program :P

1316
TI-BASIC / Re: Friendly window in Horiz mode
« on: November 11, 2010, 01:52:43 am »
How many times are you changing the Window settings in your program? Because if it's just once as the calculator goes into horizontal mode then I don't see any issue with it. Or are you saying for when you clear the screen each time you see the flicker and you want to get rid of that? I'm kinda confused about what you want and are doing.
Only when going into Horiz mode.
This is three bytes smaller ;)

Code: [Select]
ZStandard
84→Xmin
9→Ymax
ZInteger
0→Ymin
Horiz
Awesome! Now I just have to change the coordinates for stuff I'm drawing (shouldn't take more than a few minutes)... The window I used earlier was apparently 1 pixel off :P

1317
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: November 10, 2010, 01:49:11 pm »
797: You're convinced that the Nspire was a TI-106 (in disguise).

1318
TI-BASIC / Re: Friendly window in Horiz mode
« on: November 10, 2010, 01:27:18 pm »
I would prefer to not use Asm in this program, but thanks anyway.

1319
TI-BASIC / Re: Friendly window in Horiz mode
« on: November 10, 2010, 01:16:00 pm »
Yes.

1320
TI-BASIC / Re: Friendly window in Horiz mode
« on: November 10, 2010, 01:13:55 pm »
Changing window sizes in Full mode with AxesOff makes the flicker happen on a completely white background, which means that the screen will stay white unlike in Horiz mode, in which the line has to be redrawn.

Pages: 1 ... 86 87 [88] 89 90 ... 98