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

Pages: 1 ... 169 170 [171] 172 173 ... 424
2551
TI Z80 / Re: Axe GUI Library
« on: April 07, 2011, 09:11:46 am »
Looks pretty good! :D
Looks like DCS7 cursor thingy XD

Yeah, I used the same mouse sprite since I couldn't think of another way to do it.

Looks nice, but you could optimize the location detection routine if you are willing to accept aligned buttons,

What do you mean with that?


Also, I have added yet another GUI component, I'll show it to you later :)

2552
Site Feedback and Questions / Re: Posting in the right section
« on: April 07, 2011, 09:10:18 am »
Well so far the main issue was mostly the randomness section, but the mass move was because of splitting some topics to the new section. However, sometimes people post help in the calc discussion and news section and computer help in the misc discussion section. Those topics would go in calc help and computer programming, preferably.

Also it's best to avoid asking questions inside your project topic or someone else's topic (unless it's totally related), otherwise you might not get an answer as fast since your post might be buried among other unrelated messages.

That's right, I am still confused with the Humor and Jokes and Spam forums.

Also, BUMP.

2553
BatLib / Re: BatLib
« on: April 06, 2011, 05:38:02 pm »
Quote from: Readme
X is the X coordinate (0~23) to draw the character or string at
:P
That is because it is displaying at (0,20)

Meaning I can't display strings in X<20?

I can just use normal BASIC, like Text( then.

2554
TI Z80 / Re: Axe GUI Library
« on: April 06, 2011, 05:36:14 pm »
Wow great job scout!

Thanks.

I forgot how to explain how to use the three subroutines so far, here I go:
----------------------------------------------------------------------------------------------------
Code: [Select]
sub(DF,1,"TITLE
sub(DF,0,"NO CLOSE BUTTON

When you have 1 it draws a little X in the right upper corner, if you put 0 it won't.
----------------------------------------------------------------------------------------------------
Code: [Select]
sub(DB,30,30,30,10
Text(34,32,"BUTTON

This draws a button at coordinates (30,30) with width 30 and height 10.
----------------------------------------------------------------------------------------------------
Code: [Select]
sub(DD,"ABOUT","PROGRAM MADE","BY DAVID","GOMES"
Repeat getKey
End

This draws a message box (or dialog) with title 'ABOUT', and its text is the following:
Code: [Select]
PROGRAM MADE
BY DAVID
GOMES

Each argument is a line.


Hope you got it :D

2555
BatLib / Re: BatLib
« on: April 06, 2011, 05:32:09 pm »
Perfect, I put the coordenates as (5,5) but it appears quite far from (5,5). It looks like 5,20. (I'm always talking in (Y,X)).

2556
BatLib / Re: BatLib
« on: April 06, 2011, 05:28:41 pm »
No ')' but I still get a 99 :S

2557
BatLib / Re: BatLib
« on: April 06, 2011, 05:25:24 pm »
Ah thanks much :D

HELLO WORLD:

Code: [Select]
AxesOff
ClrDraw
dim(87,5,5,"HELLO WORLD
dim(99

It's a very ugly Hello World though.

Actually, what I get is:

HELLO)WORLD
                   99

In the screen, the ')' and the 99 are weird :S

2558
BatLib / Re: BatLib Demo Programs
« on: April 06, 2011, 05:13:59 pm »
I see a lot of use of recangles there =D Looks very nice :D

2559
BatLib / Re: BatLib
« on: April 06, 2011, 05:10:16 pm »
Niiice Xeda, thanks :D

Code: [Select]
dim(2
dim(22,"FDCB00AE
dim(22,"EF4045
dim(29,0,96,0,64,1
dim(99
Pause

As I said, this code is OK, but closing it is hard and the screen isn't cleared in the end. Any idea?

2560
BatLib / Re: BatLib
« on: April 06, 2011, 04:56:23 pm »
Might I ask what the value for A is XD
EDIT: Never mind :P

Now I want to know if when I create a rectangle, I need to dim(99) to see it. Thanks.

I tried this:

Code: [Select]
ClrDraw
ClrHome
dim(29,0,30,0,30
dim(99

And got no success.

Wait, I didn't put a type, 1 for black worked :D

EDIT:
My first cool thing:
Code: [Select]
dim(2
dim(22,"FDCB00AE
dim(22,"EF4045
dim(29,0,96,0,64,1
dim(99
Pause
:D

2561
BatLib / Re: BatLib
« on: April 06, 2011, 04:48:40 pm »
I had to reparse hooks, it worked, but it displays a 5 in the right part of the screen :S

OH WAIT, that's the variable A

2562
BatLib / Re: BatLib
« on: April 06, 2011, 04:42:03 pm »
Code: [Select]
dim(22,"EF4045
Pause A

I got ARG Error (TI-Basic error) :S

2563

bugfixes and stuff

bufixes and stuff, ahh nice :D

2564

bugfixes and stuff

So, what has been happening with this project? :P

2565
Miscellaneous / Re: Word-Figures
« on: April 06, 2011, 03:31:20 pm »
http://www.google.com/search?hl=en&safe=active&rls=com.microsoft%3Aen-us%3AIE-SearchBox&q=define%3A+stenography

shorthand: a method of writing rapidly
the act or art of writing in shorthand; "stenography is no longer a marketable skill"
The practice of transcribing speech (primarily for later dictation or testimony), usually using shorthand

how about "Happybobjr"?

Happy bone junior =D Just noticed :P

And Zeda, yeah what about David?

Pages: 1 ... 169 170 [171] 172 173 ... 424