grantwood Posted February 15, 2006 Posted February 15, 2006 Hello, I must be overlooking something, but I'm about to distribute a solution that involves custom menus. If a user is currently using my solution, and then wishes to switch to another solution running on his/her computer, how can he/she do that? I just realized that I can add a [Window] custom menu, but I can't customize its contents. I'm hesitant to enable the Show Window menu item because I really don't want users aware of hidden files in my solution (the hidden files just have benign layouts, so they really can't mess with them, but I'd rather they didn't even know about them). Am I stuck using the [Window] custom menu? Regards, Sean Mills
mr_vodka Posted February 16, 2006 Posted February 16, 2006 If you want a script under a 'Window' menu item that calls opening the other party's application, you can remove the default [Window] item from your custom munu. Then to create a new menu item labeled 'Window'. You should then have a Window item with only the one item to run the script. I think this is what you wanted correct?
grantwood Posted February 17, 2006 Author Posted February 17, 2006 Hi mr_vodka, Yes, that's what I was looking for, but I won't know the names of the other parties' applications in advance. Is there a way to get a list of *all* the non-hidden windows currently open? In FMP8 there is a Get (WindowVisble) function, so I was thinking of using that in conjunction with the WindowNames function, but I'm not sure how to use the Get (WindowVisible) function. Would I have to select a window first and then call the Get function? That would defeat the purpose because selecting a window makes it visible. Regards, Sean Mills
Recommended Posts
This topic is 6852 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now