similar to: Feature Request: Drag and Drop support in scale plugin

Displaying 20 results from an estimated 500 matches similar to: "Feature Request: Drag and Drop support in scale plugin"

2007 Dec 03
0
scrollbars and dragable
Hello, I am new at script.aculo.us and it seem''s to be a very poverfull animation framework. I need to move a div around on the screen with javascript. So far I see the solution with script.aculo.us is to use a dragable object. Now I have a problem. My div contains scrollbars with css: overflow: auto. When I use the IE6 the scrollbar hangs often :-) My div looks like this: <div
2006 Feb 10
1
RE: sorting <a href..> with D&D follows the link(browser thinks I click)
Maybe don''t make anchor tags draggable? Or you could do something like change the href to point to ''#'' and move the actual href into your javascript, and only call it if they click without dragging. Still, I think making a clickable item draggable is begging for problems. > -----Original Message----- > From:
2010 Aug 10
0
D&D Adventure Tools/Character Generator
Hey all, I'm trying to run the D&D Adventure Tools and the D&D Character Generator. Both use the same base program, so I'm getting the same thing whenever I try to run either of them which is the following: Code: Unhandled Exception: System.IndexOutOfRangeException: Array index is out of range. at UpdaterStub.Program.Main (System.String[] args) [0x00000] in <filename
2006 Feb 10
3
sorting <a href..> with D&D follows the link (browser thinks I click)
Hi all, I''ve just added d&d sorting to a list where each item is a link_to .. Problem: when I drop an item to its new location, the browser think I clicked, and follows the link. Any idea? TIA. Alain
2006 Jan 18
1
Dragable without the fade
How do I disable the fade or ghosting effect on my dragable?? I want it 100% opacity on drag. Thanks. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com _______________________________________________ Rails-spinoffs mailing list
2005 Oct 27
0
Hello. About the dragable list in script.aculo.us
Hi. I''m trying to make a ''special'' dragable list with script.aculo.us. Special in that only one of its <li> elements can be draged. I first tried to use the ''only: someclass'' for the class that I wanted to move in the Sortable.create method, but that disabled movement. I''ve never even tried javascript before, so my reaction to this
2006 Feb 16
4
cancelling droppable if draggable dropped on different droppable
I''m writing a web app in which I have several ''windows'' in which the user can perform given functionality. So for example I have one window which manages images on a server (drag an image into a folder and the file physically moved on the server via ajax ) These images can also be dragged into another window to create a slideshow. My problem
2006 May 14
1
Dragable element
Hey all Im having a problem... Ok, this is the situation... I have a small product image, on which ive floated a div over it, and defined it as draggable. Now, this works, and i can drag it around no problem. great. but then, what i want to do is, based on the location of that dragable element from the top and the left, to move (using the Effect.MoveBy method) a larger image - so effective
2007 Jun 23
1
[PATCH] Zoom only on manual rotate option
This patch will add a new option (zoom_manual_only) in the rotate plugin that (by default) will make it zoom only on mouse initiate (so no more on d&d, window move and key-rotate)... Bye -- Trevi?o's Blog - Life and Linux http://3v1n0.tuxfamily.org/blog/ -------------- next part -------------- A non-text attachment was scrubbed... Name: compiz-zoom-only-on-manual-rotate-option.patch
2007 Apr 12
0
[LLVMdev] Compiler name: Nāga
On Apr 12, 2007, at 12:57 PM, Michael McCracken wrote: > Hi, the idea of a dragon theme reminded me of the dragon-like serpents > called "Nāga" from Cambodian mythology, among other places. Interesting, my only comment is if we pick this we need to just spell it Naga. Naga are also snake people in D&D (yea... I know). > > Here's a brief link explaining the
2010 Mar 17
2
sip send image
hi, all is there any way to send image on sip channel ? Regards, -- Bhrugu Mehta Sr. S/W Engineer (D&D) VOIP,Telephony Team India -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100317/3cb8322a/attachment.htm
2005 Nov 22
1
reverteffect - how to deal with this?
Hello everyone. Does anyone know how to deal with this? i try to change the idea of works revereffect:function but for know unsuccesfull. In my project i have to use dragable with revert: true but i don''t want have revereffect. Maybe any idea? Grzegorz Ślusarek ---------------------------------------------------- HARRY POTTER I CZARA OGNIA - PREMIERA KINOWA 25 LISTOPADA: Wejdź:
2011 Sep 23
1
Need hint. Refresh sortable-list after draging element
Hello, i implemented a dragable list semilar to railcast 147<http://railscasts.com/episodes/147-sortable-lists> and it works fine. Each item of my list has a value wich is accumulated ... like this - Value A = 3, Sum = 3 - Value B = 4, Sum = 7 - Value C = 1, Sum = 8 When i drag Item C on item A i get this - Value C = 1, Sum = 8 - Value A = 3, Sum = 3 - Value B = 4,
2010 Jul 16
1
Queue
hi, all Is ther any way to set 3-way conference using queue app other other way using queue app. scenario: custmore call to queue , agent answered than agent transfer to third persion, so the three call communicate with each other. Regards, -- Bhrugu Mehta Sr. S/W Engineer (D&D) VOIP,Telephony Team India -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Mar 20
0
sortable_element behavior change from 0.13
Originally when I implemented my app, I had a series of sortable elements that could be dragged around to be reordered. To drag around, I would click and hold down the mouse button and move the element to the desired position. After updating the dragdrop.js library, now I just click on the element (which selects it) move my mouse pointer to the desired position (without having to hold the
2006 Mar 31
0
Snapping and constraining?
How would I make a dragable box snap every 100 pixels horizontally and every 25 pixels vertically, and be constrained to a box that is 800 pixels wide by 500 pixels tall? And then how can I retrieve the position of this box when it is released. Thanks Brian _______________________________________________ Rails-spinoffs mailing list
2005 Oct 17
0
Draggables Question
Hello guys, I am creating a file browser using the libraries. I am having a problem with the draggables. When start dragging a draggable in firefox it puts a line under the dragable and does not remove it. I have the draggables on span tags with an a tag as the child and an image and some text as the child to the a tag. Is anyone else having these problems. Thanks Jon
2005 Jul 28
1
Nested, sortable list-items - works as expected in IE, not Mozilla Firefox
Hello all. First, thank you for a great library! I would like to have nested lists that are sortable. I found that I needed to add the "handle" option, which is fine. However, Firefox doesn''t drag any child (nested) lists along with the parent. Internet Explorer seems to work just fine. Here is my test page: http://www.dynamiteweb.com/sorttest/test_drag_lists.html I did
2006 Jul 10
0
draggables in IE visible outside div with overflow=hidden
Hi All I have a series of images that I''m showing in a table inside a <div> with overflow:auto on. Each of the images is a dragable. In firefox this works as expected (if the image list is longer than the div scroll bars appear to scroll the div and scrolling works). However in IE the images are shown outside the containing div and the scroll bar does nothing I think this is
2006 Apr 05
4
problem with drag and drop
Hello, I''m creating an application wich can be seen at http://158.227.7.9/serious_serv/prueba_xml_test(31-3)/interfElemen/integMenuContextFileUpl.htm The instructions for working with it are the following: with rigth-click you can click "Añadir una imagen" to load an image into the page, then you can drag and drop it in the box with "aqui van las imagenes" into it.