ExplorerComboGadget()

Vous débutez et vous avez besoin d'aide ? N'hésitez pas à poser vos questions
Mesa
Messages : 1126
Inscription : mer. 14/sept./2011 16:59

ExplorerComboGadget()

Message par Mesa »

Avec un ExplorerComboGadget(), la doc indique :
#PB_Explorer_Editable : Le Gadget sera éditable, avec un mode d'auto-complétion automatique.
mais sur mon Xp l'auto complétion ne fonctionne pas, et vous ?

Code : Tout sélectionner

If OpenWindow(0, 0, 0, 400, 400, "ExplorerComboGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered) 
    ExplorerComboGadget(0, 10, 40, 380, 0, "C:\", #PB_Explorer_Editable)
    Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
  EndIf 
Mesa.
Backup
Messages : 14526
Inscription : lun. 26/avr./2004 0:40

Re: ExplorerComboGadget()

Message par Backup »

oui , il y aurai peut etre bien un bug :)
Répondre