similar to: Dragging a copy of an image and then reverting

Displaying 20 results from an estimated 2000 matches similar to: "Dragging a copy of an image and then reverting"

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
2003 Apr 17
2
fontconfig-2.1.93 considered more harmful
There is an ongoing thread "fontconfig-2.1.92 considered harmful" on -CURRENT. Because I have not moved to -CURRENT, I post this to -STABLE. Since I upgraded to fontconfig-2.1.93 (on Apr 14) a lot of ports start to complain a lot of "Cannot fork: Resource temporarily unavailable" errors. What resource ? I inserted top into my ports build script to notice that a lot of
2007 Feb 12
0
Scriptaculous - extending draggable via sortable
Hello, I have created a Yahoo style Drag and Drop using Scriptaculous Drag and Drop. I have hooked my custom functions to the Drag and Drop using the following code: new Draggable(element, {revert:true, ghosting:true, handle: handle, onStart: CollectionDragDrop.dragStart, onEnd: CollectionDragDrop.dragEnd, onDrag: CollectionDragDrop.dragMove, reverteffect:
2006 Feb 07
7
What happens to manuals.rubyonrails.com?
Hi guys, does anyone know what happened to the manuals site? I have not been able to connect to http://manuals.rubyonrails.com for two days (I started reading all about RoR yesterday and finished most of the tutorials i could gather, and really enjoyed playing with the rails). TIA! -xiheng -- Posted with http://DevLists.com. Sign up and save your time!
2005 Oct 26
0
Revert Effects Option??
Hi All, I''m trying to get rid of the appearance of flying objects on revert. I was able to do this by setting the duration to 0 in the Draggable constructor. I''m not at all excited about this solution. Is there already some way to set the parameters of reverteffect in the options that I''m not seeing?? > reverteffect: function(element, top_offset, left_offset) {
2005 Sep 02
0
altering revert effect based on if dropped on given droppable?
Hi All Does any one know how to specify a different reverteffect on a draggable if its successfully dropped on a given droppable? What I need to do is when an image is dragged onto a droppable image I want the drop image to be replaced with the drag image, the drag image to fade out and then reappear where it was at the start of the drag, as opposed to the draggable scrolling across the page
2004 Dec 10
0
CentOS-3 x86_64 errata - Updated imlib packages fix security vulnerabilities
New imlib packages are available for x86_64. Refer to https://rhn.redhat.com/errata/RHSA-2004-651.html for more information. RPMS/imlib-1.9.13-13.4.x86_64.rpm RPMS/imlib-cfgeditor-1.9.13-13.4.x86_64.rpm RPMS/imlib-devel-1.9.13-13.4.x86_64.rpm SRPMS/imlib-1.9.13-13.4.src.rpm Execute "yum update imlib" to apply. Will Dinkel Chief Systems Engineer Team HPC, Inc. 785-542-2135 x304
2004 Dec 10
0
CentOS-3 errata Updated imlib fixes security vulnerabilities
There are updated imlib packages for CentOS 3.3 (and added to 3.1) https://rhn.redhat.com/errata/RHSA-2004-651.html refers Updated files are :- updates/i386/RPMS/imlib-1.9.13-13.4.i386.rpm updates/i386/RPMS/imlib-cfgeditor-1.9.13-13.4.i386.rpm updates/i386/RPMS/imlib-devel-1.9.13-13.4.i386.rpm updates/i386/SRPMS/imlib-1.9.13-13.4.src.rpm These are available at
2000 May 15
1
Re: [vorbis-dev] Semi-off-topic ramblings
Tony Arcieri wrote : > I'm curious if anyone else is at all fed up with the current > state-of-affairs of media support under *IX. As things stand it's rather > a pain to add support for a new codec/framing format to an application, > and it seems like were someone to step up and design a system which > abstracts media support from end-user applications and
2008 Jun 19
2
Capturing draggable revert
I''ve seen a few posts about this, but no answers. I would like to be able to call a function when a draggable revert occurs. What I''m trying to do is replace a photo with an icon on drag (which I''ve accomplished), but I need to swap it back if the revert fires. I really, really wish there were an onRevert() option, but there isn''t, so I guess I''ll
2005 Jun 28
0
New beta of script.aculo.us
Hi, A new beta version is ready ready for downloading at http:// script.aculo.us/downloads Changes: * Updated to Prototype 1.3.0 * Fixed sortables that are absolutely positioned * Fixed draggables on pages with no droppables * Added Effect.Transitions.pulse * Added Effect.Pulsate and Effect.Fold effect by Justin Palmer * Added transitions by Mark Pilgrim: .full,
2006 Jan 24
1
Rather sticky migrate problem
Here''s the problem... Typo has ~35 migrate scripts. Script 3 makes a minor schema change, then migrates data to the new schema. For instance: add_column :articles, :user_id, :integer Article.find(:all).each do |a| a.user=User.find_by_name(a.author) a.save end This makes sense... except that a revision 35 model has been instantiated on a revision 3 schema!
2005 Oct 25
2
Dragging to a textfield?
Hi All, I''m trying to drag a copy of a string from a list into a text field so that the original string stays in the list. I''m able to drag the item and set the value of the text field onDrop. But the original text leaves the list & with revert set to true it flies back to it''s original position in the list. We''re trying to avoid the flying text. What
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ź:
2005 Aug 22
2
Dragging out of an ''overflow: auto'' container
Hey all, Is there a solution for dragging an item out of a scrollable container? It seems to just scroll the container for me. Sorry if this is in the FAQ, the site''s been unreachable for me since last night. Thanks -Scott
2004 Aug 01
1
autogen.sh of vorbis trunk complains of missing files
I did a check-out of vorbis trunk (revision 7445), but I'm getting problems with the autogen.sh. It complains that the required files vorbis{,enc,file}-uninstalled.pc.in are not present. $ ./autogen.sh checking for autoconf... checking for automake... checking for libtool... libtoolize I am going to run ./configure with no arguments - if you wish to pass any to it, please specify them on the
2003 Dec 13
1
OpenSSH on Solaris -fron SUN
I noticed this on DEBUG startup of Sun's SSH: debug2: mac_init: found hmac-sha1 debug2: mac_init: found hmac-md5 debug1: sshd version Sun_SSH_1.0 debug1: Bad RSA1 key file /etc/ssh/ssh_host_rsa_key. debug1: read SSH2 private key done: name rsa w/o comment success 1 debug1: load_private_key_autodetect: type 1 RSA debug1: Bad RSA1 key file /etc/ssh/ssh_host_dsa_key. debug1: read SSH2 private
2007 Nov 16
1
drag & drop list needs refreshing
Hello guys, I''m a scriptaculous newbie (I started working with it only yesterday) and I have already the first problem. I''m trying to implement a drag & drop list (fallowing the shopping cart example http://demo.script.aculo.us/shop) and I''m almost done but after dropping an item on the target div I need to refresh the page to see that the item has been moved.
2004 Oct 20
26
CentOS-2 errata
The following errata for CentOS-2 have been built and uploaded the the centos mirror: RHSA-2004:494-01 Updated ImageMagick packages fix security vulnerabilities This package contains a fix for RedHat bug #62100:ImageMagick does not start from Gnome menu panel. The release number has been updated to indicate that this package has been modified for CentOS-2. Files available:
2005 Sep 28
1
Selecting multiple items and dragging / dropping them
Has anyone created something that will allow a user to select multiple items using ctrl or shift or mouse and then drag / drop them into a container? Basically, something like, user selects items using mouse, for every item selected an array is updated with the id''s of the selected items. Then if the user wants to drag them we create a div around those items and drag an image of it (not