This content has been marked as final.
Show 6 replies
-
1. Re: Handling menu items in menu created by CSXSInterface.instance.setPanelMenu
Harbs. Mar 28, 2011 2:42 PM (in response to Suchys)1 person found this helpfulNope.
Harbs
-
2. Re: Handling menu items in menu created by CSXSInterface.instance.setPanelMenu
Suchys Mar 28, 2011 2:45 PM (in response to Harbs.)That means you've got to go native, right?
--Petr
-
3. Re: Handling menu items in menu created by CSXSInterface.instance.setPanelMenu
Harbs. Mar 28, 2011 2:51 PM (in response to Suchys)1 person found this helpfulI'm not sure what you mean by "go native". CS SDK panel flyout menus do not support enabling/disabling. You can work around it by changing the contents of the flyout menu on the fly...
HTH,
Harbs
-
4. Re: Handling menu items in menu created by CSXSInterface.instance.setPanelMenu
Suchys Mar 28, 2011 2:55 PM (in response to Harbs.)If you look into flyout menus e.g. for layers, you can see that some items get disabled depending on conditions. So far I am guessing this is done using C/C++ layer, or is this some internal PS only approach?
--Petr
-
5. Re: Handling menu items in menu created by CSXSInterface.instance.setPanelMenu
Harbs. Mar 28, 2011 3:15 PM (in response to Suchys)Yes. Native panels can enable and disable menu items. It's a CSXS panel limitation...
Harbs
-
6. Re: Handling menu items in menu created by CSXSInterface.instance.setPanelMenu
nam1490 Jan 12, 2012 12:54 AM (in response to Harbs.)Is there another way to create flyout menu without using CSXS?