string gadget and focus setting
Posted: Thu Feb 24, 2005 3:17 pm
				
				I am putting say, 5 lines of text under program control to a string gadget.
Fine it displays the 5 lines of text.
I set ActivateGadget but the cursor is at the beginning of the text on the first line.
How do I get it to appear say at the end of the text so that I can enter text manually from the keyboard?
My lines of code:-
I think maybe SendMessage might be a clue but not sure.
Any help welcomed.
Alan
			Fine it displays the 5 lines of text.
I set ActivateGadget but the cursor is at the beginning of the text on the first line.
How do I get it to appear say at the end of the text so that I can enter text manually from the keyboard?
My lines of code:-
Code: Select all
SetGadgetText(#Gadget_Form1_Editortx,textin1$)
         ActivateGadget(#Gadget_Form1_Editortx)Any help welcomed.
Alan