[jQuery] Re: idrop and remeasure

2007-07-02 Thread Michael Fuerst
> > Hi, > > I'm still having problems with the Interface plugin: > > In the idrop.source it says: > > /** > > * remeasure the droppable > > * > > * useful when the positions/dimensions for droppables > > * are changed while dragging a element > > * > > * this works for sortables too but with a gre

[jQuery] AutoScroll plugin

2007-07-02 Thread Michael Fuerst
Hi, I know there is an autoscroll plugin out there, but I need something different: I have a div with scrollbars. When I move the mouse over the "top" or "bottom" of my div, the content of the div should scroll up or down. Is there a plugin that can do that? Michael

[jQuery] idrop and remeasure

2007-07-02 Thread Michael Fuerst
Hi, I'm still having problems with the Interface plugin: In the idrop.source it says: /** * remeasure the droppable * * useful when the positions/dimensions for droppables * are changed while dragging a element * * this works for sortables too but with a greate processor * penality becau

[jQuery] idrop and remeasure

2007-07-02 Thread Michael Fuerst
Hi, I'm still having problems with the Interface plugin: In the idrop.source it says: /** * remeasure the droppable * * useful when the positions/dimensions for droppables * are changed while dragging a element * * this works for sortables too but with a greate processor * penality becau

[jQuery] idrop and remeasure

2007-07-02 Thread Michael Fuerst
Hi, I'm still having problems with the Interface plugin: In the idrop.source it says: /** * remeasure the droppable * * useful when the positions/dimensions for droppables * are changed while dragging a element * * this works for sortables too but with a greate processor * penality becau

[jQuery] Re: Interface: Problem with re-calculating droppables positions?

2007-06-28 Thread Michael Fuerst
> > Hi, > > I have a scrolling list of droppables. Everything works fine when I > drop to the first few visible drop elements. However, if I scroll down > to a drop element, and then drag an element to there, I still get the > id of the droppable that was present in that position earlier. > > I've

[jQuery] Re: Interface Plugin draggables

2007-06-27 Thread Michael Fuerst
Michael Fuerst schrieb: > I'm having a problem with the draggables: > > I'm trying to get a half transparent background for the element I'm > dragging: > Stupid me, forget it, I had a typo in my css, sorry. Michael

[jQuery] Re: Interface Plugin draggables

2007-06-27 Thread Michael Fuerst
Michael Fuerst schrieb: > Hi, > > I'm having a problem with the draggables: > > I'm trying to get a half transparent background for the element I'm > dragging: > > Stupid me, forget it, I had a typo in my css. Sorry. Michael

[jQuery] Re: Drop event

2007-06-27 Thread Michael Fuerst
Erik Beeson schrieb: > Also, it looks like the current position is stored internally in the > Draggable somewhere. Maybe try one of these: > dropped.dragCfg.currentPointer.x > dropped.dragCfg.nx > dropped.dragCfg.nRx > Thanks Erik! "dropped.dragCfg.currentPointer.x" works like a charm. It's the p

[jQuery] Interface Plugin draggables

2007-06-27 Thread Michael Fuerst
Hi, I'm having a problem with the draggables: I'm trying to get a half transparent background for the element I'm dragging: $('[EMAIL PROTECTED]' + strKey + ']').Draggable ( { revert: true, autoSize: true, ghosting: true,

[jQuery] Drop event

2007-06-26 Thread Michael Fuerst
Is there a way to acces the drop-event in "ondrop" in a doppable? I needs the coordinates to show a popup menue: $(this).attr('isdropabled', '1').Droppable( { ..., ondrop : function(dropped) { showPopUpMenu(event, $(dropped).attr('title'), $(thi

[jQuery] Ajax combined with dra and drop

2007-06-26 Thread Michael Fuerst
Hi, I have two hierarchical trees, one soruce-tree, one destination-tree. When I gran a "dragable" from the source-tree and move it over an node in the destination-tree, the destination-node is opend and all subnodes are loaded with ajax. The problem is, that these new subnodes are no "dropables