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 - ClrDraw

Pages: 1 ... 30 31 [32] 33 34 ... 45
466
Miscellaneous / Re: help with img.omnimaga
« on: December 06, 2013, 11:11:17 pm »
Doesn't show for me, Google Chrome on Windows.

EDIT: looks pretty nice with Internet Explorer tho  :thumbsup:

467
Axe / Re: On Calc Axe IDE
« on: December 06, 2013, 11:08:28 pm »
Quote
First, files only work with archived variables, so make sure your call to GetCalc doesn't return 0.
How so? Axe 1.2.2 doesn't seem to do anything differently for me when it's in RAM.

But it doesn't seem to work with mine (I archived PRGM just in case), here's the code:
Code: [Select]
GetCalc("PRGM",Y1)
{Y1+1}->A
Fix 5
ClrDraw
Text(1,1,Select(°A,{Y1}->A).Tok)
DispGraph
Repeat getKey
End


This displays some things correct, but others incorrect such as MATHPRINT, Fpdf( and Archive.

468
Miscellaneous / Re: help with img.omnimaga
« on: December 06, 2013, 09:05:18 pm »
Oh, my bad :)

469
TI Z80 / Re: TI-84+CSE Mode7 test
« on: December 06, 2013, 09:03:21 pm »
Spoiler For Flickering Image:

If you think that could cause seizures, you should put it in a spoiler so people don't get seizures from the screenshot  ;)

470
Miscellaneous / Re: help with img.omnimaga
« on: December 06, 2013, 08:57:32 pm »
What's img.omnimaga? You should use http://img.ourl.ca/ instead.

471
Axe / On Calc Axe IDE
« on: December 06, 2013, 08:54:33 pm »
First question (and I anticipate many  ;) this is gonna be hard!) Say I use GetCalc("prgmPRGM",Y1). Now I want to know what {Y1+n} is. I know I can figure out what is is by the decimal, but is there an easy way to show what that token would be in the catalog? Like for example, if the first thing in programPRGM was ClrHome, how do I display it?

When I use Text(0,0,{Y1}>Tok) it displays a string of random characters. When I use Text(0,0,{Y1}r>Tok) it displays ">Rect" which is the wrong token.

472
Humour and Jokes / Re: What is your favorite joke?
« on: December 06, 2013, 10:50:22 am »
What do you call a fish with no eyes?

Spoiler For Spoiler:
A...
FSH!

473
Other / Re: Calc + TV remote = ???
« on: December 06, 2013, 10:45:52 am »
Quote
Now you got me thinking about a calculator controlled microwave

Code: [Select]
:.MICROPRGM
:Full
:GetCalc("foodCheesburger",Y1)
:GetCalc("applianceMicrowave",Y2)
:Send(Y1,Y2,{Y1-2}r)
:setTime(30)
:"seconds"->TInterval
:startTmr

lol  XD

474
Humour and Jokes / Re: What is your favorite joke?
« on: December 05, 2013, 10:57:21 am »
Quote
Also... A blind man walks into a bar. And a table. And a chair. ( / You'll never guess who I bumped into on the way to the opticians! Everyone. )
That is the best XD

Why couldn't the pirate see the movie? Cause it was rated "Arg!"  :P

475
Art / Re: Eiyeron's Paint Room
« on: December 05, 2013, 10:55:41 am »
Haha, I can see that. That's really good tho  O.O nice work.

476
TI-BASIC / Re: How do I prompt a string?
« on: December 05, 2013, 10:52:44 am »
On the ti 84 you can use:
Code: [Select]
:Input "Type:",Str1And the input will be stored in Str1. This should work on your calculator too. Input is found under PRGM > I/O on my calc, if you can't find it there than look in the catalog.

477
Other / Re: Calc + TV remote = ???
« on: December 05, 2013, 10:46:08 am »
True me too. That would be awesome  XD I would so prank people with that!

478
TI Z80 / Re: My first game
« on: December 05, 2013, 10:36:49 am »
Did you just open the file notepad? Cause it will still work, try sending it with ti connect.

479
Other / Re: Calc + TV remote = ???
« on: December 04, 2013, 10:55:45 am »
WOAH DOOD  *.* How do I build this???

480
Axe / Re: Help Request - ERROR INVALID TOKEN
« on: December 04, 2013, 10:46:00 am »
Quote
it's pretty strange then  :o cause if you use variable in L1 you have exactly the same thing than with  a normal var (it's just a memory location in all case). Can I see some problematic code please ?
It's untested, but this is the idea.
Code: [Select]
:Fill(L1,20,0)
:{L1}--
:Disp {L1}>Dec
:0->A
:A--
:Disp A>Dec

Quote
With one byte values in memory you have to use signed{} to convert 8 bit and 16 bit signed numbers.
Cool, I'm looking that up now.

Quote
For your "variables in L1", just store them in two bytes instead of one (using r) and you'll get the exact same results than with "regular variables" and with custom variables.
I didn't use ^r though.

Pages: 1 ... 30 31 [32] 33 34 ... 45