The ticker tag has no wiki summary.
0
votes
0answers
19 views
Show Ticker Missing
My facebook account doesn't displays show ticker icon(button) once we choose to hide it.
This problem was solved for me as I logged into facebook this monday but now its again there.I have reported ...
0
votes
0answers
12 views
How to make autoDirection:“prev” work in ticker mode with tickerHover?
I am using jquery bxSlider plugin to make a vertical ticker mode content slider.And I using autoDirection to control the slider direction.When I set the autoDirection value to "next",the tickerHover ...
1
vote
1answer
79 views
How to set the height of a wrapping div to prevent jumps in the content after a responsive slider/ticker?
I have made a super simple ticker/slider thingie with a few lines of code only, and it is somewhat responsive.
See the code at jsBin and the Demo (Resize your screen and watch the ticker resize ...
-1
votes
1answer
23 views
Create Running Stock Ticker in Java Swing [closed]
I need to create a Running Stock ticker as seen on Bloomberg in Java.
Example AAPL 490 +1.56 IBM 240 +3.24 MSFT 32.8 -2.45
Below are main concerns and questions
Number of tickers between 5000 to ...
0
votes
0answers
8 views
Trouble making FeedEk and webTicker work together
I'm trying to display a RSS feed on a website using both FeedEk and webTicker.
Here is my code:
<div id="rss">
</div>
<script type="text/javascript">
$('#rss').FeedEk({
...
0
votes
0answers
48 views
jquery ticker animation speed changes on hover stop
I have made this ticker. As bloated as my script is it seems to be finally working.
But when I hover the animation and it stops - it seems to continues at a slower speed.
...
0
votes
0answers
18 views
How to point to an XML file from a jQuery in Rails?
So I have a jQuery and XML based ticker which uses its data from an XML file. I have added the requisite javascripts to the assets pipeline.
Now the problem I am facing is to locate the file. Ive ...
1
vote
1answer
73 views
Wpf c# ticker rss news reader
I'm making an application for wpf C# in expression blend 4. I have followed RumorMills tutorial over at http://www.jarloo.com/rumormill4/
However he doesn't provide a full tutorial, so i have taken ...
0
votes
1answer
34 views
Is it possible to pause the jQuery list_ticker plugin on mouseenter?
I am using the list_ticker plugin to scroll through some list elements.
I was wondering if it was possible to pause the ticker when the mouse hovers over it so a user has time to read the contents ...
0
votes
1answer
84 views
jQuery .animate.hover.stop not working
I am trying to make my ticker stop when the user hovers over it and then start again when it is not being hovered over.
$(function() {
var ticker = function() {
$('#Youtube ...
0
votes
0answers
57 views
QT Scrolling Text Multiple colors on the same line
I am trying to scroll words on the same line in different colors. I finally got thr scroll part from finding code online. The problem is I am trying to scroll text in a different color on the same ...
-1
votes
1answer
59 views
news ticker not working when used with wordpress
Used the ticker from the jsfiddle. This one works great when content is static, but when dynamic content is inserted with hyperlink tag, not working as expected. How to fix this one?
...
0
votes
2answers
94 views
time ticker in python in real time
I want to get time ticker in python in real time.
The idea here is I am doing a set of functions again and again, but I want to give a time interval of 10 mins before I execute again. for eg:
rigt ...
0
votes
1answer
64 views
Q/kdb+ read log files by chunk
I have a task that requires me to load log files that is too big for my memory to let it load at once. Therefore I need way to load the file by different chunks..
I know that:
-11!(n; filename)
...
2
votes
1answer
255 views
How to create buttons to start and stop a JQuery News Ticker
I am trying to make a news ticker using JQuery that cycles messages automatically, but can be stopped and started with buttons. So far I have the <li> messages that will cycle and repeat.
I am ...
0
votes
0answers
202 views
jQuery Twitter Marquee - Conflicting with other jQuery items
I'm using this jQuery Twitter Marquee: DEMO
at this page:
My Site
It was conflicting with other jQuery items, then I used
var $ = jQuery.noConflict(true);
and
var $twit = ...
0
votes
1answer
132 views
Example on how to control tweens using Ticker in CreateJS
I'm working with CreateJS and wondered if anyone here has examples of controlling tweens using the Ticker object. I'm trying to get a sprite to follow a path defined by waypoints but i don't want to ...
2
votes
3answers
181 views
jQuery Ticker | Allow html?
I wrote a small jQuery ticker plugin from what I've found from the internet. It does it's job perfectly, but I want it to allow html tags, and I'm stuck with it, as I'm unable to write html tags ...
3
votes
0answers
93 views
Give task priority android
I have an android application where i have some scrolling text ticker that is implemented via javascript and loaded in a web view. It is working fine but whenever the processor is busy, (like i have ...
0
votes
1answer
66 views
Changing jTicker message with jQuery
Hey so I'm trying to use jTicker to say messages that can react to user input.
The way jTicker works, it affects text between html element tags.
In this example, I'm trying to use jQuery to modify ...
0
votes
1answer
573 views
How to create a vertical carousel/ticker with dynamically created pagination thumbs
NOTE: Although I'm using CarouFredSel right now, I don't have any preference for a specific plugin.. I'm only interested in accomplishing the goal of the task,.. so if you have suggestions, please ...
1
vote
1answer
34 views
how to implement shutterstock tiker?
I have tried MKTikcerView , DMScrollingTicker and also made a Custom TickerView but , I am not satisfied with that all. All of them when comes to end string displays blank space.They are have not ...
0
votes
1answer
32 views
Ticker Button That Needs Duplicating
Ive got this button code as shown below but it only have one button and one textview my project require meant is that there needs to be two or more buttons that will count into separate systems but ...
0
votes
1answer
93 views
animate cycle through list items
I have a list of words contained within a div, the div overflow is set to hidden so only one list-item is displayed at a time. I want each list item to slide up one by one (but not using the .slideUp ...
1
vote
1answer
826 views
jQuery plugins for hit counter/odometer/flip counter/ticker/digital-clock-like thing?
I need something like flipcounter but hopefully more customizeable (can't seem to set what number to scroll by, for instance) and better maintained?
My end goal is to have a ticker, formatted as ...
1
vote
1answer
76 views
Browser compatibility display using ticker
I wish to show users a warning ticker kind of thing on top of my page which displays a message if the user is not using particular versions of browser like if user is using IE6 then I wish to show the ...
3
votes
1answer
97 views
Is there Push functionality for Coldfusion to create a live ticker?
We are hosting a contest on our website where visitors can vote for their favorite contest entry. We are getting a lot of traffic, and a lot of votes.
We would like to add a ticker to our homepage ...
-1
votes
1answer
2k views
News Ticker Jquery [closed]
Trying to make a simple horizontal news ticker. Marquee looks rough plus it rolls an entire string to the end, and then starts over, after leaving the field blank. All of what I`ve found so far has ...
2
votes
1answer
157 views
subsequent instances of a UIView subclass causing display error?
I made a Stock Tiker to display continuous stock objects. And Working fine for first Instance.
The implementation of the ticket code is as follows:
- (void)viewDidLoad
{
tickerView=[[StockTiker ...
0
votes
0answers
82 views
TickerText, CharactersPerSecond, and Fatal Signal 11
I'm trying to implement an interface fairly common in RPGs for dialog boxes using the AndEngine framework. Essentially, what I'd like is the following:
A dialog pop-up displays text in TickerText ...
0
votes
1answer
180 views
Live ticker Research - with Ajax and PHP or Socket.io and Node.js or maybe Flash or Ruby on Rails
I am working on a Project where I will try to compare different ways of creating a live ticker (news-ticker or sport-ticker whatever). I would also like to make benchmark tests, like how many ...
0
votes
0answers
83 views
Scroll Text only if the width exceeds page width in a Ticker
I want to scroll text of a ticker if it exceeds the set width say 550 px.
I am trying to use Form view and bind the news items from Business layer.
Fromview1.datasource=bll.GetActiveNews();
...
-1
votes
1answer
1k views
jQuery/PHP-MySQL News Ticker
I have been searching for a Vertical Text Slider OR Vertical News Ticker, exactly like this one:
http://www.tradekey.com/
(scrolling the latest buy/sell offers in the middle)
I found few tickers but ...
1
vote
0answers
41 views
How to synchronize time in Ticker?
Date d = new Date();
Calendar c = Calendar.getInstance();
c.setTime(d);
String datum = c.get(Calendar.HOUR_OF_DAY)+":"+c.get(Calendar.MINUTE)+"h "+
...
1
vote
1answer
167 views
JQuery typewrite Plugin :
i using jquery ticker and using typewrite effect
when i using "typewrite" effects this code disable link and only show text in the browser,when i change typewriter: false, the problem has solved but ...
0
votes
1answer
233 views
Try to create a horizontally scolling ticker with post titles, images and excerpt in wordpress
I am trying to create a scrolling news ticker in wordpress targeting a custom post type in my footer. Here is the javascript and my div below that. Thanks.
$('.ticker-wrapper').cycle({
fx: ...
0
votes
6answers
114 views
(Java) Ticker that adds to counter variable
Im trying to get a timer to work in my current java project that adds 1 to an integer variable every n microseconds (e.g. 500 for 1/2 a second), within an infinite loop, so that it is always running ...
1
vote
1answer
58 views
Duplicated text in Folder?
I've made a Folder in my application via JWFolders. My problem is that I've set up some code to get some strings from parse.com and if there's no connection it diplays some text in a CLTickerview. ...
0
votes
1answer
320 views
Reverse the direction of a Vertical News Ticker
I made the following fiddle as an example: http://jsfiddle.net/GR7pg/ but need it to move downwards instead of up.
Basically what happened is I made all this for weeks and then when I delivered to ...
0
votes
0answers
91 views
Android ViewGroup ticker
I am developing an Android component that has the same functionality as a news Ticker. It's a ViewGroup that takes an array of Views and animate them to create the effect of a Ticker.
I have ...
4
votes
3answers
602 views
matplotlib; fractional powers of ten; scientific notation
I deal with simulation data and have been using matplotlib a lot lately and have been encountering something (a bug?) that's annoying.
I have been allowing matplotlib to automatically set the tick ...
0
votes
2answers
714 views
C# timers for moving objects
I have 4 dogs who're racing, I need to move them across the form but they don't move gradually, they start out at the starting line and immediately teleport to the finish line, without moving in ...
1
vote
0answers
119 views
Horizontal tape Ticker in phonegap
I need to implement yahoo stock Horizontal tape ticker in phonegap. I am trying to find solutions in internet but not getting any help. Any suggestions would be appreciate.
0
votes
0answers
76 views
Add logic to google-finance-ticker js for red and green color [closed]
Sorry I am totally new to javascript. Here is the url:
http://cubiclepi.com/post/24105167826/google-finance-ticker
Is it possible to somehow add a logic so that if the percentage for the ticker is ...
0
votes
2answers
1k views
How do I add MtGox ticker data to a website?
I've tried various approaches, the current is as follows
$(document).ready(function(){
$('#stage').click(function(){
...
0
votes
0answers
117 views
Constrain width for javascript stocks widget
I have a "Worden Top Gainers and Losers Ticker Widget" that I want to have on my site, but the width go's behind a third column. Basically I'm wondering how to constrain the width of this widget ...
1
vote
0answers
26 views
quotes style ticker
I'd like to display stocks status in my app as a running ticker on the top of my screen.
How it can be done?
enter link description here
0
votes
3answers
98 views
Create total energy savings ticker based on time passed
Basically I would like to create a running ticker that continually (every 1-15 seconds, it doesn't matter) that would update that total amount energy savings that our company saved based on a set ...
0
votes
3answers
118 views
Ticker not working on selected pages?
My website is www.codtelevision.com.
If you look at the home page, it is perfect, but when you go to another page, it is big and looks weird. How do I fix it, and what is wrong? Thanks! If you need ...
0
votes
0answers
168 views
Motion flawless smooth ticker
I am trying to find the best way to create a smooth and motion flawless ticker. I tried classic javascript jQuery tickers but they all show "breaks" (small pauses) in motion. I also tried new HTML5 ...



