FileBox
Posted
#1
(In Topic #798)
Guru

I though as something to do for Ben (and everyone) as a Christmas present I could copy the DirBox control and edit it to be a FileBox
So now there is a FileBox
New FileBox control. Add Path property to DirBox and FileBox. (93afd49f) · Commits · Gambas / gambas · GitLab
It has the following properties…
SaveFile As Boolean , Default is an OpenFile dialog, set this as true for a SaveFile dialog
Picture =Picture , Use a different picture on the button to the default file icon
PlaceHolder , you know what that is.
Filter , same as Dialog.Filter
Title , Set a Title for the dialog
Path , a synonym for Value.
The Path/PlaceHolder and Filter properties are visible in the IDE form designer
Path property was also made visible in form designer for DirBox
So happy belated Christmas to you all
Note: this isn't really a component to showcase as it's now a part of gambas and i can't really take credit for it as it's just Benoits DirBox.class with a few edits.
Posted
Guru

Posted
Regular

Try this:cogier said
This may seem a stupid question, but how do you download a program from GitLab? I can do it from GitHub. I managed to download a file with a very cryptic name (gambas-93afd49f7c129ad8acac46b4aa123479d92b1da5) but that wasn't too much help?
comp/src/gb.form/.src/File · 93afd49f7c129ad8acac46b4aa123479d92b1da5 · Gambas / gambas · GitLab
1 guest and 0 members have just viewed this.


