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

06.02.2007 12:00:52
EyeTv - OK/cancel in a dialog doesn't work (with apple remote)
View

This posting is older than 6 months and can contain outdated information.
Hi all,

does anyone know how to replicate the standard EYE-TV functionality in dialogs which allows one to left/right arrow to select the desired button (eg. Continue or Cancel) and then to choose that action using play/pause (using the apple remote) ?

Fantastic if you try to change channels while recording for instance - a dialog pops up (which without Remote Buddy) can be cancelled in this way. I can't find any other way t do it with Remoe Buddy and it is surprising how often this happens if EyeTV is your main TV and you record a lot (with 10 minute padding) ..

Try it - it is quite handy ..

best, 
chris

Last edited: 06.02.2007 12:04:06 

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

Configuration
Hardware
Hardware - Apple® Remote
Hardware - EyeTV Receiver
User

06.02.2007 14:29:01
Re: EyeTv - OK/cancel in a dialog doesn't work (with apple reemote)
View

This posting is older than 6 months and can contain outdated information.
Hello Chris,

thanks for letting me know.

Regarding the "Change channels while recording" dialog box, the 
latest Remote Buddy version does avoid it by performing this check 
itself, then bringing up its own error message in a gently fading 
bezel that doesn't need any interaction from your side. Please update 
to the lastest version to benefit of this.

Problem would probably not be to implement the selection of a dialog 
box' button but rather to detect that the active window is a dialog box.

Is there any other EyeTV dialog box that you ever stumbled upon while 
using EyeTV via Remote Buddy?

Best regards, 
Felix 

User

07.02.2007 11:48:51
Re: EyeTv - OK/cancel in a dialog doesn't work (with apple reemote)
View

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

Unfortunately I am using the latest version. I tried it and saw the fading bezel and your code does catch the case as you describe.

Looks like there are some esoteric cases that are missed.

I'll spend some time to try to replicate fully BUT I have found one example (quickly) where a dialog arises when changing channels - just try it from the EyeTV full screen menu (while recording, long menu press, select a new channel, hit live tv - a dialog appears). In this case though the dialog can be ok'd using the apple remote (as the single OK button has focus) and EyeTV menu code is in "control" (??)

Still looking for the exact combination which caused the dialog to come up outside of an EyeTV menu (and with two buttons).. BUT it does happen

thanks for the prompt reply.

best regards, 
chris 

User

09.02.2007 17:27:01
Re: Re: EyeTv - OK/cancel in a dialog doesn't work (with apple reemote)
View

This posting is older than 6 months and can contain outdated information.
Thanks Chris, for the extensive followup.

Problem with catching the "EyeTV is recording" state is, that it is 
actually nothing there was a direct command for in EyeTV. Remote 
Buddy rather has to put several pieces of information together to 
find out whether something is currently being recorded.

Thanks for pointing out the requester arises in the EyeTV full screen 
menu. That, however, is a place that Remote Buddy can neither detect 
nor prevent this dialog from coming up. Since Remote Buddy detects 
automatically, whether EyeTV is in full screen or "normal" mode, it 
acts accordingly and its a lucky coincidence, that "return" is being 
sent for the play button by Remote Buddy to EyeTV while it is in 
fullscreen mode. As you already pointed out, that solves the problem 
here.

For the rest of the causes - where you change channels directly via 
Remote Buddy or its menu, the bezel should always come up.

I've just found a small bug that could make the bezel display the 
name of the wrong recording (=> fix in the next release), but nothing 
that would affect whether the bezel comes up or not.

Best regards, 
Felix 

User

12.02.2007 12:59:31
Re: EyeTv - OK/cancel in a dialog doesn't work (with apple reemote)
View

This posting is older than 6 months and can contain outdated information.
Hi Felix,

Sorry it took me a while to find it .. It was so simple I kept overlooking it ..

Just schedule (not a manual start) a recording and wait for the scheduled start (including any default padding) then choose stop recording from the Eye-TV full screen menu - a dialog with OK/Continue pops up and you are returned to the live TV window (with Remote Buddy in control) - this time PLAY doesn't map to enter and the forward reverse controls half heartedly work in the background .. nothing can be done

cheers, 
chris 

User

14.02.2007 23:20:02
Re: Re: EyeTv - OK/cancel in a dialog doesn't work (with apple reemote)
View

This posting is older than 6 months and can contain outdated information.
Hi Chris,

thanks for the info, I'll check it out and see what can be done 
(currently working on the menu - people will love the new features 
there ;-).

Best regards, 
Felix 

User

12.03.2007 06:43:55
Re: EyeTv - OK/cancel in a dialog doesn't work (with apple reemote)
View

This posting is older than 6 months and can contain outdated information.
Hi Felix,

Were you able to replicate .. and get a fix for RC2?

This problem seems esoteric but it keeps happening - there appear to be some other ways that multi button dialogs ("OK" and "Continue") come up ..

cheers, 
chris

User

13.03.2007 22:14:11
Re: Re: EyeTv - OK/cancel in a dialog doesn't work (with apple reemote)
View

This posting is older than 6 months and can contain outdated information.
Hi Chris,

thanks for staying on top of this.

I could replicate this, but could not fix it as it's a behaviour of 
EyeTV RB has no influence on nor one that RB can detect and thus 
could handle.

Best regards, 
Felix 

User

14.03.2007 13:22:51
Re: EyeTv - OK/cancel in a dialog doesn't work (with apple reemote)
View

This posting is older than 6 months and can contain outdated information.
It's not like you to admit defeat :)

Is there really no way to detect a dialog ?

To my mind this is an issue because RB is breaking otherwise good functionaliy in EyeTV with no work-around except keyboard or virtual mouse etc. It doesn't sound good to say to a new user just remember "DO NOT stop a scheduled recording" ..

Perhaps as a partial fix you could add a "stop recording" item to RB ?

What do you think ? 

User

18.03.2007 16:53:01
Re: Re: EyeTv - OK/cancel in a dialog doesn't work (with apple reemote)
View

This posting is older than 6 months and can contain outdated information.
Thanks for having so much trust into my abilities ;-)

And, of course, I've looked into the possibilities:

1) AppleScript

tell application "EyeTV" to stop recording

brings up the requester as well.

2) AppleScript + sending a speculative "Esc"

=> will just dismiss the dialog but not stop recording.

That's all possibilities I see - and as much as I would love them not 
to - they fail.

Best regards, 
Felix