BertBoye Posted September 22, 2003 Posted September 22, 2003 I cannot figure out this, I have a layout with one drop-down menu and a button and a script
Ugo DI LUCA Posted September 22, 2003 Posted September 22, 2003 Doesn't work on Macs. Neither would work having it defined as a button and control its opening. The user would have to select it twice
BertBoye Posted September 22, 2003 Author Posted September 22, 2003 hmmmmm.... I have downloaded a sample from nightwing (Dynamic values)that is working on Macs. There is an equal script step in there, go to field and a drop-down list show up. I am confused?!?!?!
LaRetta Posted September 22, 2003 Posted September 22, 2003 Hi Bert, Usually, you would stack both pop-ups (put pop-up menu on the top, second in tab order behind pop-up list) and then in script: Go To Field [Pop-UpField, whatever] then check for the current platform (If [Abs(Status(CurrentPlatform)) > 1, Go To Next Field (for Windows) to jump up to the pop-up menu. This will make it work in both platforms. Check out Ray's other scripted pop-ups, such as Script Menu and Layout Menu to see exactly how it's done. Cheers, LaRetta
BertBoye Posted September 22, 2003 Author Posted September 22, 2003 LaRetta I did as you mention works just fine, one pop-up menu for Windows and one pop-up list for Mac users. So now its back to layout mode and change a couple of hundrad pop-up menus!
Ugo DI LUCA Posted September 22, 2003 Posted September 22, 2003 I must be blind. There's no pop-up menu in either DynamicValue List, ScriptMenu or LayoutMenu. These are pop-up list. Could someone give me a link to those menu you're talking about ?
Ugo DI LUCA Posted September 22, 2003 Posted September 22, 2003 OK, found it, just behing the Pop-up list and grouped together. But it doesn't work for me. Mac OS8.6 FM 5.5?: Does someone has a menu displayed ?
Vaughan Posted September 23, 2003 Posted September 23, 2003 In the macintosh interface, menus need to be clicked on to open. This behaviour differs in Windows. Use pop-up lists to get a similar behaviour cross-platform.
Ugo DI LUCA Posted September 23, 2003 Posted September 23, 2003 Thanks for the confirmation Vaughan. I was seing bugs everywhere today.
Recommended Posts
This topic is 7803 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