[flexcoders] AutoComplete Component

2009-10-03 Thread yogesh patel
Hi, I have AutoComplete Component,i have value like "A" in dataprovider,when i enter "as" or "ad" in textinput of component, means two character begining with "a" and then press tab or enter than, "A" automatically gets selected,this is not producing with more than two character.How to prev

[flexcoders] Re: Lazy Loading AdvancedDataGrid

2009-10-03 Thread mrcaraion
You have to extend HierarchicalData class and override canHaveChildren and hasChildren to return true where you want to simulate children presence.

Re: [flexcoders] AutoComplete Component

2009-10-03 Thread Jeffry Houser
Which AutoComplete component are you using? To address the problem, you depend greatly on how the component is implemented, most likely overriding one of the keypress events. If you look at the Firefox address bar, an item in the drop down is not selected when you hit enter, but is selected

[flexcoders] Channels not allowing Flex clients to disconnects when network cable is unplugged or server connection is lost abruptly

2009-10-03 Thread jitendra jain
Hi friends,     Please go thru this link . I'm running with same problem. Any hint is heartly appreciated.   http://forums.adobe.com/thread/295988 Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 Connect more, do more and share more with Yahoo! India Mail. Learn more.

[flexcoders] reg-help to build sudoku application

2009-10-03 Thread venkatesh-
hello every one, can i use grid layout container to build sudoku application? if not what can i use to build that one..plz do answer the question... thanx in advance.

[flexcoders] Re: DateChooser Calendar pop up

2009-10-03 Thread GarethA
Yup, it's an integer, and that's my reasoning for wanting to modify the interface that the DateChooser shows to the user. I would want to do something along the lines of this http://srinivasannam.wordpress.com/2008/07/01/new-flex-calendar-controls/ but in the calendar pop up (not quite as comp

[flexcoders] rotate button

2009-10-03 Thread hworke
I am trying to create a vertical button!!! Basically a 90 degree rotation and embedded text will do that. But the problem is that rotation="90" command will rotate the button centering top left corner which is the x/y coordinate of the button. I do want to rotate it at the center of the button.