similar to: setting position for draggables?

Displaying 20 results from an estimated 300 matches similar to: "setting position for draggables?"

2005 Jul 01
1
drag problem
Hi - my first post here so first of all can I say how impressed I am with this library Now to my first question - I''m simply trying to make a div draggable, here''s my test page: http://localhost:85/folio11.co.uk/js_tech_demo/scriptalicious_test.html what seems to be happening is that the first drag works fine, but on subsequent drags the div''s initial coordinates
2005 Aug 31
4
Element.show - element.style.display=''''
All Head up. I found that when I had a hidden DIV (using css - display: none) which I wanted to Effect.Appear on some event (although the underlying problem seems to be with Element.show()), I had to make an amendment to the underlying prototype.js code by changing : element.style.display = '''' -> element.style.display = ''block''; I think the problem was
2005 Oct 17
1
Passing a draggable element''s attributes to controller on drop
I''ve browsed the list and noticed a few similar questions in the archive about maintaining the position of a draggable element after dropping it ... but I couldn''t find any conclusion about the problem. Has there been anyone found or implemented a solution? Or does prototype still need to be extended to allow the persistence of the draggable object''s position?
2006 Feb 08
6
Effect Help
I posted the following earlier: "I need a way to do a blind up that makes the element APPEAR and a blind down that makes the element DISAPPEAR. In essence, the opposite of the current blindup/blinddown. Thoughts?" I think somebody responded in Dutch. Anyone else have any ideas? -- Yehuda Katz Web Developer (ph) 718.877.1325 (fax) 718.686.4288
2005 Sep 16
1
Drag and Drop effects without dragging and dropping?
Hi there, This is very much a newbie question. I''ve been playing with the wiki.script.aculo.us libraries drag & drop functionality (sortable list) for a few days and trying to figure out how the scripts work, without a lot of luck. I was wondering how the "move" of the option is achieved (the "flying" option effect, if you will) and whether I can achieve the
2005 Dec 03
0
dragdrop patch that enables dragging from and to divs with overflow:scroll
Hi all, this is a patch for 1.5_rc5 I noticed that I was not able to drag stuff out of scrolling divs. When I tried to drag it out, the draggable would remain in that div and the scrollbars would adapt to the bigger content of the div. This patch extends draggable with an option :tofront. When it is set to true, the draggable will be moved to the document body while keeping its position on the
2005 Aug 11
2
only one external ip
Hi, I am running xen 2.0 for some days now on a local network and it''s running fine :) Every virtual server on my host gets it''s own IP address. But now, I am wondering if it''s possible to run xen on a hosted root server with only one ip address. Lets say I have a domain ''domain.org'' that points to my host, on which xen is running. Is there a
2008 Apr 01
2
Xen Log messages
Hi, I am a newbie to Xen. How can I see the Xen hypervisor boot messages? Is there any command similar to dmesg to check the boot log of Xen? Thanks, Bhaskar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2005 Jun 27
1
stage left and right effects
Here are two effects (with a common base) that perform a stage left/right effect. The effect is named after the Hanna Barbara character Snagglepuss. :) It shakes the contents briefly and then jets off (stage) to the left or right. I used the Shake effect as a guide to this one. The StageBase accepts the element and an "amount" to initially shake the element by. So in
2005 Nov 04
19
Drag & Scroll
When using drag and drop, the browser window will not scroll if you move the mouse off the page. This makes it very difficult, if not impossible to create certain types of web applications. I know this has been mentioned before and is on the Wish List, but it''s very frustrating. If you look at this other Javascript library called "Drag''nDrop & DHTML Library"
2005 Nov 21
0
New Core Effect
Hey everyone, I''ve created a new "core" effect for use with a project I''m working on. Thought some people might find it useful. It takes a CSS parameter that has top, right, left, and bottom parameters and adjusts them as specified; useful making adjustments to page layouts (ie, hide one element and adjust another''s margin to fill to void). I''ve
2005 Sep 01
1
moveby with callback
I am using the effect moveby to move a div, I would like to be able to set the value of a variable when the effect is finished currently I have an options object that I am passing to the moveby effect - with no joy, it does not work I am sure that this is possible though I have not found it on the documentation code sample below: var menu = $(''treeWrapper'');
2003 May 09
1
PXE Issue
I recompiled my kernel to link in ltsp with open mosix. Now wen the client machine boots I keep geting the message: Can not load a ramdisk with an old kernel image Can you tell me why
2005 Jul 07
2
bug(?) in 2.11
Hi! I write this config line: kernel /boot/i386/vmlinuz ro ramdisk=32768 root=/dev/ram0 init=/linuxrc but when I try to boot I got this mesasge: Could not find kernel image: /boot/i.386/ Same symptomes are with slash and backslash too. I think, the parses don't understand the directory separator characters and count as the part of filename. ps Sorry for my english -- Gabor HALASZ
2003 May 09
2
patch for 2.2 to correctly detect WinXP and Win2K2 client arch types
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tom, Try this patch. I lost your original message but this should fix the problem with 'logon path = \\%L\profile\%U\%a' confusing WinXP with Win2K. cheers, jerry ---------------------------------------------------------------------- Hewlett-Packard ------------------------- http://www.hp.com SAMBA Team
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ź:
2007 Mar 13
3
Prototype question invalid error in IE6
Hi, I''m new to using Prototype and script.aculo.us. I''m trying to use prototype to adjust an elements top margin based on the height of the screen. I''m also using script.aculo.us to make the element move negatively off the left of the window to create a scrolling effect. It works fine in Firefox, but I keep getting an Invalid argument error in IE6. Here my margin code
2003 Jun 10
3
tftp server error
I have got a Solaris 9 package build from the latest tftp software at ftp.kernel.org. When I do the following: ./in.tftpd -l -s /tftpboot -m /tftprules -v The tftp server does not start. The error in /var/adm/messages is "too many -s directories". If i do ./in.tftpd -l -s /tftpboot -v then it works fine. But i need remap feature for my project. The message I get when i do
2006 Apr 08
0
MSN like blind - BottomToTop
Previously, by mistake I added request in wish list for slide like MSN. Actully it was Blind like msn. However it was my mistake so I tried to created script by my slef - and able to do it. But I am new to this, so my script is not in good condition. Effect.Scale2 = Class.create(); Object.extend(Object.extend(Effect.Scale2.prototype, Effect.Base.prototype), { initialize: function(element,
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