[flex_india:29951] Re: break line in lists?

2010-05-09 Thread v...@t
Hello, Also use variableRowHeight="true" in List sontrol. So the row height can adjust as per text content.may help you. Regards, v...@t On May 10, 9:22 am, Venky wrote: > use {'\n'} for new line > > -- > Venky > > -- > You received this message because you are subscribed to the Google Groups

Re: [flex_india:29950] is as3 supports Method overloading like java?

2010-05-09 Thread gds.anand85
Hi Kamal, Actually Method overloading is not suuported in AS3 but there is one workaround for this. You can make use of rest... arguments in method. Using this, you can pass any number of parameters to a method. You can study about Rest... parameters in detail to understand it. Regards Gagan De

[flex_india:29949] is as3 supports Method overloading like java?

2010-05-09 Thread kamal
is as3 supports Method overloading like java? -- 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_in...@googlegroups.com. To unsubscribe from this group, send email to flex_india+unsubscr...@googleg

[flex_india:29948] Re: which are the best alternatives to cairngorm?

2010-05-09 Thread v...@t
Hello, You can also go for the http://www.spicefactory.org/parsley/ Regards, v...@t On May 5, 7:42 pm, Fernando Wermus wrote: > Hi all, >     I was looking at Aconcagua. but there is a line of new code since a year > and a half. >     Puremvc seems to be a kind of big compared to Cainrgorm. > >

Re: [flex_india:29946] break line in lists?

2010-05-09 Thread Venky
use {'\n'} for new line -- Venky -- 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_in...@googlegroups.com. To unsubscribe from this group, send email to flex_india+unsubscr...@googlegroups.com.

Re: [flex_india:29946] Need Help in Flex Datagrid

2010-05-09 Thread Khalid Chaudhary
Try the following: var cols: Array = datagrid.columns; cols.push(newColumn); datagrid.columns = cols; datagrid.validateNow(); // Force the width of a specific column cols[0].width = 40; You can also check : http://www.facebook.com/pages/Flex-and-Java/107516712622040?ref=ts Hope it helps you.

[flex_india:29945] jacquie brousse

2010-05-09 Thread mandy lee
http://www.mosaic-formation.org/home.php -- 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_in...@googlegroups.com. To unsubscribe from this group, send email to flex_india+unsubscr...@googlegroups

[flex_india:29944] AMFPHP Badversion error

2010-05-09 Thread mohammed nazeer
Hi Friends, Anybody know AMFPHP, help this error... When i open this links(http:localhost/amfphp2/browser) Error: - (mx.rpc::Fault)#0 errorID = 0 faultCode = "Client.Error.MessageSend" faultDetail = "Channel.Connect.Failed error NetConnection.Call.BadVersion: " faultString = "

[flex_india:29943] Urgent : swf in outlook

2010-05-09 Thread veeru rahul
Hi Folks, I want to embed a swf in outlook email. If i open the email, the swf shud get invoked in the content area of the mail. Anybody knows how to do the above? Thanks, Veeru -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post

[flex_india:29942] Need Help in Flex Datagrid

2010-05-09 Thread D.i.n.e.s.h.
Hi, I am doing a project in Flex, and i m new to flex. i have come acrossed some levels.. Now in my proj, i have some problems.. 1) I want to refresh the data in datagrid at runtime without using array(Becoz after insert the record in table that will to reflected in Datagrid..) For this i h

[flex_india:29941] Need Help in Flex Datagrid

2010-05-09 Thread Dinesh MCA-KCT
Hi, I am doing a project in Flex, and i m new to flex. i have come acrossed some levels.. Now in my proj, i have some problems.. 1) I want to refresh the data in datagrid at runtime without using array(Becoz after insert the record in table that will to reflected in Datagrid..) For this i

Re: [flex_india:29939] Re: which are the best alternatives to cairngorm?

2010-05-09 Thread saurabh goel
Robotlegs is the best... On Sun, May 9, 2010 at 10:32 AM, Devaraj wrote: > Swiz is nice framework in terms of using DI (Dependency Injection), > also the RobotLegs comes next. > Regards, > Devaraj > > On May 8, 11:26 pm, Vaibhav Seth wrote: > > nopes.. heard for the first time.. will luk for it

[flex_india:29938] 3D Chart in Flex (X, Y & Z Axis)

2010-05-09 Thread Tejas Patel
Dear All, How can I implement 3 Axis (X-Y-Z) chart (Column, Line, Pie) in Flex 3? Tejas. -- 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_in...@googlegroups.com. To unsubscribe from this group,

Re: [flex_india:29937] About Xml usesage in flex

2010-05-09 Thread Nakul Mishra
Small e.g. remark just change the xml format acc to f3 hope this helps On Sat, May 8, 2010 at 1:49 PM, vincent wrote: > I m new to flex ,... it is possible to use Xml value for > Lable in flex 3 , > if its possible pl send example and explanation > > -- > You received t

Re: [flex_india:29936] how to embed word/pdf in Flex

2010-05-09 Thread Khalid Chaudhary
For More details on pdf to swf, visit : http://www.facebook.com/pages/Flex-and-Java/107516712622040?ref=ts On Sat, May 8, 2010 at 9:08 PM, wrote: > perhaps SWFTOOL can help you convert pdf into swf > > On Sat, May 8, 2010 at 12:19, Khalid Chaudhary > wrote: > >> Covert Pdf to swf and load in