bcooney Posted July 26, 2007 Posted July 26, 2007 Seems like the "focus" is lost on mouseup, and so I can't grab the button's object name. Hopefully, I'm missing something obvious...
Brian C Posted July 26, 2007 Posted July 26, 2007 I think you will just have to be happy with passing a value thru the script parameter for the button in order to identify what button was activated.
comment Posted July 26, 2007 Posted July 26, 2007 Focus is not lost. Focus is NOT passed to a button by clicking on it - only by tabbing into it.
bcooney Posted July 26, 2007 Author Posted July 26, 2007 Sorry about the loose use of the word "focus," comment. I'm building a technique and was hoping not to edit the button's script parameter. If you both don't see anyway of doing this, then it's just not possible. Rats. Somehow using the tab order might be a cludge?...Go to next object, go to previous? Nah...
comment Posted July 26, 2007 Posted July 26, 2007 If you both don't see anyway of doing this You haven't told us what "this" is. I am guessing you need to know which button was clicked. Can't see why you would want to avoid using the script parameter for this.
bcooney Posted July 26, 2007 Author Posted July 26, 2007 Don't mean to be obtuse, just not wanting to bother you all with the details. We're trying to build what we think is the ultimate list view sort script. We have a button whose scriptparameter is a field object name. The script then goes to that object (field) and gets its field name. Once we have the field name, we set some globals which are read by a calc. The sort step always sorts the list on the calc field. But, we're left with going into each button scriptparameter and changing the value for the object that we want the script to go to. We thought that if we named the button something like "Field1 btn" and use leftwords, we could avoid going into the button scriptparameter. We'd have matched pairs of buttons and field objects. Yes, all this to avoid changing a button scriptparameter.
comment Posted July 27, 2007 Posted July 27, 2007 You will have to use script parameter for this. I guess I don't see what's the big deal with that. Regarding "the ultimate list view sort script", see this thread: http://www.fmforums.com/forum/showtopic.php?tid/188673/
Recommended Posts
This topic is 6330 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