Home menu - UP/DOWN scroll bug (1 Viewer)

IanJ

MP Donator
  • Premium Supporter
  • October 22, 2010
    206
    30
    Home Country
    Scotland Scotland
    Hi,

    On the home menu I notice that pressing the UP scroll button (to scroll downwards) it's perfect, but when going in the other direction the positioning of the text isn't correct, it jumps too far every 2nd click.

    I know the problem lies in BasicHome.xml (in down group, line 379 onwards I think).........any ideas as to the fix. I've been playing with it for a while but can't catch where it's in err.

    Ian.

    PS:-
    I am running Maya 1.0.0.604
    MP version 1.1.1

    Note: Have update above just to make it more clear what/where the problem lies.
     

    IanJ

    MP Donator
  • Premium Supporter
  • October 22, 2010
    206
    30
    Home Country
    Scotland Scotland
    Hi,

    I managed to hack it to get it fixed......

    Code:
    	<id>702</id>
    	<description>down group</description>
    	<type>group</type>
    	<layout>StackLayout</layout>
    	<dimColor>ffffffff</dimColor>
    	<height>768</height>
    	<posX>580</posX>
    	<posY>170</posY>

    Changed posY to 170 (was 148).

    Still more testing to do, but I think that fixes it enough for me.

    PS. I think the whole scrolling thing needs tooked at, it seems rather jerky/flashy, the transitions are not really smooth enough....and I think I see one of the reasons why. When the menu is scrolling up the way for instance then obviously the link at the top will be the one that dissappears, however, if you look closely you get a quick flash of the next one down as well. In fact the whole list glitches.

    Ian.
     

    Users who are viewing this thread

    Top Bottom