You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, many thanks for the great gauge that I like very much! I am using 1.3.3 on a wxWidgets WebView window, on different platforms (Linux, Windows and, eventually Mac and Android). This is to report that since the Merge pull request #340 from deezone/Issue-241 it has stopped working both on Linux and Windows wxWidgets WebView. They have quite (very) old rendering back-ends both, IE (sic) for Windows and an WebKit1x for Linux. This is not a modern browser application, as you can see. The two culprits for the failure which I found are the lonely const (1009) and unconventional string limiters (1063).
In my application I change the color scheme with SCSS from 'day' 'to 'dusk' to 'night' and to have a way to change the value and label colors in justgage would be highly appreciated also on older platforms.
The text was updated successfully, but these errors were encountered:
Hi, many thanks for the great gauge that I like very much! I am using 1.3.3 on a wxWidgets WebView window, on different platforms (Linux, Windows and, eventually Mac and Android). This is to report that since the Merge pull request #340 from deezone/Issue-241 it has stopped working both on Linux and Windows wxWidgets WebView. They have quite (very) old rendering back-ends both, IE (sic) for Windows and an WebKit1x for Linux. This is not a modern browser application, as you can see. The two culprits for the failure which I found are the lonely
const
(1009) and unconventional string limiters (1063).In my application I change the color scheme with SCSS from 'day' 'to 'dusk' to 'night' and to have a way to change the value and label colors in justgage would be highly appreciated also on older platforms.
The text was updated successfully, but these errors were encountered: