similar to: Simple draggable

Displaying 20 results from an estimated 110 matches similar to: "Simple draggable"

2006 Jun 23
16
Help please-draggable
I asked the other day about this problem but haven''t received a response. Trying again: I just downloaded 1.6 and can''t get a simple draggable to work, which is weird. I know it''s not my browser since the demos are working. Here is my simple code. I''ve also had the "new Draggable" between the select tags. Didn''t change anything.
2006 Aug 07
2
Successfully Installed Sea Dogs v1 Game - Need Help with DDRAW error.
Hello All I have just started dabbling into the world of WINE. I was quite excited to have one of my favourite games installed (Sea Dogs). Before I tell you about the problem, let me tell you my setup. I am using Gentoo Linux on x86 and my wine version is 0.9.8. I installed WINE using "emerge wine" I have XOrg v7 installed. My NVIDIA driver version is 8762. Direct Rendering is
2008 Jul 22
2
.NET 2.0 fails compiling assemblies on OSX
I'm running 1.1.1 on Mac OS X 10.5.4. I have searched about this issue and found nothing and people are running .net apps fine so I think this is a particular problem with Darwine (osx build) .NET installs fine via winetricks and then I can run simple .net apps like QuickGUIDGen, but having a look to the NGen log I noticed there were no assemblies installed (It's supposed to install
2004 Dec 03
1
PhotoShopCS Insatll problem
Hi. I try install Photo Shop CS on the DEBIAN with wine20040716. Just when it start install is comming message: "An error -5006:0x80070057 occurred. Please make sure you have finished any previous setup and closed other aplicatin." I don't have running any wine sestion. this is what it put in terminal: kajko@gruszka:/media/dvd$ wine setup.exe Invoking
2003 Feb 21
2
how to chage values in data frame to NA iside a function
Dear all I have a function in which I would like to change some values to NA according to some condition. dropout<-function(y, nahr=FALSE,...) { <some stuff for computing an index> if (nahr) y[index]<<-NA invisible(index) } in case y is a vector all works OK but if it is a part of data frame by calling dropout(df$y) or dropout(df[,number]) no change is done. Please can you
2007 Mar 19
2
What files do I need from Windows?
Dear readers, I am using Fedora Core Linux 6 and Wine installed from rpm packages. I haven't got Windows installed, so what files should I copy from a working Windows? I assume XP is best? Lots of love, Louise
2009 Apr 21
6
Darwine, OS X 10.5.2, Apple TV and Sky Player
Hi Guys, I'm trying to get Sky Anytime/Sky Player working on OS X (running on an ATV) 10.5.2 - I installed the stable version of darwine (1.0.1) - got around the obstacles of installing .net, IE 6 and wmp11 (as it's required by Sky Player) - Sky Player seems to run 2 other .exe in the background "KHost" and "KService" ... however, when ever I launch the sky player I
2013 Feb 01
1
Wine release 1.5.23
The Wine development release 1.5.23 is now available. What's new in this release (see below for details): - HTTPS support no longer dependent on OpenSSL. - Support for event handling in the Mac driver. - A functional Netstat built-in application. - A bunch of C++ runtime math functions. - Various bug fixes. The source is available from the following locations:
2006 May 25
0
Dropped Position on a Page when using a draggable element
I am playing with droppable elements and rjs. I have a simple question. I have setup my whole page as been able to receive events when an object is dropped on it. It works. Anyone knows: - How to get the coordinates on the page the object was dropped? so for example I can update a database in the backend. - How to force on display an object to be displayed at a certain position on a page?
2006 Mar 29
0
Draggable question
This question is more about prototype than RoR (sorry), but can anyone tell me how to make a Draggable element with an inner scroll bar not have the scroll bar included in the area that is Draggable? Thank you much! -- Posted via http://www.ruby-forum.com/.
2006 Apr 20
0
Sanity check of my Draggable code
Hi all I''m just getting started with script.aculo.us, and prototype etc. My first mini-project was to use Draggable to adjust the column widths in a page. Here''s the code (which seems to work) and any feedback would be appreciated - especially if I''m doing things the wrong way. Here''s the code: var colSpacer function initPage() { colSpacer = new
2006 Apr 30
1
Draggable - how start action on start dragging and end action on droppping
Hi all. I have got situation that I made element draggable - and when element is dragged I want to start some action (e.g. shown AJAX indicator, and change one of CSS class in dragging element). What is the best way to achieve this? I search source code of the Draggable and I saw that there is 2 method: Draggable.initDrag and Draggable.endDrag so it looks like in initDrag method i should
2006 Mar 06
0
Problems with unregister draggable
hi! i am working on a tree which allows moving nodes/subtrees via drag&drop. since i am not a javascript expert i try to stick to the script.aculo.us library without modifying anything. the nodes are loaded dynamically from my rails-app and have a unique ID. when a node gets moved to another folder, it disappears at its original destination (via Element.remove()) and gets drawn as soon
2006 Feb 04
0
Clicking a Draggable
Is there a standard way to catch single click on Draggable divs? Ideally I''d be able to receive an x,y position of a click on a div (I''m thinking onmouseup) when the map has not been dragged, but when the map is dragged, I don''t receive (or can easily ignore) an onclick event. I this something I have to hack into Draggable or is there something I can use there already?
2006 Feb 28
0
How to Duplicate Draggable after Drop
Hi, I''d like to know how to make a draggable appear in the same place where it loads after I''ve dropped it on a droppable, the revert value is set to false because I don''t like it when it returns to its original place, instead I want a new one to appear in its original place, is this possible? _________________________________________________________________ Express
2006 Jan 07
0
how-to: draggable but only within wrapping container
Hello, I was wondering whether it''s possible to limit the dragging of a div to the area of the surrounding container div/. Thank you for your input _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Jan 08
0
how-to: Draggable
Was looking up the scriptaculous site, but couldn''t find more information on how to use the change option: This is what it says: Callback Description change Called whenever the Draggable is moved by dragging. The called function gets the Draggable instance as its parameter. Could anybody please elaborate on how to use this? Another question: let''s say, I have
2006 Jan 20
1
[protoype] Problem with Effects on draggable element if revert is true
hi, I have a draggable element (cart-item) in a shopping cart <%= draggable_element "item_#{product}_#{i}", :revert => true %> When this element is dragged outside the cart into the "main_div", I want to show a puff effect and remove the element. When it is dragged within the cart, it should revert. So i wrote this code for drop_receiving _element <%=
2006 Jan 26
0
cloneNode not draggable in IE
Here''s the problem: I have a div, id=mydiv, which I clone using: var clonedDiv = document.getElementById(''mydiv'').cloneNode(true); I then set the id to be mynewdiv: cloneDiv.id = "mynewdiv"; //not using setAttribute to accomodate IE I then remove the original div: Element.remove(document.getElementById(''mydiv'')); I then insert the new
2006 Jan 30
0
Adding a handler for a pre-existing draggable
Is it possible to add a handler for an event to a draggable that already exists? That is, if I have in a Widget class: var Widget = Class.create(); Widget.prototype = { ... this.draggable = new Draggable(this.element); ... } and I create several Widgets, then later, I want to add a handler for the draggable.onDrag function, what''s the appropriate method to do so? Thanks in advance!