Hi all,
I’m currently working on module which is similar to a photo gallery.
Do you guys know any way of dragging a folder containing pictures in the file system and drop it on to a form?
Or at least get the path of the dropped folder maybe?
Thanks in advance,
-V
yes there is drag & drop bean on http://www.servoyforge.net
Brilliant! Thanks Harjo!
In Servoy 6 this will be possible in plain Servoy
You then can have DragNDrop between OS and the SmartClient or between 2 SmartClients.
You can then just drop everything in a form if you want to (and the form ondragover and so tells the system that it supports that flavor type)
jcompagner:
In Servoy 6 this will be possible in plain Servoy
You then can have DragNDrop between OS and the SmartClient or between 2 SmartClients.
You can then just drop everything in a form if you want to (and the form ondragover and so tells the system that it supports that flavor type)
That will be a very nice feature.