Re: [qooxdoo-devel] Drag & Drop changes

2016-01-07 Thread Dietrich Streifert
Hi Johan, this was not a patch, but a test case to narrow down the issue. Please try https://github.com/qooxdoo/qooxdoo/pull/165 instead. Am 07.01.2016 um 13:24 schrieb Johan: @Qoo : Thanks for the patch but it's not working ! However, Dietrich's patch is working ! Thank a lot ! A patc

Re: [qooxdoo-devel] Drag & Drop changes

2016-01-07 Thread Dietrich Streifert
Hi All, here is the filed bugzilla bug: http://bugzilla.qooxdoo.org/show_bug.cgi?id=9243 and a (possible) fix: https://github.com/qooxdoo/qooxdoo/pull/165 Dietrich Am 07.01.2016 um 11:10 schrieb John Spackman: > Ah, I see what you mean! I just tried it with a label instead of a >

Re: [qooxdoo-devel] Drag & Drop changes

2016-01-07 Thread Dietrich Streifert
I can't find which commit broke dragging, but I've found where it happens: http://tinyurl.com/hg5r93o The pointerdown handler of the button stops propagation of the event, thus not allowing bubbling up to the root widget, which has the drag and drop handler attached. Dietrich Am 07.01.201

Re: [qooxdoo-devel] Drag & Drop changes

2016-01-07 Thread Qoo
It seems to be related to this bug (if not the same): http://bugzilla.qooxdoo.org/show_bug.cgi?id=9187. I uploaded a patch for it and there is a push request for it. On 07/01/16 11:39, Dietrich Streifert wrote: It seems the change came in between 4.0.1 and 4.0.2. Simply change the playgroun

Re: [qooxdoo-devel] Drag & Drop changes

2016-01-07 Thread Johan
something else that does not trigger the problem? John From: Johan mailto:j...@stim.fr>> Reply-To: qooxdoo Development <mailto:qooxdoo-devel@lists.sourceforge.net>> Date: Thursday, 7 January 2016 at 09:45 To: qooxdoo Development <mailto:qooxdoo-devel@lists.sourceforge.net>

Re: [qooxdoo-devel] Drag & Drop changes

2016-01-07 Thread Dietrich Streifert
It seems the change came in between 4.0.1 and 4.0.2. Simply change the playground link from http://demo.qooxdoo.org/4.0.1/ to http://demo.qooxdoo.org/4.0.2/ while preserving the rest of the link (which encodes the test case). It works with 4.0.1 but not with 4.0.2 Dietrich Am 07.01.

Re: [qooxdoo-devel] Drag & Drop changes

2016-01-07 Thread Daniel Lenggenhager
Hi Johan, I changed the Button widget with a Label widget... and it's working. Maybe something has been changed with the form widgets... but I haven't found any hints in the source... Regards, Daniel Am 07.01.2016

Re: [qooxdoo-devel] Drag & Drop changes

2016-01-07 Thread John Spackman
pull request!) In the mean time though – does it have to be a button? Could you use something else that does not trigger the problem? John From: Johan Reply-To: qooxdoo Development Date: Thursday, 7 January 2016 at 09:45 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Drag &

Re: [qooxdoo-devel] Drag & Drop changes

2016-01-07 Thread Johan
Same code in playground 5.0.1 : *http://tinyurl.com/gt2shgp*not work...* * Regards, Johan -- ___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sou

Re: [qooxdoo-devel] drag & drop for an image does not work with IE

2015-05-12 Thread Cyrille Rigault
; e.addAction("move"); > > e.addType("image"); > > }, this); > > > > box2.addListener( "dragover", function(e) { > > qx.log.Logger.debug( "dragover"); > > if (!e.supportsType("imag

Re: [qooxdoo-devel] drag & drop for an image does not work with IE

2015-05-12 Thread Mustafa Sak
gger.debug( this, 'source is not an image : prevent'); e.preventDefault(); return } new Modal(e.getDragTarget(), box2); }, this); } } }); Gruß Mustafa Sak Applications & Integration 1&1 Internet AG | Ernst-Frey-Straße 10 | 76135 Karlsruhe | Germany

Re: [qooxdoo-devel] drag & drop for an image does not work with IE

2015-05-12 Thread Cyrille Rigault
> > > Gruß > > *Mustafa Sak* > > > Applications & Integration > > 1&1 Internet AG | Ernst-Frey-Straße 10 | 76135 Karlsruhe | Germany > > > > *Von:* Cyrille Rigault [mailto:cyrilleriga...@gmail.com] > *Gesendet:* Dienstag, 12. Mai 2015 10:31 > *An:*

Re: [qooxdoo-devel] drag & drop for an image does not work with IE

