[flexcoders] Flex access to Browser Properties

2008-06-05 Thread grizalum
I am needing to know some basic information about the browser in which my app is running...minimally I would like to know the dimensions (height, width) of the browser and if it is maximized. Although, if I can get the browsers height and width I believe that I should be able to determine

[flexcoders] Flexlib SuperTabBar, ButtonScrollingCanvas, and dataProvider

2008-05-21 Thread grizalum
I am attempting to create a Flex component based on a combination of Flexlib's SuperTabBar and ButtonScrollingCanvas components. The intended result is to be a component that looks and behaves similar to the tab bar, described in SuperTabNavigator_Sample.mxml as the example using just the

[flexcoders] Re: Flexlib SuperTabBar, ButtonScrollingCanvas, and dataProvider

2008-05-21 Thread grizalum
Manish, Thanks for the tip, it got me moving down the correct path. Sometimes a gentle nudge helps remove the self-imposed blinders. Scott --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 5/21/08, grizalum [EMAIL PROTECTED] wrote: If I attempt to create