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.
Control libraries for linux
Re: Control libraries for linux
Bump!
Anyone?
Anyone?
Re: Control libraries for linux
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
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
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.Kukulkan wrote:sadly...

