Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

04.09.2006 23:32:41
Re: Interactive Behavior/Action creation by UI scripting

This posting is older than 6 months and can contain outdated information.
I see your point and fragility certainly is an issue with GUI scripting. 
However, I guess it would better cope with updated software than strict Behavior rules do. You may check that with different versions of e.g. Powerpoint. Unlike BCK, it is supposed to adapt to the latest version's GUI anyway.

Keeping BCK separate from the user interface should be optional: 
I would say that for debugging purposes a direct dig into the BCK hierarchy would be more preferable than isolation.

So: a practical combination of both worlds... 
(see various comments on Versiontracker on RemoteBuddy and competition)

Implementing 2 simple interface commands would provide scripters the essential hooks to RB: 
1. ShowMenu(list,insertlocation) -> Passing a list {"option 1","option 2","option 3"} somewhere in the RB menu hierarchy to display it onscreen. 
2. DidSelect(menu x, item y) -> returning selected option back to the calling AppleScript.

This way, it's up to the scripter to intercept GUI anomalies.

Last edited: 04.09.2006 23:53:46 

Thread-display::