Gadgets in statusbar
BlitzMax Forums/MaxGUI Module/Gadgets in statusbar
| ||
Is there anyway of doing this? It would be nice to add labels & progress bars in the statusbar for the app I'm writing. I've tried simply adding gadgets parented to the main window but no joy. |
| ||
You can do it by making a fake status bar using panels but I think that is all that is available to you with maxgui |
| ||
Here you go: |
| ||
Nice one. Thanks jsp :) Is there a way of doing this on a Mac too? |
| ||
this is also one solution. (forgot to use SetLayout) but this show how to use panel as statusbar. |
| ||
Thanks Zeke, thats an good workaround, but by manually coding the status bar there is no resize handle. I'm leaning more towards jps's method but there is a good chance I will need to do a Mac version so need to work out how to do that. |