Maya: Beta release 04-04-10 (Original Thread) (2 Viewers)

Status
Not open for further replies.

nicx

Portal Pro
February 1, 2006
387
12
Stuttgart
Home Country
Germany Germany
Re: AW: Maya: Beta release 04-04-10 (v 0.3.254)

ah, ok! It`s because of the experiments with the new listviews. These are fixed in the upcoming svn update...

i hope the update is coming soon because this is really annoying ;)

thanks!
nicx...
 

vuego

Documentation Group
  • Team MediaPortal
  • August 5, 2006
    1,639
    764
    Göteborg
    Home Country
    Sweden Sweden
    Re: Maya: Beta release 04-04-10 (v 0.3.254)

    I tried updating the OnlineVideos skin to support iTunes Movie Trailers. Using Maya 0.3.254 I only get an empty screen when entering movie details. I copied some code from Blue3Wide where iTunes works normally however I need some help.

    When entering the details screen I have to press down+right arrows to set the trailer list in focus. How can I give it focus by default?

    Also there's no need to list the number of objects in the previous screen (80 Objects). How can I remove that?
     

    Attachments

    • OLVMaya.jpg
      OLVMaya.jpg
      103 KB

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    Re: Maya: Beta release 04-04-10 (v 0.3.254)

    I tried updating the OnlineVideos skin to support iTunes Movie Trailers. Using Maya 0.3.254 I only get an empty screen when entering movie details. I copied some code from Blue3Wide where iTunes works normally however I need some help.

    When entering the details screen I have to press down+right arrows to set the trailer list in focus. How can I give it focus by default?

    Also there's no need to list the number of objects in the previous screen (80 Objects). How can I remove that?


    hi vugo ! i dont know abut the the trailer focus ... but i know abut the objects ..

    this is 2 time objects 1 show in list view down to the rghit and thir is 1 in top center in all icon ,big icon and filmestrip ...

    see the code in the xml myonlinevideos.xml :
    <control>
    <description>Number of Files Label</description>
    <type>label</type>
    <id>1</id>
    <posX>1242</posX>
    <posY>690</posY>
    <align>right</align>
    <label>#itemcount</label>
    <textcolor>6aa5cb</textcolor>
    <visible>[!facadeview.smallicons+!facadeview.largeicons]+Control.IsVisible(50)</visible>
    <animation effect="fade" time="200">WindowOpen</animation>
    <animation effect="fade" time="200">WindowClose</animation>
    </control>

    <control>
    <description>Number of Files Label</description>
    <type>label</type>
    <id>1</id>
    <posX>0</posX>
    <posY>178</posY>
    <width>1366</width>
    <align>center</align>
    <label>#itemcount</label>
    <textcolor>6aa5cb</textcolor>
    <visible>facadeview.smallicons|facadeview.largeicons</visible>
    <animation effect="fade" time="200">WindowOpen</animation>
    <animation effect="fade" time="200">WindowClose</animation>
    </control>

    the top one is in list view , and the buttem one is for icons & filmstrip on top ..

    good luck ..:)

    edit : note if you remove them it will not show in all other channel to ,thir is no way to delet it only for iTunes Movie Trailers and keep in to rest of
    channel ..
     

    MrCrabs

    Portal Pro
    January 21, 2010
    884
    129
    Braunschweig
    Home Country
    Germany Germany
    Re: Maya: Beta release 04-04-10 (v 0.3.254)

    You can set the focus by using the following code:

    <defaultcontrol>id of control you wish to have default</defaultcontrol>

    for example: <defaultcontrol>901</defaultcontrol> will set the control with the id 901 as default and it will have focus by opening the window.

    you need to put that command right between <window> and <controls>.
     

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    Re: Maya: Beta release 04-04-10 (v 0.3.254)

    You can set the focus by using the following code:

    <defaultcontrol>id of control you wish to have default</defaultcontrol>

    for example: <defaultcontrol>901</defaultcontrol> will set the control with the id 901 as default and it will have focus by opening the window.

    you need to put that command right between <window> and <controls>.


    hi MrCrabs ! you totly corect ,i cano't belive i forget it ....:)


    thanks for reminder ...:D
     
    J

    joostzilla

    Guest
    Re: Maya: Beta release 04-04-10 (v 0.3.254)

    Here are some screenshots for our newest listviews.
    And a matching background for filmstrip and thumbviews.
    Music nowplaying is also new.

    We hope you like these designs. We listened well to the community by bringing back the glossy buttons. (sorry for the gradient lovers)
     

    Attachments

    • Maya Nowplaying overlay v4.jpg
      Maya Nowplaying overlay v4.jpg
      404.3 KB
    • Maya Recordings listview alt4.jpg
      Maya Recordings listview alt4.jpg
      448.8 KB
    • Maya MovPic listview alt4.jpg
      Maya MovPic listview alt4.jpg
      505.1 KB
    • Maya Movies filmstrip alt4.jpg
      Maya Movies filmstrip alt4.jpg
      589.3 KB

    vuego

    Documentation Group
  • Team MediaPortal
  • August 5, 2006
    1,639
    764
    Göteborg
    Home Country
    Sweden Sweden
    Re: Maya: Beta release 04-04-10 (v 0.3.254)

    Thanks ysmp, that's some mighty quick answer :)
    I was looking in the wrong file.

    However <defaultcontrol> doesn't seem to work in this case. The trailer list already gets focus when using list view without <defaultcontrol> but not in icons view.

    And what's up with the poster quality? When first selecting and entering movie details it's in low quality but after pressing Escape it's better.
    Perhaps those are not skin issues though...
     

    Attachments

    • mayaposterquality.png
      mayaposterquality.png
      420.8 KB
    • myonlinevideos.details.xml
      30.7 KB
    • myonlinevideos.xml
      30.6 KB

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    Re: Maya: Beta release 04-04-10 (v 0.3.254)

    Here are some screenshots for our newest listviews.
    And a matching background for filmstrip and thumbviews.
    Music nowplaying is also new.

    We hope you like these designs. We listened well to the community by bringing back the glossy buttons. (sorry for the gradient lovers)

    hi joost ! look nice ....i parcanly like the transprent one thay was looking the best ... but hey this also look very good ...

    i think it's time to move on with the list view .... :) it is nomber 4 i think ...:D

    i can say all of them look good ,and for sure canot mack all of us happy ...

    rally need to update radiotime,onlinevideos plugin they are very poplar plugin and we use them alut .. even maya in beta i use it
    evry day with no problam ..
    so thanks.
     

    kjd01

    MP Donator
  • Premium Supporter
  • April 24, 2009
    159
    19
    Re: Maya: Beta release 04-04-10 (v 0.3.254)

    Love the new look, can't wait to get a copy of the next svn.
     

    nicx

    Portal Pro
    February 1, 2006
    387
    12
    Stuttgart
    Home Country
    Germany Germany
    Re: Maya: Beta release 04-04-10 (v 0.3.254)

    hey joost,

    the screenshots look really good, but i am wondering why there is alway an empty item in each list on the bottom... is it possible to improve your listviews and get rid of this? ;)

    keep up the great work! :)

    nicx...
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom