[flexcoders] SWF frame and Flash Player Frame

2009-11-03 Thread thelordsince1984
Hi folks, Could I have the definition about these concepts? What is the relationship between them? In particular, I would know if they are paired each other or not. Thanks in advance. Cheers.

[flexcoders] About Frame definition

2009-10-26 Thread thelordsince1984
Hi, Could I have a definition about frames? I've read about frame life cycle. As I've understood, a Flex application has two frames: the first one (FRAME 1) contains the Preloader, the other one (FRAME 2) contains the Application? So, what's a frame? What function do FRAME 1 and FRAME 2 play

[flexcoders] Re: About Frame definition

2009-10-26 Thread thelordsince1984
this article will help you understand: http://www.craftymind.com/2008/04/18/updated-elastic-racetrack-for-flash-9-and-avm2/ 2009/10/26 thelordsince1984 lore...@... Hi, Could I have a definition about frames? I've read about frame life cycle. As I've understood, a Flex application has

[flexcoders] Understanding the frame definition

2009-10-13 Thread thelordsince1984
Hi everybody, a simple question about frame. Is a frame essentially a slot of time or something else? I think a frame is a logic unic linked with ActionScript code, isn't true? Thanks in advance. Regards.

[flexcoders] About Flex Life Cycle

2009-09-29 Thread thelordsince1984
A Flex swf application has two frames: the first one contains the SystemManager, the Preloader (and others things); the second one contains the framework and the application code. When the app starts Frame 1 loads the SystemManger tha stops the excution. Then when the app is finished loading,

[flexcoders] Re: About Flex Life Cycle

2009-09-29 Thread thelordsince1984
...@yahoogroups.com] On Behalf Of thelordsince1984 Sent: Tuesday, September 29, 2009 11:37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] About Flex Life Cycle A Flex swf application has two frames: the first one contains the SystemManager, the Preloader (and others things); the second one

[flexcoders] Re: [Shared Object] Save XML

2009-06-26 Thread thelordsince1984
available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of thelordsince1984 Sent: Tuesday, June 23, 2009 11:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] [Shared Object] Save XML Hi, i would know if is possible to save

[flexcoders] [Shared Object] Save XML

2009-06-23 Thread thelordsince1984
Hi, i would know if is possible to save xml format into SharedObjects.. thanks Regard Lord

[flexcoders] [Flex Modules]

2009-05-13 Thread thelordsince1984
Hi, A problem i have a Flex Application that runs in Flas Player..This application is able to run modules downloaded from other servers? is the same scenario valid for air applications? Thanks a lot Best Regards

[flexcoders] Re: [Flex Modules]

2009-05-13 Thread thelordsince1984
of its affiliates. If you are not the intended recipient please contact is.helpd...@... From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of thelordsince1984 Sent: 13 May 2009 11:06 To: flexcoders@yahoogroups.com Subject

[flexcoders] Flex Modules and external sources

2009-04-06 Thread thelordsince1984
Hi, a little question for you.. i've a module that could load some images from an external directory. The structure i use is: projectname ---some sources classes ---imagedir firstimage.jpg secondimage.jpg ---modules mymodule So i create an mx:image tag into the module and i set

[flexcoders] Re: Flex Modules and external sources

2009-04-06 Thread thelordsince1984
, thelordsince1984 lore...@...wrote: Hi, a little question for you.. i've a module that could load some images from an external directory. The structure i use is: projectname ---some sources classes ---imagedir firstimage.jpg secondimage.jpg ---modules mymodule

[flexcoders] Re: Modules Communication

2009-03-11 Thread thelordsince1984
...@yahoogroups.com] On Behalf Of thelordsince1984 Sent: Tuesday, March 10, 2009 11:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Modules Communication --- In flexcod...@yahoogro mailto:flexcoders%40yahoogroups.com ups.com, Tracy Spratt tspratt@ wrote: I'm not sure, maybe

[flexcoders] Re: Modules Communication

2009-03-10 Thread thelordsince1984
Of thelordsince1984 Sent: Tuesday, March 03, 2009 12:30 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Modules Communication --- In flexcod...@yahoogro mailto:flexcoders%40yahoogroups.com ups.com, thelordsince1984 loreboa@ wrote: --- In flexcod...@yahoogro mailto:flexcoders

[flexcoders] Re: Modules Communication

2009-03-04 Thread thelordsince1984
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of thelordsince1984 Sent: Tuesday, March 03, 2009 10:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Modules Communication --- In flexcod...@yahoogro mailto:flexcoders%40yahoogroups.com ups.com, Simon Bailey

