Re: [ANN] wicket-dnd project

2014-03-11 Thread Duke
.nabble.com/file/n4664893/netbeans2.jpg -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ANN-wicket-dnd-project-tp1889824p4664893.html Sent from the Users forum mailing list archive at Nabble.com

Re: [ANN] wicket-dnd project

2014-03-11 Thread Maxim Solodovnik
wicket-dnd: http://apache-wicket.1842946.n4.nabble.com/file/n4664893/netbeans1.jpg after adding wicket-dnd: http://apache-wicket.1842946.n4.nabble.com/file/n4664893/netbeans2.jpg -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ANN-wicket-dnd-project

Re: [ANN] wicket-dnd project

2014-03-11 Thread Duke
will be like this: border-collapse: collapse*;* ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ANN-wicket-dnd-project-tp1889824p4664895.html Sent from the Users forum mailing list archive at Nabble.com

Re: [ANN] wicket-dnd project

2014-03-11 Thread Sven Meier
-spacing: 0px; *border-collapse: collapse:* } Maybe it is a missprint? And right will be like this: border-collapse: collapse*;* ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ANN-wicket-dnd-project-tp1889824p4664895.html Sent from the Users forum mailing list archive

Re: [ANN] wicket-dnd project

2014-03-11 Thread Sven Meier
(( before adding wicket-dnd: http://apache-wicket.1842946.n4.nabble.com/file/n4664893/netbeans1.jpg after adding wicket-dnd: http://apache-wicket.1842946.n4.nabble.com/file/n4664893/netbeans2.jpg -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ANN-wicket-dnd-project

Re: [ANN] wicket-dnd project

2014-03-11 Thread Duke
Thanks Sven, I am newbe in css/html, thats why I was in doubt. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ANN-wicket-dnd-project-tp1889824p4664899.html Sent from the Users forum mailing list archive at Nabble.com

Re: [ANN] wicket-dnd project

2009-10-26 Thread nestrmu
For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/-ANN--wicket-dnd-project-tp25727819p26063618.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: [ANN] wicket-dnd project

2009-10-26 Thread Sven Meier
Hi Alex, I'm not sure I understand your question: wicket-tree is an alternative to the tree classes in wicket-core and wicket-extensions. DefaultNestedTree gives you almost the same functionality as LabelTree. Regards Sven nestrmu wrote: Hi, Sven I'm trying to use you wonderfull

Re: [ANN] wicket-dnd project

2009-10-19 Thread Pierre Goupil
It looks great, men! Which AJAX framework do you use? Regards, Pierre On Tue, Oct 13, 2009 at 3:55 PM, Doug Leeper douglee...@yahoo.com wrote: Thanks Sven! Got it working. -- View this message in context: http://www.nabble.com/-ANN--wicket-dnd-project-tp25727819p25873355.html Sent

Re: [ANN] wicket-dnd project

2009-10-19 Thread Sven Meier
, 2009 at 3:55 PM, Doug Leeper douglee...@yahoo.com wrote: Thanks Sven! Got it working. -- View this message in context: http://www.nabble.com/-ANN--wicket-dnd-project-tp25727819p25873355.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: [ANN] wicket-dnd project

2009-10-13 Thread Doug Leeper
Thanks Sven! Got it working. -- View this message in context: http://www.nabble.com/-ANN--wicket-dnd-project-tp25727819p25873355.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: [ANN] wicket-dnd project

2009-10-12 Thread Doug Leeper
/-ANN--wicket-dnd-project-tp25727819p25859163.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: [ANN] wicket-dnd project

2009-10-12 Thread Sven Meier
Hi Doug, you're adding a second drop target to your currentContainer: currentContainer.add(new DropTarget(Operation.COPY) { ... }.dropBottom(div)); But there aren't any DIVs contained inside your currentContainer, so wicket-dnd isn't able to find a drop location. If you just want

[ANN] wicket-dnd project

2009-10-03 Thread Sven Meier
Hi all, I'm happy to announce wicket-dnd, a generic drag and drop framework for Wicket. The API has not been fully stabilized yet but you are invited to take a first look: http://code.google.com/p/wicket-dnd/ Have fun Sven

Re: [ANN] wicket-dnd project

2009-10-03 Thread Uwe Schäfer
Sven Meier schrieb: I'm happy to announce wicket-dnd, a generic drag and drop framework for Wicket. looks pretty slick! congrats. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Re: [ANN] wicket-dnd project

2009-10-03 Thread Ralf Eichinger
Sven Meier wrote: I'm happy to announce wicket-dnd, a generic drag and drop framework for Wicket. http://code.google.com/p/wicket-dnd/ I added it to the Wicket Wiki: http://cwiki.apache.org/confluence/display/WICKET/Related+Projects

Re: [ANN] wicket-dnd project

2009-10-03 Thread Martin Makundi
BTW, Why is the demo very slow? Is this what it is like in reality? ** Martin 2009/10/3 Ralf Eichinger ralf.eichin...@pixotec.de: Sven Meier wrote: I'm happy to announce wicket-dnd, a generic drag and drop framework for Wicket.    http://code.google.com/p/wicket-dnd/ I added it to the

Re: [ANN] wicket-dnd project

2009-10-03 Thread Sven Meier
Well, google apps isn't what I call a performant hosting ;). 'In reality' (on your own server) dnd operations are as fast as any other AJAX roundtrip. Regards Sven Martin Makundi wrote: BTW, Why is the demo very slow? Is this what it is like in reality? ** Martin 2009/10/3 Ralf Eichinger