473,387 Members | 1,553 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Ticker Control

Hi All

Does anyone know of an LED style ticker control that I can use in my
application?

I can find lots of examples of ticker controls, but no LED ones.

Kind Regards,
Steve
Apr 15 '06 #1
7 4047
Did you have a VB.NET question?
"Steve Amey" <steveamey@_removethis_hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Hi All

Does anyone know of an LED style ticker control that I can use in my
application?

I can find lots of examples of ticker controls, but no LED ones.

Kind Regards,
Steve

Apr 15 '06 #2
On Sat, 15 Apr 2006 18:53:04 +0100, "Steve Amey"
<steveamey@_removethis_hotmail.com> wrote:
Hi All

Does anyone know of an LED style ticker control that I can use in my
application?

I can find lots of examples of ticker controls, but no LED ones.

Kind Regards,
Steve


One simple way is to just use an "LED/LCD" or "DIGITAL" style font in
any existing control that you may have that has a Font Property.

Gene
Apr 15 '06 #3
But that would only work if you embed the font into the application or if
the client has that font already.
"gene kelley" <ok**@by.me> wrote in message
news:rl********************************@4ax.com...
On Sat, 15 Apr 2006 18:53:04 +0100, "Steve Amey"
<steveamey@_removethis_hotmail.com> wrote:
Hi All

Does anyone know of an LED style ticker control that I can use in my
application?

I can find lots of examples of ticker controls, but no LED ones.

Kind Regards,
Steve


One simple way is to just use an "LED/LCD" or "DIGITAL" style font in
any existing control that you may have that has a Font Property.

Gene

Apr 16 '06 #4
On Sat, 15 Apr 2006 22:08:45 -0400, "Scott M." <s-***@nospam.nospam>
wrote:
But that would only work if you embed the font into the application or if
the client has that font already.

I would simply include the font file in the deployment package and
install it on the user's system.

Gene

"gene kelley" <ok**@by.me> wrote in message
news:rl********************************@4ax.com.. .
On Sat, 15 Apr 2006 18:53:04 +0100, "Steve Amey"
<steveamey@_removethis_hotmail.com> wrote:
Hi All

Does anyone know of an LED style ticker control that I can use in my
application?

I can find lots of examples of ticker controls, but no LED ones.

Kind Regards,
Steve


One simple way is to just use an "LED/LCD" or "DIGITAL" style font in
any existing control that you may have that has a Font Property.

Gene

Apr 16 '06 #5
>
I would simply include the font file in the deployment package and
install it on the user's system.

And you pays than the bills from the ones who license the fonts I assume.

Fonts are not free, they have copyrights

Cor
Apr 16 '06 #6
On Sun, 16 Apr 2006 07:06:09 +0200, "Cor Ligthert [MVP]"
<no************@planet.nl> wrote:

I would simply include the font file in the deployment package and
install it on the user's system.

And you pays than the bills from the ones who license the fonts I assume.

Fonts are not free, they have copyrights

Cor

You seem to assume the worst in people.

There are certainly a number of copyrighted, commercial fonts that you
can purchace licensing for. There are also a number of freeware fonts
around that carry a disclaimer that one is free to use as one sees
fit. It is also possible to create your own fonts if one has the
inclination to do so. In this particular case, searching freeware
fonts is likely the best alternative.

Gene
Apr 16 '06 #7
Steve it would cost more in coding but what about building small jpg
files. Create one for each number and letter you want to display. Then
depending on the ticker condition display the jpg file in a picture
control. It would seem to be rather simple with some conditional
coding. For example if the time ends in one then the right most digit
would display the 'one' jpg. No need for fonts or other external
components. You may even be able to market it as a custom control
yourself.

When I first read your question I thought it was a single LED like an
indicator. Then when I read further and associated the ticker with the
'LED' I assumed it was a 7 segment LED you were talking about. In
either case just use a graphics editor to create the 'look' you want
for the display. Make 10 of them (0 - 9) and display only the correct
one in the picture boxs. If it's a jpg file they will stretch and
shrink so the size of the picture box will control the size of the
image.

Hope this helps.

Bob
Steve Amey wrote:
Hi All

Does anyone know of an LED style ticker control that I can use in my
application?

I can find lots of examples of ticker controls, but no LED ones.

Kind Regards,
Steve


Apr 16 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Tony Carnell | last post by:
Hi, I'm trying to source a (preferably free) JavaScript news ticker that does not carry adverts and will take its feed from an external text file or html page. Any advice or links would be...
4
by: dthelwal | last post by:
I'm looking for an applet or script to feed from an RSS page (perhaps RSS 0.91) and turn its <title> and <link> entries (perhaps using <description> as well) into a scrolling news ticker where the...
3
by: Dan | last post by:
Hi Does anyone know of a good Javascript typewriter ticker that allows you to insert HTML into the ticker. I have found lots but when HTML is inserted, the ticker pauses at the point it reaches...
4
by: Nariak | last post by:
Dear friends of programming! the script below only works with MSI and Opera but not with Netscape 7.x and Mozilla 1.x! What is wrong? Please help me! Thanks Ralf
1
by: Kaz | last post by:
Im creating a desktop ticker in C# that I wont to be displayed running along active applications, on the right hand side of the screen My question is that when I launch my ticker, how do i adjust...
1
by: David | last post by:
Hi, I have the following asp in my page, but I keep getting the following error Microsoft VBScript runtime error '800a0009' Subscript out of range: 'ticker' Please can you help me ?. Here...
9
by: Mike | last post by:
I want to create a news/stock/sport ticker for my desktop. I want to have the ability to select my news source, (cnn, msnbc, etcs) sport source(espn, nfl, nba, etc) and my stock source (nasdaq,...
13
by: RommelTJ | last post by:
Hi, My website (http://www.justiceinmexico.org/indextest.php) looks good in Firefox, but horrible in IE, and I think it's because of an error in the javascript of a free web ticker I got off the...
3
by: rassklass | last post by:
HI all, I have designed a site found at www.pickupnewspapers.co.uk/nottinghamshire/index.html but I cant get the footer to sit stil on the page. It is because of the javascript ticker, everytime...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.