Questions tagged [ticker]

357 questions
0
votes
1 answer

Python won't refresh URL to receive new forex ticker data

I am trying to save updated Forex ticker data from this website: http://forex.offers4u.biz/TickDBReadDB.php?p=EURUSD just hit refresh to update the ticker. when I use my little python script, it saves the text once, but if i run it again, it makes a…
user215103
0
votes
1 answer

Javascript Continuous Scroller - speeding up on a page refresh

I have a javascript data ticker that I am trying to implement in IBM Cognos. I have found some code online, in which I have made a few changes to work with my setup. On a page load, the ticker is scrolling at one speed, but on a page refresh, the…
0
votes
2 answers

.ready not working in real website but it works in jsFiddle

I'm working on a website and I use this flipboard: http://jsfiddle.net/9yyVd/1490/. Instead of letting it work on click, how it is originally coded, I changed the click to .ready. But that doesn't work in the webpage. I think it's because I have 2…
user509433
0
votes
1 answer

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 (it's only a few words, but they include a date and…
Chris
  • 135
  • 2
  • 14
0
votes
1 answer

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 .socialist:first').hover(function() { $("#Youtube…
ChristopherStrydom
  • 7,338
  • 5
  • 21
  • 34
0
votes
2 answers

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 now I do this lst = [1,2,3,4,5] while lst: do…
brain storm
  • 30,124
  • 69
  • 225
  • 393
0
votes
1 answer

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 control each tween (in between waypoints) by time.…
Gary Willoughby
  • 50,926
  • 41
  • 133
  • 199
0
votes
1 answer

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 the text between a certain set of tags that is being…
user1751775
0
votes
1 answer

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 make a comment ! :D Thanks Here is what I'm trying…
revive
  • 831
  • 2
  • 15
  • 31
0
votes
1 answer

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 use the same code. Ill include the main code below…
James
  • 59
  • 7
0
votes
1 answer

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: 'scrollHorz', continuous: 1, easeIn:…
amespower
  • 907
  • 1
  • 11
  • 25
0
votes
6 answers

(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 while the program runs. Heres the code i have…
Kamon241
  • 75
  • 1
  • 4
  • 11
0
votes
1 answer

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 the client, they now want the ticker to move…
ch4rlie
  • 102
  • 2
  • 9
0
votes
0 answers

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 implemented the onMeasure and onLayout methods, and I have…
kristoffz
  • 129
  • 1
  • 8
0
votes
2 answers

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 between. With every timer tick, their location.X is…
user961627
  • 12,379
  • 42
  • 136
  • 210