Code : Tout sélectionner
OpenWindow(0, 0, 0, 500, 500, #PB_Window_ScreenCentered | #PB_Window_SystemMenu, "Test")
CreateGadgetList(WindowID())
ExplorerListGadget(0, 0, 0, 500, 480, "c:\", #PB_Explorer_NoFolders | #PB_Explorer_NoParentFolder)
ButtonGadget(1, 0, 480, 500, 20, "cliquez ici pour voir le bug")
Repeat
Event = WaitWindowEvent()
If Event = #PB_Event_Gadget
Select EventGadgetID()
Case 1
SetGadgetText(0, "C:\Program files\\PureBasic\")
EndSelect
EndIf
Until Event = #PB_Event_CloseWindow
C:\Program files\\PureBasic\
et l'adresse est interprété comme :
\\Purebasic\
Bon, ça vient d'une belle co..erie de ma part mais je trouve ce comportement bizarre.
J'ai cherché pendant 2 heures avant de trouver la solution en me couchant, comme quoi dès fois, mieux vaut aller se coucher
