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

Pages: 1 ... 105 106 [107] 108 109 ... 166
1591
General Calculator Help / Re: [help plz] Image retention
« on: November 19, 2010, 11:29:57 am »
I don't want more blur.

the problem is that it blurs to much.

1592
Gaming Discussion / Re: Black Ops
« on: November 18, 2010, 11:05:05 pm »
black ops?

Why buy black ops when you can have wfrng on your calc for free?

1593
Introduce Yourself! / Re: Introducing myself
« on: November 18, 2010, 09:34:57 pm »
Ah, ok, weird, I swear there was a way to do it which would cause the getkey(15) to be skipped, you had to put more parenthesizes to fix it.

Getkey(15) is one command. it doesnt check itself like getkey=15

If you did K=2 and getkey=15
that would fail
K=2
if true it would result as 1
now to go on.  1 and getkey.
if any getkey that will result as true. so 1.
1=15.  that is never true. so the statement will never be true.

you would need.  if k=2 and (getkey=15)
or if you are iffy about it if
((K=2)and(Getkey=15))

1594
Introduce Yourself! / Re: Introducing myself
« on: November 18, 2010, 09:15:23 pm »
Repeat K=2 or getkey(15)
...
end


will work

1595
TI Z80 / Re: [Project] Auto-Organize Program
« on: November 18, 2010, 09:07:31 pm »
i might halt my work on this and work on that ^ ;).
Truthfully it might not be to extremely difficult

In Japanese class for the next 3 days, we are watching spirited away.
Depending on the amount of light... I could try this.

Anyone know if there is some sort of command or anything that will tell you the size of a charctor?
i.e.  prgm=4  unarchive=9
I could use output with small font maybe...

1596
TI Z80 / Re: [Project] Auto-Organize Program
« on: November 18, 2010, 10:42:02 am »
you can edit your font?

or are you saying a code editor with small characters?... humm that does sound like a good idea... 

EDIT: i am going to tear this down and start over.
        I really hate how i dealt with ignoring spaces within comments.


In new version I am planning on rewriting how i do my space ignoring.

Edit:  I will be a while on an update.

1597
General Calculator Help / Re: [help plz] Image retention
« on: November 18, 2010, 10:35:38 am »
Ok, so i was on my friends calc and it holds an image longer than mine does.
I mean, it really blurs.

Somehow I don't think that's a good thing... The display sounds old :P

Don't know how to make a calc do that, though. Maybe BSoD? Just a possibility, please don't try it.

try do lcd condition?

1598
General Calculator Help / Re: [help plz] Image retention
« on: November 17, 2010, 10:37:32 pm »
axe has a command shade(

1599
Art / Re: 55 x 8 BW logo
« on: November 17, 2010, 10:12:21 pm »
I still like my GUIde and guIDE  ;)

runner:  want to put your list in a spoiler?

EDIT: thanks ;).  my computer isn't in the best of shape right now 8^}

1600
Art / Re: 55 x 8 BW logo
« on: November 17, 2010, 09:43:40 pm »
srtIDE to see the tIDE but I'll need a guIDE  (*personal favorite)
Look to your sIDE there is a glIDEr on the other a horse rIDEr

1601
General Calculator Help / [help plz] Image retention
« on: November 17, 2010, 09:19:56 pm »
Ok, so i was on my friends calc and it holds an image longer than mine does.
I mean, it really blurs.


Would i be able to make an lcd conditioning program?
If yes, how is the best way to do it.?

slowly switch between blank screen and black screen?
Slowly increase/decrease the contrast?

1602
Miscellaneous / Re: Post your desktop
« on: November 17, 2010, 06:54:14 am »
shimbs: can i use your backround pic for my pc?

1603
TI Z80 / Re: [Project] Auto-Organize Program
« on: November 17, 2010, 06:52:11 am »
it's all programmer's choice, here. personally, i don't understand why you would even indent on calculator source code. i don't even comment on my source for calculators.
Yeah it depends of people. Personally i don't bother. I just add more linebreaks between parts of code. I try to add some comments if I fear I will forget what something does, though. Otherwise I end up having to rewrite lots of things, like with Metroid II: Evolution 4 years ago. X.x

people not bothering is why i made it ;)
now instead of 5-45 min of organizing, it will take 30 sec.

(it will still be used by me ;))

1604
Introduce Yourself! / Re: Introducing myself
« on: November 16, 2010, 07:19:03 pm »
welcome,  beware of the game though.

...thanks allot MRide...
;)

1605
TI Z80 / Re: [Request]
« on: November 16, 2010, 07:16:23 pm »
well thats the way it organizes.

Pages: 1 ... 105 106 [107] 108 109 ... 166