Is this a s:List bug?

Flash Builder 4
If you have a
<s:List
layout as TileLayout, with a itemRenderer.
click on a button it filters the AC.
adds scroll bar because there are more objects then displayable.
click on button it filters the AC.
removes scroll bar because there are less objects then displayable.
THIS IS WHERE IT GOES weird!
click on a button it filters it.
There are obviously more objects then displayable but the scroll bars don't get re-added !
I have a label bound to the length of the AC to tell me how many are supposed to be showing up.
Spent atleast a full day messing around with this.

<?xml version="1.0" encoding="utf-8"?>
<s:Application 
xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="
library://ns.adobe.com/flex/spark" xmlns:mx="
library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" creationComplete="onCreationComplete()">
<fx:Script>
<![CDATA[
import mx.collections.ArrayCollection; 
Bindable] 
private var acTest:ArrayCollection 
private var tempArray:Array = [ {city:
'c1', state:'s1', whatever:'a'},{city:
'c2', state:'s1', whatever:'a'},{city:
'c3', state:'s1', whatever:'a'},{city:
'c4', state:'s1', whatever:'a'},{city:
'c5', state:'s1', whatever:'a'},{city:
'c6', state:'s1', whatever:'a'},{city:
'c7', state:'s1', whatever:'a'},{city:
'c8', state:'s1', whatever:'a'},{city:
'c9', state:'s1', whatever:'a'},{city:
'c10', state:'s1', whatever:'a'},{city:
'c11', state:'s2', whatever:'a'},{city:
'c12', state:'s2', whatever:'a'}]; 
private function onCreationComplete():void{
var _acTest:ArrayCollection = new ArrayCollection(tempArray);acTest = _acTest
private var mySearchCriteria:String; 
private function s1Clicked():void{
mySearchCriteria =
"s1"; 
acTest.filterFunction = myFilterFunction;
acTest.refresh();
private function s2Clicked():void{
mySearchCriteria =
"s2"; 
acTest.filterFunction = myFilterFunction;
acTest.refresh();
private function myFilterFunction(obj:Object):Boolean{
return (obj.state == mySearchCriteria);}
]]>
</fx:Script>
 <s:List id="tlTest" dataProvider="{acTest}" visible="true" itemRenderer="renderers.tlAdsRenderer" width="70" height="452" x="64" y="10">  
<s:layout>
 <s:TileLayout/>  
</s:layout>  
</s:List>
 <s:Button x="9" y="519" label="filter S1" click="s1Clicked()"/>
 <s:Button x="113" y="519" label="filter S2" click="s2Clicked()"/>
 <s:Label x="23" y="486" text="RETURN : {acTest.length}"/></s:Application>

Similar Messages

  • Wish list / Bugs for E61 Firmware......

    hi, just trying to see if this is a good way to feedback to nokia.....Feel free to endorse or add to the list....hehe
    Wish List
    1. A2DP
    2. Sip can use access point group
    3. Time of SMS to show sender sending time instead of receiving time.
    4. Can choose to search by 1st char of name in contacts
    Bugs
    1.

    I just got my new E-61 yesterday. It still on ver 1 firmware. I bought it on ebay India, its product code is 0530151 (which I believe is a "Euro Silver"). Its a made in Finland piece having "english" and "nederlands" as the two languages. NSU shows updates available but I am scared to death to try that out (all those KB remapping issue scare me) and so I will wait till I am comfortable with the phone.
    I notice a few bugs already
    1) I made a new profile but if I chose it instead of General, I lose out on having the date in Active Standby page. Considering that there are acres of unused space, its strange that Nokia will do it by design.
    2) The voice recorder button is very easy to press by mistake and there seem no way to stop these accidental recordings.
    3) If I chose Tools-Setting-Network-Cell Info Display as "ON", I am supposed to get my carrier supplied location text on the screen but it comes momentarily and then gets hidden due to the fact that bluetooth icon obscures it. Even if I keep bluetooth OFF, it still shows cell info part only momentarily. This looks like a bug to me.
    4) WLAN and GPRS connection don't close when I close the Nokia browser. Is this by design? In my earlier 6670 I was using Opera and there when I used to exit the connection will close automatically.

  • Downloads list bug when Toolbar is hidden

    When I hide the Toolbar (to conserve space) I can't open the Downloads list neither from menu nor with a keyboard shortcut. When I temporarily show the Toolbar by pressing cmd + l and press the downloads button, the list pops up but then hides and scrolls the window up.
    When I show the Toolbar permanently and click on the Downloads icon, the list appears partially in my screen's bottom left corner. This is definitely a bug but I don't know where to submit it.

    Hi..
    From your Safari menu bar top of your screen (not in full scree mode) click Safari > Submit Bugs to Apple
    BTW, as a workaround you can view the contents of the Downloads folder in a Finder window.

  • N82 recent calls list bug

    I have noticed in the recent calls list on my N82 that a mobile phone icon is shown no matter what type of call you have made or received, eg: if you make or receive a call to or from a home/telephone number that is listed in your contacts, you will only see the mobile phone icon in the recent calls list, this is a major firmware bug because when you check your recent calls you won't be able to tell if the call dialed or received was from or to a mobile or home/telephone number.
    Can someone confirm this is infact a bug, or am i the only one.
    Thanks!
    Phone: Nokia 5800 ExpressMusic (RM-356)
    Firmware: 40.0.005

    30-Jan-2008 12:58 PM
    genesis wrote:
    I have noticed in the recent calls list on my N82 that a mobile phone icon is shown no matter what type of call you have made or received, eg: if you make or receive a call to or from a home/telephone number that is listed in your contacts, you will only see the mobile phone icon in the recent calls list, this is a major firmware bug because when you check your recent calls you won't be able to tell if the call dialed or received was from or to a mobile or home/telephone number.
    Can someone confirm this is infact a bug, or am i the only one.
    Thanks!
    Yes, I've the same problem on my N82.
    This is not acceptable since this is a simple standard phone feature in today's mobile phone.
    I love my N82 except this BIG bug.

  • ORA-22805 - (inserting an XMl type FAILS) I suspect this is a oracle Bug

    We're using
    Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.7.0 - Production
    Basically when I try to execute the following
    dbms_xmlschema.registerschema
    ('MySchema.xsd',
    sys.UriFactory.getUri('/Location/MySchema.xsd'),
    genTables=>TRUE);
    this generates a table for us with the name "xmlt_ds_0"
    when we try to insert into this table, we get an error
    INSERT INTO tddb.xmlt_ds_0
    SELECT sys.xmltype.createschemabasedxml(mq.content, 'http://My.Schema.xsd')
    FROM message_queue mq
    WHERE mq.sys_id = 148100
    ORA-22805: cannot insert NULL object into object tables or nested tables
    Now this works for most xml files, it just one or two that fail, however these files that have failed are well formed, and valid (ie: conform to the scehema)
    however, if I try to do this
    create table tempTest of xmltype
    XMLSCHEMA "Myschema.xsd"
    ELEMENT "schedule"
    then insert into this
    INSERT INTO tempTest
    SELECT sys.xmltype.createschemabasedxml(mq.content, 'http://My.Schema.xsd')
    FROM message_queue mq
    WHERE mq.sys_id = 148100
    Basically, this works for the same file, I just dont understand why it wouldn't work in the "resitering the schema" way. I strongly suspect this is a Oracle Bug
    Has any one encountered this before, any help would be appriciated.

    FIRST of all...
    If you create the table via registerschema, then you table will be created case-sensitive (in general take notice that with XMLDB everything can be / will be case-sensitive). So this means you will have to do things the following way (mark the double quotes):
    NSERT INTO tddb."xmlt_ds_0"
    SELECT sys.xmltype.createschemabasedxml(mq.content, 'http://My.Schema.xsd')
    FROM message_queue mq
    WHERE mq.sys_id = 148100Your statement (see below) will generate a table the default way, that is a table in uppercase
    create table tempTest of xmltype
    XMLSCHEMA "Myschema.xsd"
    ELEMENT "schedule"so ...this will create a table with the name "TEMPTEST".
    regarding the ORA-22805...
    - can you post the schema
    - can you post the values that cause the error...

  • When install iTunes 11.1.4   It says Apple Mobile Device Service service will not start.  It was started when I began the installation.  Is this an Apple software bug?

    When install iTunes 11.1.4   It says Apple Mobile Device Service service will not start.  It was started when I began the installation.  Is this an Apple software bug?

    I have this issue. It isn't the MSVCR80 issue. No matter what I do nothing will let me even INSTALL Apple Moblie Device. Further details are in my thread:
    https://discussions.apple.com/thread/5831093

  • We can figure this standard access list

    We can figure this standard access list that's important remember that we use a standard access list  want to block all traffic or permit all traffic from a particular
    source or destination let's take a look at this machine right here   that  is IP address say
    640-554 we want to stop him from going into the Ethernet interface I'm the ad man he made me midsummer block callers traffic he can get out anymore maybe this is even the internet out
    here we know people like their Internet access so to get back at them I'm a block it what I can do is I can use deny statement in my access list access list
    one did not .
    http://640-554cisco.com/

    Hi Suresh,
    ad 1) according to the documentation ( http://docs.oracle.com/cd/E28280_01/doc.1111/e26692/securityacls.htm#BEIIHJAH )
    "At least one of the following must be true for a user to be granted a particular permission:
    The user's name appears in the xClbraUserList metadata field with the appropriate permission.
    The user belongs to a group that appears in the xClbraAliasList metadata field with the appropriate permission.
    The user is part of an Enterprise role that appears in the xClbraRoleList metadata field with the appropriate permission."
    meaning that OOTB a user will be granted both Read permission as per user-granted permissions and RWD as per group-granted permissions (resulting into RWD because at the same level a union operation is used).
    I'd say that conceptually, the group assignment should not be used in your use-case, because you don't want to assign permissions to group's users, do you? You could create new groups, or use assignment of permissions per user.
    ad 2) check this: http://docs.oracle.com/cd/E28280_01/doc.1111/e26692/securityacls.htm#BEIIDCGD
    Using ACLs, regardless User or Group Access Lists, always impacts the performance. And, it is difficult to maintain. From the information at the link you may understand how it is implemented - basically, the execution of the query will be affected by: a) how many items have to be evaluated b) the length of strings (xClbraUserList, xClbraAliasList) to be evaluated.

  • My laptop crashed and it was an authorized computer for my iPhone.  How do I remove this from my list of computers?

    My laptop crashed and it was an authorized computer for my iPhone.  When I downloaded iTunes to my new laptop and authorized it, I see that my old laptop is included in the count of authorized computers.  How do I remove this from my list of computers?

    You do not, nor do you need to until you reach the limit of 5. Then you can deauthorize all.

  • Find: WARNING: Hard link count is wrong for /proc/1: this may be a bug

    hi all,
    when i 'find / -name abc' , it say:
    find: WARNING: Hard link count is wrong for /proc/1: this may be a bug in your
    filesystem driver.Automatically turning on find's -noleaf option. Earlier
    results may have failed to include directories that should have been
    searched.
    my kernel is 2.6.25, filesytem is ext2/boot ext3/other
    thank you!
    Last edited by wonglaye (2008-05-30 14:34:21)

    I'll highlight the important parts from that link for you:
    Question wrote:I routinely use "find / -name ......", so how do I eliminate /proc from the search path?
    Answer wrote:
    I almost always use the "-xdev" option to prevent 'find' from descending
    into file systems other than the ones I explcitly specified, e.g.,
         find -xdev / /usr /var ...
    It's pretty rare that I actually want to search my entire system, which
    would include a news spool, a seldom used MS-Windows file system,
    possibly a mounted CD or DVD, ..., and of course /proc.
    why_no_proc wrote:The problem with the link count in /proc is that it changes every time a
    process is created or terminates, so the number of directories that
    'find' sees during processing might not agree with the link count that
    it read at the start. I admit that doesn't seem terribly likely unless
    the system is quite busy, but it can certainly happen.
    Last edited by dyscoria (2008-05-31 11:11:19)

  • How can I disable the assistive touch programmatically ? This is like a bug. Though the Guided access is enabled a user can take screenshot of my application content. How can I solve this ? any idea ....

    How can I disable the assistive touch programmatically ? This is like a bug. Though the Guided access is enabled a user can take screenshot of my application content. How can I solve this ? any idea ....

    Question: Do you think the response from the support staff is correct? I mean, surely, I can't be the only CF user on a shared box whose other users need to modify the date and time within their applications. Even if they do it at the application level for their domain, surely it wouldn't affect mine, would it? That was what was implied by the support people, but I have a feeling they are way off, or covering for some goof-up on their end. I struggled like hell yesterday trying to get this to work and I did not get very far at all.
    I found an interesting tutorial here which does a comparison of time zones and, theoretically, this might do the trick. But if what the guy told me was nonsense then I won't bother with it. For the record, our calendar has been working fine for about a week now.

  • Is this a flash sound Bug?

    I made a simply Mp3 player.
    but this has a some bug.. (or flashplayer bug? ;;)
    first of all, watch this code...
    I have a test for each diffurence bitrate File.
    naming rule is [samplerate]-[bitrate].mp3
    It is works only that samplerate is 44Mhz
    Other case has occured complete event even they do not
    complete.
    is this a Flashplayer Bug? or my fault?
    p.s I'm not good in English

    the only supported samplerate's in flash are:
    "5 kHz", "11 kHz", "22 kHz", and "44 kHz".

  • Apple replaced my hard drive (1tb seagate) and now I can't access my Microsoft office because the license was compromised. is this fixable? or will we be adding this to the list of lawsuits..

    apple replaced my hard drive (1tb seagate) and now I can't access my Microsoft office because the license was compromised. is this fixable? or will we be adding this to the list of lawsuits..

    You can reinstall MS using your install disk(s) and the original registration key(s).
    As for your threat, you might want to read the Software License Agreement as well as the Hardware warranty. They are available here:
    http://www.apple.com/legal/sla/
    Here is an excerpt from the SLA:
    8. Disclaimer of Warranties. YOU EXPRESSLY ACKNOWLEDGE AND AGREE THAT, TO THE EXTENT PERMITTED BY APPLICABLE LAW, USE OF THE APPLE SOFTWARE AND ANY SERVICES PERFORMED BY OR THROUGH THE APPLE SOFTWARE (COLLECTIVELY “SERVICES”) IS AT YOUR SOLE RISK AND THAT THE ENTIRE RISK AS TO SATISFACTORY QUALITY, PERFORMANCE, ACCURACY AND EFFORT IS WITH YOU. EXCEPT FOR THE LIMITED WARRANTY ON MEDIA SET FORTH ABOVE AND TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE APPLE SOFTWARE AND SERVICES ARE PROVIDED “AS IS” AND “AS AVAILABLE”, WITH ALL FAULTS AND WITHOUT WARRANTY OF ANY KIND, AND APPLE AND APPLE'S LICENSORS (COLLECTIVELY REFERRED TO AS “APPLE” FOR THE PURPOSES OF SECTIONS 8 and 9) HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH RESPECT TO THE APPLE SOFTWARE AND SERVICES, EITHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE, OF ACCURACY, OF QUIET ENJOYMENT, AND NON-INFRINGEMENT OF THIRD PARTY RIGHTS. APPLE DOES NOT WARRANT AGAINST INTERFERENCE WITH YOUR ENJOYMENT OF THE APPLE SOFTWARE AND SERVICES, THAT THE FUNCTIONS CONTAINED IN, OR SERVICES PERFORMED OR PROVIDED BY, THE APPLE SOFTWARE WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION OF THE APPLE SOFTWARE OR SERVICES WILL BE UNINTERRUPTED OR ERROR- FREE, THAT ANY SERVICES WILL CONTINUE TO BE MADE AVAILABLE, THAT THE APPLE SOFTWARE OR SERVICES WILL BE COMPATIBLE OR WORK WITH ANY THIRD PARTY SOFTWARE, APPLICATIONS OR THIRD PARTY SERVICES, OR THAT DEFECTS IN THE APPLE SOFTWARE OR SERVICES WILL BE CORRECTED. INSTALLATION OF THIS SOFTWARE MAY AFFECT THE USABILITY OF THIRD PARTY SOFTWARE, APPLICATIONS OR THIRD PARTY SERVICES. YOU FURTHER ACKNOWLEDGE THAT THE APPLE SOFTWARE AND SERVICES ARE NOT INTENDED OR SUITABLE FOR USE IN SITUATIONS OR ENVIRONMENTS WHERE THE FAILURE OR TIME DELAYS OF, OR ERRORS OR INACCURACIES IN THE CONTENT, DATA OR INFORMATION PROVIDED BY, THE APPLE SOFTWARE OR SERVICES COULD LEAD TO DEATH, PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE, INCLUDING WITHOUT LIMITATION THE OPERATION OF NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL, LIFE SUPPORT OR WEAPONS SYSTEMS. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY APPLE OR AN APPLE AUTHORIZED REPRESENTATIVE SHALL CREATE A WARRANTY. SHOULD THE APPLE SOFTWARE OR SERVICES PROVE DEFECTIVE, YOU ASSUME THE ENTIRE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES OR LIMITATIONS ON APPLICABLE STATUTORY RIGHTS OF A CONSUMER, SO THE ABOVE EXCLUSION AND LIMITATIONS MAY NOT APPLY TO YOU.
    9. Limitation of Liability. TO THE EXTENT NOT PROHIBITED BY APPLICABLE LAW, IN NO EVENT SHALL APPLE BE LIABLE FOR PERSONAL INJURY, OR ANY INCIDENTAL, SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES WHATSOEVER, INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, LOSS OF DATA, BUSINESS INTERRUPTION OR ANY OTHER COMMERCIAL DAMAGES OR LOSSES, ARISING OUT OF OR RELATED TO YOUR USE OR INABILITY TO USE THE APPLE SOFTWARE AND SERVICES OR ANY THIRD PARTY SOFTWARE OR APPLICATIONS IN CONJUNCTION WITH THE APPLE SOFTWARE, HOWEVER CAUSED, REGARDLESS OF THE THEORY OF LIABILITY (CONTRACT, TORT OR OTHERWISE) AND EVEN IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY FOR PERSONAL INJURY, OR OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY TO YOU. In no event shall Apple's total liability to you for all damages (other than as may be required by applicable law in cases involving personal injury) exceed the amount of fifty dollars ($50.00). The foregoing limitations will apply even if the above stated remedy fails of its essential purpose.

  • The Contact List bug/ph number filtering problem f...

    Hi im facing a problem with my nokia N95 8gb. the problem is Contact list related.
    such as
    I have stored a number is like 01920803355 in my contact list.and the number has saved as "Enderson". But if i dialed a number like 01930803355 then its show Enderson during calling/Incoming.though the number 01930803355 has not saved in my phone/sim at all. I thing its a number/name filtering bug for N95 8gb. beacuse here in this two numbers 10 digit same and only one digit is different. but the phone does not recoginize.
    Plz Nokia Check it out......

    it is actually a feature more than a problem ... and this is not limited to N95 8GB ... I think almost all nokia phones will have the same problem .. Nokia phones compare the last 7 digits of a number and ignore the first digits ... so if there is two different numbers that have the same last 7 digits, your phone will assume it is the same number... I think the idea behind this feature is to ignore the international code so if you dial a number with or without the international code it will be the same name ...
    but in your case, you suffered from the over-smart of this feature
    Message Edited by fhd4 on 21-May-2008 02:49 PM

  • Tables not in Query Builder table list bug?

    In HTML DB version 1.6.0.00.87 we have tables defined in our schema in our workspace. When we create a view and click on the [Query Builder] link, no tables are in the drop down list for our schema. Why? The schema is there. I can go into the SQL Workshop and query the records our of the tables, but they are not listed in the [Query Builder].
    I tried this same function but with my workspace at htmldb.oracle.com. The tables in my schema are listed there.
    Is this a bug that was fixed in version 1.6.1.00.02?

    There is one schema assigned to the workspace. That schema is listed in the pop-up window. Here are the steps I am doing:
    1.) Click on SQL Workshop
    2.) Click on Create Object
    3.) Click on View
    4.) The correct schema is listed in the Schema field. There is only one schema in the drop-down list for the Schema field.
    5.) Click on [Query Builder]. A separate browser window appears with the correct schema. There is only one value in the drop-down list for the schema. "- Select Table -" is in the TABLE field.
    6.) I click on the TABLE field to get a list of tables for the schema. Only "- Select Table -" is listed. No other tables are listed.
    I can cancel the Create View and return to the main page of the SQL Workshop. I can click on Tables to see what table are available. I select the correct SCHEMA and see the list of tables.
    I tried this in the same version of HTML DB (v 1.6.0.00.87) in a different database ie. a different HTML DB repository and received the same results, missing tables in the pop-up page
    I do not know why the tables do not list in the [Query Builder] for the Create View.

  • Wiki Mailing List Bug

    Hi Guys,
    I have a bug with wiki mailing list i do not know out there anyone have this bug or is how wiki mailing list works, I have them working fine for a few days and suddenly 1 day the mailing list will stop working and what i have to do is to restart the web services, i don't think is the correct way how this thing works just like to check out anyone out there has a quick fix rather then keep restarting the web services whenever the wiki mailing list stops working.

    Same problem here. I think it's a known bug with wikid.
    It's one of several "features" that doesn't seem to be very stable.
    We've had the same issue with server side mail rules and push notifications.
    In the case of the server side mail rules, I submitted a ticket to Apple about 6 weeks ago. They eventually told me they were sending the problem to Engineering. Last week they sent me an e-mail asking how this was impacting my organization.

Maybe you are looking for