Questions tagged [ticker]
357 questions
0
votes
2 answers
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(){
jQuery.getJSON('https://mtgox.com/api/1/BTCUSD/ticker?callback=showTick',function(ticker){
…

Kinnard Hockenhull
- 2,790
- 5
- 27
- 34
0
votes
3 answers
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 equation (such as 25 cents per minute). It would be…

ultimatejimmy
- 1
- 1
0
votes
3 answers
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 some code, I will be glad to post some, or you can…

Hunter Mitchell
- 7,063
- 18
- 69
- 116
0
votes
1 answer
Flash xml fed scroller - controling right left arrows issues
i need some hands on controlling scrolling text with 2 buttons left and right data fed by xml .
my file structure is like this:
main file: bg.swf
ticker file : tikcer.swf
buttons file: scrolling.swf
ActionScript file: …
dead
0
votes
2 answers
Two javascripts not cooperating, tick and ticker
Can anyone tell me WHY these two javascripts won't cooperate on the same page together?
Script #1
This goes in the head:

cassidymack
- 797
- 4
- 17
- 41
0
votes
1 answer
trigger another plugin only when data loaded from another url
I want to get some data from an external page than display it with a ticker effect.
There is an example on its own website but there the data is not pulled from another page (http://www.jquerynewsticker.com).
With the following code, data is…

Efe
- 944
- 3
- 19
- 37
0
votes
2 answers
Slot-machine-style logotype stripe
I am looking for a component to display affiliates' logotypes, preferably jQuery, then Flash, in a page-wide stripe (say: 800x100px). One that is fully automated, does not engage user operation and displays images much like a slot machine (one-armed…

user776686
- 7,933
- 14
- 71
- 124
0
votes
1 answer
jQuery - add ticker to DOM after ajax call
I'm using one of the jQuery tickers within my new project and pages are loaded using the HTML5 History API (pushState and popState). Once the page content has been loaded using jQuery.getJSON() I get a warning saying 'Element does not exist in…

user398341
- 6,339
- 17
- 57
- 75
0
votes
2 answers
issue with lwuit right-to-left label ticker
I was trying to set ticker on a Label with lwuit 1.5, faced this issue:
if I set label.setRTL(true) and then call
label.startTicker(UIManager.getInstance().getLookAndFeel().getTickerSpeed(), true);
ticker just shows first 21 characters of the…

Ali Ghanavatian
- 506
- 1
- 6
- 14
-1
votes
1 answer
How can i fix this error: ticker not inizialized
How can i fix error: kotlin.UninitializedPropertyAccessException: lateinit property ticker has not been initialized
I tried to fix it but it doesnt work.
It says to me ticker has not been inizialized.
How can i fix this error, and inizialize the…
user19521700
-1
votes
1 answer
Tkinter app not initiating after assigning label with variable using the .config method
I am trying to write a simple bitcoin ticker using the coinmarketcap module.
When I run the following code, the tkinter app does not load. No errors are given. I think I am calling everything properly but not sure what else could be at fault.
code:…

Joey
- 914
- 4
- 16
- 37
-1
votes
1 answer
Go not responding to GET request instantly, it response when ticker is done
I'm new to Go programming and I try to build API for a multiplayer game. If I make GET req to the http://localhost:8080/create_game/gameName . Server response to the request when ticker is done. I need to get response from a server instantly but I…

Davor Buha
- 31
- 4
-1
votes
2 answers
How to I setup a database that tracks prices for 100k+ products over time?
I would like to setup a server that stores prices data for potentially 100,000+ products over time. Updates will be provided once or twice per month.
I would also have many components of such prices. Such that I run out of the 255 fields that Access…

Michael
- 55
- 1
- 1
- 5
-1
votes
1 answer
centering x-tick labes in matplotlib with fixed number data
I am trying to create a grid where there are only 2 numerical numbers, 1 or 2 & is represented by green or red.
My data is as follows
data = [[1.0, 1.0, 2.0, 2.0, 1.0, 1.0, 2.0, 2.0, 1.0], [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0], [1.0, 1.0,…

vinaybharadhwaj
- 11
- 5
-1
votes
1 answer
Logo ticker in HTML / CSS
Does anyone know how to code this in just HTML and CSS?
http://cmoreira.net/logos-showcase/infinite-loop-ticker-carousel/
I'm looking to add the gradient to both sides and I prefer doing it without JS.
I've come up with something on codepen but I…

Daniel Blom
- 3
- 7