2015-05-12 Thread Mustafa Sak
| 76135 Karlsruhe | Germany Von: Cyrille Rigault [mailto:cyrilleriga...@gmail.com] Gesendet: Dienstag, 12. Mai 2015 10:31 An: qooxdoo Development Betreff: [qooxdoo-devel] drag & drop for an image does not work with IE Hello, I sent this some days ago but I've had no reply since. Meanti

[qooxdoo-devel] drag & drop for an image does not work with IE

2015-05-12 Thread Cyrille Rigault
Hello, I sent this some days ago but I've had no reply since. Meantime, I was able to bring some details: I'm trying a drag&drop of an image in IE 10, qooxdoo 4.0.1, and the drop target is never activated. I think this is due that IE creates a shallow copy of the image in the dragging operation.

[qooxdoo-devel] drag & drop for an image does not work with IE

2015-05-07 Thread Cyrille Rigault
Hello, I'm trying a drag&drop of an image in IE 10, qooxdoo 4.0.1, and the drop target is never activated. I think this is due that IE creates a shallow copy of the image in the dragging operation. With a Label, it works How can I solve that ? here is a sample code. Regards Cyrille ---

[qooxdoo-devel] drag & drop with a modal dialog

2015-05-05 Thread Cyrille Rigault
Hello, I would like to make a drag&drop with a modal dialog box in the "drop" listener method, so that the drop takes place if the user agrees. The problem is that that "drop" listener terminates (and returns nothing) while the modal waits for a user response. The "dragend" listener is also calle

Re: [qooxdoo-devel] Drag & Drop problem

2014-07-23 Thread woprandi
Oh yeah, you are right. Thanks a lot -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Drop-problem-tp7585984p7585988.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Want fast an

Re: [qooxdoo-devel] Drag & Drop problem

2014-07-22 Thread Mustafa Sak
. Juli 2014 11:23 An: qooxdoo-devel@lists.sourceforge.net Betreff: [qooxdoo-devel] Drag & Drop problem Hello, I use a table and I want to implements Drag&Drop on it. I copied the code from Drag&Drop demo (http://demo.qooxdoo.org/current/demobrowser/#table~Table_Drag_And_Drop.html).

[qooxdoo-devel] Drag & Drop problem

2014-07-22 Thread woprandi
Hello, I use a table and I want to implements Drag&Drop on it. I copied the code from Drag&Drop demo (http://demo.qooxdoo.org/current/demobrowser/#table~Table_Drag_And_Drop.html). But I have a problem if I want to inject data and remember original maps (http://demo.qooxdoo.org/current/apiviewer/#q

Re: [qooxdoo-devel] Drag & Drop on table

2014-06-06 Thread woprandi
It's now done, http://bugs.qooxdoo.org/show_bug.cgi?id=8404 Thanks for your answer -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Drop-on-table-tp7585502p7585806.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] Drag & Drop on table

2014-06-06 Thread Mustafa Sak
12:34 An: qooxdoo-devel@lists.sourceforge.net Betreff: Re: [qooxdoo-devel] Drag & Drop on table Hi, Ty for your fast answer. I'm on the demo and drag&drop is very bugged. Try to switch the first two lines for example, I cannot... -- View this message in context: http://qooxdoo.6

Re: [qooxdoo-devel] Drag & Drop on table

2014-06-06 Thread woprandi
Hi, Ty for your fast answer. I'm on the demo and drag&drop is very bugged. Try to switch the first two lines for example, I cannot... -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Drop-on-table-tp7585502p7585797.html Sent from the qooxdoo mailing list archive at Nabbl

Re: [qooxdoo-devel] Drag & Drop on table

2014-06-06 Thread Martin Wittemann
Hey, What do you exactly mean with „does not work“? We do have a table demo showcasing drag & drop [1]. This might be worth a look. :) Best, Martin [1] http://demo.qooxdoo.org/4.0/demobrowser/index.html#table~Table_Drag_And_Drop.html Am 06.06.2014 um 11:16 schrieb woprandi mailto:william.opra.

Re: [qooxdoo-devel] Drag & Drop on table

2014-06-06 Thread woprandi
Since qooxdoo 4.0 has been released yesterday, I wanted to try again the drag&drop demo on table but it does not work... -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Drop-on-table-tp7585502p7585790.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] Drag & Drop on table

2014-04-10 Thread panyasan
Hi Richard, I am sorry, I haven't checked the new virtual tree thoroughly enough before posting - it does seem to support D&D! The only thing I am really missing - and the reason I didn't notice it earlier - is that there is no visual drop target indicator, such as highlighting the hovered node or

Re: [qooxdoo-devel] Drag & Drop on table

