Re: [Gambas-user] How to use drag-and-drop

2017-07-11 Thread Charlie
Rolf-Werner Eilert-2 wrote > The basic usage of the drag-and-drop functions isn't quite clear to me. > I couldn't find much information in the wiki about it. Here is my code. > I use t$ as a simple storage place and TextBox1 is only to see what the > thing does. > > The user should pick the red

Re: [Gambas-user] reparent menu item

2017-07-11 Thread Fabien Bodard
ok so just set the filemenu(parent item) invisible and then call the same menu with filemenu.popup. All menus are contained by the form parent... just they are visible or not. 2017-06-18 16:52 GMT+02:00 Leon Davis : > I have created a form with containing a component I designed. When the > progr