im game for that . . . i read the lists all day while im working and i
would love to help out however i can.



On 7/12/05, Alistair McLeod <[EMAIL PROTECTED]> wrote:
>  Hi Jesse,
>  
>  I notice you've started adding the time to your posts - I think Steven has
>  spoken to you about the peculiarity that you're posts always come through
> as
>  "new poster" so we have to always accept your posts - it wouldn't matter if
>  you weren't so prolific a poster ;)
>  
>  And, unconnected, we're also looking for more moderators for flexcoders,
>  people that review the first post of all new posters and accept/reject (to
>  get rid of the spam). There's just me, Steven and Jimmy (from Optimal
>  Payments) just now, and we're trying to spread the load a bit more, and to
>  get more cover in all the time zones.
>  
>  So, how about we combine the two - you become a moderator, and until Yahoo
>  fixes their problem, you can accept your posts immediately and accept other
>  posts as and when they come in?
>  
>  Thoughts?
>  
>  Cheers,
>  
>  Ali
>  
>  
>  --
>  Alistair McLeod
>  Development Director
>  iteration::two
>  
>  [EMAIL PROTECTED]
>  Office: +44 (0)131 338 6108
>  
>  This e-mail and any associated attachments transmitted with it may contain
>  confidential information and must not be copied, or disclosed, or used by
>  anyone other than the intended recipient(s). If you are not the intended
>  recipient(s) please destroy this e-mail, and any copies of it, immediately.
>  
>  Please also note that while software systems have been used to try to
> ensure
>  that this e-mail has been swept for viruses, iteration::two do not accept
>  responsibility for any damage or loss caused in respect of any viruses
>  transmitted by the e-mail. Please ensure your own checks are carried out
>  before any attachments are opened.
>  -----Original Message-----
>  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
>  Behalf Of JesterXL
>  Sent: 11 July 2005 19:08
>  To: flexcoders@yahoogroups.com
>  Subject: Re: [flexcoders] Re: application flow, logic question . . .
>  
>  Sent 2:07pm
>  
>  I use Tomcat.
>  
>  >>>thanks again everyone, im really looking forward to a future with Flex!
>  
>  Aren't we all!
>  
>  ----- Original Message ----- 
>  From: "chris.alvarado" <[EMAIL PROTECTED]>
>  To: <flexcoders@yahoogroups.com>
>  Sent: Monday, July 11, 2005 12:01 PM
>  Subject: Re: [flexcoders] Re: application flow, logic question . . .
>  
>  
>  thanks everyone for the fantastic advice.
>  
>  i must admit im absolutely in love with Flex already.
>  
>  i think based on a gimped version of just one of the interfaces from
>  this app, the client is already pretty much sold on it.
>  
>  im a bit confused about 1 point though. . .
>  
>  server setup.
>  
>  i understand that Flex sits on top of pretty much any J2EE server. I
>  know that JRun is the one mention Macromedia because Macromedia owns
>  it. however, i read this interesting post the other day from MXNA
>  talking about the fact that JRun hasnt had an update since like 2003
>  and that got me thinking we might be better off choosing a different
>  J2EE server. in that event which one do you all recommend?
>  
>  in addition i know we will need CF installed on either that server or
>  another server for the remoting calls.
>  
>  and then of course the DB server.
>  
>  am i missing anything?
>  
>  thanks again everyone, im really looking forward to a future with Flex!
>  
>  On 7/9/05, Steven Webster <[EMAIL PROTECTED]> wrote:
>  >  Chris,
>  >
>  >  I'd also recommend that you do a search in the docs for "creationPolicy"
>  > and
>  >  read about deferred instantiation.  Try and forget everything you know
>  > about
>  >  splitting a flash movie up into separate movies and loading them on 
>  > demand,
>  >  and relinquish that responsibility to Flex.  With clever use of
>  >  creationPolicy, you can allow Flex to defer the loading of your 
>  > application
>  >  with an appropriate policy.
>  >
>  >  Don't get me wrong, you may find there's a need ultimately to start
> using
>  >  Loader controls to create and destroy your own views; but I'd always
>  >  recommend that you try and avoid this strategy until evident performance
>  >  demands it.
>  >
>  >  Welcome to Flex ... there's no going back,
>  >
>  >  Steven
>  >
>  >  --
>  >  Steven Webster
>  >  Technical Director
>  >  iteration::two
>  >
>  >  This e-mail and any associated attachments transmitted with it may 
>  > contain
>  >  confidential information and must not be copied, or disclosed, or used
> by
>  >  anyone other than the intended recipient(s). If you are not the intended
>  >  recipient(s) please destroy this e-mail, and any copies of it, 
>  > immediately.
>  >
>  >  Please also note that while software systems have been used to try to
>  > ensure
>  >  that this e-mail has been swept for viruses, iteration::two do not
> accept
>  >  responsibility for any damage or loss caused in respect of any viruses
>  >  transmitted by the e-mail. Please ensure your own checks are carried out
>  >  before any attachments are opened.
>  >
>  >  -----Original Message-----
>  >  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
>  >  Behalf Of alex_harui
>  >  Sent: 08 July 2005 19:57
>  >  To: flexcoders@yahoogroups.com
>  >  Subject: [flexcoders] Re: application flow, logic question . . .
>  >
>  >  Welcome to the world of Flex.  In Flex the loadMovie functionality is
>  >  basically encapsulated within the mx:Loader component.
>  >
>  >  You should be able to have a base MXML file with an mx:Loader in it and
>  > pass
>  >  in other MXML files for the Loader to load
>  >
>  >
>  >  --- In flexcoders@yahoogroups.com, "chris.alvarado"
>  >  <[EMAIL PROTECTED]> wrote:
>  >  > Good morning everyone,
>  >  >
>  >  > So it looks like I will be rebuilding a year long project that I
>  >  > originially developed in Flash, with Flex.
>  >  >
>  >  > The current structure is that i have a "controlling" movie that acts
>  >  > as the skeleton. if a user is not logged in they are presented with
>  >  a
>  >  > login box and that is all. once the user logs in successfully they
>  >  are
>  >  > presented with various navigation icons based on whatever
>  >  permissions
>  >  > they have. when they select a particular navigation item, the
>  >  > subsequent interface is loaded into the conrolling movie using the
>  >  > loadMovie() method. (each interface is a separate .swf).
>  >  >
>  >  > so my question is, how would i replicate this structue in Flex?
>  >  would
>  >  > i make each interface it's own MXML file? and if so how would i call
>  >  > those files into the main MXML file?
>  >  >
>  >  > any suggestions would be greatly appreciated, as would any urls to
>  >  > some examples of similar scenarios.
>  >  >
>  >  > thanks all!
>  >  >
>  >  > -- 
>  >  > -chris.alvarado
>  >  > [application developer]
>  >
>  >
>  >
>  >
>  >  --
>  >  Flexcoders Mailing List
>  >  FAQ:
>  >
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>  >  Search Archives:
>  > http://www.mail-archive.com/flexcoders%40yahoogroups.com
>  >  Yahoo! Groups Links
>  >
>  >
>  >
>  >
>  >
>  >
>  >
>  >
>  >  --
>  >  Flexcoders Mailing List
>  >  FAQ:
>  >
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>  >  Search Archives:
>  > http://www.mail-archive.com/flexcoders%40yahoogroups.com
>  >
>  >
>  >
>  >  ________________________________
>  >  YAHOO! GROUPS LINKS
>  >
>  >
>  >  Visit your group "flexcoders" on the web.
>  >
>  >  To unsubscribe from this group, send an email to:
>  >  [EMAIL PROTECTED]
>  >
>  >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>  >
>  >  ________________________________
>  >
>  
>  
>  -- 
>  -chris.alvarado
>  [application developer]
>  
>  
>  --
>  Flexcoders Mailing List
>  FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>  Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
>  Yahoo! Groups Links
>  
>  
>  
>  
>  
>  
>  
>  
>  --
>  Flexcoders Mailing List
>  FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>  Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
>  Yahoo! Groups Links
>  
>  
>  
>  
>  
>  
>  
> 
>  --
>  Flexcoders Mailing List
>  FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>  Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> 
>  
>  
>  ________________________________
>  YAHOO! GROUPS LINKS 
>  
>  
>  Visit your group "flexcoders" on the web.
>   
>  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>   
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
>  
>  ________________________________
>  


-- 
-chris.alvarado
[application developer]


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

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

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

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


Reply via email to