2014-04-10 Thread Richard Sternagel
Hi Christian, Drag & Drop is already supported for "qx.ui.tree.VirtualTree": http://demo.qooxdoo.org/devel/demobrowser/demo/virtual/Tree.html What are you missing specifically? As you already guessed "qx.ui.treevirtual.TreeVirtual" on the other hand won't get support for Drag & Drop officially

Re: [qooxdoo-devel] Drag & Drop on table

2014-04-09 Thread panyasan
FYI, here's what I came up with long ago: http://sourceforge.net/p/qooxdoo-contrib/code/HEAD/tree/trunk/qooxdoo-contrib/qcl/trunk/source/class/qcl/ui/treevirtual/DragDropTree.js and the related bug report: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3768 In the bug, I see that the "old" tree v

Re: [qooxdoo-devel] Drag & Drop on table

2014-04-09 Thread panyasan
Hi Richard, by any chance, do you plan on officially supporting Drag & Drop on the TreeVirtual (which is based on the Table) or virtual.Tree as well? There have been solutions, I know, but I've been struggling with this in the past, and ran into strange bugs, so it would be really great to have "o

Re: [qooxdoo-devel] Drag & Drop on table

2014-04-04 Thread woprandi
Ok. Thanks you very much for your fast answer. I'm looking forward for the next realease ! -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Drop-on-table-tp7585502p7585505.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] Drag & Drop on table

2014-04-04 Thread Richard Sternagel
Hey woprandi, you're right - this is unwanted behavior (i.e. a bug). With the changes in the next release (no date yet) this will be gone because the drag & drop algorithm has been completely redesigned. Those changes currently "live" inside the "pointer" branch and will be merged into master at s

[qooxdoo-devel] Drag & Drop on table

2014-04-04 Thread woprandi
Hi, I'm looking the drag & drog demo (http://demo.qooxdoo.org/3.5/demobrowser/#table~Table_Drag_And_Drop.html) on table but I don't understand why, often, I get a "prohibitory sign" next to my mouse pointer. And I don't understand why. It seems to do not happen on List, only on Table. Does anyone

Re: [qooxdoo-devel] Drag&drop not enabled with right mouse in 3.0.1

2013-10-30 Thread thron7
On 10/30/2013 09:01 AM, Jeroen Smit wrote: Done: http://bugzilla.qooxdoo.org/show_bug.cgi?id=7828 thanks. I will fix this in my local copy for now. You may want to look at qx.Class.patch [1], which allows you to maintain your patches outside the framework code proper. T. [1] http://

Re: [qooxdoo-devel] Drag&drop not enabled with right mouse in 3.0.1

2013-10-30 Thread Jeroen Smit
Done: http://bugzilla.qooxdoo.org/show_bug.cgi?id=7828 I will fix this in my local copy for now. Best regards, Jeroen From: thron7 [mailto:thomas.herchenroe...@1und1.de] Sent: dinsdag 29 oktober 2013 19:55 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Drag&drop not enabled with r

Re: [qooxdoo-devel] Drag&drop not enabled with right mouse in 3.0.1

2013-10-29 Thread thron7
Please open a bug for this. T. On 10/29/2013 05:54 PM, Jeroen Smit wrote: Hi, During the upgrade form 1.4.1. to 3.0.1 I noticed my drag&drop is not working like it was, because "qx.event.handler.DragDrop" not checks for the left button to be used in the _onMouseDown. Is that a deliberate c

[qooxdoo-devel] Drag&drop not enabled with right mouse in 3.0.1

2013-10-29 Thread Jeroen Smit
Hi, During the upgrade form 1.4.1. to 3.0.1 I noticed my drag&drop is not working like it was, because "qx.event.handler.DragDrop" not checks for the left button to be used in the _onMouseDown. Is that a deliberate change? We model drag&drop like many other apps: -Dragging with the rig

Re: [qooxdoo-devel] Drag&drop not working correctly in Chrome, FireFox, Opera

2013-10-24 Thread Mustafa Sak
lto:jeroen.s...@ortec.com] Gesendet: Donnerstag, 24. Oktober 2013 10:01 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Drag&drop not working correctly in Chrome, FireFox, Opera Hi Mustafa, I am not able to reproduce it in a simple play ground example unfortunately. Maybe describing my actual examp

Re: [qooxdoo-devel] Drag&drop not working correctly in Chrome, FireFox, Opera

2013-10-24 Thread Jeroen Smit
.de] Sent: woensdag 23 oktober 2013 14:33 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Drag&drop not working correctly in Chrome, FireFox, Opera Hi Jeroen, We are also using Drag and Drop in our applications. And currently all browser are working proper. Could you please provide us wi

