[flex_india:25589] Understand Flex Life Cycle

2009-10-01 Thread Lord
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 and stops the execution. Then when the app is finished loading,

[flex_india:25892] Understand the frame concept

2009-10-14 Thread Lord
Hi everybody, a simple question about frame. Is a it 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. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[flex_india:16308] [Flex 3] Invoking java method without using a web server

2008-11-18 Thread Lord
serialization in a local environment (for example without apache and blazeds). Also i would know if exist an analternative to remote object in invoking java methods within a jar file... I appreciate any help.. thanks and sorry for the english!!! The Lord

[flex_india:16324] Re: [Flex 3] Invoking java method without using a web server

2008-11-19 Thread Lord
Hi, Thanks for the reply...but are you sure? can i create a java class and invoke a method without a remote object?? thanks The Lord On 19 Nov, 06:50, "Vinod M. Jacob" <[EMAIL PROTECTED]> wrote: > I don`t think you can invoke a Java Method without using a webserver...

[flex_india:16465] [flex 3] Communication beetwen actionscript and java

2008-11-23 Thread Lord
Hi, i've a problem and i appreciate any help... a little flex appl create an xml data (through actionscript) that sends via client socket connection (XMLSocket) a string (XMLSocket.toXMLSocket methos) to a server socket connection (a java ServerSocket). The server receives the string and takes p

[flex_india:16478] Re: Communication beetwen actionscript and java

2008-11-24 Thread Lord
ep Tank > > On Nov 23, 9:14 pm, Lord <[EMAIL PROTECTED]> wrote: > > > Hi, > > > i've a problem and i appreciate any help... > > > a little flex appl create an xml data (through actionscript) that > > sends via client socket connection (XMLSocket)

[flex_india:16488] Re: Communication beetwen actionscript and java

2008-11-24 Thread Lord
data-servi... > - > > Thanks, > Venkathttp://www.techmytongue.blogspot.com/ > > On Nov 23, 9:14 pm, Lord <[EMAIL PROTECTED]> wrote: > > > Hi, > > > i've a problem and i appreciate any help... > > > a little flex appl create an xml data (through actions

[flex_india:16549] Re: Communication beetwen actionscript and java

2008-11-25 Thread Lord
Hi, is there anibody that can help me? thanks On 24 Nov, 10:46, Lord <[EMAIL PROTECTED]> wrote: > Hi, > > i've seen this post  "http://techmytongue.blogspot.com/2008/02/push- > without-flex-data-service"..is there the source code? > > After creating the

[flex_india:16611] Re: Communication beetwen actionscript and java

2008-11-26 Thread Lord
Because i wouldn't have an application server to run... thanks regards On 25 Nov, 14:16, "Vinod M. Jacob" <[EMAIL PROTECTED]> wrote: > Is there any specific reason why u don`t want to use openAMF or blazeds or > weborb to communicate flex to java? > > On T

[flex_india:16610] Create an ArrayCollection from XML

2008-11-26 Thread Lord
Hi how can i create an arraycollection from xml and the pass it to a advanceddatagrid? my xml looks like this: 23 49 56 68 ...other weeks production... i would display data contains in xml within a datagrid in this manner:

[flex_india:16614] Re: Create an ArrayCollection from XML

2008-11-26 Thread Lord
s On 26 Nov, 14:17, "Ganesh r" <[EMAIL PROTECTED]> wrote: > chk this > > http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=... > > http://www.flexer.info/2007/10/23/web-service-small-how-to/ > > On Wed, Nov 26, 2008 at 5:20 PM, Lord <[EMAI

[flex_india:16620] Flex3 and DataProvider

2008-11-26 Thread Lord
Hi is it possible to customize dataprovider? for exmple can i create MyClass that extends DataProvider? an other info... in flex 3 datagrid are flexible or they can be personalized for example with custom data provider? thanks a lot --~--~-~--~~~---~--~~ You

[flex_india:16669] Customize AdvancedDataGrid

2008-11-27 Thread Lord
Hi is it possible to insert blank horizontal lines between groups of data? for example a normal layout of advanceddatagrid is: monday tuesday wensday ... 34 34 45 34 45 45 34 45 45 instead i would create a layout like this monday tuesd

[flex_india:16823] Re: Flex3 and DataProvider

2008-12-01 Thread Lord
ture do > you want in your class that you think ArrayCollection class does not > provide? Or at a more broader level, what feature do you want in the > DataGrid that made you think about creating a custom class for the data > provider? > > Regards, > Venkatwww.venkatv.com &g

[flex_india:16902] Re: Create an array form as3

2008-12-02 Thread Lord
= ["wash dishes", "clean house"]; > masterTaskList[5] = ["wash dishes", "wash car", "pay rent"]; > masterTaskList[6] = ["mow lawn", "fix chair"]; > > - > Jaydeep Tank > > On Tue, Dec 2, 2008 at 3:41 PM,

[flex_india:16888] Re: Create an array form as3

2008-12-02 Thread Lord
put({name: 'nishant', surname:'kyal'}) > Regards > Nishant Kyalwww.itasveer.com > > On Tue, Dec 2, 2008 at 3:24 PM, Lord <[EMAIL PROTECTED]> wrote: > > > yes a multimensional array...i would create in as3 in run time phase > > putting into it integer elements

[flex_india:16885] Re: Create an array form as3

