Page 2 of 2

drag & drop

PostPosted: Thu Jun 28, 2007 11:48 pm
by coan
I was just blown away by AJAX possibilities:
http://www.smartclient.com/
Waaw, if this is what we can expect from Servoy 4.0 or 4.5, ...
Cool guys, just do it! (hint, hint)

=)
Koen

PostPosted: Sat Jul 07, 2007 2:21 am
by kazar
Over recent weeks/months I have also found myself wishing for d-n-d in Servoy's Smart Client UI. Just yesterday, I discovered that one is now able to drag-n-drop items in one's Netflix queue and it all runs on a (huge) javascript.

Would this script work within Smart Client 3.x? 4?

http://www.netflix.com/layout/jscript/q ... s?v=135877

More and more I am finding reasons to enable end-users to change the order of things on their screen by dragging them around. Asking them to type in a "new sort order number" and triggering an onFocusLost re-ordering method is just so, well, so '90s.

:-)

kazar

PostPosted: Mon Jul 09, 2007 2:31 pm
by jcompagner
in servoy 3.5 you can integrate 3th party javascript libs by using a html text area where you have your javascripts includes (that must then resides on the server)

<html>
<head>
// javascript libs
</head>
<body>
// custom html using the above js libs.
</body>

PostPosted: Mon Jul 09, 2007 5:30 pm
by kazar
jcompagner wrote:in servoy 3.5 you can integrate 3th party javascript libs by using a html text area where you have your javascripts includes


most excellent!

kazar

PostPosted: Mon Oct 22, 2007 1:58 pm
by patrick
Drag and Drop is now doable between two tables with the new version of the Table-Bean: http://forum.servoy.com/viewtopic.php?t=9364&highlight=