Re: [qooxdoo-devel] Drag&drop not working correctly in Chrome, FireFox, Opera

2013-10-23 Thread Mustafa Sak
oen Smit [mailto:jeroen.s...@ortec.com] Gesendet: Mittwoch, 23. Oktober 2013 14:05 An: Qooxdoo-Devel Betreff: [qooxdoo-devel] Drag&drop not working correctly in Chrome, FireFox, Opera Hi, I have just implemented dragdrop from a custom control and in IE this seems to work pretty much out of the box by

[qooxdoo-devel] Drag&drop not working correctly in Chrome, FireFox, Opera

2013-10-23 Thread Jeroen Smit
Hi, I have just implemented dragdrop from a custom control and in IE this seems to work pretty much out of the box by just calling setDroppable and setDraggable icw some drag events. In several other browsers I kept getting the "invalid drag" cursor and was able to locate the issue in the "qx.

Re: [qooxdoo-devel] Drag & Drop with objects underneath the cursor

2013-05-21 Thread franck34
Thanks. But no way i don't see any simple solution, the event target is the div containing the moving item so it's never the list or listItem and it can't be. I've tried using coordinates of the target list and play with ev.getDocumentLeft()/Right() but it's not enough .. Wait if somebody else g

Re: [qooxdoo-devel] Drag & Drop with objects underneath the cursor

2013-05-21 Thread franck34
> > Drag and drop works fine until I place an object directly under the > cursor, because this object is then always detected as drop target - > as expected. > > I used this code and modified it to move the object to the cursor. > http://demo.qooxdoo.org/diet/showcase/index.html#Drag%20%26%20Drop

[qooxdoo-devel] Drag & Drop with objects underneath the cursor

2013-05-21 Thread Fabian Hickert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, i'm currently stuck with a drag & drop problem and hope that you can help me. Here is my problem: Drag and drop works fine until I place an object directly under the cursor, because this object is then always detected as drop target - as

Re: [qooxdoo-devel] drag & drop --> from list to image

2013-05-16 Thread Christian Hagendorn
Hi, did you checked the demo [1] and the manual [2]? Cheers, Chris [1] http://demo.qooxdoo.org/current/demobrowser/index.html#ui~DragDrop.html [2] http://manual.qooxdoo.org/2.1.1/pages/desktop/ui_dragdrop.html -- View this message in context: http://qooxdoo.678.n2.nabble.com/drag-drop-from-l

[qooxdoo-devel] drag & drop --> from list to image

2013-05-16 Thread matteomasina
Hi, I would like to drag some icon from a list to an image. I have tried a lot of solution but no one is functioning, can you please tell me which is the right way to do this ? regards, Matteo Masina -- View this message in context: http://qooxdoo.678.n2.nabble.com/drag-drop-from-list-to-i

Re: [qooxdoo-devel] Drag&Drop question

2013-01-15 Thread Michael
Am 15.01.2013 14:33, schrieb hagendorn: > Hi Michael, > > have a look at the API Viewer. You can use "getCurrentType" only on > "droprequest" event. > http://demo.qooxdoo.org/2.2/apiviewer/#qx.event.type.Drag~getCurrentType!method_public thanks, don't know why I didn't checked that event. Maybe b

Re: [qooxdoo-devel] Drag&Drop question

2013-01-15 Thread hagendorn
Hi Michael, have a look at the API Viewer. You can use "getCurrentType" only on "droprequest" event. http://demo.qooxdoo.org/2.2/apiviewer/#qx.event.type.Drag~getCurrentType!method_public Cheers, Chris -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Drop-question-tp7582

[qooxdoo-devel] drag&drop table?

2012-09-11 Thread smisonli...@googlemail.com
Hello, i try to move a drag and drop from a list to atable. i need the data from the list and the row of the table when i use this code at the target table table.setDroppable(true); table.addListener("drop", function(e) { alert(e.getRelatedTarget());//Returns NULL alert(e.getOrig

Re: [qooxdoo-devel] drag and drop types

2012-07-24 Thread Philipp Engel
ers, Phil Von: Mustafa Sak [mailto:mustafa@1und1.de] Gesendet: Dienstag, 24. Juli 2012 10:47 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] drag and drop types Hi Phil, could you please provide a playground example. Your link points just to playground without example. Please use tinyurl

Re: [qooxdoo-devel] drag and drop types

2012-07-24 Thread Mustafa Sak
(), .getCurrentTraget(), .getRelatedTarget()) may be one of these can help you out. Regards Mustafa Von: Philipp Engel [mailto:en...@hmi-tec.com] Gesendet: Dienstag, 24. Juli 2012 09:14 An: qooxdoo-devel@lists.sourceforge.net Betreff: [qooxdoo-devel] drag and drop types Hi, I got three lists. I

