FAQFAQ   SearchSearch   UsergroupsUsergroups   RegisterRegister   ProfileProfile    Log inLog in   RSS Feed

Please post your Front Row solutions here
Goto page 1, 2, 3 ... 10, 11, 12  Next
 
Post new topic   This topic is locked: you cannot edit posts or make replies.    Salling Software Forums Forum Index -> Salling Clicker for Mac
View previous topic :: View next topic  
Author Message
salling
Site Admin


Joined: 27 Jul 2004
Posts: 7483
Location: Stockholm, Sweden

PostPosted: Tue Oct 25, 2005 7:03 pm    Post subject: Please post your Front Row solutions here Reply with quote

There ya' go. I expect there to be several of them.

Edit: It hasn't happened yet, but please do not post links to Front Row in this forum. This space is for sharing scripts for Salling Clicker only.

Best.
--
Jonas


Last edited by salling on Fri May 11, 2007 3:57 pm; edited 3 times in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website
marook
Hero


Joined: 30 Jul 2004
Posts: 336
Location: Copenhagen

PostPosted: Tue Oct 25, 2005 8:20 pm    Post subject: Reply with quote

Well.. borrowed a lot from Salling scripts shipped with Clicker 3, and here you go!


Front Row Remote.cgz
 Description:

Download
 Filename:  Front Row Remote.cgz
 Filesize:  9.27 KB
 Downloaded:  9934 Time(s)

Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
siMac
Newbie


Joined: 25 Oct 2005
Posts: 5

PostPosted: Tue Oct 25, 2005 8:50 pm    Post subject: Reply with quote

Couldn't get the above script to work with my 'version' of FrontRow, so here's a script I cobbled together. Joystick to navigate/select, 'C' to go back, '0' to toggle Front Row on and off, side buttons to adjust system volume.

Sorry for the crudeness of the script, I'm new to Applescript.

If someone can help me get key repeating to work I'd be much obliged; I'd like to be able to hold the joystick in a direction to scroll through the lists or scan through music, as it is this script sends one keystroke then stops.



FrontRow.zip
 Description:

Download
 Filename:  FrontRow.zip
 Filesize:  3.55 KB
 Downloaded:  4638 Time(s)

Back to top
View user's profile Send private message
salling
Site Admin


Joined: 27 Jul 2004
Posts: 7483
Location: Stockholm, Sweden

PostPosted: Tue Oct 25, 2005 9:18 pm    Post subject: Reply with quote

siMac,

Check out Marooks script; it doesn't do what you're asking for, but it's a trivial matter to handle key repeat events too, and send the up/down keystrokes multiple times.

Best.
--
Jonas

siMac wrote:

If someone can help me get key repeating to work I'd be much obliged; I'd like to be able to hold the joystick in a direction to scroll through the lists or scan through music, as it is this script sends one keystroke then stops.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
iNemo
Newbie


Joined: 06 Nov 2004
Posts: 12
Location: In a Field.

PostPosted: Tue Oct 25, 2005 9:33 pm    Post subject: Reply with quote

Check out my post on my blog about front row - http://applemacfreak.com/244.

Its not all plain sailing for us bleeding edge people...
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
salling
Site Admin


Joined: 27 Jul 2004
Posts: 7483
Location: Stockholm, Sweden

PostPosted: Tue Oct 25, 2005 9:41 pm    Post subject: Reply with quote

Thanks for this cautionary note about playing around with software found in the wild. YMMV, Caveat Emptor, etc. applies. Whenever making changes in the System folder, make sure to backup first.

iNemo wrote:
Check out my post on my blog about front row - http://applemacfreak.com/244.

Its not all plain sailing for us bleeding edge people...
Back to top
View user's profile Send private message Send e-mail Visit poster's website
zacky
Newbie


Joined: 25 Oct 2005
Posts: 1

PostPosted: Tue Oct 25, 2005 10:23 pm    Post subject: FrontRow Complete Reply with quote

Hi there,

I created the complete Apple Scripts to control Front Row.

The only thing that you have to do by yourself is to drop the scripts on the appropriate key you wanna use for "FrontRow active" etc.

