[flexcoders] Re: AIR Application with multiple views

Tuesday, December 20, 2011

 

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, mark.jonkman@... wrote:
>
> 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 Message -----
> From: "osmanullah" <osman.ullah@...>
> To: flexcoders@yahoogroups.com
> Sent: Tuesday, December 20, 2011 10:41:46 AM
> Subject: [flexcoders] AIR Application with multiple views
>
> 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 application (new application). The new lightweight application doesn't have any UI in common with the heavyweight one. It can use the same data model but the view is totally different. One is a fullscreen application and the other is going to be a small widget.
>
> I'm contemplating the best way to handle this. Currently my main application MXML file is hosting the entire application. I am thinking about refactoring this so the primary MXML file is just a splash screen and login screen, and the actual "meat" of the application is moved to a separate window. That way I can open the appropriate window once I get the user's credentials. This will take some refactoring (for example, I can not longer rely on Application.application to get the root window, I will have to add some basic window management) but I think it's doable.
>
> I just wanted to get some other opinions from people who have have had experience with something like this, to see if there is a better way to do it.
>
> So, is there a better way to do it? :)
>
> Thanks
>
>
>
> ------------------------------------
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location: https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
>

__._,_.___
Recent Activity:
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

[KITlist-Tech] Sr. Manufacturing Engineer (Silicon Valley, CA)

 

Please direct your responses to: linda@humanresourcefocus.com

Responsible for new product introductions, sustaining existing processes as well as driving improvements in yield and cycle time. Thorough understanding of CMOS Image Sensors and Camera Systems. Direct experience in implementating SPC for sensor and camera production. Must be familiar with x-ray detection, digital radiography, plastic packaging, ultrasonic welding and related processes. BSEE (MSEE preferred) 3-5+ years experience in Manufacturing environment. Knowledge of Six Sigma and ISO 13485 medical devices is desired. Additional knowledge of DOE, SPC as it relates to manufacturing processes is preferred. Some supervisory background is preferred but not mandatory.

__._,_.___
Recent Activity:
********************************************************************

Read the new KIT List blog at www.kitlist.wordpress.com for job tips and to connect to our community!

Please go to www.KITlist.org to join, post jobs, or get answers to common questions.  If you have any comments or questions, you can reach us directly at KITtechmoderator@KITlist.org.

By using the KIT List you agree to comply with the Terms of Use on the site, and will not use discriminatory employment practices.  The KIT List is a service of Connelly Communications, Inc.
   
TO UNSUBSCRIBE:    
Replying to KIT emails with an "unsubscribe" request does not work.
Instead, just send an email (from the same account you used to subscribe) to KITlist-Tech-unsubscribe@yahoogroups.com. If you are still receiving emails after a few days, please email us at KITtechmoderator@KITlist.org and we will manually remove you. Thanks!
        
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

[Developers_For_Ever] Supervisor Injection Molding - Hyderabad

 

Supervisor Injection Molding
Location: Hyderabad
Company Introduction:                   
Our client is one of multinational FMCG Company in Pakistan. We are looking for potential candidates from FMCG industry and preferable resident at Hyderabad. The Company provides excellent career progression and working environment.

Required Qualification and Experience:
  • Graduate (B.E. / B.Tech / Electronics / Electrical) from a reputable university
  • 8 - 10 years of working experience on injection molding machines
  • Familiar with latest technology of molds, operating and repairing of machines
  • Knowledge of electrical or electronics will be preferred
Package:
Salary package will be competitive to the market.

Apply:
Interested candidates send their updated CVs (along with current and expected salary package) with the name of position in subject line to:  cv.hrconsultant@gmail.com  latest by 31st December, 2011.
 


__._,_.___
Kindly visit my Blog http://amrsaafan.blogspot.com
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

[Developers_For_Ever] Packaging Development Engineer - Karachi

 

Packaging Development Engineer
Location: Karachi

Company Introduction:                   
Our client is one of multinational FMCG Company in Pakistan. We are looking for potential candidates from FMCG industry and preferable resident at Karachi. The Company provides excellent career progression and working environment.

Required Qualification and Experience:
  • Mechanical or Plastic Processing Engineer with degree from a reputable university
  • 2-3 years of working experience in packaging development of a process industry
  • Familiar with working on packaging mechanics (TQM, GMP etc)
  • Good knowledge of plastic processing like blow, injection molding and thermoforming
 
Package:
Salary package will be competitive to the market.

Apply:
Interested candidates send their updated CVs (along with current and expected salary package) with the name of position in subject line to:  cv.hrconsultant@gmail.com  latest by 31st December, 2011.
 


__._,_.___
Kindly visit my Blog http://amrsaafan.blogspot.com
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

