Help equivalent win api code to mac & linux
Posted: Tue Nov 05, 2013 12:13 am
Hi to all
Could some kind soul help me with translating this small win api code to equivalent for mac and linux
to scroll the last selected element of a listview to the top element of the list after a refresh ie: cleargadgetitems(gadget) and re-populate
and the equivalent of #es_centre for the string gadget
Thanks
Zebuddi.
Could some kind soul help me with translating this small win api code to equivalent for mac and linux
Code: Select all
For a=1 To lv_selected_pos
SetScrollPos_(GadgetID(ListIcon_0),#SB_VERT,a,#True)
SendMessage_(GadgetID(ListIcon_0),#WM_VSCROLL,#SB_LINEDOWN,0)
Next a
and the equivalent of #es_centre for the string gadget
Thanks
Zebuddi.
