How do I pre populate the Poppath Gadget
Posted: Fri Mar 29, 2024 12:18 pm
Hi,
Just trying to get the Poppath gadget working in RapaGUI (OS4), I would like to have the PopPath gadget show the current directory when it first comes up.
When you click the browse button to the side then select a directory and press OK, it will only show the directory you selected and not the whole path.
Is there a way to make it show the full path of the selected directory.
Ive tried
I even tried to insert it on creation of the Dialogue
But it does not work.
Anyone got any clues.
Cheers
Leo
Just trying to get the Poppath gadget working in RapaGUI (OS4), I would like to have the PopPath gadget show the current directory when it first comes up.
When you click the browse button to the side then select a directory and press OK, it will only show the directory you selected and not the whole path.
Is there a way to make it show the full path of the selected directory.
Ive tried
Code: Select all
moai.set("parentdir", "Path", "DH4:")But it does not work.
Anyone got any clues.
Cheers
Leo