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
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
>
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
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
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>
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.
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
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 &
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
; e.addAction("move");
>
> e.addType("image");
>
> }, this);
>
>
>
> box2.addListener( "dragover", function(e) {
>
> qx.log.Logger.debug( "dragover");
>
> if (!e.supportsType("imag
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
>
>
> 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:*
| 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
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.
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
---
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
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
. 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).
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
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.
---
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
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
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.
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.
---
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
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
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
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
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.
-
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
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
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://
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
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
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
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
.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
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
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.
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
>
> 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
-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
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
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
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
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
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
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
(), .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
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
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
> -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
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
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
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
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
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:
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
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
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
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
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
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")
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
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.
-
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
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.
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
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
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
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
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
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
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/*)
**
{
e.preventDefault();
return;
}
}
else
{
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
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
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.
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
--
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
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
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]
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
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
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.
---
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
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.
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
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
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
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
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
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
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
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
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-
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
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
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
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 - 100 of 257 matches
Mail list logo