[qooxdoo-devel] drag and drop types

2012-07-24 Thread Philipp Engel
Hi, I got three lists. I would like to drop to list1 and would like to know from which list (list2, list3) the drop comes from. How can I do this. In the documentation I read, that I can add any Qooxdoo "type" as parameter to method "e.addType()". Could you give me an example, of types I can ad

Re: [qooxdoo-devel] Drag and Drop

2012-07-09 Thread Alexander Steitz
07, 2012 8:15 AM To: qooxdoo Development Subject: Re: [qooxdoo-devel] Drag and Drop Hi Alex, Thanks for your response. So I can add any custum own type. For example like abc/xyz. If I try this I get the message, that this type is not supported by qooxdoo. And I still don't understand how I can d

Re: [qooxdoo-devel] Drag and Drop

2012-07-06 Thread Philipp Engel
> -Original Message- > From: Philipp Engel [mailto:philipp.en...@netriver.de] > Sent: Friday, July 06, 2012 9:26 AM > To: qooxdoo-devel@lists.sourceforge.net > Subject: [qooxdoo-devel] Drag and Drop > > Hi, > > I use drag and drop (dad). In the dragstart eventlis

Re: [qooxdoo-devel] Drag and Drop

2012-07-06 Thread Alexander Steitz
mp; Drop" to get to know the details. -> http://manual.qooxdoo.org/current/pages/desktop/ui_dragdrop.html Regards, Alex -Original Message- From: Philipp Engel [mailto:philipp.en...@netriver.de] Sent: Friday, July 06, 2012 9:26 AM To: qooxdoo-devel@lists.sourceforge.net Subjec

[qooxdoo-devel] Drag and Drop

2012-07-06 Thread Philipp Engel
Hi, I use drag and drop (dad). In the dragstart eventlistener I want to add a new type other than qx/list-items even when I have a list with list-items. I need this to make a distinction between several lists to know from where the dad comes from. How can I do this and by the way which are the d

Re: [qooxdoo-devel] Drag and drop

2012-06-21 Thread Martin Wittemann
Hey, I don't think its possible to connect the listener pairs somehow. As far as I can remember, you can add some kind of data to the drag start or action to the data during drag start. You could add different types of data either your draging from the tree or from the list. The drop listener co

[qooxdoo-devel] Drag and drop

2012-06-21 Thread Philipp Engel
Hi together, I have two trees with folders and a list. First of all I can drag from tree 2 to tree 1. Now I want to add another drag and drop functionality to drag list items to tree 1. The problem is, that the functionality of the two drag and drops interfere with each other. How is it possibl

Re: [qooxdoo-devel] drag/drop bug

2011-08-02 Thread Martin Wittemann
Hey, is there already a bug report for that in the qooxdoo bugzilla? Seems like this is a table bug which should be fixed in the framework instead of worked around as a app developer. Don't see a reason why an user of qooxdoo should bother with such bugs. :) Regards, Martin Am 02.08.2011 um 09:

Re: [qooxdoo-devel] drag/drop bug

