[flexcoders] how to achieve Apple Spotlight effect

2009-01-12 Thread kaushal.shah05
How can I modify the current Adobe autocomplete component to act more like Apple Spotlight where the results that display as you type are categorized?

[flexcoders] Re: Multiple filters on datagrid

2009-05-22 Thread kaushal.shah05
I'm also trying something similar, but with various components: http://s256908546.onlinehome.us/datagrid/am_post.html I can't get the filtering to work correctly. --- In flexcoders@yahoogroups.com, alinmircea_s alinmirce...@... wrote: From what I understand, is this what you're looking for?

[flexcoders] Filtering multiple conditions in an arraycollection

2009-05-22 Thread kaushal.shah05
I want to filter a datagrid by multiple criteria. I would like to have several types of components (checkbox, slider, textfield, etc) to filter, each one set to filter a particular datafield (asset_status, serial, tagsee data structure) in the arraycollection. The filterfunction

[flexcoders] degrafa capacity indicator resizing

2009-08-17 Thread kaushal.shah05
does anyone know how to dynamically change the size of the indicator bar? binding variables to the width and height did not work. I also tried changing the surface component but no luck below is the isolated capacity indicator bar code. !-- Graphics and Paint for the inner bars and

[flexcoders] Re: degrafa capacity indicator resizing

2009-08-18 Thread kaushal.shah05
Below is the link to the application: http://degrafa.org/source/CapacityIndicator/CapacityIndicator.html --- In flexcoders@yahoogroups.com, kaushal.shah05 kshah0...@... wrote: does anyone know how to dynamically change the size of the indicator bar? binding variables to the width

[flexcoders] Re: degrafa capacity indicator resizing

2009-08-24 Thread kaushal.shah05
I've tried using States to zoom in/out but no luck. Full code below: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute xmlns=http://www.degrafa.com/2007; xmlns:reflector=com.rictus.reflector.*

[flexcoders] filtering advanced datagrid

2009-09-11 Thread kaushal.shah05
how do you filter an advanced datagrid? I've tried myself with no luck. I can only get filter the fist node in the tree. there are not too many resources out there for the Flex adv datagrid. Adobe should really focus on it as it's always a requirement in the corporate world. (This is the

[flexcoders] Re: filtering advanced datagrid

2009-09-15 Thread kaushal.shah05
Here is the link to the app: http://s256908546.onlinehome.us/advgrid/advgridfilter.html --- In flexcoders@yahoogroups.com, kaushal.shah05 kshah0...@... wrote: how do you filter an advanced datagrid? I've tried myself with no luck. I can only get filter the fist node in the tree