Dashboard like control

Hello

I’m looking for a % dashboard like control. Something like the percentages ‘circles’ showing here: http://bootstrap360.com/media/websites/original/1003141394445580687366728-yiiapps.png

Is anyone aware of an easy drop in solution? Free or paid. But with the ability to test in debug modus.

Thanks a lot for any leads!

https://forum.xojo.com/6604-free-control-for-dashboards

Hi @Norman Palardy, I saw that, but that’s for desktop applications.
I posted this in the web target sub forum. But thanks for looking in to my question!

Well, the current Xojo Web framework does not play well with Bootstrap.
So even if you did buy the theme (https://wrapbootstrap.com/theme/kingadmin-responsive-admin-dashboard-WB09JXK43) you would have a very tough time using it in Xojo Web.

[quote=360406:@Tim Parnell]Well, the current Xojo Web framework does not play well with Bootstrap.
So even if you did buy the theme (https://wrapbootstrap.com/theme/kingadmin-responsive-admin-dashboard-WB09JXK43) you would have a very tough time using it in Xojo Web.[/quote]

@Tim Parnell why does it not play well? or how does it not play well? I am curious. I am starting to do more and more WE apps and want to know the limitations.

thanks
—sb

Off the top of my head, there were conflicts over block sizing - especially with buttons.

Because of Xojo’s all-so-thoughtful !important EVERYTHING fix, you really can’t play with external CSS libraries like this. The work I had done with the Bootstrap controls was extracting the styling from Bootstrap, and implementing it locally on the webcustomcontrol to override the Xojo overrides.

So while it can be done, the time it takes to implement as a third party library was not worth it for the size of the market.

[quote=360387:@Mathias Maes]Hi @Norman Palardy, I saw that, but that’s for desktop applications.
I posted this in the web target sub forum. But thanks for looking in to my question![/quote]
AH true … my bad

Thanks for you answer guys. I’ll try to port the desktop version by @Tomas Jakobs

If you have a little knowledge on WebSDK you can use Progress bar.js .
It’s simple and powerful.

Hi Mathias,

You may like my web control, a fully responsive, resolution independent and self-adjusting gauge.
Try the online demo and check the “donut” shape.

Details here, gGauge

Regards,

Olivier

@Olivier Colard Thanks, your gGauge is plain awesomeness. And with a working no-build project. That’s great.
And that from a fellow Belgian!

Hi @Mathias Maes,

Thanks for appreciating. Good to know there are other belgian Xojo developers.
I guess you saw the Black Friday sales, starting next Friday :wink:

Let me know if you need something.

Of course :slight_smile:

Me and @Gino Deblauwe work for a company in Meetkerke near Bruges.
We use Xojo to develop for Windows/Mac/iOS/Web (REST-API)

And I agree on the gGauge. It does look very nice.