[flexcoders] Re: Modules Communication

2009-03-03 Thread thelordsince1984
--- In flexcoders@yahoogroups.com, Guy Morton g...@... wrote: Have you read the section Using interfaces for module communication in the docs? That's been working for me. thanks for the reply.. For Guy Morton... i've read it but modules are created at runtime so i would have a maneger

[flexcoders] Re: Modules Communication

2009-03-03 Thread thelordsince1984
check if the event is adressed to them and actually consume catch that event... there was some guy doing a prof of concept for this google for ALON desing pattern ... HTH, Claudiu From: thelordsince1984 lore...@... To: flexcoders@yahoogroups.com Sent: Tuesday, March 3, 2009

[flexcoders] Re: Modules Communication

2009-03-03 Thread thelordsince1984
--- In flexcoders@yahoogroups.com, thelordsince1984 lore...@... wrote: --- In flexcoders@yahoogroups.com, Simon Bailey simon@ wrote: On the tip for communicating between modules using a framework, PureMVC has a utility called Pipes which helps you accomplish this: http

[flexcoders] Modules Communication

2009-03-02 Thread thelordsince1984
Hi, suppose that i have a main application. The main application has plus panel, created at runtime, and every panel can load or unload a specific module.In ths scenario how can i achieve the communication between modules? Any suggestions? thanks in advance Lorenzo

[flexcoders] Datagrid personalization

