[flexcoders] Re: quick filter for datagrid

2006-06-07 Thread tonyx_788
thanks i'been reading about sho's auto complete sample and i think it
wont be dificult to do it for datagrid i'll upload my file and give
you the url 

thanks for the help


--- In flexcoders@yahoogroups.com, Jeremy Lu [EMAIL PROTECTED] wrote:

 yap, directly migrating from b1 to b3 would be a huge pain, but
there's a
 migration script in beta2 which automatically do most of the job for you
 
  (but it's a unix shell script so you need cygwin on windows to use
it, if
 you have probelm setting that up, send me the file I can convert
that since
 I still have cygwin installed)
 
 then it's a snip to migrate from b2 to b3, guess this is the fact of
life
 for playing with beta proggy.
 
 ComboBox and DataGrid are both ListBased classes, so they shared
almost the
 same APIs, like getItem(), getItemAt() thru dataProvider, so it
should not
 be difficult to modify that sample to use Datagrid.
 
 
 
 On 6/7/06, tonyx_788 [EMAIL PROTECTED] wrote:
 
the problem is i'm almost finish with my project and the last time i
  tried to install beta3 it throw me lots of errors
  after i finish i'll install it
  the other thing is that sho's example it's only for comboboxes
  and i have a text input an a datagrid
 
 
  --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
Jeremy
  Lu wade.lu@ wrote:
  
   well, I'm not sure about that, why not ask Sho about it ?
  
   btw, as Flex2 is very close to release, why not port your
application to
   Beta3 ?
  
  
   On 6/6/06, tonyx_788 tonyx_788@ wrote:
   
Thanks for the fast reply Jeremy
but do you know if this works in Flex 2 Beta1
i only see it for beta 3
   
   
  
 
   
 








 Yahoo! Groups Sponsor ~-- 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/nhFolB/TM
~- 

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





[flexcoders] Re: quick filter for datagrid

2006-06-06 Thread tonyx_788
the problem is i'm almost finish with my project and the last time i
tried to install beta3 it throw me lots of errors
after i finish i'll install it
the other thing is that sho's example it's only for comboboxes
and i have a text input an a datagrid



--- In flexcoders@yahoogroups.com, Jeremy Lu [EMAIL PROTECTED] wrote:

 well, I'm not sure about that, why not ask Sho about it ?
 
 btw, as Flex2 is very close to release, why not port your application to
 Beta3 ?
 
 
 On 6/6/06, tonyx_788 [EMAIL PROTECTED] wrote:
 
  Thanks for the fast reply Jeremy
  but do you know if this works in Flex 2 Beta1
  i only see it for beta 3
 
 







 Yahoo! Groups Sponsor ~-- 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/nhFolB/TM
~- 

--
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] Re: quick filter for datagrid

2006-06-06 Thread Jeremy Lu



yap, directly migrating from b1 to b3 would be a huge pain, but there's a migration script in beta2 which automatically do most of the job for you(but it's a unix shell script so you need cygwin on windows to use it, if you have probelm setting that up, send me the file I can convert that since I still have cygwin installed)
then it's a snip to migrate from b2 to b3, guess this is the fact of life for playing with beta proggy.ComboBox and DataGrid are both ListBased classes, so they shared almost the same APIs, like getItem(), getItemAt() thru dataProvider, so it should not be difficult to modify that sample to use Datagrid.
On 6/7/06, tonyx_788 [EMAIL PROTECTED] wrote:









  



the problem is i'm almost finish with my project and the last time i
tried to install beta3 it throw me lots of errors
after i finish i'll install it
the other thing is that sho's example it's only for comboboxes
and i have a text input an a datagrid

--- In flexcoders@yahoogroups.com, Jeremy Lu [EMAIL PROTECTED] wrote:

 well, I'm not sure about that, why not ask Sho about it ?
 
 btw, as Flex2 is very close to release, why not port your application to
 Beta3 ?
 
 
 On 6/6/06, tonyx_788 [EMAIL PROTECTED] wrote:
 
  Thanks for the fast reply Jeremy
  but do you know if this works in Flex 2 Beta1
  i only see it for beta 3
 
 



  















__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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.



  






__,_._,___



[flexcoders] Re: quick filter for datagrid

2006-06-05 Thread tonyx_788



Thanks for the fast reply Jeremy
but do you know if this works in Flex 2 Beta1
i only see it for beta 3

--- In flexcoders@yahoogroups.com, Jeremy Lu [EMAIL PROTECTED] wrote:

 there's an excellent article on Sho Kuwamoto's blog @
 

http://kuwamoto.org/2006/04/03/flex-auto-complete-text-input-control-v06/
 
 it's not exactly what you want, but the way Sho filters the items in the
 Listbox may shed a light on your need.
 
 
 
 On 6/5/06, tonyx_788 [EMAIL PROTECTED] wrote:
 
  I everyone
  i think my cuestion is simple
 
 
  i have a datagrid with 1000 names (this names are in a xml file)
  what i one to do is to put an input text so when somebody
  is looking for a specific name he just start typing and the datagrid
  start showing only what is being type on the textinput
 
  one more thing i am using this for distribution on a cd so i don't
  think i can use any other language,
  can i?
 
 
 
 
 
 
 
 
 
  --
  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
 
 
 
 
 
 
 
 












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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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.



  












Re: [flexcoders] Re: quick filter for datagrid

2006-06-05 Thread Jeremy Lu




well, I'm not sure about that, why not ask Sho about it ?

btw, as Flex2 is very close to release, why not port your application to Beta3 ?
On 6/6/06, tonyx_788 [EMAIL PROTECTED] wrote:
Thanks for the fast reply Jeremybut do you know if this works in Flex 2 Beta1i only see it for beta 3

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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.



  






__,_._,___