(2014-06-18, 01:58)nickr Wrote: [ -> ]Press <Back>
Thanks, but what i meant was how can i prevent this popup from showing up in general. So when i press the keyboard shortcut for ZoomIn it just zooms without the message.
Well if you want to zoom, you need a gui to control what degree of zoom don't you?
(2014-06-18, 11:16)nickr Wrote: [ -> ]Well if you want to zoom, you need a gui to control what degree of zoom don't you?
Not if i've setup an applescript that triggers each time i'm holding UP on the Apple Remote to emulate a predefined amount of key presses to zoom to a desired level.
Now all i want is to disable that popup.
Well define an extra keypress to dismiss the dialog box! Oh and I don't think this is a Conq issue!
(2014-06-18, 11:24)nickr Wrote: [ -> ]Well define an extra keypress to dismiss the dialog box! Oh and I don't think this is a Conq issue!
It doesn't work that way. The script emulates keystroke "i" (ZoomIn) and repeats it 30x to get me from 0.70 (standard set for all videos) to 1.00 zoom level.
Isn't there any way to delete an entry inside the skin code to disable the popup textures and text?
DialogSlider.xml is what's used but removing it will disable it for other functions.
(2014-06-18, 12:12)Hitcher Wrote: [ -> ]DialogSlider.xml is what's used but removing it will disable it for other functions.
Thanks, Hitcher.
No way to disable it for a specific section, right?
Add this code below
<include>DialogZoomAnimation</include> in DialogSlider.xml.
PHP Code:
<visible>!StringCompare(Control.GetLabel(10),$LOCALIZE[216])</visible>
(2014-06-18, 12:30)Hitcher Wrote: [ -> ]Add this code below <include>DialogZoomAnimation</include> in DialogSlider.xml.
PHP Code:
<visible>!StringCompare(Control.GetLabel(10),$LOCALIZE[216])</visible>
That did the trick!
Thank you very much, Hitcher!
Obviously you'll need to redo it anytime the skin is updated.
I'm using this amazing skin and I want to thanks for your work. but there is a thing bothering me. the big red balloon pops up whenever I accidently move my mouse. and we both know that text in that balloon is not true, because actually the mouse *is* supported and you can do any control you want with this loyal friend. So what's the meaning of this big ugly red pop-up?
I think it means that this skin isn't designed to be controlled by mouse.
I only briefly checked Conq but from another Hitchers skins (Alaska) I would guess that there are missing some important controls (like Back etc.) which will not allow full mouse control.
Some parts of the skin will work with a mouse but try using the settings with it!
As said it wasn't designed for use with a mouse hence the warning.
That big ugly warning goes away if you disable mouse input in the Input Devices settings.
This skin is awesome!
Is there any way to play a playlist from the homescreen? This feature was in Bello and it was super handy.