Steven Swallow Posted March 21, 2014 Posted March 21, 2014 I have a straightforward list layout formatted as follows; Field 1 | Field 2 | Field 3 | Button 1 | Button 2 I've set the tab order for a straight left to right, so 'Field 1' is 1 and 'Button 2' is 5 in the tab order. Problem is, tabbing just rotates around the 3 fields and never lands on 'Button 1'. I note in the inspector for all my buttons that 'Go to next option using' has Tab, Return and Enter as possible options but they are all ghosted and therefore not selectable. I feel that this is the problem, but can't figure out how to get it working. I've been scratching my head over this for two hours and it's not a problem I recall having before. I'm willing to bet it's going to be a smack on the forehead moment when someone kindly presents the answer and puts me out of my misery...
jbante Posted March 21, 2014 Posted March 21, 2014 This may be an OS setting rather than a FileMaker issue. In the current version of Mac OS, the setting is under System Preferences > Keyboard > Shortcuts > Full Keyboard Access.
Steven Swallow Posted March 21, 2014 Author Posted March 21, 2014 Thanks. I've changed the setting in my system preference (10.6.8) just where you said it would be. No change to the tab order though. Restarted Filemaker just to make sure and still it's just tabbing the fields and ignoring the buttons. EDIT: Enclosed my database in case you want to see for yourself. SeaBase.fmp12.zip
bruceR Posted March 21, 2014 Posted March 21, 2014 You didn't mention that your buttons are in the footer. That won't work. 1
Steven Swallow Posted March 21, 2014 Author Posted March 21, 2014 It won't work with the ones that aren't in the footer either. Edit: Except it does. More fool me. Wasn't aware the tab index order wouldn't work in the footer. I'm not sure where to put the buttons now given it's a list view...hmmm. Thanks all.
bruceR Posted March 21, 2014 Posted March 21, 2014 You can use an object exit script to get there, however. I have also included a method to toggle the auto-navigation on/off in this modified version of your file. SeaBaseBFR.fmp12.zip 1
bruceR Posted March 21, 2014 Posted March 21, 2014 "I'm not sure where to put the buttons now given it's a list viewâ¦hmmm."  Note that you could also put a popover in the row.  2
Steven Swallow Posted March 25, 2014 Author Posted March 25, 2014 Thanks for that, although I'm getting an <unknown> in the AutoNav toggle script. Third step...I'm guessing it's a FM12 Advanced option. I'm only on Pro. I see the tabbing works into the footer which is great...not sure how that works, but I'll root around and learn. I like the idea of the popover. Didn't realise you could do things like that, so I'll have a search around for a how-to, and see if it's something I can use (here or elsewhere). Thanks again.
bruceR Posted March 25, 2014 Posted March 25, 2014 There is no such thing as an FM12 Advanced option. Advanced does not give new data or script features. It provides a debugger and other tools. However, refresh object is a FileMaker 13 command, I though you were using 13. You will need 13 to do the popover.
Recommended Posts
This topic is 3898 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