[flexcoders] Re: How to scale down StageWebView?

2011-12-20 Thread markflex2007
how to create a new component with stageWebView features and scaleX and ScaleY features.Thanks Mark --- In flexcoders@yahoogroups.com, Chuck Preston itsmechuckjr@... wrote: The only way I know is to destroy the current stageWebView object, and then create a new one with the scaled width and

[flexcoders] AIR Application with multiple views

2011-12-20 Thread osmanullah
We have a pretty heavyweight AIR application. Now we are expanding our product and I need to deliver a lightweight version of our application depending on which user logs in. So depending on the user's permissions they could get the heavyweight application (current application) or a lightweight

Re: [flexcoders] AIR Application with multiple views

2011-12-20 Thread mark . jonkman
I would look into using two modules loaded into the base application. Base application contains a login screen and based on results of login either load heavy weight module or load light weight module. Sincerely Mark R. Jonkman http://bitsbytesandsawdust.blogspot.com - Original

[flexcoders] Re: AIR Application with multiple views

2011-12-20 Thread osmanullah
What would be the benefit of going with this approach? My concern is that the window management is going to be totally different between the two (one is full screen one is windowed) so it seems like it would be easier to make them separate Windows. --- In flexcoders@yahoogroups.com,

[flexcoders] Re: hSlider Thumb Skin positions incorrectly

2011-12-20 Thread tkraikit
It looks like you're in a mobile app but trying to base your skin off of the desktop HSliderThumb skin. Have you looked at using the mobile theme's skin as your starting point instead? -- Tom --- In flexcoders@yahoogroups.com, stldvd stldvd@... wrote: ::bump:: Anyone? --- In