Questions tagged [ticker]

357 questions
-1
votes
1 answer

Bitcoin ticker + fontawesome

My task was to write a function that gets Bitcoin trades from JSON link, change interval with buttons, add fontawesome arrow up/down/line depends if the rate went up/down/no change and display it on the website. I have everything except…
-1
votes
1 answer

Accessible news ticker plugin

I'm looking for a Wordpress plugin which would show horizontally scrolling news (left to right), and should comply with the accessibility standards. So it cannot use the "marquee" tag, and should allow a disabled user to stop and restart the…
ubonozur
  • 47
  • 1
  • 6
-1
votes
1 answer

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 continuous objects displaying.I also use UITableView…
Prince Kumar Sharma
  • 12,591
  • 4
  • 59
  • 90
-2
votes
1 answer

Why golang ticker.Stop() does not work in tickerTest1?

I know the Stop function can not close the channel. I am just confused with the two different results of tickerTest1 and tickerTest2. package main import ( "time" "log" ) func tickerTest1() { ticker := *time.NewTicker(time.Second) …
ysh0566
  • 27
  • 4
-2
votes
3 answers

How to convert ticker value to datetime?

I have the following values: 1465509600000 1402437600000 I tried the following: attempt 1: public long? CommitmentStartDate { get; set; } public long? CommitmentEndDate { get; set; } public DateTime? CommitmentStartDateDate => new…
ThunD3eR
  • 3,216
  • 5
  • 50
  • 94
-2
votes
2 answers

How to fade different text to each other infinitive in jQuery?

I wanted to show 2 different texts in a same location in my website like a news ticker. The effects I want to use are fadeIn and fadeOut. Texts must come to specified area using fadeIn effect, stay there for 3 seconds and then go out using fadeOut.…
Mohammad Saberi
  • 12,864
  • 27
  • 75
  • 127
-2
votes
2 answers

Can someone please explain why this jQuery isn't working?

So, I've got this:
  • Hello
  • I am mahdi khaksar from iran
  • I am designer and programmer at progpars.com
  • www.ijquery.ir
-2
votes
1 answer

Timer's Tick affects the flow of the program

I have a windows form with 2 timers. One of them controls the scrolling text at the bottom, while the other changes pictures in a PictureBox. The problem is that when the first timer's tick event occurs and changes the picture, the horizontally…
T-X
  • 145
  • 1
  • 9
-2
votes
1 answer

how to call php file from html/javascript?

hi there i got a jquery/ajax/javascript plugin that i'm calling/running directly off my HTML website - it's basically a vertical ticker - news update ticker - here's the code -
Jose Sanchez
  • 7
  • 1
  • 6
-3
votes
1 answer

jQuery TotemTicker issue