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

15.04.2010 18:26:30
Make a behaviour for browser bookmarks navigation
View

This posting is older than 6 months and can contain outdated information.
Hi, i need some help: i'd like / i need to find a way to add a beehaviour that can activate the Firefox Bookmarks menu. 
I need to navigate bookmarks menu, select a bookmark and load it in firefox main page (or at least safari, but my default browser is FF). 
Is it possible in some way? maybe it's only i'm not able to set up this kind of behaviour. 
Thank you for your help 

These entries from the FAQ may be relevant to this topic:

Behaviours
General
User

22.04.2010 09:28:46
Re: Make a behaviour for browser bookmarks navigation
View

This posting is older than 6 months and can contain outdated information.
Thanks for asking.

I'm not sure this is easily possible. What could work is a combination of UI scripting and a dedicated Behaviour for just this purpose. Then, however, I'm not sure whether this is possible at all, because UI scripting requires an application to provide accessibility information - something FireFox doesn't do (although it's interface looks Mac-like, FireFox draws it all by itself).

If there are just a few sites you want to visit, it's probably a much better idea to create a custom action for each, using an AppleScript like this:

do shell script "open -a Firefox \"http://www.iospirit.com/\""

Be sure to check the "globally available" checkbox. You can then add these to the menu for FireFox at Prefs > Menu > FireFox by dragging it from Actions > FireFox > .. on the left.

Best regards, 
Felix Schwarz