Re: Running flex modules from html shell

2015-09-14 Thread Alex Harui
>> >> > > I am looking for some ideas if anything to do the following. >> >> > > The main Flex application screen is constructed as a top >>horizontal >> >> menu. >> >> > > When a menu item is clicked a Flex module is loaded and

Re: Running flex modules from html shell

2015-09-14 Thread Dave Glasser
Mark, the answer to that question has been explained to you. I don't know how to state it more simply than I already have. From: mark goldin To: "users@flex.apache.org" ; Dave Glasser Sent: Monday, September 14, 2015 6:59 AM Subject: Re: Running flex modules from htm

Re: Running flex modules from html shell

2015-09-14 Thread mark goldin
suggested. Plus, > >>you > >> could have application state that persists from one module load to > >>another. > >> If it were me, I would probably alter your current main app to run in > >> "shell mode" and not display its menu, and add the abili

Re: Running flex modules from html shell

2015-09-13 Thread Alex Harui
ain app to run in >> "shell mode" and not display its menu, and add the ability to control it >> from Javascript. >> >> From: mark goldin >> To: users@flex.apache.org >> Sent: Friday, September 11, 2015 11:12 AM >> Subject: Re: Running flex modules

Re: Running flex modules from html shell

2015-09-13 Thread mark goldin
lity to control it > from Javascript. > > From: mark goldin > To: users@flex.apache.org > Sent: Friday, September 11, 2015 11:12 AM > Subject: Re: Running flex modules from html shell > > But that means I have the load the whole Flex application. How am I am > going to

Re: Running flex modules from html shell

2015-09-12 Thread Dave Glasser
rg Sent: Friday, September 11, 2015 11:12 AM Subject: Re: Running flex modules from html shell But that means I have the load the whole Flex application. How am I am going to share the screen between Flex and html? On Fri, Sep 11, 2015 at 9:51 AM pkumar.flex wrote: > You can use Ext

Re: Running flex modules from html shell

2015-09-11 Thread mark goldin
- > > If you reply to this email, your message will be added to the discussion > > below: > > > > > http://apache-flex-users.246.n4.nabble.com/Running-flex-modules-from-html-shell-tp11171.html > > To unsubscribe fro

Re: Running flex modules from html shell

2015-09-11 Thread pkumar.flex
; -- > If you reply to this email, your message will be added to the discussion > below: > > http://apache-flex-users.246.n4.nabble.com/Running-flex-modules-from-html-shell-tp11171.html > To unsubscribe from Apache Flex Users, click here > <http:/

Running flex modules from html shell

2015-09-11 Thread mark goldin
I am looking for some ideas if anything to do the following. The main Flex application screen is constructed as a top horizontal menu. When a menu item is clicked a Flex module is loaded and it's shown underneath of the top menu. I am trying to replicate the main page in html which would have the s