Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / Architecture / Re: Change the depth of a view to keep ontop. on: December 07, 2009, 04:19:57
Hi Cliff,
Is this only a multicore method?
Dose not recognise the method in single core?

Many thanks for your help.
2  Announcements and General Discussion / Architecture / Re: Change the depth of a view to keep ontop. on: December 07, 2009, 01:33:46
No sorry - i know that, but what i dont understand is how to change the depth of a whole view. addChildAt is just within a view i need each view to be behind the main navigation view regardless  of when it is created.
3  Announcements and General Discussion / Architecture / Change the depth of a view to keep ontop. on: December 07, 2009, 03:49:46
Hi
Using pure as3 - how can i keep all views below the navigation view?

Id like to be able to do ether a addChildAt(0) kind of thing so all new views are added behind the navigation view - it this possible?

Thanks
Monkey
4  Announcements and General Discussion / General Discussion / Check if proxy has data? on: September 03, 2009, 03:47:41
HI
i have a command that makes pages and this registers mediators when called - it allso calls dataget in the proxy as i dont want to load the data for each page at the begining rather than when the page is made.

when the next page loades it removes the mediator.

if i make the page again i dont want to load the data again (dataget) - how can i check if the proxy allready has the data so i can skip the dataget part of creating a new page?


Thanks for any help offered...
Monkey
5  Announcements and General Discussion / Architecture / Centralized Asset Loader Queue? on: August 26, 2009, 07:07:04
Hi All,
Only issue i have now with pmvc (using flash) is working a system that alows me to push assets that need loading to a central queue that then shows the preloader andsends out notification when the asset is ready.

How are you guys handeling this and are there any examples of this kind of system?

i know the loadup utility sounds like the right thing but i am yet to see a good tutorial / example in flash that can accept load requests from anywhere! maybe bulkloader?

Thanks for any help...
Monkey
Pages: [1]