Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
wide menus
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
DrS  
View profile  
 More options Oct 3 2012, 10:28 am
Newsgroups: comp.lang.tcl
From: DrS <drscr...@gmail.com>
Date: Wed, 03 Oct 2012 10:28:44 -0400
Local: Wed, Oct 3 2012 10:28 am
Subject: wide menus
Does the built-in menu support wide columns?  I have a menu that is
getting to be too full vertically.  Cascading leads to unnatural
grouping and more clicks.  Instead I would like to display it
horizontally in two columns.  Is this possible?

Thanks,

DrS


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Heller  
View profile  
 More options Oct 3 2012, 1:25 pm
Newsgroups: comp.lang.tcl
From: Robert Heller <hel...@deepsoft.com>
Date: Wed, 03 Oct 2012 12:25:28 -0500
Local: Wed, Oct 3 2012 1:25 pm
Subject: Re: wide menus
At Wed, 03 Oct 2012 10:28:44 -0400 DrS <drscr...@gmail.com> wrote:

> Does the built-in menu support wide columns?  I have a menu that is
> getting to be too full vertically.  Cascading leads to unnatural
> grouping and more clicks.  Instead I would like to display it
> horizontally in two columns.  Is this possible?

Not with the core menu widget.  It should be possible to create a
meta/mega widget that does this.  A menu is just a special case of a
toplevel without window manager controls (eg with wm overrideredirect
.. 1).  You could create such a two column menu widget using SNIT.

> Thanks,

> DrS

--
Robert Heller             -- 978-544-6933 / hel...@deepsoft.com
Deepwoods Software        -- http://www.deepsoft.com/
()  ascii ribbon campaign -- against html e-mail
/\  www.asciiribbon.org   -- against proprietary attachments

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
George Petasis  
View profile  
 More options Oct 3 2012, 1:42 pm
Newsgroups: comp.lang.tcl
From: George Petasis <petas...@yahoo.gr>
Date: Wed, 03 Oct 2012 20:42:46 +0300
Local: Wed, Oct 3 2012 1:42 pm
Subject: Re: wide menus
Στις 3/10/2012 5:28 μμ, ο/η DrS έγραψε:

> Does the built-in menu support wide columns?  I have a menu that is
> getting to be too full vertically.  Cascading leads to unnatural
> grouping and more clicks.  Instead I would like to display it
> horizontally in two columns.  Is this possible?

> Thanks,

> DrS

If you are using windows only, you can try TkRibbon.

George


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Heller  
View profile  
 More options Oct 3 2012, 1:46 pm
Newsgroups: comp.lang.tcl
From: Robert Heller <hel...@deepsoft.com>
Date: Wed, 03 Oct 2012 12:46:54 -0500
Local: Wed, Oct 3 2012 1:46 pm
Subject: Re: wide menus
At Wed, 03 Oct 2012 10:28:44 -0400 DrS <drscr...@gmail.com> wrote:

> Does the built-in menu support wide columns?  I have a menu that is
> getting to be too full vertically.  Cascading leads to unnatural
> grouping and more clicks.  Instead I would like to display it
> horizontally in two columns.  Is this possible?

Nevermind my previous followup.  Look at the -columnbreak option to the
menu's add method:

              -columnbreak value
                     When this option is zero, the  entry  appears below  the”‚
                     previous  entry.  When  this  option  is  one,  the entry
                     appears at the top of a new column in the menu.

(It really does pay to read the man pages *carefully*!)

> Thanks,

> DrS

--
Robert Heller             -- 978-544-6933 / hel...@deepsoft.com
Deepwoods Software        -- http://www.deepsoft.com/
()  ascii ribbon campaign -- against html e-mail
/\  www.asciiribbon.org   -- against proprietary attachments

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
DrS  
View profile  
 More options Oct 4 2012, 8:09 am
Newsgroups: comp.lang.tcl
From: DrS <drscr...@gmail.com>
Date: Thu, 04 Oct 2012 08:09:43 -0400
Local: Thurs, Oct 4 2012 8:09 am
Subject: Re: wide menus
On 10/3/2012 1:42 PM, George Petasis wrote:

> If you are using windows only, you can try TkRibbon.

> George

Thanks.  I will check it out.

DrS


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
DrS  
View profile  
 More options Oct 4 2012, 8:10 am
Newsgroups: comp.lang.tcl
From: DrS <drscr...@gmail.com>
Date: Thu, 04 Oct 2012 08:10:58 -0400
Local: Thurs, Oct 4 2012 8:10 am
Subject: Re: wide menus
On 10/3/2012 1:46 PM, Robert Heller wrote:

> Nevermind my previous followup.  Look at the -columnbreak option to the
> menu's add method:

>                -columnbreak value
>                       When this option is zero, the  entry  appears below  the”‚
>                       previous  entry.  When  this  option  is  one,  the entry
>                       appears at the top of a new column in the menu.

> (It really does pay to read the man pages *carefully*!)

Perfect!  Thanks,

DrS


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »