Checked Menu Items (OpenInsight)
At 15 OCT 2001 09:44:00PM Rick Todd wrote:
If you enable the checked style of a menu item, how can you programmicaly disable (remove) the checkmark. I know that it is possible. OI does it in the Form Designer when using the "View" on the menu for "Ribbon", "Tool Bar" and "Status bar". I want to be able to toggle menu settings, click once it is on, click again and it is off. Does anyone have any suggestions?
Thanks
Rick
At 16 OCT 2001 04:39AM Barry Stevens wrote:
Try the CHECK property
At 16 OCT 2001 09:59AM Rick Todd wrote:
In the Menu Builder I have a popup/Item Id "OPTIONS.PIXEL_TYPE.ANY". I have tried using the "Check" property like I would another property but it does not seem to work. So, what am I doing wrong?
X=SET_PROPERTY(@WINDOW:".OPTIONS.PIXEL_TYPE.ANY","CHECK","1")
Thanks
Rick
At 16 OCT 2001 10:37AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
[notag]@Window : ".MENU.OPTIONS…
[<A HREF="http://www.sprezzatura.com" onMouseOver="window.status='Click here to visit our web site?';return(true)">The Sprezzatura Group</A>]
[<I>World Leaders in all things RevSoft</I>]
[<img src="http://www.sprezzatura.com/zz.gif">]
[<script language="javascript">function openNewPage () {window.location.href=(document.TOCNavigator.pageToGoTo.options[document.TOCNavigator.pageToGoTo.selectedIndex].value);document.TOCNavigator.pageToGoTo.selectedIndex="0";}end hiding from non-JS browsers –></script>] [<FORM ACTION "" METHOD=GET NAME="TOCNavigator" <SELECT NAME="pageToGoTo" SIZE=1 onChange="openNewPage()"> <OPTION>Pull down this menu to choose whereabouts on the Sprezz site to go <OPTION VALUE="http://www.sprezzatura.com">Home Page <OPTION VALUE="http://www.sprezzatura.com/whatsnew.htm">What's New (Thanks Mr Clark) <OPTION VALUE="http://www.sprezzatura.com/senl.htm">SENL <OPTION VALUE="http://www.sprezzatura.com/patches.htm">Download S/LIST <OPTION VALUE="mailto:[email protected]">Send mail to support at Sprezzatura <OPTION VALUE="mailto:[email protected]">Send mail to sales at Sprezzatura </SELECT> </FORM>] [/notag] </QUOTE> —- === At 16 OCT 2001 12:45PM Rick Todd wrote: === <QUOTE>It's the little things that make all the difference. Thank you very much. Rick </QUOTE> —- === At 17 OCT 2001 04:14AM Barry Stevens wrote: === <QUOTE>Thats where DEBUG comes in handy </QUOTE> —- === At 17 OCT 2001 03:51PM Robert Lee wrote: === <QUOTE>Rick ] If you enable the checked style of a menu item As far as I know, when you check the Checked box in the menu builder, you are not enabling the checked style. You are doing the equivalent of set_property(.., 'CHECK', 1) In other words, you don't have to bother checking it in the first place. Just do the set_property at a later time if you need that menu item checked. Robert Lee </QUOTE> View this thread on the Works forum...