--- René Micout <[email protected]> wrote: > Hello Tom, > Slider with no value but with a little button , > cf. : > http://developer.apple.com/documentation/UserExperience/Conceptual/ > > AppleHIGuidelines/OSXHIGuidelines.pdf > page 299 > small round thumb : 12 pixels and/or Mini > round thumb : 10 > pixels > In Revolution there is only Regular size round thumb > : 15 pixels ! > How can I do to have 12 or 10 pixels round thumb ? > René from Paris >
Hi René, Revolution doesn't offer support for the various MacOSX specific 'sizes' of controls. In Java you can set user properties on JComponents, that the Aqua lokAndFeel picks up when laying out and rendering your window - but Rev doesn't offer such a mechanism. Naturally, if you roll your own controls, you can make them any size you like and they will look consistent accross platforms. Jan Schenkel. Quartam Reports & PDF Library for Revolution <http://www.quartam.com> ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
