1. Win32Lib: Popup Menu's: Deactivate a option
Is there a way to make one of the option on a popup menu become deactivated?
Other then using a if then else when the function is called, I want it to be
grey'd out, I read every thing in the win32lib.ew and htm files, i did not
see anything relating to this(maybe i missed it), Right now i just make 3
differnet popup menu's and link then in a way so that the option isnt even
on the list, This cause's alot of mess, or at lest the way i did it. TIA
J Reeves
Grape Vine
ICQ# 13728824
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
2. Re: Win32Lib: Popup Menu's: Deactivate a option
"Grape Vine" wrote:
> Is there a way to make one of the option
> on a popup menu become deactivated?
Use:
setEnable( <MenuOption>, False )
-- David Cuny
3. Re: Win32Lib: Popup Menu's: Deactivate a option
- Posted by Grape_ Vine_ <g__vine at HOTMAIL.COM>
Mar 09, 2000
-
Last edited Mar 10, 2000
1000 thanx
GV
>From: "Cuny, David at DSS" <David.Cuny at DSS.CA.GOV>
>Reply-To: Euphoria Programming for MS-DOS <EUPHORIA at LISTSERV.MUOHIO.EDU>
>To: EUPHORIA at LISTSERV.MUOHIO.EDU
>Subject: Re: Win32Lib: Popup Menu's: Deactivate a option
>Date: Thu, 9 Mar 2000 10:48:57 -0800
>
>"Grape Vine" wrote:
>
> > Is there a way to make one of the option
> > on a popup menu become deactivated?
>
>Use:
>
> setEnable( <MenuOption>, False )
>
>-- David Cuny
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com