If there is a oppurtunity to automate this (and I'm sure there is one) feel free to do this ;-)

The "leave" script only works if you have this script related with e.g. F8
Quote:

tell application "System Events"
tell application "FrontRow" to activate
key code 53 using command down
end tell

This is necessary because Salling Clicker starts FrontRow with this script, but cannot leave it with them. This script acts directly in SE in exact the same way like the "esc" script. It will jump one step back but do not end FrontRow. When you choose the K750i Remote Control Way the script related with e.g. F8 opens and closes FrontRow.

There is one problem I will search for in the forum as well:
How can I turn off the light from the phone? I would leave SC in the FrontRow Mode, but without the display light. Thanks for any ideas.

Please don't ask me why this behaves like it behaves ;-)

Greetz
Zacky



frontrow_complete.cgz
 Description:
The complete FrontRow Script Collection for SallingClicker 3.0

Download
 Filename:  frontrow_complete.cgz
 Filesize:  2.83 KB
 Downloaded:  4935 Time(s)

Back to top
View user's profile Send private message
salling
Site Admin


Joined: 27 Jul 2004
Posts: 7483
Location: Stockholm, Sweden

PostPosted: Tue Oct 25, 2005 10:26 pm    Post subject: Reply with quote

zacky: the backlight is left on for 10 minutes. This is probably for the better, as the K750 (et al) lock their keys really fast otherwise, requiring two clicks to make something happen.

Unfortunately, it's not possible to prevent keylock without lighting up the display.

Best.
--
Jonas
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Linz
Newbie


Joined: 25 Oct 2005
Posts: 7

PostPosted: Tue Oct 25, 2005 10:28 pm    Post subject: Reply with quote

iNemo wrote:
Check out my post on my blog about front row - http://applemacfreak.com/244.

Its not all plain sailing for us bleeding edge people...

I suspect this has something to do with Marooks script. I tried that one now and got the same problem, but this didn't happen when I used siMacs script.
Back to top
View user's profile Send private message
salling
Site Admin


Joined: 27 Jul 2004
Posts: 7483
Location: Stockholm, Sweden

PostPosted: Tue Oct 25, 2005 10:34 pm    Post subject: Reply with quote

Please allow me to doubt that. The scripts are sending the same keycodes, from what I can tell. And iNemo had the problem without running any scripts, right?

Cheers.
--
Jonas

Linz wrote:

I suspect this has something to do with Marooks script. I tried that one now and got the same problem, but this didn't happen when I used siMacs script.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
marook
Hero


Joined: 30 Jul 2004
Posts: 336
Location: Copenhagen

PostPosted: Tue Oct 25, 2005 10:34 pm    Post subject: Reply with quote

Sorry, forgot to mention that my script will only work with Clicker 3 (on Mac). If it don't, upgrade... ;-) or post where it fails...
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
Linz
Newbie


Joined: 25 Oct 2005
Posts: 7

PostPosted: Tue Oct 25, 2005 10:39 pm    Post subject: Reply with quote

salling wrote:
Please allow me to doubt that. The scripts are sending the same keycodes, from what I can tell. And iNemo had the problem without running any scripts, right?

Cheers.
--
Jonas

Linz wrote:

I suspect this has something to do with Marooks script. I tried that one now and got the same problem, but this didn't happen when I used siMacs script.


Ah. Then it must have been a coincidence.

I have another issue though. As far as I can figure out, none of the scripts supports holding a key down. I'm using a T68i and when I hold down a key, I get just one step.
Back to top
View user's profile Send private message
salling
Site Admin


Joined: 27 Jul 2004
Posts: 7483
Location: Stockholm, Sweden

PostPosted: Tue Oct 25, 2005 10:40 pm    Post subject: Reply with quote

This can be easily fixed in the scripts, and I'll leave that to the contributors. ;-)

Cheers.
--
Jonas

Linz wrote:
salling wrote:
Please allow me to doubt that. The scripts are sending the same keycodes, from what I can tell. And iNemo had the problem without running any scripts, right?

Cheers.
--
Jonas

Linz wrote:

I suspect this has something to do with Marooks script. I tried that one now and got the same problem, but this didn't happen when I used siMacs script.


Ah. Then it must have been a coincidence.

I have another issue though. As far as I can figure out, none of the scripts supports holding a key down. I'm using a T68i and when I hold down a key, I get just one step.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
siMac
Newbie


Joined: 25 Oct 2005
Posts: 5

PostPosted: Tue Oct 25, 2005 11:25 pm    Post subject: Reply with quote

marook wrote:
Sorry, forgot to mention that my script will only work with Clicker 3 (on Mac). If it don't, upgrade... ;-) or post where it fails...


I can't get your script to work. When I launch it, it invokes Front Row but I still get the message "Not active. Press any key to activate Front Row.". However Front Row is active, so when I press any key it deactivates it.

This could be because I have an 'acquired' version, there are a few bugs (minimize behaviour, no dvd player etc).
Back to top
View user's profile Send private message
salling
Site Admin


Joined: 27 Jul 2004
Posts: 7483
Location: Stockholm, Sweden

PostPosted: Tue Oct 25, 2005 11:29 pm    Post subject: Reply with quote

What's the name of the Front Row app, as stated when launched? The script checks for Front Row availability by process name, and I'm thinking perhaps you're on a non-English system (or perhaps the name is mangled).

Best.
--
Jonas
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    Salling Software Forums Forum Index -> Salling Clicker for Mac All times are GMT + 2 Hours
Goto page 1, 2, 3 ... 10, 11, 12  Next
Page 1 of 12

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group