Rich Posted May 2, 2019 Posted May 2, 2019 (edited) I may be chasing rainbows, but is it possible to change the label/name inside a popover button using a variable (local or global)? I tried and failed, and was just wondering whether it's ignorance on my part of an available technique or it's just the way they are, i.e., statically assigned. Thanks! Rich Edited May 2, 2019 by Rich grammar police
Steve Martino Posted May 2, 2019 Posted May 2, 2019 Try <<$$YourVariable>> for the button name. Basically anything you can insert with the insert menu, wrapped in << >> will work for the pop up button. The title bar can be any variable or calculation, no << >> needed
Rich Posted May 2, 2019 Author Posted May 2, 2019 (edited) Thanks, but no go: When I place the cursor in the empty field (inside the Popover Button Setup windoid) then choose Insert Merge Variable (in the Insert menu), a new object is created on the layout. Manually typing in <<$$YourVariable>> just uses the same text as button text. Rats. I know about the title bar, but that appears once a user is "inside" the popover; I'd like to change the name of the popover button proper before a user clicks/touches it. I suppose I could stack one popover over another but the contents of both would be nearly identical so I'd like to keep it single-layer to enhance simplicity. I could also make a bigger button but it would look clunky on the UI and I don't have much room to play with since the solution will be used on an iPad. Edited May 2, 2019 by Rich
bcooney Posted May 2, 2019 Posted May 2, 2019 Use a button bar with one segment and calculate the name. 1
Recommended Posts
This topic is 2098 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