Search found 5 matches
- Mon Oct 11, 2010 11:02 pm
- Forum: Coding Questions
- Topic: Font quality differences v4.31 vs v4.51 ?
- Replies: 6
- Views: 1501
Re: Font quality differences v4.31 vs v4.51 ?
Thanks for your help guys, I will pick the codes apart and learn a lot from this !
- Mon Oct 11, 2010 10:31 pm
- Forum: Coding Questions
- Topic: Font quality differences v4.31 vs v4.51 ?
- Replies: 6
- Views: 1501
Font quality differences v4.31 vs v4.51 ?
Since changing from PB v4.31 to 4.51
I have found that my fonts look rougher. Is there a setting I can change in 4.51 to make
the fonts look as smooth as they were in 4.31 ?
I'm running XP SP2 32bit.
The same code was used in both versions (with just the version no changed).
Thanks ...
I have found that my fonts look rougher. Is there a setting I can change in 4.51 to make
the fonts look as smooth as they were in 4.31 ?
I'm running XP SP2 32bit.
The same code was used in both versions (with just the version no changed).
Thanks ...
- Mon Jan 04, 2010 9:26 am
- Forum: Coding Questions
- Topic: weird UDP connection problem
- Replies: 1
- Views: 626
Re: weird UDP connection problem
nevermind. solved. That is all take and no give !
It would have been really useful for some of us noobies if you had retained your original post, and then if you solved the problem yourself, reply to your own post with the solution.
Seems some people also add a [SOLVED] to their subject line in ...
It would have been really useful for some of us noobies if you had retained your original post, and then if you solved the problem yourself, reply to your own post with the solution.
Seems some people also add a [SOLVED] to their subject line in ...
- Thu Dec 10, 2009 11:17 am
- Forum: Coding Questions
- Topic: finding a variable's type
- Replies: 5
- Views: 564
Re: finding a variable's type
i have an app with hundreds of variables in, and I want to save/load these from a preference file.
rather than having to write every variable preference out individually (WritePreferenceInteger(blablabla) etc..) i wanted to read in a text file containing the
names of all the variables, and then ...
rather than having to write every variable preference out individually (WritePreferenceInteger(blablabla) etc..) i wanted to read in a text file containing the
names of all the variables, and then ...
- Thu Dec 10, 2009 10:56 am
- Forum: Coding Questions
- Topic: finding a variable's type
- Replies: 5
- Views: 564
finding a variable's type
hi,
is there a function to find the variable's type after it has been defined ?
thanks
is there a function to find the variable's type after it has been defined ?
thanks
Code: Select all
a.b = 42
b.i = 42
c.q = 42
d.f = 42.245
e.d = 42
f.s = "forty two"