Ktim07 wrote: Fri Jun 30, 2023 10:51 am
I tried this very interesting utility today, I am a new user. But I quickly noticed something, when for example one adds a menu bar, and the first Item is File. How do you add an item under File eg Open?? (I don't know if I am doing it wrong but I couldn't figure this out as some options are disabled). Then I also think It would be useful if for example say one could add a button say "Click me" and then the window shown outside (the out put structure) allows one to edit some of the Button properties visually in that out put window like the size & position & results automatically reflected in the dialog designer ( I know this is done manually inside the dialog because those options are provided for) I am just saying it would be easier
First you add the menu (
Right
Mouse
click on the Window entry, then "Add Menu/StatusBar/ToolBar" -> "Menu"
Then you select the menu entry with RMC and select "Add Menu/StatusBar/ToolBar" -> Title and give it a Text "File"
Then you select the Title "File" with RMC and select "Add Menu/StatusBar/ToolBar" -> MenuItem and give it a Text "Open"
...
That's simply how menus are working in PB.
Please be aware that this Menu/StatusBar/ToolBar feature is based on a hack!
PBs Dialogs don't support them until now out of the box.
Your second request will not happen, those dialogs are defined by virtual containers, not the gadgets inside (like buttons) influence the main behaviour, but the parent containers.
In the help file is a link to a video, that should help to understand how dialogs work.