Code: Select all
StringGadget(7,8,205,306,60,"",PB_String_Multiline)How do you determine the end of the gadget because at the moment you can type and type and carry on typing in my gadget, what I want is when the user types and gets to the end of the gadget it automatically drops down a line.
and also . . .
Using the code below.
Code: Select all
message$ = GetGadgetText(0)
Locate(625, 2450) : DrawText(message$)Any help would be greatly appreciated.
Kind regards
Andy ( aka Large )

