In the sample demo3b the transparent widget is over part of the toolbarbuttons. Is defined by default at 0,0,100,30. So the mouse is not working in this area.mrduck wrote:Sorry Carlos, I don't understand....to test demo3b you must click on one of the buttons before moving the toolbar.Carlos Britos wrote: Hi Francesco, Rathinagiri
Testing the demo3b.prg I have an object (size 100 x 30) over the toolbar buttons and they don't work ok,
I put this to the code at line 62 and seems to work.
::oQTObject:resize( 0, 0 )
::oQTObject:move( 0,0 )
Can you check this please ? Thanks.
at line 62 you move resize and move L2...
Maybe I'm not understanding the widget functionality.
Is this a container for controls, like an internal window ?
If yes, then we have to set row col width height to the widget and row col of controls make reference to the widget and not to the main window.
If we set row col width height to 0, we can keep the control reference to main window.