This tag is about stuff that blinks.
1
vote
1answer
26 views
Looping elegantly the message SOS in Arduino LED blinks
I am trying to make my Arduino blink "SOS" in Morse Code as my first real programming project ever.
I have succeeded in doing so, however now I would like to more efficiently write the code. Here is ...
0
votes
1answer
34 views
how can i get text to blink in jtextpane?
I have this code where i add a string into a JTextPane (textArea is not editable), and this string needs to blinking. How can i add this kind of feature in this context?
try{
...
0
votes
1answer
32 views
WPF blinking foreground label
I'm trying to make the foreground of a label blink. I tried the following code but I get the following exception and I don't know how to solve it.
'System.Windows.Media.Animation.ColorAnimation' ...
0
votes
0answers
17 views
Image Flickering on Ipad when zooming only if it is in a div container with css position fixed
Hi have this code:
<div style="position:fixed;">
<img src="http://michelangelo.rinelli.it/wp-content/uploads/2011/11/bug1.jpg" />
</div>
On iPad, if I try to zoom on the page I ...
0
votes
0answers
55 views
Submenu flashes when hovered again after mouse out (jquery)
I have a simple menu in the following structure:
<div id="top_navigation">
<ul>
<li><a href="#">About us</a></li>
<li ...
0
votes
0answers
24 views
2d canvas blinking player animation in multiplayer game
wallpaper game consists of 12 parts, I noticed that the background must not be greater than approximately 3000px because physically reduces itself.
I have an avatar that goes left and right. avatar ...
-1
votes
2answers
90 views
Blinking header using image swap for three seconds
I have a B/W header for a webpage that I would like to flash for around three seconds (kind of like a light bulb warming up) when the page is loaded - and if possible when certain links are clicked.
...
1
vote
0answers
43 views
How to Blink a line on a map similarly like a point blinking on map through lat lon points
how to blink a line on a map which is formed by lat lon points through linestring from database the points(lat,lon) comes which is stored in form of MultiLineString.
similarly like how a point ...
0
votes
1answer
68 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 ...
0
votes
1answer
77 views
Lightbox's background is blinking on iPhone
I am finalizing a small responsive website that I did for some of my friend
http://www.daviddarx.com/stuffs/work/ltm/site/10
When testing the responsiveness on my iPhone, I met a bug that I often met ...
0
votes
2answers
63 views
Multi-Threading Glitch
Hi I have a program that uses a label called Valve and a textbox called Variable
The gist is that if the Variable = 0 then the label colour is gray,
If the Variable = 1 then the label uses a thread ...
0
votes
0answers
84 views
Getting a “flicker” or “blink” when using JS to fade opacity in Chrome
First, let me say that I never sat down and learned HTML, CSS, or Javascript. Everything I know about these I picked up piecemeal, figuring out whatever I needed to know to move to the next step on a ...
0
votes
2answers
90 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
2answers
119 views
Blinking image in table cell
I want to have a blinking image (swaps between two images) in table cells.
What seemed most natural to me is as follows:
Set a NSTimer to goes every .5 seconds, calling -blink:
In -blink: I toggle ...
0
votes
1answer
108 views
How can I randomly select an Arduino pin output?
I have a series of eight LEDs that I'm trying to fade in and out randomly, starting from ON. Here's where I am so far.
#define LED1 2
#define LED2 3
#define LED3 4
#define LED4 5
#define LED5 6
...
0
votes
1answer
157 views
Preferences screen blinking
I have a problem with preferences, some users tell me that screen start blinking and is not possible to stop it and need to reboot.
I tryed to eliminate every kind of code in java source ...
3
votes
1answer
360 views
IE8, IE9, IE10 Blinking Cursor Issue
I am making an editor which shows a toolbar on some text selection. The issue that I am facing in IE is that the blinking cursor still shows above the toolbar.
This is specifically happening in IE. ...
0
votes
0answers
38 views
How to remove loading view in RemoteViewsFactory
In RemoteViewsFactory, a loading view is shown when getViewAt(int) is running. This results flicker in the widget. Can this loading view be removed? or any other alternative method to eliminate the ...
0
votes
1answer
267 views
Blinking taskbar icon in Windows 7
I have built an instant chat tool that works perfectly most of the part, I'm having a few issues with alerting users when a new chat arrives, I have this working fine on XP and also on 7 providing ...
0
votes
1answer
117 views
Flashing Form c#
I have a simple application that captures 6 points clicked by user on a form and then , after clicking the "start" connects them smoothly. The problem is that after clicking a button the points flash ...
0
votes
1answer
196 views
Is it possible to stop a page blinking when it reloads?
I've got my page set up to auto refresh/reload after 10 secs because there is live data being shown. Is there anyway the blinking can be stopped? Most people say its down to your computer speed but ...
3
votes
4answers
980 views
css: avoid image hover first time blinking
I have a button that changes the image when hovered.
Actually, that's a href with a class class-btn that contains a background-image. When hovered, it has
`a.class-btn:hover`
{
...
2
votes
1answer
208 views
Backfround blink in UIWebView on vertical scroll in ios 6
I using UIWebView with -webkit-column-* and using vertical scroll ( window.scrollTo(X, 0); methood ) for changed page.
All worked very good in ios4.3 and ios5. But in ios6 when scrolling I see blinks ...
0
votes
0answers
81 views
jquery drag and drop keep blinking
i tried many time but can't solve this problem
here's my code:
...
0
votes
0answers
66 views
Blinking in wxPython UI
I'm learning wxPython and very often figure out how some example scripts work.
I ran this script http://zetcode.com/wxpython/thetetrisgame/ and noticed that it blinks all the time especially when ...
0
votes
4answers
866 views
image fadein without blink with jquery
I am trying to fade in an image when I click on a link, but that gives me a "blink" on every fade. Is there anyway to avoid this blink and just have a clean fadeIn?
This is my current code:
function ...
3
votes
2answers
510 views
“Particle Emitter JavaScript Library for jQuery by Erik Friend” hover blinking cursor
I'm using the Particle Emitter JavaScript Library for a nav menu on a new website, and i'm having an issue.
When I hover a tag, the cursor is blinking between the hand and the arrow. The a:hover is ...
0
votes
1answer
147 views
NSTableView and NSOutline selected item blinks when its scrolls using keyboard arrows
When I use view-based NSTableView or NSOutlineView and try to scroll items using keyboard arrows, then selected item blinks each time the selection jumps to the new item (especially when newly ...
2
votes
1answer
604 views
C# Drawing - best solution
I'm new here, but lot's of problems I solved, when I googled on this site.
Today I try to solve problem with blinking panel, when I drawing onto it. Lot's of threads I read, like these
how to stop ...
0
votes
2answers
347 views
how to implement flashing effect for UIButtons as like iPhone music player play button effect? [closed]
i need to implement flashing effect for my UIButton when button click action as like iPhone default music player play/pause button effects?
what is the best method, UIViewAnimation?
help me with some ...
1
vote
2answers
302 views
Blink Text for so many seconds - then disappear
I'm trying to fade in / out text and then after so long stop the function. For the most part when a user comes online it should say that user is online, then disapear after awhile. Right now it just ...
1
vote
1answer
200 views
the showdialog refocus effect custom call
Is there a way to let the form blink, like the ShowDialog when it loses focus?
When you call showdialog on a windows forms and you try another action the form blinks for a few second and the ...
5
votes
3answers
808 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 ...
0
votes
4answers
937 views
Create a blinking button in android
I want to create a blinking button in android, which should start blinking with x time interval and after each 5 seconds its blinking speed increases till some max blinking value.
So far I have tried ...
1
vote
1answer
292 views
Quickly (100Hz or more) blinking of camera flashlight LED
I am trying to write a variable brightness flashlight app by using PWM (might use it for communication later). For that I need fast switching of the camera LED (say 100-200Hz), which is not possible ...
1
vote
2answers
817 views
IE doesn't display blinking cursor on pre-filled input fields
In all versions of IE, I've noticed that if I have an input field with a preset value, the blinking cursor will not display when I hit tab to focus the field (though the field does focus and I can ...
0
votes
2answers
2k views
How to make button blinking infinite, but with possibility to stop at anytime
I need to make button to start blinking after some other elemment trigered it, for example checking the checkbox - see the code below:
<label>I agree with the terms</label>
<input ...
0
votes
1answer
928 views
Drawing-application with SurfaceView (android)
i have a problem with simple drawing application on android,
here's my class which is extending SurfaceView:
public class SomeView extends SurfaceView implements SurfaceHolder.Callback {
private ...
0
votes
0answers
99 views
Overriden RichtTextBox control (C#) raises blinking of the non-aplication background
I use extended RichTextBox control, which must highlight some words or characters inside control(for highlighting used BackColor and Select function). If cursor is placed inside reserved word - this ...
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 ...
1
vote
1answer
3k views
How to make shapes “blink” or change colors in Java?
I'm trying to learn how to draw a shape, and be able to a) draw it, "freeze" or something the prosess, draw it in the color of the background, and then re-draw it in the original color and b) draw a ...
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 ...
1
vote
0answers
421 views
How to remove/hide blinking cursor randomly appearing in label/td fields?
This seems to only happen in IE8...its really a no biggie but our client is asking to remove/hide it since its getting annoying. Everytime I check/uncheck a checkbox in a section of a form, one of the ...
1
vote
2answers
291 views
Put code inside a loop to exit the loop after any mouse click
On a Userform, I'm blinking a frame Off/On by toggling its visiblity. It blinks a variable number of times and then stops, but in between blinks it checks for user activity. If there has been a ...
1
vote
2answers
323 views
Blinking control object in jQuery
I'm trying to make an object to start/stop blinking (with fadeIn() and fadeOut() for an object in jquery.
I already have a method blink() that makes the element blink once, and it works, but I'm ...
0
votes
3answers
341 views
Xcode 4 How can I make the screen flash on & off quickly
I have search to find and try NSTimer using a black window and a white window, one on then the other but NSTimer flashes too slowly only offering 1 second intervals. I need the screen to flash (blink) ...
1
vote
2answers
424 views
how to edit blinking cursor on website input forms?
How can one edit the standard blinking cursor on website input forms without using flash? Or is flash the only way?
-1
votes
1answer
160 views
Blinking or flashing [closed]
How to prompt serial data activity, received data? In the simple, how to change a label appearance, i.e blinking, on data received?
2
votes
3answers
5k views
jQuery - fadeIn(), fadeOut(), animate(), stop() and blinking
When "hover" triggers this code:
jQuery('#test').animate({opacity: 1},300);
And user hovers and unhovers very quickly the "#test" item blinks for a long time (of course opacity is being animated to ...
2
votes
1answer
321 views
How to clear interval of clicked element
I am using http://www.antiyes.com/jquery-blink-plugin for blinking images on my document.
Code of that plugin is
(function($)
{
$.fn.blink = function(options)
{
var defaults = { delay:500 ...

