This tag is about stuff that blinks.

learn more… | top users | synonyms

8
votes
12answers
15k views

jQuery Mobile blinking at page transitions on iPad

I have a web app built with jQuery Mobile that works fine when using it in Safari on an iPad. However, when you add it to the home screen to use it as a standalone app (with the browser navigation ...
19
votes
4answers
36k views

jQuery “blinking highlight” effect on div?

I'm looking a way to to this. I add a div to the page, when the ajax backcall returns some value. Div is filled with the values from ajax call. And the div is prepended to another div, which acts as ...
3
votes
4answers
3k views

Disable blinking cursor in UITextField?

I've followed the instructions here and succesfully set up a UITextField that gets updated with a UIDatePicker. However the cursor in the UITextField is blinking, which seems quite a bit awkward to ...
3
votes
4answers
2k views

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 ...
7
votes
4answers
2k views

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 ...
0
votes
1answer
67 views

LibGDX blinking.

I've used the LibGDX UI Setup to start a project. The only thing I have in the implements ApplicationListener is: public void create() { setScreen(new LoadingScreen(this)); } This ...
5
votes
3answers
801 views

Java applet blinking on Mac

EDIT 2: This problem is very weird. The issue does not occur on every platform. It occurs for me in Google Chrome, using MacOSX, but it doesn't occur in Safari. For a friend that uses Windows, on ...
1
vote
0answers
1k views

create a blinking cursor

I would like to create a caret for a textarea like the one here: http://www.dynamicdrive.com/forums/showthread.php?p=74576#post74576 it works great if I want a white background but when I changed it ...
0
votes
2answers
84 views

vb.net multi threading

Hi I have been doing some coding for a system and need to use threading instead of normal timers in VB.NET. It works fine but the problem lies in the blink timings, when the button is clicked then ...
0
votes
1answer
655 views

JTextPane avoid blinking

I have a JTextArea and I want to disable blinking from it. I have tryied to set focusable to false, but it doesn't seem to work. I also set editable to false and it doesn't work either. Any idea? ...