Page 1 of 2
Weather gauges collection
Posted: Tue Jun 30, 2020 2:10 pm
by l1marik
Hi all,
I made for for my own use very simple full scalable gauges in vector drawing. All in basic only, not any HTML mess!
Feedback welcomed!
Added 12.7.2020
Horizontal AD gauge
Source:
https://www.ctvrtky.info/wp-content/upl ... -Gauge.zip
On the top is default color scheme and resolution of gauge.
Added 9.7.2020
Simple box gauge, fully scalable, shows value, graphic state and small trend chart, raw source

.
Added:
- bottom and upper limits
- change of color based on set limits
Source:
https://www.ctvrtky.info/wp-content/upl ... dGauge.tar
Added: 6.6.2020
Actual state of windrose gauge with random data
Edit 1.7.2020: Added three kinds of clock
Source here:
http://www.ctvrtky.info/wp-content/uplo ... Gauges.zip
Re: Weather gauges collection
Posted: Tue Jun 30, 2020 2:44 pm
by #NULL
The archive contains an image file and a pb file. No spam.

Re: Weather gauges collection
Posted: Tue Jun 30, 2020 2:50 pm
by l1marik
It is working in Linux and Windows, can somebody to try it on OS X? I would like to know if is working on all platforms supported by PB.
Lukas
Re: Weather gauges collection
Posted: Tue Jun 30, 2020 3:35 pm
by JHPJHP
Removed; post ignored.
Re: Weather gauges collection
Posted: Wed Jul 01, 2020 7:23 am
by dige
Cool stuff!

thx for sharing l1marik!
Re: Weather gauges collection
Posted: Wed Jul 01, 2020 7:55 am
by Mindphazer
Nice !
I've tried your work on Windows and MacOS
Works well on both (i would even say it works better on MacOS because the jauges doesn't "freeze" on MacOS when you move the window, but they freeze on Windows)
Re: Weather gauges collection
Posted: Wed Jul 01, 2020 10:15 am
by Mijikai
Hi & welcome l1marik
looks great thx for sharing

Re: Weather gauges collection
Posted: Wed Jul 01, 2020 2:51 pm
by leonhardt
Thanks,awesome!
Re: Weather gauges collection
Posted: Wed Jul 01, 2020 6:16 pm
by l1marik
Mindphazer wrote:Nice !
I've tried your work on Windows and MacOS
Works well on both (i would even say it works better on MacOS because the jauges doesn't "freeze" on MacOS when you move the window, but they freeze on Windows)
Dear Mindphazer,
thank you a lot for answer, content of window freeze only in Windows, MacOS and Linux have common roots in UNIX, maybe it is the reason for it
Any ideas for other gauges?
BTW on the list are now UV index gauge, windrose and sparkline charts....
Lukas
Re: Weather gauges collection
Posted: Sun Jul 05, 2020 7:15 pm
by Kwai chang caine
Very nice
Thanks for sharing

Re: Weather gauges collection
Posted: Mon Jul 06, 2020 6:01 am
by Denis
l1marik,
excellent !
Re: Weather gauges collection
Posted: Mon Jul 06, 2020 9:44 am
by HeX0R
use:
Code: Select all
BindEvent(#PB_Event_Timer, @MyTimer())
and put your timer code inside MyTimer() procedure.
Then it will no longer freeze while moving.
Re: Weather gauges collection
Posted: Tue Jul 14, 2020 9:29 pm
by Andre
Very well done too, thank you!

Re: Weather gauges collection
Posted: Wed Jul 15, 2020 1:33 pm
by ebs
l1marik,
These are really elegant looking! Thanks for your hard work.
Regards,
Eric
Re: Weather gauges collection
Posted: Fri Jul 17, 2020 6:29 pm
by l1marik
Indicator with chart
Ideas welcomed!
Source during weekend
