similar to: Ajax zooming pictures

Displaying 20 results from an estimated 100 matches similar to: "Ajax zooming pictures"

2005 Dec 28
6
Custom tooltip component?
I am looking to develop a custom tool tip component for a list of links. ...Which is kind of not that big a deal. But, and this seems to be the tricky part, I also want to be able to set/specify the interval threshold after which to display the tool tip. (and by nature of "tool tip", don''t display if the mouse moves out during that interval. etc) Any suggestions? Could
2012 May 14
2
unicorn <3
hey, i am a big unicorn fan -- i have been running it in production since late 2010, and it is happily handling (literally) billions of backend requests for a popular facebook game. i also <3 unicorns in general ..... so i decided to make an awesome t- shirt, sporting the "Angry Unicorn" that you may remember from github error pages. i hope some of you might like it as well:
2007 Jun 20
3
hover and displaying divs
Please take a look at: http://www.lovelybooks.de/library/index.html?resetTabs=1&resetList=1 Can someone give me a hint how to display the divs (?) when moving the mousepointer over the images? Thanx --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this
2005 Nov 09
0
dropping element and pop-up from overlib
Hi everyone. I hava situation that i have drag and drop on my site, and I wonder is it possible to connect this to very good pop-up javascript library, i mean: at the moment when I drag element over the dropping area that area is highlited (using hoverclass: Css_class) but i want to add pop-up effect on the droppable area. Does anyone know how to do it? It must work like this: When the dragged
2005 Nov 09
0
droppable and pop-up effect from overlib library
Hi everyone. I hava situation that i have drag and drop on my site, and I wonder is it possible to connect this to very good pop-up javascript library, i mean: at the moment when I drag element over the dropping area that area is highlited (using hoverclass: Css_class) but i want to add pop-up effect on the droppable area. Does anyone know how to do it? It must work like this: When the dragged
2012 Nov 24
0
Does R has any SVG devices that allow setting of zooming and panning (in addition to Tooltips and Hyperlinks) ?
This question is in continuation to the one posted in StackOverflow : http://stackoverflow.com/q/13542480/1029725 Thanks in Advance Ch -- View this message in context: http://r.789695.n4.nabble.com/Does-R-has-any-SVG-devices-that-allow-setting-of-zooming-and-panning-in-addition-to-Tooltips-and-Hyp-tp4650657.html Sent from the R help mailing list archive at Nabble.com.
2014 May 09
2
[LLVMdev] [LNT] Does LNT's mouse wheel zooming work well anywhere?
This is only a minor annoyance, but mouse wheel zooming on LNT graphs is pretty broken on at least OSX. It does not work correctly on Chrome, Safari or Firefox. On Safari and Chrome the zoom is way to sensitive, on Firefox, the page scrolls while mouse wheel zooming. This appears to be a limitation of the flot graphing package we use. Does LNT’s mouse wheel zooming work better for people Linux
2014 May 09
2
[LLVMdev] [LNT] Does LNT's mouse wheel zooming work well anywhere?
On 9 May 2014 05:47, Bob Wilson <bob.wilson at apple.com> wrote: >> I think mouse wheel zoom should be turned off, in favor of traditional double click to zoom, and zoom in/out buttons. > > Yes, please! +1
2014 May 09
2
[LLVMdev] [LNT] Does LNT's mouse wheel zooming work well anywhere?
On 9 May 2014 11:55, Yi Kong <kongydev at gmail.com> wrote: > That's odd. Zooming works great on my machine using Chrome and Firefox on both > Windows and Linux. Works as in "it zooms", but I personally hate it zooming on mouse wheel, since it changes the behaviour of the browser depending where the cursor is, which for me is just bad design. I'd rather it worked
2007 Jul 11
1
zooming wine windows?
Hi, I have the following issue, and I wonder if Wine support such a feature. I have a game (Fallout 1), that natively runs in full screen, at a resolution of 640x480. The game itself does not support other resolutions. I have the option to run the game fullscreen with wine - which works fine. But this is not what I want to do. I can run the game in a window (using the virtual desktop feature
2010 Nov 30
1
Zooming in to a ggplot (a sort of ylim, but ylim won't do)
Dear Helpers, I wonder whether you might be able to help me. I have a plot composed of ggplot (and a follow on geom_smooth call). I would like to restrict the display range of the y axis to a smaller range, a sort of zooming onto a region. I attempted to use ylim, but it will effect the range (i.e. effect the geom_smooth call). Is there any way that I can save the results up to geom_smooth call
2005 Jul 26
5
Plot zooming i.e. changing ylim according to xlim
Dear R-gurus, I would like to zoom in a plot, e.g. I select a region on the x-axis and then I would like the ranges on the y-axis to change accordingly. Is it possible to do this with existing functions, or do I have to invent some data selection before plotting? See below a short example, where I select ylim with trial and error, which I want to avoid. Cheers, Henrik Andersson
2006 Jun 12
8
sending email
Hi, Has anyone got any good tutorials on how to send emails in ruby, seems a bit more complicted than PHP Thanks Scott -- Posted via http://www.ruby-forum.com/.
2006 Aug 12
2
Ferret Issues
Hi, I have installed the ferret gem (on WIN XP). My search and result view is working, but it comes back with empty results all the time. It seems like ferret is building the index (there is 3 binary files in the index directory). If I add the line: acts_as_ferret :fields =>
2006 Jul 21
1
Passing a variable between methods
Hi, I am trying to add search functionality to may application. I am struggeling to pass my query to the controller and then show all my search results in another view. How would I do this? Model: class Advert < ActiveRecord::Base belongs_to :user def self.search(query) if !query.to_s.strip.empty? tokens = query.split.collect {|c| "%#{c.downcase}%"}
2006 Aug 12
4
Ferret Wierdness
Hi, I have installed the ferret gem (on WIN XP). My search and result view is working, but it comes back with empty results all the time. It seems like ferret is building the index (there is 3 binary files in the index directory). If I add the line: acts_as_ferret :fields => [''title'',''description'',''price'',''website_url'']
2006 Apr 02
1
One to Many Relationship Issues
Hi, I am having issues with a one to many relationship(it never works :-)). Jokes aside, I am getting an error: Mysql::Error: #23000Cannot add or update a child row: a foreign key constraint fails: INSERT INTO adverts (`image_url`, `price`, `title`, `website_url`, `description`, `user_id`) VALUES(''bb'', 22.0, ''aa'',
2006 Nov 11
1
zoom patch to enable zoom factor
Here is a zoom patch that enable a configurable zoom factor. Thanx to mikedee for help and suggestions: http://www.compiz.biz/viewtopic.php?t=29 Cedric -------------- next part -------------- A non-text attachment was scrubbed... Name: zoom.patch Type: text/x-diff Size: 3135 bytes Desc: not available Url : http://lists.freedesktop.org/archives/compiz/attachments/20061111/9d191411/zoom.bin
2008 Jun 03
1
Enhanced Zoom cursor in 0.7.6
Does Compiz-0.7.6 solve the problem with the 'waiting' cursor being invisible when using the Enhanced Zoom plugin? I see mention of 'various bugfixes' but I couldn't find the appropriate bug to check it's status. Thanks. Dotan Cohen http://what-is-what.com http://gibberish.co.il ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? A: Because it messes up the order in
2009 Apr 12
0
Adding an eventhandler for click, but still be able to zoom in with doubleclick
Hello all, I am using Mapstraction in Zoph (http://www.zoph.org), and although it works very well (thanks to all for their efforts!), I am running into one little problem: On one page, I am allowing a user to add / edit a marker on a page, by clicking on the map. I do this by adding an eventhandler: mapstraction.addEventListener(''click'', clickmap); However, this causes