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

Reply via email to