[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 prevent with this two 
character issue?


Regards,
Yogesh Patel


Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download 
Now! http://messenger.yahoo.com/download.php

[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.




[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. 
http://in.overview.mail.yahoo.com/

[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 complex), dropping in a textinput to allow 
the user to enter a number of days, which would select the date X days from the 
selectedDate in the DateChooser (dategrid)

--- In flexcoders@yahoogroups.com, Jeffry Houser j...@... wrote:

  There are too things that crop to mind.  First, if you just want the 
 user to select the number of days, isn't that an integer in a 
 TextInput?  I'm assuming that is the wrong path, so...
 
  You might be describing allowMultipleSelection which can allow the user 
 to select multiple days in the DateChooser.  Additionally, check out 
 allowDisjointSelection, selectedRange, and selectedRanges
 
 http://livedocs.adobe.com/flex/3/langref/mx/controls/DateChooser.html#allowMultipleSelection
 http://livedocs.adobe.com/flex/3/langref/mx/controls/DateChooser.html#allowDisjointSelection
 http://livedocs.adobe.com/flex/3/langref/mx/controls/DateChooser.html#selectableRange
 http://livedocs.adobe.com/flex/3/langref/mx/controls/DateChooser.html#selectedRanges
 
 GarethA wrote:
   
 
  We have a limited amount of space in our app, so the DateChooser 
  calendar pop up is probably our best option right now. We want to 
  allow the user to select number of days and change the date based 
  upon the number of days the user selected. I was trying to figure out 
  a way to include this functionality inside the calendar that pops up 
  in order to save a little more real estate on the page (and make my 
  own component for it).
 
  --- In flexcoders@yahoogroups.com 
  mailto:flexcoders%40yahoogroups.com, Jeffry Houser jeff@ wrote:
  
  
   What type of modifications do you want?
  
   There is some localization customization of the DateChooser, with
   monthNames, monthSymbol, and I think a few other properties. I think
   there is a dayNames property too.
  
   I've been building a Calendar component as part of ongoing The Flex
   Show video series (
   http://www.theflexshow.com/blog/index.cfm/Fifteen-Minutes-With-Flex 
  http://www.theflexshow.com/blog/index.cfm/Fifteen-Minutes-With-Flex )
   and a more advanced version just went up for prerelease sale at
   Flextras.com . If you think something like that would suit your needs,
   I'd love to learn more and possibly get you on our beta program and
   discuss your needs further.
  
   GarethA wrote:
   
   
Just wondering if anyone knows a way to modify the DateChooser
calendar that pops up. I looked through the file but didn't see any
reference to any kind of factory or renderer that would accept a new
calendar. If not, anyone have any other potential solutions?
Thanks.
   
   
  
   --
   Jeffry Houser, Technical Entrepreneur
   Adobe Community Expert: http://tinyurl.com/684b5h 
  http://tinyurl.com/684b5h
   http://www.twitter.com/reboog711 http://www.twitter.com/reboog711 
  | Phone: 203-379-0773
   --
   Easy to use Interface Components for Flex Developers
   http://www.flextras.com?c=104 http://www.flextras.com?c=104
   --
   http://www.theflexshow.com http://www.theflexshow.com
   http://www.jeffryhouser.com http://www.jeffryhouser.com
   --
   Part of the DotComIt Brain Trust
  
 
  
 
 -- 
 Jeffry Houser, Technical Entrepreneur
 Adobe Community Expert: http://tinyurl.com/684b5h
 http://www.twitter.com/reboog711  | Phone: 203-379-0773
 --
 Easy to use Interface Components for Flex Developers
 http://www.flextras.com?c=104
 --
 http://www.theflexshow.com
 http://www.jeffryhouser.com
 --
 Part of the DotComIt Brain Trust





[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. How do I do that?

Regards...