• 1
  • 15
  • 16
  • 17(current)
  • 18
  • 19
  • 32
Release Conq - Gotham
(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.
Reply
Well if you want to zoom, you need a gui to control what degree of zoom don't you?
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
(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. Wink

Now all i want is to disable that popup.
Reply
Well define an extra keypress to dismiss the dialog box! Oh and I don't think this is a Conq issue!
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
(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?
Reply
DialogSlider.xml is what's used but removing it will disable it for other functions.
Reply
(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?
Reply
Add this code below <include>DialogZoomAnimation</include> in DialogSlider.xml.

PHP Code:
<visible>!StringCompare(Control.GetLabel(10),$LOCALIZE[216])</visible
Reply
(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! SmileSmile
Reply
Obviously you'll need to redo it anytime the skin is updated.
Reply
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?
Reply
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.
Reply
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.
Reply
That big ugly warning goes away if you disable mouse input in the Input Devices settings.
Reply
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.
Reply
  • 1
  • 15
  • 16
  • 17(current)
  • 18
  • 19
  • 32

Logout Mark Read Team Forum Stats Members Help
Conq - Gotham5