Search found 887 matches

by Z!re
Wed Mar 15, 2006 10:01 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Making a Centering function for True Type Fonts
Replies: 16
Views: 27346

Nope... just by chance, try changing the width variable where you get the font dimensions.
I had some problems with variables named: W and H, where my program would crash..
Seems to be a random FB problem.. not sure though..

Changing the variable names to ww and hh, respectively, fixed the problem.
by Z!re
Tue Mar 14, 2006 7:53 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Making a Centering function for True Type Fonts
Replies: 16
Views: 27346

I cant see anything wrong..
by Z!re
Sun Mar 12, 2006 6:54 am
Forum: QBASIC and QB64 Questions & Answers
Topic: C thingy
Replies: 2
Views: 4278

Replace 0x with &H and you're set.
by Z!re
Fri Mar 10, 2006 7:08 am
Forum: QBASIC and QB64 Questions & Answers
Topic: parse a type to a function
Replies: 4
Views: 5259

Yes, just do:
ctype AS sumfin

And it'll work
by Z!re
Fri Mar 10, 2006 5:52 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Quickforward
Replies: 2
Views: 4502

Try freebasic. It's most likely better.
by Z!re
Thu Mar 09, 2006 4:31 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Making a console for my program
Replies: 3
Views: 5973

I prefer debug files myself..
In the final release I get rid of the debug call..

Easy to do in FB if you use macros
by Z!re
Thu Mar 09, 2006 4:55 am
Forum: General Discussion
Topic: Licenced under "my rules"
Replies: 30
Views: 50889

RyanKelly wrote:don't tell me you've never heard of a bear bottle.
You said other things too, I might reply to that later, but I pretty much said what I wanted to in my last post..

However, it's beer bottle :P A bear bottle would look interessting though.. I want pictures =)
by Z!re
Wed Mar 08, 2006 7:37 am
Forum: General Discussion
Topic: Licenced under "my rules"
Replies: 30
Views: 50889

stuff Go talk to any native english kid in the age 8-20, how do they speak? Proper grammar? How do they type most of the time? Proper grammar? Just because the books about grammar say one thing, does not mean it's the most common, or the "normal" It's pretty much the same anywhere, for ex...
by Z!re
Tue Mar 07, 2006 7:13 am
Forum: General Discussion
Topic: Licenced under "my rules"
Replies: 30
Views: 50889

Noone uses grammatically correct english. Infact, very few people actually speak english at all. Why? Languages evolve. And you're right, many english sentences are 5-6 words long, however there's also many that are only 2-3 words long. And it's not like I have any sort of knowledge about this.. I h...
by Z!re
Tue Mar 07, 2006 7:07 am
Forum: General Discussion
Topic: 4D
Replies: 23
Views: 62065

As Einstein said, time is relative to the observer, so time has to exist as a dimensional extension of the three spatial dimensions (or has a high order dimension encapsulating the three spatial dimensions). As you approach the speed of light, time seems to slow down for the traveler as observed fr...
by Z!re
Mon Mar 06, 2006 3:45 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: HOW TO READ FILE IN .DOC?
Replies: 6
Views: 8900

Re: HOW TO READ FILE IN .DOC?

horusmire wrote:HOW TO READ FILES IN .DOC? THANKS
HOW TO PRESS CAPS-LOCK? THANKS
by Z!re
Sat Mar 04, 2006 8:35 pm
Forum: General Discussion
Topic: What are the best QB libraries?
Replies: 16
Views: 31003

IIRC You can only use one in the IDE, you can link however many you want..
by Z!re
Fri Mar 03, 2006 11:51 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Making a Centering function for True Type Fonts
Replies: 16
Views: 27346

DaveUnit wrote:I don't see the relevance either...
Anyway, I got the newest version of Yagl, it has getTextDimensions so I should be good now.

Thanks again, Z!re.

Dave
No problem =)
by Z!re
Fri Mar 03, 2006 7:21 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Making a Centering function for True Type Fonts
Replies: 16
Views: 27346

Macric wrote:i am imperfect but this is good
http://forum.qbasicnews.com/viewforum.php?f=22
I still dont see the relevance to this topic.
by Z!re
Thu Mar 02, 2006 11:28 am
Forum: General Discussion
Topic: 4D
Replies: 23
Views: 62065

Time is not a dimenions, or a unit.
A simple check.. what time is it now?
I bet we'll get as many answers as users on the forum (assuming everyone reply)

It's just a popular sci-fi influenced wrong that the 4th dimension is time.

As time for one doesent exist.
by Z!re
Thu Mar 02, 2006 11:26 am
Forum: General Discussion
Topic: What are the best QB libraries?
Replies: 16
Views: 31003

MP3 is NOT free. You need to obtain a license or a decoder that is licensed.
by Z!re
Wed Mar 01, 2006 6:04 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Making a Centering function for True Type Fonts
Replies: 16
Views: 27346

The latest is 0.0.7 and it has gettextdimensions

And ya, Yagl is a really cool library =)
by Z!re
Wed Mar 01, 2006 8:12 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Making a Centering function for True Type Fonts
Replies: 16
Views: 27346

Yagl has a nifty function called YagGfxFont_getTextDimensions

You use it as such:
YagGfxFont_getTextDimensions( myFONT, myText$, width, height )

Width and height will now hold the size of that text in pixels, after that it's easy to work out the proper offset to place the text at
by Z!re
Tue Feb 28, 2006 4:51 pm
Forum: News and Announcements
Topic: FieldView MMORPG
Replies: 6
Views: 16112

Problem fixed
Build 166 released
Terrain is now fully dynamic