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
« 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
467
« on: December 06, 2013, 11:08:28 pm »
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: 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
« on: December 06, 2013, 09:05:18 pm »
Oh, my bad
469
« on: December 06, 2013, 09:03:21 pm »
If you think that could cause seizures, you should put it in a spoiler so people don't get seizures from the screenshot
470
« on: December 06, 2013, 08:57:32 pm »
What's img.omnimaga? You should use http://img.ourl.ca/ instead.
471
« 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
« on: December 06, 2013, 10:50:22 am »
What do you call a fish with no eyes?
473
« on: December 06, 2013, 10:45:52 am »
Now you got me thinking about a calculator controlled microwave :.MICROPRGM :Full :GetCalc("foodCheesburger",Y1) :GetCalc("applianceMicrowave",Y2) :Send(Y1,Y2,{Y1-2}r) :setTime(30) :"seconds"->TInterval :startTmr lol
474
« on: December 05, 2013, 10:57:21 am »
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  Why couldn't the pirate see the movie? Cause it was rated "Arg!"
475
« on: December 05, 2013, 10:55:41 am »
Haha, I can see that. That's really good tho  nice work.
476
« on: December 05, 2013, 10:52:44 am »
On the ti 84 you can use:
:Input "Type:",Str1 And 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
« on: December 05, 2013, 10:46:08 am »
True me too. That would be awesome  I would so prank people with that!
478
« 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
« on: December 04, 2013, 10:55:45 am »
WOAH DOOD  How do I build this???
480
« on: December 04, 2013, 10:46:00 am »
it's pretty strange then 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. :Fill(L1,20,0) :{L1}-- :Disp {L1}>Dec :0->A :A-- :Disp A>Dec 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. 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
|