(2012-05-09 21:32)phil65 Wrote: (2012-05-09 21:32)Roman_V_M Wrote: (2012-05-09 19:03)phil65 Wrote: I´m still waitiing for explanation for your "hidden-options" thesis.
I think It's quite obvious: in 2.0 "Skin Settings" we had various options conveniently grouped in 7 sections, so a user knew where to look if they wanted to change one option or another. Now we have only 3 sections, and the majority of options distributed and buried deeply in menus throughout the skin (some of them even removed) so that now even an experienced Aeon-Nox user like myself does not know where to look and is not sure that some options even still exist, not to mention noobs who'd want to try 3.0. IMO now it is quite counter-intuitive.
I don't know, maybe I'm totally wrong that I've expected more user experience continuity between versions, and if I had started using Aeon-Nox from 3.0 my opinion would have been different.
all aeon versions were very bad in terms of user friendliness. just putting x radio buttons into lists (where only the experienced users know which button toggles what) is not what i call user friendliness.
i mean. really. look at mq3 settings pages. that´s laughable. noone wants to se tup something like that.
in addition we had x radiobuttons which toggle each other which are now replaced by simple togglebuttons with 3/4 or more states, which makes settings layout much cleaner + we have zero scrollbars anymore in skin settings/dialogs.
i only removed a handful of options, all other are either in the media menu or in the customizer with the effect that you can preview almost every single setting now.
that´s what i call intuitive and i think the majority will agree. we´ll see the feedback when it hits repo who is right in that aspect.
just because it´s different doesn´t mean it´s worse. people are just afraid of change.
I can agree that it can be quite confusing when coming from version 2.0.0. Nothing is in the same place anymore. After a while using it though it gets better

And for newcomers its probably easier to learn.
(2012-05-09 21:42)Roman_V_M Wrote: (2012-05-09 19:03)phil65 Wrote: if absolutely dislike it you can still remove line 8 from home.xml
Code:
<onload>AlarmClock(WidgetMove,Control.Move(8000,1),00:07,silent,loop)</onload>
BTW: what should I expect? I haven't seen any difference.
PS. More correctly, the left panel (featured) in "Mixed" widget stopped rotating, but this is not what I've expected.
these are the lines too remove for mixed widget delete the line for which you dont want rotation:
Code:
<onload>AlarmClock(HomeTileLeft,Control.Move(5001,1),00:07,silent,loop)</onload>
<onload>AlarmClock(HomeTileRight,Control.Move(5003,1),00:10,silent,loop)</onload>
<onload>AlarmClock(HomeTileMid,Control.Move(5002,1),00:15,silent,loop)</onload>