Statusbar numbering, what am I missing?

You need some new stunning features ? Tell us here.
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Statusbar numbering, what am I missing?

Post by jassing »

It's been a LONG while since using the built in form designer...

I just built a set of forms... all have status bars. I then realized they are not numbered automatically, they are all zero, so any changes in code..
Gadget numbering, window numbering, & menu numbering all carry over so the forms can all be xincludefile'd; but the status bar gets clobbered on all but one screen.

So I edit the code-view to have each status bar a unique #...but they get overwritten...
What am I missing?
User avatar
spikey
Enthusiast
Enthusiast
Posts: 769
Joined: Wed Sep 22, 2010 1:17 pm
Location: United Kingdom

Re: Statusbar numbering, what am I missing?

Post by spikey »

jassing wrote: Fri May 24, 2024 5:03 am What am I missing?
I don't think you are missing something. I think this is a limitation of the form designer. It's built on the premise of one form per file but multiple status bars would need to be enumerated across all forms in the project and there's no provision for this (for statusbars).
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Re: Statusbar numbering, what am I missing?

Post by jassing »

spikey wrote: Fri May 24, 2024 10:33 am
jassing wrote: Fri May 24, 2024 5:03 am What am I missing?
I don't think you are missing something. I think this is a limitation of the form designer. It's built on the premise of one form per file but multiple status bars would need to be enumerated across all forms in the project and there's no provision for this (for statusbars).
right that's done with gadgets & menus (across other forms) but status bar is just 0)

OK,thanks. I think the form designer has gone backwards... but it seemed like the new method had potential..
User avatar
mk-soft
Always Here
Always Here
Posts: 6244
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Statusbar numbering, what am I missing?

Post by mk-soft »

In my EventDesigner (see signature) I correct these missing constants and rewrite the code from several pdf files into one common file
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Post Reply