Re: Multi select combo

2016-04-22 Thread Jeffry Houser
Semi-related: A few years back a customer hired me to modify the Flextras AutoComplete to allow for multiple selection. https://github.com/Flextras/FlextrasComponents/tree/master/autoCompleteComboBox/Spark The code is available under the Apache license; but you'll have to built it into a

Re: Multi select combo

2016-04-22 Thread mark goldin
I will, thanks. On Fri, Apr 22, 2016 at 2:41 PM Vincent Sotto wrote: > have you tried hillelcoren advancedautocomplete showbrowse button? easy to > mod what you want > http://sketch-out.com/flexautocomplete/demo/#app=7b9d&c8f0-selectedIndex=3 > > On Fri, Apr 22, 2016 at 11:08 PM, mark goldin >

Re: Multi select combo

2016-04-22 Thread Vincent Sotto
have you tried hillelcoren advancedautocomplete showbrowse button? easy to mod what you want http://sketch-out.com/flexautocomplete/demo/#app=7b9d&c8f0-selectedIndex=3 On Fri, Apr 22, 2016 at 11:08 PM, mark goldin wrote: > I see, not a bad idea. > > On Fri, Apr 22, 2016 at 10:01 AM Tom Chiverton

Chain of events when checkbox is in List

2016-04-22 Thread mark goldin
I have a checkbox renderer in my List. Here is some relevant code: Checkbox: http://www.adobe.com/2006/mxml";> What's happening is that filterChanged fires before onChange. Can be reversed? Thanks

Warning: JIRA may be having problems

2016-04-22 Thread Alex Harui
Hi, Due to a spam attack on Apache JIRA, many JIRA user account privileges have been temporarily suspended. So, you may not be able to file new issues or comment on them for the next day or so. Please just use email to communicate with us in the interim. Thanks, -Alex

Re: How to properly create a deep copy of XMLList

2016-04-22 Thread mark goldin
Yes, thanks. On Fri, Apr 22, 2016 at 10:18 AM Harbs wrote: > > var _copyXML:XML = orginalXML.copy(); > > http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/XML.html#copy%28%29 > > The same for XMLList: > > http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/XMLList

Re: How to properly create a deep copy of XMLList

2016-04-22 Thread Harbs
var _copyXML:XML = orginalXML.copy(); http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/XML.html#copy%28%29 The same for XMLList: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/XMLList.html#copy%28%29 On Apr 22, 2016, at 6:11 PM, mark goldin wrote: > I am u

How to properly create a deep copy of XMLList

2016-04-22 Thread mark goldin
I am using the following to create a copy of an XMLList: var _copyXML:XMLList = new XMLList(originalXML); but seems like when I remove elements form copy the original is gets affected too. So, how do I copy XMLLists? Thanks

Re: Multi select combo

2016-04-22 Thread mark goldin
I see, not a bad idea. On Fri, Apr 22, 2016 at 10:01 AM Tom Chiverton wrote: > We basically built a button that had label text of either the single > selected item, or "3 items" and the full list in the tooltip. > When it was clicked it would open an interface for selecting from the list. > > To

Re: Multi select combo

2016-04-22 Thread Tom Chiverton
We basically built a button that had label text of either the single selected item, or "3 items" and the full list in the tooltip. When it was clicked it would open an interface for selecting from the list. Tom On 22/04/16 13:56, mark goldin wrote: Users want to select multiple values from a c

Multi select combo

2016-04-22 Thread mark goldin
Users want to select multiple values from a combo box. Because of a limited vertical space I cannot change it to a list box or grid. Can I have a combo with checkboxes? If yes What would be shown in the combo when multiple items being selected? Thanks Sent from my Windows 10 phone

Re: Issue with ns:Accordion

2016-04-22 Thread Nemi
I have similar problem. Did you solve this? I think you can't use NavigatorContent with this (Spark) Accordion. In docs it says: /Do not use a NavigatorContent container outside of an MX navigator container./ What I need is