Hello bemara57,
@
ewart maclucas:
Thank you for your feedback. We've adjusted the Office2007 skin accordingly. The font size, however, will continue to be 11px, in order to preserve consistency between RadComboBox and the Office2007 skin for all other RadControls.
Regarding RadRotator
Shaun, we plan to have the *new* RadRotator support all the capabilities of the RadRotator Classic.
In addition to that, we plan to add more functionality to it, than was possible before. This is why the RadRotator is being implement on a entirely different logic from before - so that it is possible to integrate new functionality naturally into its architecture. The way the *old* Rotator was implemented it basically could not be further enhanced due to its lack of inner integrity. There are a number of properties designed to work with one rotator "mode", and yet another pack designed to support another "mode". Just reading through the names of the properties often got people confused when to use what. In addition to this the *old* Rotator binding had some limitations, and support for WebServices (load on demand) was severely lacking.
Now, up to your questions:
1) Yes, there will be a mode that allows change of frames without sliding. However, we are working on providing cross-browser effects, rather than the IE specific ones. Non-IE browsers, especially FireFox are taking greater share each month, and it is of top importance to provide all features to be cross-browser where possible. Thus, having a set of effects might not make it to the original RadRotator release. In case this is the type of Rotator you commonly use, the RadRotator Classic should be fine to use for some more time.
2) We are currently working on
RadRotator skins. It will feature a full set of 12 skins, as in all other RadControls. We will consider providing skins without borders. In all cases, it is easy to override the border by providing CSS on the page that does so - and we will show you how to do it, should you need it after the official release.
3) Currently the default for RadRotator is to show buttons. Integrated buttons are a feature that did not exist in *old* RadRotator - yet it is a commonly requested one. You can easily start the rotator in automatic mode by setting
RotatorType="AutomaticAdvance". This is clearly demonstrated at the default example, as well as at the DeclarativeDataSource example.
On a side note - yes, there will be properties that will allow the developer to specify button IDs. In this way a developer will be possible to place buttons of their choice and look anywhere on the page to control the RadRotator.
3) We plan to introduce a number of rotator *types* - that will get the rotator provide different user experience. For the time being there are two types -
Buttons and
AutomaticAdvance - but we eventually plan to bring those to 5 or 6. As for the FromCode type - it just means that the rotator will not have any ways for the user to interact with it directly, rather it will be through some other means that the developer has provided - that is the rotator's API methods will need to be explicitly invoked for the rotator to do something.
4) At present, if the
RotatorType="AutomaticAdvance", the rotator
will pause if the user hovers with the mouse (you can test that on the demos).
Regards,
Tervel
the Telerik team