Does anyone know of an analog gauge library?
Looking to create some gauges in a PB application..
thanks
-josh
Analog gauge libraries?
Re: Analog gauge libraries?
This has been asked before, and I don't think there was any at the time.
Do you need user interaction with the gauge to set it to a specific value or is it just for display?
Do you need user interaction with the gauge to set it to a specific value or is it just for display?
Re: Analog gauge libraries?
Maybe this is useful to you? http://www.development-lounge.de/viewto ... =16&t=5998
Re: Analog gauge libraries?
On the right track -- thank you for that.TomS wrote:Maybe this is useful to you? http://www.development-lounge.de/viewto ... =16&t=5998
I'm not a graphics person, so I was hoping for something a bit more "modern/realistic" - but that will do for now.
Maybe I can find someone to modify for me...
thanks
-josh
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
Re: Analog gauge libraries?
What kind of gauge are you looking for? What would the min and max be? With some blanks filled in I probably have something kicking around here.
BERESHEIT
Re: Analog gauge libraries?
Something like a "fuel gauge" (think analog in a car)netmaestro wrote:What kind of gauge are you looking for? What would the min and max be? With some blanks filled in I probably have something kicking around here.
Or

and

Re: Analog gauge libraries?
I've found java libraries, and .net libraries, and one visualC++ library (but using active/x)...Trond wrote:This has been asked before, and I don't think there was any at the time.
Do you need user interaction with the gauge to set it to a specific value or is it just for display?
Looking for something a little easier to use in PB...
-
- Enthusiast
- Posts: 796
- Joined: Tue May 20, 2008 2:12 am
- Location: Cologne, Germany
- Contact:
Re: Analog gauge libraries?
Hi,jassing wrote:On the right track -- thank you for that.TomS wrote:Maybe this is useful to you? http://www.development-lounge.de/viewto ... =16&t=5998
I'm not a graphics person, so I was hoping for something a bit more "modern/realistic" - but that will do for now.
Maybe I can find someone to modify for me...
thanks
-josh
regarding this one at development-lounge.de. It is also possible to use it with Mac OS X...
But since there is no #PB_EventType_LeftClickEnded-Event, the behaviour of updating the Gauge is a bit odd...
Going to file a feature request.
Regards,
JamiroKwai
JamiroKwai
Re: Analog gauge libraries?
Maybe you will find a use for this: http://www.purebasic.fr/english/viewtop ... 12&t=45513 ?