Page 1 of 1

Control libraries for linux

Posted: Mon Nov 12, 2012 9:19 am
by nospam
Hi,

Are there any good control libraries that work with linux pb? In particular I'm interested in grid controls. So far I've only been able to find Windows controls.

Thanks for any suggestions.

Re: Control libraries for linux

Posted: Wed Nov 14, 2012 5:57 am
by nospam
Bump!

Anyone?

Re: Control libraries for linux

Posted: Wed Nov 14, 2012 8:15 am
by Kukulkan
Hi,

sadly, most self-made controls here are Windows only. Only a few sources are really cross plattform. I think the current Grid controls are all using some Windows gadget and enhance it by encapsulating some API. But maybe there exists a custom grid gadget based on the Canvas gadget?

As some last option, you can develop your own cross plattform grid using CanvasGadget(), StringGadget(), ComboBoxGadget() and ScrollBarGadget()?

Kukulkan

Re: Control libraries for linux

Posted: Thu Nov 15, 2012 8:07 am
by nospam
Kukulkan wrote:sadly...
I was worried that might be the case. I'll look around for some code and see what I can do. Thanks for the advice, it's appreciated.