how can iup dailog embedded anthor dialog,luaiup code like this:

tmp = iup.dialog
{
   iup.vbox
    {
 iup.label{title="test:"},
}
;title="iuplua tmp", size="100x100", margin="0x0",maxbox="no"
}

dlg = iup.dialog
{
    iup.vbox
    {
tmp,
        iup.label{title="Location:"},

        iup.label{title="Text:"},
        iup.multiline{expand="YES"},
    }
    ;title="iuplua sample", size="300x200", margin="0x0",maxbox="no"
}

when dlg:show(),the tmp dialog didn't show,
thanks,any advice is welcome

yao
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to