Posted: Mon Sep 02, 2002 1:13 am
Restored from previous forum. Originally posted by DeeCee.
Hello,
I just registered Pure Basic today and have been working through (playing/altering)some of the sample code to get a feel for how everything works.
I ran across an interesting problem...I cannot seem to set or change the overall length/width of a string gadget.
According to the help file:
StringGadget(#Gadget, x, y, Width, Heigth, Content$ [, Flags])
My sample:
StringGadget(4, 155, 5, 50, 20, "mystring")
Would the above sample not indicate that the StringGadget should only be 50 pixels in length/width?
Thanks in advance,
DeeCee
Hello,
I just registered Pure Basic today and have been working through (playing/altering)some of the sample code to get a feel for how everything works.
I ran across an interesting problem...I cannot seem to set or change the overall length/width of a string gadget.
According to the help file:
StringGadget(#Gadget, x, y, Width, Heigth, Content$ [, Flags])
My sample:
StringGadget(4, 155, 5, 50, 20, "mystring")
Would the above sample not indicate that the StringGadget should only be 50 pixels in length/width?
Thanks in advance,
DeeCee