Hi.
I it possible to group a set of controls and move them together on a dialog ?
Like defining a group of ( say + button + get ) and move them together on the dialog in only one command ?
Regards.
Maurício Faria
#include "fivewin.ch"
function Main()
local oDlg, oGroup
DEFINE DIALOG oDlg SIZE 700,400 PIXEL TRUEPIXEL
ACTIVATE DIALOG oDlg CENTERED ON INIT DlgControls( oDlg )
return nil
function dlgcontrols( oDlg )
local oGroup
@ 20,20 SAY "First" SIZE 100,20 PIXEL OF oDlg
@ 50,20 GROUP oGroup TO 150,170 PIXEL OF oDlg
@ 10,10 BUTTON "OK" SIZE 60,20 PIXEL OF oGroup ;
ACTION oGroup:Move( oGroup:nTop, oGroup:nLeft + 30, , , .t. )
@ 40,10 SAY "Inside" SIZE 100,20 PIXEL OF oGroup
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 40 guests