Not sure, if these things are issues, but after playing around, I made the following observations:
• all gadget names of the objects are in this "crumple" font (it really looks bad here), maybe this could be changed to use the standard font
• when creating a string object, it's name (StringGadget) is vertically shifted and only the upper part of the text is seen
• selecting an object could be done by just clicking somewhere into the gadget itself, not so for the container where you must click "exactly" on its border
• when I click on the arrow of "Event procedure" in the Toolbox, an empty menu pops up only for a short moment - another click shows the menu then
• when I swap to code view and back, reopen the Form Designer (Alt+V), the "Objects" window is empty until I add a new object
And now some feature requests (for PB5.2 or 6.0)
• what about showing the name and type of the selected object between the Toolbox/Objects tree and the configuration list?
• a small function bar to choose between some working modes (add object, select objects etc. would be fine)
• the left top position of the window should be set to 0|0 to save space on smaller screens
• tooltips with some object information etc.
Container and String Gadgets
- Michael Vogel
- Addict
- Posts: 2811
- Joined: Thu Feb 09, 2006 11:27 pm
- Contact:
Re: Container and String Gadgets
It's Segoe UI, which looks weird on your computer for some reason, what's your OS version?Michael Vogel wrote:• all gadget names of the objects are in this "crumple" font (it really looks bad here), maybe this could be changed to use the standard font
Fixed thanks.Michael Vogel wrote:• when creating a string object, it's name (StringGadget) is vertically shifted and only the upper part of the text is seen
It's the case apart for some gadgets like container or scrollareas. It has been done so as they are containers and you can actually draw and select gadget inside these.Michael Vogel wrote:• selecting an object could be done by just clicking somewhere into the gadget itself, not so for the container where you must click "exactly" on its border
I see what you mean, I'll have a look.Michael Vogel wrote:• when I swap to code view and back, reopen the Form Designer (Alt+V), the "Objects" window is empty until I add a new object
- Michael Vogel
- Addict
- Posts: 2811
- Joined: Thu Feb 09, 2006 11:27 pm
- Contact:
Re: Container and String Gadgets
I am using Windows XP (SP3) - maybe using GetGadgetFont(#PB_Default) for all the text fields would be a way to avoid incompatibilities.Polo wrote:It's Segoe UI, which looks weird on your computer for some reason, what's your OS version?Michael Vogel wrote:• all gadget names of the objects are in this "crumple" font (it really looks bad here), maybe this could be changed to use the standard font
Seems logical, maybe another idea (which could be irritating): what about swaping between add objects and select/edit objects mode depending, which tab (Toolbox or Objects) has been chosen?Polo wrote:It's the case apart for some gadgets like container or scrollareas. It has been done so as they are containers and you can actually draw and select gadget inside these.Michael Vogel wrote:• selecting an object could be done by just clicking somewhere into the gadget itself, not so for the container where you must click "exactly" on its border
Re: Container and String Gadgets
I think it's easier not to have select/create modes, once you're used to it it's actually more productive 
For the font problem maybe it's related to the bug with alphablend you've linked on the other topic?

For the font problem maybe it's related to the bug with alphablend you've linked on the other topic?
-
- New User
- Posts: 7
- Joined: Sun Dec 23, 2012 6:47 pm
Re: Container and String Gadgets
I've noticed that this only happens with the floating Form Tool. When you add the Form Tool to the ToolsPanel in the IDE, the Objects window works fine.Polo wrote:I see what you mean, I'll have a look.Michael Vogel wrote:• when I swap to code view and back, reopen the Form Designer (Alt+V), the "Objects" window is empty until I add a new object
Re: Container and String Gadgets
Fixed for next betasirguylittle wrote:I've noticed that this only happens with the floating Form Tool. When you add the Form Tool to the ToolsPanel in the IDE, the Objects window works fine.Polo wrote:I see what you mean, I'll have a look.Michael Vogel wrote:• when I swap to code view and back, reopen the Form Designer (Alt+V), the "Objects" window is empty until I add a new object
