[flexcoders] Flex View Stack / Component Life Cycle Best practice

2009-06-25 Thread martinosaint
Hi there, I have built a multiplage application in Flex with different user roles. I use a View Stack with a Menu Bar to navigate between the different pages. However - each time a page gets opened, I need to do some database calls, apply User Role settings, etc. in an init() function. This

[flexcoders] Re: Flex and Reporting

2009-06-14 Thread martinosaint
Hi Angelo, did you get any further with Flex Report as well? I am now at the point where I need to do some basic reporting (printing a Datagrid with a legend, etc), but somehow I run into troubles with FlexReport. Could you use it? Any other suggestions how I could print a datagrid with

[flexcoders] Variable Scope, Lifetime across pages

2009-06-09 Thread martinosaint
Hi, I ran into the following issue. I have a Flex application with multiple pages, and the navigation is done via a TabNavigator. Now if I navigate around, each mxml component within the Tab Navigator gets called. However, if I navigate away from page A, and come back later to it, the member

[flexcoders] Flex with ZendAMF and sessions/cookies

2009-05-26 Thread martinosaint
Hi, it seems impossible to find any information on how to use Flex with ZendAMf with sessions. There is only one tutorial, and this does not work for me. So please, is there anyone who has ever worked with this constellation? Thanks for any advice, Martin