[flexcoders] AutoComplete ComboBox

2009-09-29 Thread yogesh patel
Hi,
 I have AutoComplete ComboBox with dataprovider 
ICollectionView,when i type some junk text in this component which is not in 
the dataprovider and press TAB then the first element gets selected,how can i 
varify that the typed text is not in the dataprovider and give message like 
text is not avaliable.


Thanks  Regards,
Yogesh Patel


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

Re: [flexcoders] AutoComplete ComboBox

2009-09-29 Thread Jeffry Houser


What component are you using?

The Flextras AutoCompleteComboBox should not be doing that, and I 
cannot replicate the functionality.  I'm unaware of any other 
AutoCompleteComboBoxes built in Flex. 


More info here: http://www.flextras.com/?event=ProductHomeProductID=10

yogesh patel wrote:
 


Hi,
 I have AutoComplete ComboBox with dataprovider 
ICollectionView,when i type some junk text in this component which 
is not in the dataprovider and press TAB then the first element gets 
selected,how can i varify that the typed text is not in the 
dataprovider and give message like text is not avaliable.



Thanks  Regards,
Yogesh Patel


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





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



Re: [flexcoders] AutoComplete ComboBox

2009-09-29 Thread yogesh patel
I am using  Flextras AutoCompleteComboBox 

--- On Tue, 29/9/09, Jeffry Houser j...@dot-com-it.com wrote:

From: Jeffry Houser j...@dot-com-it.com
Subject: Re: [flexcoders] AutoComplete ComboBox
To: flexcoders@yahoogroups.com
Date: Tuesday, 29 September, 2009, 11:47 AM






 





  





 What component are you using?



 The Flextras AutoCompleteComboBo x should not be doing that, and I
cannot replicate the functionality.  I'm unaware of any other
AutoCompleteComboBo xes built in Flex.  



 More info here:
http://www.flextras .com/?event= ProductHomeProductID=10 



yogesh patel wrote:
 

  
  
  

  
Hi,

 I have AutoComplete ComboBox with dataprovider
ICollectionView ,when i type some junk text in this component
which is not in the dataprovider and press TAB then the first element
gets selected,how can i varify that the typed text is not in the
dataprovider and give message like text is not avaliable.





Thanks  Regards,

Yogesh Patel


  

  
  

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


-- 
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.theflexs how.com
http://www.jeffryho user.com
--
Part of the DotComIt Brain Trust



 

  




 
















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

Re: [flexcoders] AutoComplete ComboBox

2009-09-29 Thread Jeffry Houser


Thanks for checking us out then.  Can you provide me with a 
reproducible case? 

When I type some gibberish so that nothing is selected and use the tab 
key to lose focus, the first item is not selected.  If I do so in debug 
mode, the selectedIndex still stays at -1 and the selectedItem is null. 

If you want the typeAheadText to clear itself out when the user tabs 
away from the control and if nothing was selected, you can listen to the 
focusOut event and do something like this


public function onFocusOut():void{
if(ACCB.selectedIndex == -1){
 ACCB.autoCompleteSetTypeAheadText('');
}
}

Does that help?

yogesh patel wrote:
 


I am using Flextras AutoCompleteComboBox

--- On *Tue, 29/9/09, Jeffry Houser /j...@dot-com-it.com/* wrote:


From: Jeffry Houser j...@dot-com-it.com
Subject: Re: [flexcoders] AutoComplete ComboBox
To: flexcoders@yahoogroups.com
Date: Tuesday, 29 September, 2009, 11:47 AM

 



 What component are you using?

 The Flextras AutoCompleteComboBo x should not be doing that, and
I cannot replicate the functionality.  I'm unaware of any other
AutoCompleteComboBo xes built in Flex. 


 More info here: http://www.flextras .com/?event=
ProductHomeProductID=10

yogesh patel wrote:

 


Hi,
 I have AutoComplete ComboBox with dataprovider
ICollectionView ,when i type some junk text in this component
which is not in the dataprovider and press TAB then the first
element gets selected,how can i varify that the typed text is not
in the dataprovider and give message like text is not avaliable.


Thanks  Regards,
Yogesh Patel


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



-- 
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.theflexs how.com
http://www.jeffryho user.com
--
Part of the DotComIt Brain Trust


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





--
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] Autocomplete Combobox

2009-09-15 Thread yogesh patel
Hi,
    Is there any component for  AutoComplete Combobox for dataprovider 
ICollectionView is availlable?



  See the Web#39;s breaking stories, chosen by people like you. Check out 
Yahoo! Buzz. http://in.buzz.yahoo.com/

[flexcoders] Autocomplete Combobox

2009-09-15 Thread yogesh patel



Hi,
    Is there any component for  AutoComplete Combobox for dataprovider 
ICollectionView is availlable?


   Love Cricket? Check out live scores, photos, video highlights and more.  
Click here.


  Try the new Yahoo! India Homepage. Click here. http://in.yahoo.com/trynew

Re: [flexcoders] Autocomplete Combobox

2009-09-15 Thread Jeffry Houser


You should check out our AutoCompleteComboBox at 
http://www.flextras.com/?event=ProductHomeproductID=10 .  You can 
register and download a free developer edition to prove the component 
works in the context of your application.


It supports dataProviders of any type, as with most Flex Framework 
components that support a dataProvider.  The filterFunction is exposed 
as an API so if you don't want to use the default filtering, you can 
have complete control.  Additionally, if you want to  use a remote data 
set instead of filtering after every keystroke you can do that too. 


yogesh patel wrote:
 


Hi,
Is there any component for  AutoComplete Combobox for 
dataprovider ICollectionView is availlable?




Love Cricket? Check out live scores, photos, video highlights and 
more. Click here 
http://in.rd.yahoo.com/tagline_cricket_2/*http://cricket.yahoo.com.




--
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] AutoComplete Combobox

2005-07-12 Thread charlespaz1
The ComboBox, when not set editable=true, will jump to the list item
that starts with the typed character.  However, when editable is set
to true, it no longer works.  Is there an easy way to get an editable
ComboBox to autocomplete, or does it have to programmed from scratch?

Thanks




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] AutoComplete Combobox

2005-07-12 Thread Matt Chotin










Unfortunately this is something youll
have to build yourself. If I were inclined to look for some undocumented
support I might remember that the ComboBox dropdown is a List which is a
subclass of ScrollSelectList. I then might consider using one of those
undocumented techniques to view the source of ScrollSelectList and looking for
a function that might help me out, something with a name starting with find
for example. Then I might curse Matt for being so oblique but still be glad
that I got pointed on a way to start J



Matt











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of charlespaz1
Sent: Tuesday, July 12, 2005 4:03
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] AutoComplete
Combobox





The ComboBox, when not set editable=true, will jump to the
list item
that starts with the typed character.
However, when editable is set
to true, it no longer works. Is there an
easy way to get an editable
ComboBox to autocomplete, or does it have to
programmed from scratch?

Thanks




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com



  
  





  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.