[flexcoders] set focus to iframe

2009-08-14 Thread niamath basha
achive this.. this is similar as Alt + tab change to next open window in the same way i want to implement this.. any suggestions are appreciated. With Regards, Niamath Basha

Re: [flexcoders] Custom DataGrid with Form for itemeditor (any examples)???

2009-07-10 Thread niamath basha
you mean when we click on datagrid row display a popup with a form containing details of the selected row and then you can edit, delete the details. With Regards, Niamath Basha www.niamathbasha.wordpress.com On Thu, Jul 9, 2009 at 10:08 PM, flexaustin flexaus...@yahoo.com wrote: Wondering

Re: [flexcoders] Re: Streaming in LCDS

2009-07-10 Thread niamath basha
hey there is no reply you just replied blank.. With Regards, Niamath Basha www.niamathbasha.wordpress.com On Fri, Jul 10, 2009 at 12:50 AM, Shailesh Mangal shailesh.man...@gmail.com wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, niamath basha niamathba

Re: [flexcoders] java data send to flex issue

2009-07-10 Thread niamath basha
try to create an object in flex similar to java return object With Regards, Niamath Basha www.niamathbasha.wordpress.com 2009/7/10 j2me_soul j2me_s...@163.com This is my data structure at back-end using java, ArrayList HashTable(keys, values); HashTable(keys

Re: [flexcoders] setStyle not valid

2009-07-09 Thread niamath basha
small mistake use fontSize styleLabel.setStyle(fontSize, 72); With Regards, Niamath Basha www.niamathbasha.wordpress.com 2009/7/8 j2me_soul j2me_s...@163.com I try to change the style at runtime mx:Button x=38 y=44 label=为中国喝彩 click=butClickHandler(event)/ mx:Label id=styleLabel text

[flexcoders] Streaming in LCDS

2009-07-09 Thread niamath basha
out. With Regards, Niamath Basha www.niamathbasha.wordpress.com

Re: [flexcoders] List ScrollToIndex does not work for last item in List

2009-07-08 Thread niamath basha
); } ]] /mx:Script mx:List id=li x=171 y=246 height=27 width=183 / mx:Label x=171 y=293 text=Enter Index number:/ mx:TextInput id=index x=290 y=291 width=64/ mx:Button x=228 y=329 label=Submit click=scrollTo(parseInt(index.text))/ /mx:Application With Regards, Niamath Basha On Sat, Jul 4, 2009

Re: [flexcoders] Problem with calling customcomponent second time.

2009-07-08 Thread niamath basha
don't call it on creationComplete instead call it on 'show' event. With Regards, Niamath Basha www.niamathbasha.wordpress.com On Wed, Jul 8, 2009 at 12:55 PM, Ganesh Suyampirakasam ganesh.suyampiraka...@yahoo.co.in wrote: Hi I have two Link button, First button contain canvas

Re: [flexcoders] HELP PLS

2009-07-06 Thread niamath basha
I think it will be helpful http://www.adobe.com/devnet/flex/quickstart.html i started from here itself With Regards, Niamath Basha On Fri, Jul 3, 2009 at 10:47 PM, Vivian Richard kanps...@gmail.com wrote: http://www.adobe.com/devnet/flex/videotraining/ On Fri, Jul 3, 2009 at 8:21 AM

Re: [flexcoders] Moving tabs in the TabNavigator

2009-07-02 Thread niamath basha
Hi Wally In TabNavigator componet use tabOffset property to get your required output. With Regards, Niamath Basha On Thu, Jul 2, 2009 at 5:53 PM, Wally Kolcz wko...@isavepets.com wrote: Normally when you have a tab navigator, the tabs start from left to right. I see that you can offset

[flexcoders] LCDS and JMS topics

2009-07-01 Thread niamath basha
topic i can just subscribe to STOCK so by this i will get all messages published on STOCK. With Regards, Niamath Basha

[flexcoders] Changing Channel for JMS adapter in LCDS

2009-06-30 Thread Niamath Basha
hi, Default configuration of JMS adapter in LCDS is configured to rtmp channel. Now I want to change the Channel from rtmp to nio-amf-poll. Can I change the Channel for JMS adapter? If yes how can I achive that. Thanks

Re: [flexcoders] Re: Spell Checking

2008-03-26 Thread Niamath Basha
thank you very much ya i saw that site in that google toolbar spell check api is using if i use that api when the version of that api changes does it work well? Regards, Niamath Basha... - Original Message From: caffeinewabbit [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent

[flexcoders] Locking row

2008-03-26 Thread Niamath Basha
hi all In flex 3 how to lock first column which user is viewing first column view means if user scroll to right and he lock the column then first column which he was viewing must be locked similar to MS Exel - View - Window - Freeze column Regards, Niamath Basha

[flexcoders] Spell Checking

2008-03-24 Thread Niamath Basha
hi all, i want to implement spell check in my application there is dictionary tag in util.flash i don't know how use, can that tag be helpful.. any one plz guide me i don't have any idea to implement this. thank you Regards, Niamath Basha

[flexcoders] DataGrid rows to column

2007-10-30 Thread niamath basha
Hi all, I am new to flex2(fresher), I have one application in which there will be two datagrids like UserId FirstName LastName e-mailId i want to convert this datagird to other datagrid like UserId0123 FirstName John LastName Smith e-mailId [EMAIL PROTECTED] can any one

[flexcoders] dataGrid

2007-10-29 Thread niamath basha
Can we get the values of datagrid to an array or arraycollection

[flexcoders] can we convert rows of datagrid to columns in other datagrid

2007-10-27 Thread niamath basha
Hi I have one simple task I have one DataGrid with rows I want to convert each row into one column in another datagrid when i click on perticular row. plz help me