Jump to a position in an editorgadget
Posted: Fri Jul 25, 2014 12:34 pm
We need a command to jump to a position in a listicongadget.
I have been doing it in Windows with:
Someone told me the equivalent to Linux but it didn't work very well.
I have been doing it in Windows with:
Code: Select all
CompilerIf #PB_Compiler_OS=#PB_OS_Windows
Debug "Windows"
SendMessage_(GadgetID(#EDITOR_GADGET_WINDOW_ADD_EDIT_WORD), #EM_SETSEL, t, t)
SetActiveGadget(#EDITOR_GADGET_WINDOW_ADD_EDIT_WORD)
CompilerEndIf