2011-08-02 Thread chrjab
Hi, I have exactly the same problem as Kenneth. After editing a cell the drag and drop doesn't work any more. Only after some double clicks. I have it in my source code, but it's the same in the demo browser. You find it in demo browser under "Table Drag_And_Drop". (http://demo.qooxdoo.org/curre

Re: [qooxdoo-devel] Drag Drop events with coordinates?

2011-04-06 Thread Andrew Manson
Hi Christian, Thanks for your help! I guess the problem was that I'm used to other frameworks using X and Y for mouse drop events, I just need to "think QooXdoo" and get the whole "Left" and "Top" into my head! It seems like I have also run into a "namespace clash" in the Table API... I saw the m

Re: [qooxdoo-devel] Drag Drop events with coordinates?

2011-04-06 Thread Christian Hagendorn
Hi Andrew, I'm not an expert for the table, so I don't know the implementation. When you are using the normal Drag[1] event you can use getDocumentLeft() and getDocumentTop() to get the x/y coordinates from the event. Hope this helps. Cheers, Chris [1] http://demo.qooxdoo.org/current/apivi

[qooxdoo-devel] Drag Drop events with coordinates?

2011-04-06 Thread Andrew Manson
Hi, I've been trying to develop a drag and drop solution for a Table where we a user can drag a series of "selection" objects onto the table to assign it to a particular column. I have seen that there is a table column model that has the functionality to decipher which column a particular X Y coor

Re: [qooxdoo-devel] Drag & Drop: permit for container but deny when over a child

2010-11-18 Thread Joachim Baran
On 18 November 2010 11:48, rsantiagopaz wrote: > I was work in some similar. But maybe I am missunderstanding you, because the > english. Your example is excellent! I never tried to use both listeners together. The 'click'-event is still fired, but at least it looks more consistent now. Thanks

Re: [qooxdoo-devel] Drag & Drop: permit for container but deny when over a child

2010-11-18 Thread rsantiagopaz
I was work in some similar. But maybe I am missunderstanding you, because the english. With some little example maybe I will understand better. Or try this little example. Drag First label on container or Second label var doc = this.getRoot(); var label1 = new qx.ui.basic.Label("First label")

Re: [qooxdoo-devel] Drag & Drop: permit for container but deny when over a child

2010-11-18 Thread Joachim Baran
On 16 November 2010 17:10, rsantiagopaz wrote: > Im not sure, but try e.stopPropagation() in the child's drop event listener I have tried that, but it does not seem to work. It looks like the container receives the dragover-/drop-events whereas its children do not get to see them. I guess tha

Re: [qooxdoo-devel] Drag & Drop: permit for container but deny when over a child

2010-11-16 Thread rsantiagopaz
Im not sure, but try e.stopPropagation() in the child's drop event listener -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Drop-permit-for-container-but-deny-when-over-a-child-tp5741153p5744590.html Sent from the qooxdoo mailing list archive at Nabble.com. -

[qooxdoo-devel] Drag & Drop: permit for container but deny when over a child

2010-11-15 Thread Joachim Baran
Hi! I am having the following problem: I want to allow the user to drag & drop elements into a spacious container, but only when the dragged object is not over an already placed item in said container. Currently, the container has listeners for 'drop' and 'dragover' that accept content. Then

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-14 Thread Martin_GER
I have just open a bug. I think that the best way to solution. "Bug 4182 - Drag&Draw a row ist sometimes not possible (edit)" -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Drop-only-by-LIST-tp5622346p5634589.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-14 Thread Mustafa Sak
using setFocusCellOnMouseMove(true)? Regards Sak -Ursprüngliche Nachricht- Von: Martin_GER [mailto:m...@gmx.de] Gesendet: Donnerstag, 14. Oktober 2010 09:04 An: qooxdoo-devel@lists.sourceforge.net Betreff: Re: [qooxdoo-devel] Drag&Drop only by LIST Just a note from me because the

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-14 Thread Martin_GER
Just a note from me because the demo does not always work. Sometimes when I drag a line, the cursor looks like a stop-symbol. So to move a line is not possible. Only when I drag the line over several lines, the cursor looks right and the drag&drop is possible. Can you/somebody show the code, perha

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-13 Thread Mustafa Sak
Mercie! J Von: Derrell Lipman [mailto:derrell.lip...@unwireduniverse.com] Gesendet: Mittwoch, 13. Oktober 2010 16:54 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Drag&Drop only by LIST On Wed, Oct 13, 2010 at 10:33, Mustafa Sak wrote: Check this out! http://tinyurl.com/3al

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-13 Thread Derrell Lipman
On Wed, Oct 13, 2010 at 10:53, Derrell Lipman < derrell.lip...@unwireduniverse.com> wrote: > On Wed, Oct 13, 2010 at 10:33, Mustafa Sak wrote: > >> Check this out! http://tinyurl.com/3alrcam > > > This example belongs in either demobrowser or the playground pull-down! > In fact, I just created a

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-13 Thread Derrell Lipman
On Wed, Oct 13, 2010 at 10:33, Mustafa Sak wrote: > Check this out! http://tinyurl.com/3alrcam This example belongs in either demobrowser or the playground pull-down! Derrell -- Beautiful is writing same markup. Intern

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-13 Thread Mustafa Sak
Check this out! http://tinyurl.com/3alrcam Regards Sak -Ursprüngliche Nachricht- Von: Martin_GER [mailto:m...@gmx.de] Gesendet: Mittwoch, 13. Oktober 2010 15:58 An: qooxdoo-devel@lists.sourceforge.net Betreff: Re: [qooxdoo-devel] Drag&Drop only by LIST Thanks! Now I have make a si

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-13 Thread Martin_GER
Thanks! Now I have make a simple example with Drag&Drop in table. But the move of lines is not working. Can you or someone view the code? Here the file "Application.js": /* #asset(testdrag/*) **

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-13 Thread Mustafa Sak
{ e.preventDefault(); return; } } else {

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-12 Thread Martin_GER
I will use it on tables. I have tried, but found no solution. I am very interested on a example with tables. So that I would be very helpful. Thanks! -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Drop-only-by-LIST-tp5622346p5626282.html Sent from the qooxdoo mailing list

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-12 Thread Mustafa Sak
Drag & drop is working nearly on every widget. I am using it on tables and virtual trees. May be the concept is a bit confusing at the beginning, but later u will see what great job is done. Are you interested on a example with tables and trees? Or much quicker, google for "qooxdoo table dr

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-12 Thread Martin_GER
Hello, due to the huge response to my question, I come to the conclusion that the Drag&Drop function not often is used. I assume that the funktionen was made just for "LIST". Does anyone know whether the functions will be further developed. -- View this message in context: http://qooxdoo.678.n2.

[qooxdoo-devel] Drag&Drop only by LIST

2010-10-11 Thread Martin_GER
Hello, I want to use in a program, the function "Drag&Drop". In the demo-browser I will see an Example with a "List". The qooxdoo-forum already have some entries about this subject, to use it with other widgets (for example table). So, if the Drag&Drop Funktion only for "List"? Thanks, Martin --

Re: [qooxdoo-devel] Drag & drop on tree

2010-09-01 Thread mmbolido Gazeta.pl
Hi:-) A correct this issues. In drag listener I change line: this.indicator.setWidth(treeFolder.getBounds().width); to: this.indicator.setWidth(this.tree.getPaneSize().width); Now indicator size is correct:-) Best regards, Adam, 2010/9/1 mmbolido Gazeta.pl > Hi again, > > I see one more p

Re: [qooxdoo-devel] Drag & drop on tree

2010-09-01 Thread mmbolido Gazeta.pl
Hi Daniel, Thanks for answer:-) I use 1.2 release, but Christian's example doesn't work:-( But sample from your source work perfect. Thanks a lot:-) Best regards, Adam 2010/9/1 Daniel Wagner > Hi Adam, > > there was a bug relating to this that got fixed after the 1.2 release[1]. > As a workar

Re: [qooxdoo-devel] Drag & drop on tree

2010-09-01 Thread mmbolido Gazeta.pl
Hi again, I see one more problem - indicator width:-) A try add this.indicator.setWidth(...) in createIndicator function, but it doesn't help. See attachment. Best Regards, Adam > 2010/9/1 Daniel Wagner > > Hi Adam, >> >> there was a bug relating to this that got fixed after the 1.2 release[1]

Re: [qooxdoo-devel] Drag & drop on tree

2010-09-01 Thread Daniel Wagner
Hi Adam, there was a bug relating to this that got fixed after the 1.2 release[1]. As a workaround, you can modify the "drop" handler from Christian's example application so that the target folder is removed before it is inserted at the new position. I've attached the modified file. Let me k

[qooxdoo-devel] Drag & drop on tree

2010-08-31 Thread mmbolido Gazeta.pl
Hi, I try make drag&drop on tree (now I need drag only TreeFolder). I found thread http://www.mail-archive.com/qooxdoo-devel@lists.sourceforge.net/msg20278.htmland solution http://www.mail-archive.com/qooxdoo-devel@lists.sourceforge.net/msg20379.html. But it's doesn't work:/ Any one have working s

Re: [qooxdoo-devel] Drag Dealer: very cool JS library supporting draggables

2010-07-01 Thread Dave Baggett
I didn't look at it in detail; just played with the demos. Dave -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Dealer-very-cool-JS-library-supporting-draggables-tp5243127p5243249.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] Drag Dealer: very cool JS library supporting draggables

2010-07-01 Thread MartinWittemann
Hey Dave, Thanks for sharing this link. Did you take a closer look at that how it is done? do they use CSS for that physics emulation? Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Dealer-very-cool-JS-library-supporting-draggables-tp5243127p5243216.html S

[qooxdoo-devel] Drag Dealer: very cool JS library supporting draggables

2010-07-01 Thread Dave Baggett
Not only does this offer some nice UI interactions, it supports touch screens on mobile devices like the iPhone. http://code.ovidiu.ch/dragdealer/ Dave -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Dealer-very-cool-JS-library-supporting-draggables-tp5243127p5243127.

Re: [qooxdoo-devel] drag/drop: how to get widget hovered over in a dragover event?

2010-04-30 Thread Greg Beaver
On 4/30/10 5:57 AM, Christian Hagendorn wrote: > Hi Greg, > > could you please send me a snippet, which shows the described behavior? > I will have a look, perhaps this is a bug. > Hi Chris, I'd love to, but I'm under a deadline and need it to just work, so instead I am setting up the draggab

Re: [qooxdoo-devel] drag/drop: how to get widget hovered over in a dragover event?

2010-04-30 Thread Christian Hagendorn
Hi Greg, could you please send me a snippet, which shows the described behavior? I will have a look, perhaps this is a bug. Thanks, Chris Am 30.04.2010 07:23, schrieb Greg Beaver: > Hi, > > I'm trying to do smart dragover with a hierarchical tree (each level can > be dragged within the level, b

[qooxdoo-devel] drag/drop: how to get widget hovered over in a dragover event?

2010-04-29 Thread Greg Beaver
Hi, I'm trying to do smart dragover with a hierarchical tree (each level can be dragged within the level, but you can't drag a parent into the child of a sibling). In the past, I implemented this by setting draggable/droppable on each of the treefolders, but this seems unnecessary if one can just

Re: [qooxdoo-devel] drag and drop with a checkbox?

2010-04-11 Thread Greg Beaver
On 4/8/10 8:21 AM, Christian Schmidt wrote: > Hi Greg, > > thank you for your suggestions, I will this discuss with the other core > developer. > > At the moment I have only the idea override the stopPropagation method, > to avoid a copy/past: > _onMouseDown : function(e) > { > var oldStopPro

Re: [qooxdoo-devel] drag and drop with a checkbox?

2010-04-08 Thread Christian Schmidt
Hi Greg, thank you for your suggestions, I will this discuss with the other core developer. At the moment I have only the idea override the stopPropagation method, to avoid a copy/past: _onMouseDown : function(e) { var oldStopPropagation = e.stopPropagation; e.stopPropagation = function

Re: [qooxdoo-devel] drag and drop with a checkbox?

2010-04-07 Thread Greg Beaver
On 4/7/10 2:04 AM, Christian Schmidt wrote: > Hi Greg, > > Thank you for answering, but I think it's like Alex sad in a other > thread. You have to override the behavior yourself. Hi, I have done this, but the problem is twofold: this is not documented anywhere that drag/drop doesn't work with ch

Re: [qooxdoo-devel] drag and drop with a checkbox?

2010-04-07 Thread Christian Schmidt
Hi Greg, Thank you for answering, but I think it's like Alex sad in a other thread. You have to override the behavior yourself. Cheers, Chris Am 07.04.2010 04:12, schrieb Greg Beaver: > On 4/6/10 3:04 AM, Christian Schmidt wrote: > >> Hi Greg, >> >> could you please send me a code snippet t

Re: [qooxdoo-devel] drag and drop with a checkbox?

2010-04-06 Thread Greg Beaver
On 4/6/10 3:04 AM, Christian Schmidt wrote: > Hi Greg, > > could you please send me a code snippet to reproduce this behavior? > Hi Chris, I took this example: http://demo.qooxdoo.org/current/demobrowser/#data~ExtendedList.html and combined it with this one: http://demo.qooxdoo.org/current/demo

Re: [qooxdoo-devel] drag and drop with a checkbox?

2010-04-06 Thread Christian Schmidt
Hi Greg, could you please send me a code snippet to reproduce this behavior? Thanks, Chris Am 01.04.2010 15:38, schrieb Greg Beaver: > Hi, > > I have a List containing custom ListItems that are CheckBox objects as > in one of the demo browser examples. I'd like to be able to have the > user re-

[qooxdoo-devel] drag and drop with a checkbox?

2010-04-01 Thread Greg Beaver
Hi, I have a List containing custom ListItems that are CheckBox objects as in one of the demo browser examples. I'd like to be able to have the user re-order the list by drag and drop, but it appears that the event handling for the checkbox is preventing drag and drop from working. Is there anyt

[qooxdoo-devel] Drag selection on table ?

2010-02-11 Thread Fritz Zaucker
Hi, is it possible to use dragSelection on qx.ui.table.Table and if so, how? Thanks, Fritz -- Oetiker+Partner AG tel: +41 62 775 9903 (direct) Fritz Zaucker+41 62 775 9900 (switch board) Aarweg 15+41 79 675 0630 (mobile) CH-4600 O

Re: [qooxdoo-devel] Drag/drop on Tree

2010-01-04 Thread Nick Glencross
Hi All, On Mon, Jan 4, 2010 at 6:36 PM, lp1051 wrote: > > Hi T., > > ok, I reported it as bugs, for those who are interested: > > http://bugzilla.qooxdoo.org/show_bug.cgi?id=3297 > http://bugzilla.qooxdoo.org/show_bug.cgi?id=3298 > > (What I'm about to write may not be relevant to the thread, s

Re: [qooxdoo-devel] Drag/drop on Tree

2010-01-04 Thread lp1051
Hi T., ok, I reported it as bugs, for those who are interested: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3297 http://bugzilla.qooxdoo.org/show_bug.cgi?id=3298 L. thron7-2 wrote: > > Luke, > > I'm not in the situation where I can oversee all of what you are > writing, but if you have rea

  1   2   3   >