Re: [flexcoders] AIR Application with multiple views

 

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


From: "osmanullah" <osman.ullah@gmail.com>
To: flexcoders@yahoogroups.com
Sent: Tuesday, December 20, 2011 10:41:46 AM
Subject: [flexcoders] AIR Application with multiple views

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 application (new application). The new lightweight application doesn't have any UI in common with the heavyweight one. It can use the same data model but the view is totally different. One is a fullscreen application and the other is going to be a small widget.

I'm contemplating the best way to handle this. Currently my main application MXML file is hosting the entire application. I am thinking about refactoring this so the primary MXML file is just a splash screen and login screen, and the actual "meat" of the application is moved to a separate window. That way I can open the appropriate window once I get the user's credentials. This will take some refactoring (for example, I can not longer rely on Application.application to get the root window, I will have to add some basic window management) but I think it's doable.

I just wanted to get some other opinions from people who have have had experience with something like this, to see if there is a better way to do it.

So, is there a better way to do it? :)

Thanks



------------------------------------

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    flexcoders-digest@yahoogroups.com
    flexcoders-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    flexcoders-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

__._,_.___
Recent Activity:
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

[flexcoders] Re: How to scale down StageWebView?

 

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 height.
>
> --- In flexcoders@yahoogroups.com, "markflex2007" <markflex2007@> wrote:
> >
> >
> > I want to do
> >
> > webView.scaleX = 0.5;
> > webView.scaleY = 0.5;
> >
> > but StageWebView doesn't have scaleX/scaleY properties.
> >
> > other way to do same thing?
> >
> > Thanks
> >
> > Mark
> >
> > --- In flexcoders@yahoogroups.com, "markflex2007" <markflex2007@> wrote:
> > >
> > > any way to scale down with StageWebView
> > >
> > > the current code like following
> > >
> > > webView = new StageWebView();
> > > webView.stage = this.stage;
> > > webView.viewPort = new Rectangle( 0, 0, stage.stageWidth, stage.stageHeight); webView.loadURL("http://www.google.com/")
> > >
> > > but I can not use scaleX/scaleY for webView. I need the app can use in a small screen device so I need scale down webView.
> > >
> > > Thanks a lot for your help
> > >
> > > Mark
> > >
> >
>

__._,_.___
Recent Activity:
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

[flexcoders] AIR Application with multiple views

 

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 application (new application). The new lightweight application doesn't have any UI in common with the heavyweight one. It can use the same data model but the view is totally different. One is a fullscreen application and the other is going to be a small widget.

I'm contemplating the best way to handle this. Currently my main application MXML file is hosting the entire application. I am thinking about refactoring this so the primary MXML file is just a splash screen and login screen, and the actual "meat" of the application is moved to a separate window. That way I can open the appropriate window once I get the user's credentials. This will take some refactoring (for example, I can not longer rely on Application.application to get the root window, I will have to add some basic window management) but I think it's doable.

I just wanted to get some other opinions from people who have have had experience with something like this, to see if there is a better way to do it.

So, is there a better way to do it? :)

Thanks

__._,_.___
Recent Activity:
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

[Windows Azure] WebStorm 3.0 Configuring [1 Attachment]

 

[Attachment(s) from Baber khan included below]

Check the Attachment

__._,_.___

Attachment(s) from Baber khan

1 of 1 File(s)

Recent Activity:
Cloud Computing Education: http://www.OperationBadar.net
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

[Developers_For_Ever] Junior Oracle Database Administrator Required

 


Title: Junior Oracle Database Administrator
Job Code: JDB05
: DBA Responsibilities
 
 
1. Installation, configuration and upgrading of Oracle server software and related products
 
2. Take care of the Database design and implementati
3. Implement and maintain database security (create and maintain users and roles, assign privileges)
 
4. Setup and maintain documentation and standards
 
5. Perform general technical trouble shooting and give consultation to development teams
 
6. Establish and maintain backup and recovery database
 
 
Required Skills
1. Good understanding of the Oracle database, related utilities and tools
 
2. A good understanding of the underlying operating system
 
3. A good knowledge of the physical database design
 
4. Knowledge of ALL Oracle backup and recovery scenarios
 
5. A good knowledge of Oracle security management
 
6. A good knowledge of how Oracle acquires and manages resources
 
7. Should have sound communication skills with management, development teams, vendors and
 
systems administrators
 
8. Should have the ability to handle multiple projects and deadlines.
Additional requirements:
Please name your CV with your full name, and send it to
orbitsitjobs@yahoo.com and in the subject of the mail write the job code.
 
 
 






















































__._,_.___
Kindly visit my Blog http://amrsaafan.blogspot.com
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___