Page 1 of 1

[Done] Beginner's Question

Posted: Tue Jul 16, 2013 1:03 pm
by cabaptista
Hi,

Can someone help me?
I'm using PureBasic 5.11 and opened a new form. Now i want to add a menu to the form and populate it with menu items.
How can a do that?

Doubleclicking on menu treeview item of objects doesn't work as drag n´drop functionality.
The same behaviour for Toolbar and Statusbar.
Other objects work ok.
Right click on form just give me the option "Paste".

Thanks in advance.

Re: Beginner's Question

Posted: Tue Jul 16, 2013 1:39 pm
by TI-994A
cabaptista wrote:...i want to add a menu to the form and populate it with menu items.

Doubleclicking on menu treeview item of objects doesn't work as drag n´drop functionality.
The same behaviour for Toolbar and Statusbar.
Hello cabaptista. To the best of my knowledge, these three items can't be dragged and dropped. To place them on the form, simply select them from the toolbox by clicking on them, then move the mouse cursor over to the form and perform a drag & drop action. The menu, toolbar, or status bar will be drawn in their default positions either at the top or bottom of the form. After they are drawn, simply click on the small plus-sign icon to add their elements.

Hope it helps.

Re: Beginner's Question

Posted: Tue Jul 16, 2013 1:46 pm
by cabaptista
Thanks TI-994A.

It worked.
But not very intuitive. :(

Re: [Done] Beginner's Question

Posted: Thu Jul 25, 2013 12:07 pm
by Polo
Double clicking on Menu, Toolbar and Statusbar now create it directly (already changed in 5.20)