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

14.05.2007 16:45:09
Re: Re: arrays

This posting is older than 6 months and can contain outdated information.
Phew, you're going to great lengths there ;-)

But basically this (pseudocode) should work:

... 
showmenu .... 
...

on menureturn(hiddenID, menuname)

if menuname is "mainmenu" then 
if hiddenID is music then 
showmenu .... menu name "music" 
end if 
end if

if menuname is "music" then 
if hiddenID is artists then 
showmenu .... menu name "music.artists" 
end if 
end if

if menuname is "music.artists" then 
.. 
end if

end menureturn

Multiple on menureturn/end menureturn blocks of course will cause 
problems. But using "menuname" as a way to distinguish between 
several different menus should work just fine. Please let me know, if 
you find any issues with that methodology, so I can have a look at 
and eventually fix any existing problems.

Regarding the 30 seconds to build lists of albums, tracks, etc: 
welcome to the lightspeed AppleScript support in iTunes ;-) .. Remote 
Buddy avoids AppleScript for iTunes browsing whenever possible for 
this very reason.

Best regards, 
Felix 

Thread-display::