PathRequester behave strange... a bug I suppose.

Just starting out? Need help? Post your questions and find answers here.
Joris
Addict
Addict
Posts: 885
Joined: Fri Oct 16, 2009 10:12 am
Location: BE

PathRequester behave strange... a bug I suppose.

Post by Joris »

Ubuntu 20.0.4
PB 6.00 beta 2
InitialPath$ = "/" ; set initial path to display (could also be blank)
Path$ = PathRequester("Please choose your path", InitialPath$)
If Path$
MessageRequester("Information", "You have selected following path:"+Chr(10)+Path$, 0)
Else
MessageRequester("Information", "The requester was canceled.", 0)
EndIf
In the output window :
[17:00:15] Waiting for executable to start...
[17:00:15] Executable type: Linux - x64 (64bit, Unicode)
[17:00:15] Executable started.
[17:00:15] [WARNING] Line: 2
[17:00:15] [WARNING] GLib-GIO (DEBUG): _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
[17:00:15] [WARNING] Line: 2
[17:00:15] [WARNING] GLib-GIO (DEBUG): _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’

I don't understand a thing of what is going on there.
It seems to do what must be done but stops at the PathRequester ?
Yeah I know, but keep in mind ... Leonardo da Vinci was also an autodidact.
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PathRequester behave strange... a bug I suppose.

Post by mk-soft »

No problem here, you can ignore warning. Its warning from gtk framework

Select folder and press button 'Open' or 'Cancel' from open folder requester.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Post Reply