[flexcoders] library path in Flex builder 2

2007-01-30 Thread seng ung
Is there any trick that adds my test.swc to the flex builder 2 Library path permanently? For every new projects, I have to add it manually to my Library path. Thanks Need a quick answer? Get one in minutes

Re: [flexcoders] library path in Flex builder 2

2007-01-30 Thread seng ung
to the WEB-INF\flex\ user_classes\ directory that you are compiling against From: [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of seng ung Sent: Tuesday, January 30, 2007 2:22 PM To: [EMAIL PROTECTED] ups.com Subject: [flexcoders] library path in Flex builder 2

[flexcoders] deleting a row from datagrid

2007-01-24 Thread seng ung
Are there any trick to delete a row of selectedIndex from Flex 2 Datagrid? thanks It's here! Your new message! Get new email alerts with the free Yahoo! Toolbar.

Re: [flexcoders] Re: scrollToIndex just won't work ... any workarounds ?

2007-01-22 Thread seng ung
To foolw a question from scrollToIndex: Given the XML structure as following emps emp id=1 firstname=amy/ emp id=2 firstname=john/ emp id=3 firstname=steve/ /emps from the mx:Tree or mx:Datagrid how do you the index of id=3 in Actionscript? - Original Message From: amigo_fd

Re: [flexcoders] Re: scrollToIndex just won't work ... any workarounds ?

2007-01-22 Thread seng ung
index of the emp id=3 firstname=steve/ from Actionscript in Flex 2. - Original Message From: seng ung [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, January 22, 2007 9:32:48 AM Subject: Re: [flexcoders] Re: scrollToIndex just won't work ... any workarounds ? To foolw

[flexcoders] Config Flex Builder 2.0.1 posting HTTP instead of local file

2007-01-22 Thread seng ung
Every time, I selected Run button to excute Index.mxml. Flex Builder 2.01 will excute to my local file. For example, in any Broswer, it shows file:///C:/Flex_FrameWork/Emp/bin/Index.html. Is there anyway that I can config my Flex Builder 2.01 to Run as a localhost instead of local file as the