1
vote
4answers
42 views
C# : OnClosing takes a while, how can I show a dialog with a marquee progressbar ?
I have to do quite some cleanup in my OnClosing handler, which makes it seem like my app is hanging.
How can I show a small dialog with a marquee-style progressbar so users will at least know it's …
0
votes
1answer
39 views
[Android] Is there a way to make ellipsize=”marquee” always scroll?
I want to use the marquee effect on a TextView, but the text is only being scrolled when the TextView gets focus. That's a problem, because in my case, it can't.
I am using:
…
1
vote
1answer
206 views
Smooth text animation (Marquee text effect) using QT
I have a question about how to make marquee text smooth (using Qt 4.5.3) on not powerful hardware (Atom N270 + Intel 945GSM). My approach is as follows:
I draw my text (36px Arial bold) onto a …
1
vote
1answer
964 views
Continuously scrolling horizontal ticker containing images in jQuery?
I would like to do something like this: http://javascript.about.com/library/blcmarquee1.htm
The script I referenced however seems to be a bit laggy (outdated?), so I was wondering if anyone knew of a …
1
vote
4answers
137 views
Link in Marquee unclickable!
Ok heres my deal, I have a marquee like this:
<marquee style=";position:absolute;left:608;top:10;
font-family:Arial;font-size:24pt;
color:#FFFFFF;height:153;
"scrollamount="4" direction="down">
…
0
votes
2answers
194 views
Controlling Marquee Speed using Javascript
We are trying to develop an eShop. One of the functionality demands us to show a marquee with any recent buying / selling / updating activity that happens on the site. Currently we do get the marquee, …
0
votes
3answers
115 views
scrolling winforms
I want to implement scrolling functionality in winforms. I need text to scroll like a marquee, but from the bottom to the top.
How can I do that?
0
votes
1answer
158 views
Marquee plugin with a div
I am trying to use the marquee plugin with a div but i can't figure out how to do it.
If you visit my testing page here you will see that although there are two slowly moving divs, one to the left, …
1
vote
2answers
402 views
How to disable [marquee] tag with CSS? Is this possible?
I have inherited an app where users can insert their own HTML responses. I can only set a global CSS file and a global JS file for this app. Recently, some of the users have awakened an ancient evil, …
0
votes
4answers
268 views
Marquee Text When Text Overflows
Hi all, well heres my problem. Lets say i have 3 div tags, all are 100pixels wide:
<--- DIV WIDTH --->
Text in div 1
Text in div two, it overflows
Text in div three
<--- DIV WIDTH --->
…
0
votes
1answer
124 views
Need help in displaying data insider marquee
Hi all,
I want to display news inside the marquee markup in my banking application but its not happening.Please somebody help me what is the error in my code.Here is my code:
<marquee …
0
votes
4answers
248 views
Marquee in HTML
how would I go about making a marquee in html?
could I define everything i.e. speed, looping, text color, background color, direction, etc. With just html or should I need to know another language to …
0
votes
3answers
383 views
Marquee in html…
I want a "Continuous marquee text" over and over again... back to back... i dont want the text to finish scrolling completely before the next one starts... i want the same text to start scrolling and …
2
votes
2answers
2k views
Marquee ProgressBar unresponsive with BackgroundWorker
In my code, when a button is clicked the progress bar is set to marquee and then my BackgroundWorker is called but when the BackgroundWorker is called the progress bar freezes or disappears. I use the …
1
vote
2answers
536 views
How to create an endless picture-show without marquee?
I wrote a module for Joomla! 1.5 which shows the pictures (banners) with the most clicks. Now I want to show this list scrolling on the home-site. With "marquee" there is a break after the last …
