Border embellishment depends on the OS. For some reason, it does not show up in Linux, but that is a design decision of Qt.
On Sat, Mar 30, 2013 at 7:01 PM, bill lam <[email protected]> wrote: > groupbox is not a valid child class in J801 but it just ignores > instead of raising an error. This has been fixed now. > > groupbox should have border embeillishment. Please provide > instructions of how to reproduce the problem. > > link to wd documentation has been added to Qt ide guide in > jwiki. > > Пт, 29 мар 2013, McGuinness, Brian писал(а): > > Ok, thanks for your help. I have been using the > > wd command reference as a guide, but now I will > > look up the examples. A quick trial of the > > groupbox...groupboxend block gives me the > > groupbox title but no border lines. I will > > research this further. > > > > --- Brian > > > > On Fri, 29 Mar 2013 09:07:04 +1300 > > Ric Sherlock <[email protected]> wrote: > > >Brian > > >I think it is just a question of getting the syntax correct. > > >You can checkout the qt demos for examples of how to use groupbox. > > >Here is an excerpt. > > > > > >groupbox Display; > > >cc linear radiobutton; > > >cn "view linear"; > > >cc boxed radiobutton group; > > >cn "view boxed"; > > >cc tree radiobutton group; > > >cn "view tree"; > > >groupboxend; > > > > > >On Fri, Mar 29, 2013 at 7:18 AM, McGuinness, Brian > > ><[email protected]> wrote: > > >>When I tried "cc ... groupbox" it didn't work. > > >>The easiest way to support this would probably > > >>be to add an optional string argument to "bin". > > >>For example, > > >> > > >>bin v "Output Format" > > >> > > >>would create a vertical box that had a border > > >>with the embedded title "Output Format", while > > >> > > >>bin h 1 "" > > >> > > >>would create a stretchable horizontal box with > > >>a border but no title. > > >> > > >>--- Brian > > >> > > >>---------------------------------------------------------------------- > > >>For information about J forums see > > >>http://www.jsoftware.com/forums.htm > > >---------------------------------------------------------------------- > > >For information about J forums see > > >http://www.jsoftware.com/forums.htm > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > -- > regards, > ==================================================== > GPG key 1024D/4434BAB3 2008-08-24 > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
