Search found 6 matches

by davido28
Sun Mar 11, 2012 12:48 am
Forum: General Discussion
Topic: OOP tutorial added to the nxSoftware site!
Replies: 20
Views: 17143

Re: OOP tutorial added to the nxSoftware site!

Little John wrote:I don't believe srod would mind my mirroring it here:
http://luethje.eu/prog/oop.zip
Many thanks Little John , xorc1zt
by davido28
Sat Mar 10, 2012 6:34 am
Forum: General Discussion
Topic: OOP tutorial added to the nxSoftware site!
Replies: 20
Views: 17143

Re: OOP tutorial added to the nxSoftware site!

srod wrote:Hi,

just thought I'd let you know that I have just added the first tutorial to the nxSoftware site (in the form of a downloadable zip file).
Hello
Could we have the link please or a reupload? Went to http://www.nxsoftware.com/ and got a
No input file specified
message. :?
by davido28
Tue Mar 06, 2012 11:13 pm
Forum: Coding Questions
Topic: How to capitalize input string in string / editor Gadget
Replies: 6
Views: 1686

Re: How to capitalize input string in string / editor Gadget

If you want to see an improved example utilizing a callback take a look into
this new example (again only for Windows). It subclasses the StringGadget
and intercepts key entry before the character is actually displayed in the
gadget allowing us to change a character to uppercase during key entry ...
by davido28
Mon Mar 05, 2012 10:37 pm
Forum: Coding Questions
Topic: How to capitalize input string in string / editor Gadget
Replies: 6
Views: 1686

Re: How to capitalize input string in string / editor Gadget

Thanks luis! Oh my I gotta lot of reading to do. :lol:
by davido28
Mon Mar 05, 2012 7:42 pm
Forum: Coding Questions
Topic: How to capitalize input string in string / editor Gadget
Replies: 6
Views: 1686

Re: How to capitalize input string in string / editor Gadget

Thanks Shardik , worked perfect.

A question or two if you please though,
#WM_KEYUP

Is this a Windows-only event constant? Could not find it anywhere
in the docs. Where can I read up on this and other non-PB constants?

For longer text passages this method doesn't work well because
after each ...
by davido28
Mon Mar 05, 2012 2:57 pm
Forum: Coding Questions
Topic: How to capitalize input string in string / editor Gadget
Replies: 6
Views: 1686

How to capitalize input string in string / editor Gadget

Hello,

I wish there was a Capitalize function for strings. Please can someone help me solve these problems?
Is there a way to force capitalization of a string text even if the user has typed in lower case?

For example if the user types this
harry genks
I want this Harry Genks as he types.

I ...