2008-12-02 Thread Lord
gt; Jaydeep Tank > > On Tue, Dec 2, 2008 at 2:43 PM, Lord <[EMAIL PROTECTED]> wrote: > > > Thanks for the reply but for create this > > > var array:Array = {[34],[45],[67]} > > > thanks > > > On 2 Dic, 10:06, anubhav_RIA <[EMAIL PRO

[flex_india:16881] Re: Create an array form as3

2008-12-02 Thread Lord
Thanks for the reply but for create this var array:Array = {[34],[45],[67]} thanks On 2 Dic, 10:06, anubhav_RIA <[EMAIL PROTECTED]> wrote: > Hi Lord, > > try this : > var array: Array  = new Array(); > array.push(23); > array.push(25); > array.push(56); > > tha

[flex_india:16879] Create an array form as3

2008-12-02 Thread Lord
Hi, how to create an array through as3 and put data dinamically? for example var array:Array = {[23,34,56],[56,57,68]} thanks in adavance --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" gro

[flex_india:16917] Array and datagrid

2008-12-02 Thread Lord
Hy everybody, i've this problem... i created an arrayCollection of datagrids within an as file and i would display datgrids in mx:application... every datagrid has created through the extension of DataGrid class (MyDataGrid extends DataGrid) anybody have a suggestion thanks --~--~-~-

[flex_india:16967] Re: Array and datagrid

2008-12-03 Thread Lord
grid dinamically... second, in my datagrid class i would have a fixed order of columns... infact when i display the grid columns orders random... thanks a lot Lord On 3 Dic, 08:56, anubhav_RIA <[EMAIL PROTECTED]> wrote: > Hi Lord, > > Could you please explain your problem in more d

[flex_india:16995] Re: Array and datagrid

2008-12-03 Thread Lord
uot; the word is cut of and the only visible part is "thiis" c and finally can you suggest me a complete book to learn adobe flex 3? thank you very much... Regards Lord On 3 Dic, 17:55, "Venkat Viswanathan" <[EMAIL PROTECTED]> wrote: > Hi, > > Can you show us th

[flex_india:17211] Auto sizing columns width in advanced datagrid

2008-12-09 Thread Lord
I would create a procedure that auto sizes columns with based on content data within headers or cells... can you help me? thanks in advance Regards Lord --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex

[flex_india:17314] Create custom layout container

2008-12-12 Thread Lord
Hi all, i would create a custom layout container? for example my class customcontainer extends LayoutContainer.. how do this? thanks Lord --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Comm

[flex_india:17324] Re: Create custom layout container

2008-12-12 Thread Lord
Thank, ok it's ok... i created myclass that extend LayoutContainer also i've a panel mypanel tahat extends panel and here i would use myclass... how can i rich this? regards Lord On 12 Dic, 10:55, "Jeethu Karthik" wrote: > As you said, create a class extending th

[flex_india:17412] Re: Custom event

2008-12-15 Thread Lord
also i correction...i the main class...that is an actionscript class...i can't call the dispatchMethod method.... Lord ha scritto: > Hi > > i've a problem..anibody can help me? > > i created this class: > > public class CompleteEvent extends Event >

[flex_india:17411] Custom event

2008-12-15 Thread Lord
Hi i've a problem..anibody can help me? i created this class: public class CompleteEvent extends Event { private var array:ArrayCollection public function CompleteEvent(type:String, array:ArrayCollection) { super(

[flex_india:17428] Re: Custom event

2008-12-15 Thread Lord
ot;Array retrieved"); } public function BasePanel() { super(); this.addEventListener("newEvent", dataEventHandler); } } but not working...the BasePanel class doesn't listen for the event.. thanks... Regards Lord On 15 Dic, 13:19, dolly wrote: >  completeevent constr

[flex_india:17550] Custom event definition

2008-12-18 Thread Lord
can't undestand why not works...maybe i made mistakes or i misunderstood listeners concepts? thanks a lot Regards the lord --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. T

[flex_india:18614] Modules

2009-01-27 Thread Lord
r module events from the main app? how can i rich this goal? Thanks in advance The Lord --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to

[flex_india:19042] Shared Object and Value Object

2009-02-08 Thread Lord
thod i get an arraycollection of generic objects...not with value objects..in this manner i can't get value properties of value object class... Any suggestions? Thanks in advance Regards Lord --~--~-~--~~~---~--~~ You received this message because you are su

[flex_india:19069] Re: Shared Object and Value Object

2009-02-09 Thread Lord
rify the shared object, if full than call a public function of canvas to create windows with specific parameters saved in windowinfo class) --canvas (contains one or more windows) thanks again Regards Lord On 8 Feb, 17:44, Venkat Viswanathan wrote: > Hi, > > You should

[flex_india:19249] Shared Object - Value Object - Help me

2009-02-13 Thread Lord
f full then call a public function of canvas to create windows with specific parameters saved in windowinfo class) –canvas (contains one or more windows) any suggestions? Thanks in advance Regards Lord --~--~-~--~~~---~--~~ You received this message because you are

[flex_india:19394] Dispatch events

2009-02-17 Thread Lord
Hi, if i have a root application and a canvas (application's child), is to 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 Lord --~--~-~--~~~---~--~~ You rec

[flex_india:19884] Modules Communication

2009-03-02 Thread Lord
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 The Lord

[flex_india:19979] Re: Modules Communication

2009-03-03 Thread Lord
Hi, thanks for the reply... your suggestion is correct but it implies hight coupling between modules and application. is it true? thanks again On Mar 3, 12:35 pm, Carvalhar wrote: > check this part of adobe's site...explian all > thecommunication:http://livedocs.adobe.com/flex/3/html/modular

[flex_india:21100] Re: Best books name for Flex 3.0 and Action Script 3.0.

2009-04-01 Thread Lord
If you are new about Flex and AS3 i suggest Essential Actionscript 3 by Colin Moock Programming Flex 3 or Flex 3 in Action Flex CookBook isn't simple for new developers (like me)... Regards The Lord On Apr 1, 3:14 pm, Jagadish M wrote: > Hi Abhishek, > > check with the Book