2009-02-20 Thread thelordsince1984
Hi, i create a class that extends datadrid package actionscriptcomponent { import mx.controls.DataGrid; public class CustomDataGrid extends DataGrid { private var _nrows:uint = 6; private var

[flexcoders] Capturing Phase

2009-02-17 Thread thelordsince1984
Hi, if i have a root application and a canvas (application's child), is possible to dispatch an event from the application to the canvas? the capturing phase is the right way, is it true? Thanks in advance Regards Lorenzo

[flexcoders] Help Me for SharedObject and registerClassAlias method

2009-02-13 Thread thelordsince1984
Hi, i've yet posted this question but i can't resolve this problem.. i've created a custom value object class..a simple class with private properties and getters methods to retrieve them. public class WindowInfo { private var _id:String;

[flexcoders] Shared Object - Value Object - How use RegisterClassAlias?

2009-02-10 Thread thelordsince1984
hi everybody, i've created a custom value object class..a simple class with private properties and getters methods to retrieve them. then i created an array collection where each item is a value object. then i have a shared object manager that looks like this: package util{ import

[flexcoders] Re: Shared Object - Value Object - How use RegisterClassAlias?

2009-02-10 Thread thelordsince1984
@yahoogroups.com, thelordsince1984 loreboa@ wrote: hi everybody, i've created a custom value object class..a simple class with private properties and getters methods to retrieve them. then i created an array collection where each item is a value object. then i have a shared object manager

[flexcoders] Re: Shared Object - Value Object - How use RegisterClassAlias?

2009-02-10 Thread thelordsince1984
@yahoogroups.com, thelordsince1984 loreboa@ wrote: --- In flexcoders@yahoogroups.com, djepyon ian@ wrote: Registering the VO with flash.net.registerClassAlias should be all you need to do. import flash.net.registerClassAlias import com.myproject.vo.myVO registerClassAlias

[flexcoders] Shared Object

2009-02-07 Thread thelordsince1984
Hi, i've a little proble with shared object...can you help me? i've a value object: public class WindowInfo { private var _id:String; private var _module:String public function

[flexcoders] Save Configuration

2009-02-06 Thread thelordsince1984
Hi, suppose that i have a main application and here i can create three differents type of panels (mypanel extend Panel)... then i have a button that permits to save the current pèanel inside the app and its position into the screen..this is made by getting parameters for each panel...for example

[flexcoders] Array Collection

2009-02-05 Thread thelordsince1984
Hi, i've have an array collection of objects...every object is like this one: - id:path private function create(id:String, path:String):void { var arrayCollection:ArrayCollection = new ArrayCollection(); var o:Object = {id:path}; arrayCollection.addItem(o); } i would create a function that

[flexcoders] Re: Array Collection

2009-02-05 Thread thelordsince1984
--- In flexcoders@yahoogroups.com, thelordsince1984 lore...@... wrote: Hi, i've have an array collection of objects...every object is like this one: - id:path private function create(id:String, path:String):void { var arrayCollection:ArrayCollection = new ArrayCollection(); var

[flexcoders] Re: Custom Event and bubbling phase

2009-02-04 Thread thelordsince1984
? Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of thelordsince1984 Sent: Tuesday, February 03, 2009 3:27 PM To: flexcoders

[flexcoders] Custom Event and bubbling phase

2009-02-03 Thread thelordsince1984
Hi, i have a main application and there i create a popup panel... from the popup panel i dispacth a custom event like this var e1:CustomLoadEvent = new CustomLoadEvent(loadModule, true); dispatchEvent(e1); where loadModule is the type and the value true stands for bubbles.. then at the

[flexcoders] Re: Custom Event and bubbling phase

2009-02-03 Thread thelordsince1984
Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of thelordsince1984 Sent: Tuesday, February 03, 2009 11:38 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Custom

[flexcoders] Re: Shared Objects And Modules

2009-02-02 Thread thelordsince1984
save whatever you want... -- Marco Catunda On Mon, Feb 2, 2009 at 7:27 AM, thelordsince1984 lore...@... wrote: Hi, i'm reading about shared objects...they are like html cookies but with improved performances...very cool!!but if i use modules can i always save the state of each

[flexcoders] Shared Objects And Modules

2009-02-02 Thread thelordsince1984
Hi, i'm reading about shared objects...they are like html cookies but with improved performances...very cool!!but if i use modules can i always save the state of each modules? Infact i read that modules are used for the same domain..what domain means? that I can save the state for a single

[flexcoders] Re: Mimic IGoogle with Flex 3

2009-01-30 Thread thelordsince1984
--- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: At the link I sent there is a link labeled Custom buttons in windows. Is that what you are trying to do? --- In flexcoders@yahoogroups.com, thelordsince1984 loreboa@ wrote: --- In flexcoders@yahoogroups.com, valdhor

[flexcoders] Mimic IGoogle with Flex 3

2009-01-28 Thread thelordsince1984
Hi, i would create an app that has the same functionality that igoogle provides.. in particular i would have same panels and drag and drop around a main panel with a layout like tilegrid or grid?And if i want to add panels at run time? Anybody knows a solution for this kind of problem? Thanks in

[flexcoders] Re: Mimic IGoogle with Flex 3

2009-01-28 Thread thelordsince1984
...@... From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of thelordsince1984 Sent: 28 January 2009 10:10 To: flexcoders@yahoogroups.com Subject: [flexcoders] Mimic IGoogle with Flex 3 Hi, i would create an app that has the same functionality that igoogle provides

[flexcoders] Re: Mimic IGoogle with Flex 3

2009-01-28 Thread thelordsince1984
--- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: --- In flexcoders@yahoogroups.com, thelordsince1984 loreboa@ wrote: --- In flexcoders@yahoogroups.com, Gregor Kiddie gkiddie@ wrote: Take a look at the MDI stuff in FlexLib. We've produced the effect you are looking

[flexcoders] Modules

2009-01-27 Thread thelordsince1984
Hi, i have a problem in my app.. i have a main application and here i create a custom module, a titlewindow with a close button... when i click the button i would unload the module...is it possible to listen for module events from the main app? how can i rich this goal? Thanks in advance

[flexcoders] Re: Flex. AIR and IPhone

2009-01-27 Thread thelordsince1984
--- In flexcoders@yahoogroups.com, Pete Appleby bon...@... wrote: Guy, I agree with your comments. I've been in computing for 30 years, and it is unfortunate, but in my opinion you hit the nail on the head. The old Not Invented Here syndrome is at work. Microsoft can keep SilverFish and

[flexcoders] Re: Modules

2009-01-27 Thread thelordsince1984
--- In flexcoders@yahoogroups.com, thelordsince1984 lore...@... wrote: Hi, i have a problem in my app.. i have a main application and here i create a custom module, a titlewindow with a close button... when i click the button i would unload the module...is it possible to listen

[flexcoders] Re: Modules

2009-01-27 Thread thelordsince1984
because I added an EventListener to the child of the module loader during the ready event. Hope this helps! Rob On Jan 27, 2009, at 7:20 AM, thelordsince1984 wrote: --- In flexcoders@yahoogroups.com, thelordsince1984 loreboa@ wrote: Hi, i have a problem

[flexcoders] Flex. AIR and IPhone

2009-01-26 Thread thelordsince1984
Hi, i would create an air application and deploy it into iphone environment and allow touchscreen gestures. How can i start? Thanks a lot Regards Lorenzo