blinking

http GET parameter SOMETIMES missing when using jsf

i have a servlet filter that handles errors for both vanilla servlets and jsf pages. if an error is detected the user is redirected to an error page where he can give feedback. then i try to read the value in the ErroBean it is there - SOMETIMES. :( about 50% of the time. FacesContext.getCurrentInstance().getExternalContext().getReque...

how can we control the storyboard of the control template stored in app.xaml of label with the button which is in another xaml

Hello, I have prepared a control template for the label and stored in App.xaml because these control template is used by many labels in the xaml. Inside it i have a placed a storyboard in order to blink the label constantly. Here is the code for the same in App.xaml <ControlTemplate x:Key="LabelControlTemplate1" TargetType="{x:Type ...

Drop-down js menu blinking in IE7

Hover over the menu on my site, and the drop-down appears correctly in Firefox, but in IE7 (and probably 6, I haven't been able to check yet) it blinks, repeatedly, even after you take away the mouse. http://preview.sgwl.net/ I'm pretty sure this has to do with the CSS customizations I've made to the menu, but for the life of me I can...

SWT and blinking

I need the ability to have a blinking (red, maybe more colors) background for rows in a TableViewer/TreeViewer. What are the best options? There may be more than one row blinking, the blinking MUST be synchron and I need two blinking modes, fast and slow. ...

jQuery animated hover blinking out of control

Hey good people of this forum.. I'm using the following code as a hover-function on thumbnails: $(function (){ $('.button').hover(function(){ if($(this).is(":not(animated)")){$(this).animate({opacity: 0.7}, 'fast');}}, function(){ $(this).animate({opacity: 1}, 'fast' ); }); }); the problem is that when i pass over a thumb t...

Blink/Flash effect or animation in gwt

Hi, I'm building an web intra-net application which has the need for a flashing/blinking button (this has been discussed in depth and is our design decision so please do not lecture me about it). Our UI framework is GWT. Currently in the prototype this effect is achieved be scheduling a timer which adds or removes a css style thus creati...

Title-changing effect/window event listener does not work

Hello, I tried to search but could not find out anything useful. This is a piece of code for my Greasemonkey script. Basically, I want to have the same effect as Gmail. When the page loads and you have new messages, the title will change repeatedly and make you notice. The problem is it does not work for the first time. For example: The...

JQUERY Focus, sometimes ends up making the blinking text cursor Disappear

Anyone know why .focus() makes the cursor go away but it comes back when you click in the text input box? ...

Best method to get text to blink in iPhone OS?

I want my text box to blink (like the old LCD clocks) and right now I'm calling a myriad of NSTimers and selectors that wait, change the alpha, wait, then change it back. Even with this it looks really bad, and I'm thinking I have to put an NSTimer to gradually change the alpha, but from what I hear they are not meant for things of that ...

Smooth annotation movement on OS 4

Hi, To move custom annotations in my MKMapView class, I remove all annotations first and add them (which are placed in new locations) again every second. It was perfectly working on iOS 3 but when I updated my OS and XCode to version 4.0, the annotations blink instead of smooth movement they used to have in previous version. Any sugges...