mouseover

Using WPF, what is the best method to update the background for a custom button control?

In WPF, we are creating custom controls that inherit from button with completely drawn-from-scratch xaml graphics. We have a border around the entire button xaml and we'd like to use that as the location for updating the background when MouseOver=True in a trigger. What we need to know is how do we update the background of the border i...

Best method to scroll a ScrollPane by mouse hover location in actionscript?

When mouse nears top edge of scrollpane, it scrolls up until it reaches the top only interrupted if the mouse leaves the top edge area. Same for bottom edge. ...

MouseOver highlighting style returning to default after a second (Caused by Aero?)

I'd trying to style my ComboBoxes to match the rest of the UI but I'm having problems with the IsMouseOver highlighting. It highlights with the color I specify for a second and then fades back to the default color, kind of a cool effect but not what I'm going for. Here is my style: <Style TargetType="ComboBox"> <Style.Triggers> ...

How can I display information when I mouseover a chart line in Flex?

I'm building a simple Flex applicaton where I want to show a line chart, then display some information in a little popup box when user mouses over a line. ...

modifying JavaScript rollover script

Hi all, I'm trying to implement this JavaScript code on blogspot (which parses XML code, some code works better than others) </head><body> <div class="navbar section" id="navbar"><div class="widget Navbar" id="Navbar1"><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventLi...

Can I specify a delay before the browser raises "rollover" event?

I am working on an ASP.NET web application that is required to bring up a popup on a roolover. I am using the "OnMouseOver" event and it works as expected. The problem is that the event is on a "hair trigger"; even a casual passage of the mouse over the control brings up the popup (which then must be manually dismissed). I want to add...

WPF Play Movie on Mouse Over

Is there a way using WPF to get a video element to start playing when a user puts there mouse pointer over the element? I am wanting to make an interactive digital resource and want a clip of the movie to play when the mouse over the element to click to take them to the movie section. Any help would be great. This is going to all be con...

Is faking a WPF mouseover possible?

I have a data template with a textbox and a button with some styles on it. I would like to have the button show the mouse over state when focus is on the textbox beside it. Is this possible? I figure it would involve something like this. I can get the textbox through use of FindVisualChild and FindName. Then I can set the GotFocus even...

Looking for jQuery plugin (or code) to automatically scroll Carousel items on mousover

Does anyone know of a plugin for Jquery that can replicate this functionality? Dynamic Drive Cmotion Gallery The idea is you have a list of images and only X number of them are visible at a time, and instead of clicking next/previous to scroll thru the images they scroll relative to the offset from center position of your mouse. I've ...

JavaScript Question

I inherited a customer after their programmer passed away. They have 4 commercial sites running what I believe is Adobe Go Live code from what I’ve found on Google. This works perfectly as long as all .asp scripts and the images directory is off the web’s root directory. I needed to move the ‘store’ scripts under a ‘store’ sub director...

Simply Div Opacity Fade on Focus using mootools

I've got a couple of divs in a page which hold simple HTML & images. The divs each have unique ids. I'd like it so that when the page loads the contents of the div are say, 60% but on mouseover the fade in at 100%. On mouseout they would go back to 60%. The site is built in Joomla 1.5.x so already loads the mootools 1.11 library. I was...

How can i change the background image of a list item

I want to change my <Li> bgImage onMouseOver using jQuery But image is in three div tags ...

using mouseover/mouseout in gridview with alternating rows

I currently have a gridview with alternating colors, Silver and White, with a blue header (not selectable, obviously). Initially, I had this onmouseover/onmouseout thing working but for some reason, yesterday morning it failed to work, and all day yesterday, I have been struggling, googling for answers and coming up short. Here is the ...

jQuery mouseover invoking a click

New to jQuery but quite fascinated with it and really loving it. Starting to turn me off, though, with this problem. Would really appreciate any help. Spent the last week trying to make heads or tails out of it. I apologize if this problem has been posted before. I have a list of products. Each product is enclosed in a <div>. Insi...

Onload set divs opacity to 50%

Okay, so I have a site running Joomla and it is using the mootools 1.11 framework. I've fudged together a working version of this using examples from the mootools 1.2 framework but cannot get the two to co-exist even with the compatibility layer, without breaking other modules in the Joomla site. Question I have a couple of divs with a ...

Mouseover actions in Reporting Services

How can we implement mouseover actions in Reporting Services? E.g.: in a graph, if I take my mouse pointer to the X,Y intersection, then it should display the value. How can I do this? ...

mouse over transparency in Qt

I am trying to create an app in Qt/C++ with Qt4.5 and want the any active windows to change opacity on a mouseover event... As i understand it, there is no explicit mouseover event in Qt. However, I got rudimentary functioning by reimplementing QWidget's mousemoveevent() in the class that declares my mainwindow. But the mainwindow's mo...

Jquery group photo hover effect

I have seen (or thought I saw) a way to use Jquery on a group photo to allow fade out all but one area of a photo and show a caption. The idea is to allow people to mouse-over specific faces in a group photo and see information about them. Any help would be appreciated. ...

sIFR mouse wheel scrolling freeze in Firefox

I have started using sIFR for a site at work, everything works very well except one thing. When I'm scrolling down the webpage with the mouse wheel, it stops scrolling when the pointer is on the flash object. It seems like the flash object is stealing the the focus when the mouse is over it. I have only been experiencing this problem i...

Transparent Checkbox in Custom Control Using C#

Hello - I have created a custom control that gets highlighted when the mouse hovers over it. The custom control also has a checkbox. When the mouse goes over the checkbox, the highlighting of the custom control does not occur. I've tried using WS_EX_TRANSPARENT on the checkbox but it isn't working for me. int cbStyle = GetWi...