similar to: scrollbars and dragable

Displaying 20 results from an estimated 200 matches similar to: "scrollbars and dragable"

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 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
2005 Sep 18
0
Sortable Dropable, Dragable
I''m trying to create an application where you pick from a list of items to add to an album. Once in the album they can be sorted or removed. I''ve run into nothing but bugs trying to get this to work. I currently have each item draggable in the list. Once it is dragged onto the album rails takes over and adds the id to an array and renders the album partial. All of the items
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
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,
2004 Jun 11
3
Einlesen von Daten unter R
Sehr geehrte Damen und Herren, An der Fachhochschule Winterthur wurde f??r mich im Rahmen einer Diplomarbeit (Prof. Ruckstuhl) ein R-Programm zur Auswertung von IR-Spektren (line-shape-Analyse zur quantitativen Analyse von Gasmischungen) entwickelt. Die Daten werden einer Excel-Tabelle entnommen. Bisher werden die spektroskopischen Daten ??ber den Inhalt von 64 Kan??len ??ber die
2015 Dec 30
2
Signaling ringing on other extension
Ishfaq Malik <ish at pack-net.co.uk> schrieb: Hi Ishfaq > Look into Busy Lamp Field/Presence > > Here's a starting point: > > http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/asterisk-DeviceStates-SECT-1.html Thanks a lot, but it does not seems to work... Here my configuration: sip.conf: [general] allowsubscribe=yes subscribecontext = default
2008 May 15
4
render partial
hallo! momentan steht meine seite so, dass ich gewisse dinge mit link_to_remote auf bedarf nachlade. was mach ich jetzt, wenn javascript deaktiviert ist? kann ich das irgend wie mit render partial lösen? kann ich mit rails prüfen, ob javascript aktiviert/deaktiviert ist und dann dahingehend alle sachen sofort laden? hat da jemand ansätze/strategien/lösungen parat? danke! -- Posted via
2016 Dec 01
0
User unknown in local recipient table
* Kalle Erlacher <kalle.erlacher at doag.org>: > Hallo Liste, hallo Ralf, > > danke schon mal. Ja die Whitespaces sind beim Rausl?schen entstanden. > > Ich verstand das so, dass das nun durch die address_verify_map erledigt w?rde. Muss ich dann entsprechend einfach auf die verweisen? Nein. > Ich versuchte gerade die > address_verify_map =
2016 Dec 01
1
User unknown in local recipient table
Hi, Can you please keep this mailing list in english? Sami > On 1 Dec 2016, at 17.37, Ralf Hildebrandt <r at sys4.de> wrote: > > * Kalle Erlacher <kalle.erlacher at doag.org>: >> Hallo Liste, hallo Ralf, >> >> danke schon mal. Ja die Whitespaces sind beim Rausl?schen entstanden. >> >> Ich verstand das so, dass das nun durch die
2002 Aug 19
0
Aktualisierung des Serverprofils fehlgeschlagen!
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi ! I have set up Samba as a PDC / Logon-Server for W2K Clients! Everything went fine and I configured it as the Documentation said. But suddenly, when I log off from W2K i get the following message: Die Aktualisierung des Servergespeicherten Profils ist fehlgeschlagen! Detail: Es steht nicht gen?gend Speicherplatz auf dem Server zur Verf?gung.
2000 Jan 16
0
SAMBA digest 2379
> >Herb Lewis wrote: > > > > > > You are running in Plain Text Password mode. Are you sure there is a > > entry in the /etc/password file for "sven"? If this only happens on > > one machine (that is always used by "sven"), you need to apply the > > plain text password registry update on that machine. > > > >I meant to say
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 Jun 21
0
Feature Request: Drag and Drop support in scale plugin
I've asked for this many times, but this is the first time asking for it on the mailing list. I have totally removed my window list applet from my gnome-panel. It's gone, but not yet forgotten. Despite such great effort to replace it, the thing I miss the most from it is the fact that d&d was easy. I pick up my file or my text or whatever, I hover over an item in my window list applet,