precise ....
il marche seulement avec -1
l'exemple ci-dessous n'affiche rien ????? !
Code : Tout sélectionner
If OpenWindow(0,0,0,270,140,#PB_Window_SystemMenu|#PB_Window_ScreenCentered,"ListViewGadget") And CreateGadgetList(WindowID(0))
ListViewGadget(0,10,10,250,120)
AddGadgetItem (0,2," 2 em position") ; define listview content
AddGadgetItem (0,1," 1 er position") ; define listview content
SetGadgetState(0,2) ; set (beginning with 0) the tenth item as the active one
Repeat : Until WaitWindowEvent()=#PB_Event_CloseWindow
EndIf