LED type gadget? [Solved]

Everything else that doesn't fall into one of the other PB categories.
mocitymm
User
User
Posts: 37
Joined: Wed Feb 08, 2017 6:56 pm

LED type gadget? [Solved]

Post by mocitymm »

Anyone have a suggest for a LED gadget display?

On a previous project (pascal), I have a LED display component (shows green when service running, red stopped).

I would like to do something like that in my new project with PB. Has anyone used something similar in PB or mocked one into usage?

Was thinking image gadget for it's use but, wanted to hear from the community if there was a better option.

-M
Last edited by mocitymm on Wed Apr 01, 2020 8:26 pm, edited 1 time in total.
User avatar
Shardik
Addict
Addict
Posts: 1991
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

Re: LED type gadget?

Post by Shardik »

mocitymm
User
User
Posts: 37
Joined: Wed Feb 08, 2017 6:56 pm

Re: LED type gadget?

Post by mocitymm »

Shardik,

Thank you. What I was looking for... I used LED as my search which returned zero results, should have used LEDGadget.

-M
User avatar
Demivec
Addict
Addict
Posts: 4091
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: LED type gadget?

Post by Demivec »

mocitymm wrote:Shardik,

Thank you. What I was looking for... I used LED as my search which returned zero results, should have used LEDGadget
A fact about about searching: Search items need at least 4 characters before they will return any results. So if you are searching for a three letter item like 'LED' you can fudge it by adding an '*' to make it a wildcard search of 'LED*' for anything starting with 'LED'. This will pick up items also that have only the three letters and nothing more as well as things such as 'LEDGadget'.
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: LED type gadget? [Solved]

Post by Thorsten1867 »

Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
mocitymm
User
User
Posts: 37
Joined: Wed Feb 08, 2017 6:56 pm

Re: LED type gadget?

Post by mocitymm »

Demivec wrote:
A fact about about searching: Search items need at least 4 characters before they will return any results. So if you are searching for a three letter item like 'LED' you can fudge it by adding an '*' to make it a wildcard search of 'LED*' for anything starting with 'LED'. This will pick up items also that have only the three letters and nothing more as well as things such as 'LEDGadget'.
Demivec,

Thank you for pointing that out to me, I will keep that in mind.

-M
mocitymm
User
User
Posts: 37
Joined: Wed Feb 08, 2017 6:56 pm

Re: LED type gadget? [Solved]

Post by mocitymm »

Thorsten1867,

I will definitely check out your post. Thank you.

-M
Post Reply