CustomList extends ListBase bug !!! Serious !!!

hi, listbase changed in sdk build 19786,
19786 + post like not released 20135 which is included in the prerelease flashbuilder
override protected function partAdded(partName:String, instance:Object):void
        super.partAdded(partName, instance);
        if (instance == dataGroup)
            // Not your typical delegation, see 'set useVirtualLayout'
            if (_useVirtualLayout && dataGroup.layout && dataGroup.layout.virtualLayoutSupported)
                dataGroup.layout.useVirtualLayout = true;
            dataGroup.addEventListener(
                RendererExistenceEvent.RENDERER_ADD, dataGroup_rendererAddHandler);
            dataGroup.addEventListener(
                RendererExistenceEvent.RENDERER_REMOVE, dataGroup_rendererRemoveHandler);
so, on  RendererExistenceEvent.RENDERER_ADD and REMOVE the handler functions are called.
Previously to that version eg. in
there is no internal handling when a item is added to the datagroup.
pre 19786
override protected function partAdded(partName:String, instance:Object):void
        super.partAdded(partName, instance);
        if (instance == dataGroup)
            // Not your typical delegation, see 'set useVirtualLayout'
            if (_useVirtualLayout && dataGroup.layout)
                dataGroup.layout.useVirtualLayout = true;
Some libs exists eg. the expander Toolkit or a Flex 4 Tabbar http://examples.flashdan.net/blog/posts/Flex%204%20TabBar/srcview/inde x.html
that  rely on the RendererExistenceEvent.RENDERER_ADD,  RendererExistenceEvent.RENDERER_REMOVE Event to trigger a different  behaviour.
In the above tabbar CustomTabBar Class which extends TabBar extends TabbarBase extends ListBase;  the following partAdded method is included:
It runs greate in pre versions of sdk 19786 but breaks completly in 19786!!!
Custom tabbar part added:
protected override function partAdded(partName:String, instance:Object):void {
            super.partAdded(partName, instance);
            if(instance == dataGroup){
                dataGroup.addEventListener(RendererExistenceEvent.RENDERER_ADD, dataGroup_rendererAddHandler);
                dataGroup.addEventListener(RendererExistenceEvent.RENDERER_REMOVE, dataGroup_rendererRemoveHandler);
                dataGroup.addEventListener(CustomTabBarCloseEvent.CLOSE_TAB, closeHandler);

Could you just remove these lines from your partAdded?
dataGroup.addEventListener(RendererExistenceEvent.RENDERER_ADD, dataGroup_rendererAddHandler);
dataGroup.addEventListener(RendererExistenceEvent.RENDERER_REMOVE, dataGroup_rendererRemoveHandler);

Similar Messages

  • Foo extends ListBase bug !!! Serious !!!

    hi, listbase changed in sdk build 19786,
    19786 + post like not released 20135 which is included in the prerelease flashbuilder
    override protected function partAdded(partName:String, instance:Object):void
            super.partAdded(partName, instance);
            if (instance == dataGroup)
                // Not your typical delegation, see 'set useVirtualLayout'
                if (_useVirtualLayout && dataGroup.layout && dataGroup.layout.virtualLayoutSupported)
                    dataGroup.layout.useVirtualLayout = true;
                dataGroup.addEventListener(
                    RendererExistenceEvent.RENDERER_ADD, dataGroup_rendererAddHandler);
                dataGroup.addEventListener(
                    RendererExistenceEvent.RENDERER_REMOVE, dataGroup_rendererRemoveHandler);
    so, on  RendererExistenceEvent.RENDERER_ADD and REMOVE the handler functions are called.
    Previously to that version eg. in
    there is no internal handling when a item is added to the datagroup.
    pre 19786
    override protected function partAdded(partName:String, instance:Object):void
            super.partAdded(partName, instance);
            if (instance == dataGroup)
                // Not your typical delegation, see 'set useVirtualLayout'
                if (_useVirtualLayout && dataGroup.layout)
                    dataGroup.layout.useVirtualLayout = true;
    Some libs exists eg. the expander Toolkit or a Flex 4 Tabbar http://examples.flashdan.net/blog/posts/Flex%204%20TabBar/srcview/inde x.html
    that  rely on the RendererExistenceEvent.RENDERER_ADD,  RendererExistenceEvent.RENDERER_REMOVE Event to trigger a different  behaviour.
    In the above tabbar CustomTabBar Class which extends TabBar extends TabbarBase extends ListBase;  the following partAdded method is included:
    It runs greate in pre versions of sdk 19786 but breaks completly in 19786!!!
    Custom tabbar part added:
    protected override function partAdded(partName:String, instance:Object):void {
                super.partAdded(partName, instance);
                if(instance == dataGroup){
                    dataGroup.addEventListener(RendererExistenceEvent.RENDERER_ADD, dataGroup_rendererAddHandler);
                    dataGroup.addEventListener(RendererExistenceEvent.RENDERER_REMOVE, dataGroup_rendererRemoveHandler);
                    dataGroup.addEventListener(CustomTabBarCloseEvent.CLOSE_TAB, closeHandler);

    Could you just remove these lines from your partAdded?
    dataGroup.addEventListener(RendererExistenceEvent.RENDERER_ADD, dataGroup_rendererAddHandler);
    dataGroup.addEventListener(RendererExistenceEvent.RENDERER_REMOVE, dataGroup_rendererRemoveHandler);

  • Extending JPanel bug?

    Hi,
    I have built a custom panel by extending JPanel. I have then set the layout of my custom panel to BorderLayout, and added 2 more panels: one in the center, one in the west. The one on the west has a button on it, the one in the center is empty, so that sub classes can add their own widgets to it. Whenever I create a new instance of either this panel or one of the sub classes I have created, and add it to another JPanel (with layout set to null), it only displays the custom panel and the background and border of it: it does not display the other panels that I have added to it. However when you resize the frame which holds the GUI (by clicking and dragging it at the edges), it displays the custom panel correctly.
    I am calling repaint method after adding the custom panel to the other one (the one with layout set to null). Is this display a bug in Java? If so, is their a way round it? Or is my code wrong?
    Thanks in advance for any advice.
    silverwatch.

    Yes layouting is often a headache.
    In general one adds components and calls pack in the JFrame to layout things. It seems you must call validate (invalidate?) before your repaint. A repaint(ms_delay) might be in order, if you are "in the message loop."

  • Photoshop CS6 Extended NAG bug

    Why is my PAID for and LICENCED version of PS CS6 STILL throwing up that blasted PS Extended trial screen? I have read about this before, and I thought that it had been fixed. I OWN my PS CS6, I PAID for it. I have NEVER wanted or downloaded the Extended vesion. Why am I getting pestered about this? I DON'T WANT IT. I have re-registered my LEGAL copy of CS6 numerous times now. My version is up to day..Ver 13.0.1, I am sick of this now. I have PAID for this programme..it is mine, and I don't want Extended version.

    Hi Jeff...yes, that is the same error screen.
    Best regards
    David Clifford
    Information contained in this transmission is confidential and is intended
    only
    for the named recipient(s). The review, re-transmission, dissemination or
    other
    use of this information by persons or entities other than the intended
    recipient(s) is not authorised. If you have received this transmission in
    error, please contact the sender and delete the message from your system.
    Please note that the sender accepts no responsibility for viruses that may
    be
    contained in this transmission and it is the responsibility of the recipient
    to scan any message and attachments (if any) for viruses.

  • BUG: serious date error

    I have a E71-1
    The date does not advance from Saturday to Sunday.
    Every time I turn the phone on when it is a Sunday, the phone will incorrectly display Saturday. For some reason the date does not roll-over.
    This has happened the last 3 weekends (I got my phone 3 weeks ago).

    22-Sep-2008 11:12 PM
    isambardmews wrote:
    OK possible causes:
    - I have the 'Abstract' theme installed
    - I have an Analog clock instead of digital
    - I am in the UK
    - I used GPS car navigation on the day the date error happens
    Any one have the same or different fact pattern to the above?
    Also, is there anyway to get this bug reported to an official Nokia representative?
    I'm in Italy (phone is no-brand and language is set to english), digital clock, I'm using one of the default themes (Light) and I don't use gps but I noticed that my E66 has the same date issue only when not plugged to the AC adapter. Maybe it has something to do with the phone not being truly off when charging...
    But it's extremely annoying!! I have to set a backup alarm just in case I forget to plug the AC by night.

  • [SOLVED]Xorg 1.10.902 upgrade - doesnt handle XI2 SD buttons...

    Hey everyone,
    I just wanted to let everyone know that the latest Xserver update from yesterday, is a bad one!
    Initially, you may not notice any problems. (which is probably how it made it through testing). However, anyone using any software that includes gestures, middle-clicks/right-clicks (with dragging) will probably notice this. and it's a big problem depending on what software you need to be able to use.
    I had originally posted about Easystroke being broken (found in AUR, gesture recognition software). as this is how i noticed the problem. That discussion was moved to AUR forum, but it's not an AUR problem. It is a problem in the "EXTRA" repo, and thus a problem for anybody who may have, or will upgrade yesterday/today!! 
    In general desktop usage, you may not notice the problem.  Basically, mouse clicks/dragging do not work properly when using Easystroke, Opera, Chrome, Maya2011...and a bunch of other applications, i would assume. it doesn't seem to affect the First mouse button (or in my case the tip of my Wacom Stylus).
    It is really noticeable in any applications that require "clicking/dragging"  with second/third mouse buttons held down.  Opera's navigation gestures do not work (hold down right-click and mouse your mouse) - usually you would get a big-black button on the screen, not anymore, it disappears instantly... in Easystroke your clicks will get held, and easystroke will not register a single input/gesture. In Maya2011, i am screwed until this is fixed.  
    you will be able to use your desktop just fine, but be aware xserver 1.10.902 should have never left testing! ...and you might want to wait to upgrade it until this problem ahs been fixed.
    The bug is upstream and apparently has been reported (upstream) by the people at Launchpad;
    https://bugs.launchpad.net/ubuntu/+sour … bug/757972
    It's not an Arch specific bug, so i didn't file a bug report. i just wanted to let everyone know, as it isn't obvious if your not using certain types of software and combinations of whatever type of input (mouse/tablet) you are using....
    jordan
    Last edited by triplesquarednine (2011-05-05 06:41:48)

    ejmarkow wrote:
    @triplesquarednine:  I've been having Xorg issues with my synaptics touchpad and cursor movement for a while now. The solution for me has been to constantly downgrade back to the latest working Xorg packages. Please see the following thread:
    Unusual Buggy 'Tabs' Behavior in Firefox & Pidgin Since Xorg Upgrade
    Yes, I've read that thread. I don't plan on downgrading.  I can deal until it is fixed.  it doesn't actually affect me that much, and
    I've been using MacOSX instead, for most of my work. Which is exactly why i still have OSX running, because it is rock solid and never gives me problems, ever   thus, it is a good fallback. (and most of the software i use in Linux, is also installed in OSX)
    Hopefully, this is resolved soon, it's been a couple of days ~ and i hope upstream is taking this bug seriously, as it is a really stupid bug, that could have easily been avoided - had the code been tested properly, before pushing it out the door.
    All that someone had to do, was try to do a mouse-grab, and they would have noticed... strange.
    I also don't get why it hasn't been pulled from the extra-repo?!?!?!??  clearly, it is a broken package, and should not be distributed, or be available as an update in the extra repo at all ~ this just seems stupid to me, someone has really dropped the ball here.
    jordan

  • Distribute to layers crashing flash 50% of the time.

    using the distribute to layers option constantly crashes me! I can use it ONCE after a restart of flash and after that it's a gamble wether it will crash or not...though more often than not it does.
    Anyone else having this issue? Any solutions or ways to avoid this? It's a huge pain to deal with this.

    Yes, it's unbelieveable...i'm getting sick of Adobe.. live up to your effing name, and start fixing some bugs. seriously.

  • Forms 5 Runtime crashes when using wheel mouse

    Hi,
    We get Invalid Page Faults when using a wheel mouse in Forms
    (Forms 5.0.6.8.0). When scrolling up to the first record the
    message 'At first record' occurs. Then we get a ORA-00001 error
    (!?), followed by the invalid page fault and forms runtime
    crashes. Other actions (scrolling down, scrolling up, but not to
    first record) work fine. I suppose there exist a patch to solve
    this problem, but I wasn't able to find it. Could someone please
    help me ?
    Thanks.
    Koen

    Crashing is normal Forms 5 behavior. Why should a wheel mouse
    make it better? :-)
    If you use Patch 10 (get it on metalink) for D2K Forms 5 on
    Windows (and a good mouse driver), this problem is almost gone.
    But be warned:
    Patch 10 introduces other more serious bugs (serious printing
    problems with HP printer, and such funny things as mysterious
    disappearing items items in large forms ... we stopped the
    rollout of Patch 19 half the way) , and these bugs
    will never be fixed 'cause D2K R2.1 is desupported since
    december 1999.
    So choose your fate.
    HTH Schlo
    BTW: There is a Patch 11, but it is not worth downloading.

  • Fpsane.cpp

    After changing the History chart length in waveform chart and trying to save the vi, an error message popped up and it reads as follows,
    Fatal Internal Error: "fpsane.cpp", line 397
    LabView 8.0
    Can anyone tell me what the problem is?

    I also get this error, which is totally annoying.
    I am currently working with some classes into a shared variable. After I add the variable to to routine, the LabView becomes really slow and crashes finally with the mentioned error.
    This bug seriously hampers my development progress!
    Bart
    Logfile:
    #Date: 2008 Feb 19 10:27:30 AM
    #OSName: Windows NT
    #OSVers: 5.1
    #AppName: LabVIEW
    #Version: 8.2
    #AppKind: FDS
    #AppModDate: 07/27/2006 11:08 GMT
    .\diagram\proptype.cpp(306) : DWarn: typeprop caused typeprop a third time! give up
    $Id: //labview/branches/Europa/dev/source/diagram/propt​ype.cpp#79 $
    0x0080305A - LabVIEW <unknown> + 0
    0x00D128A8 - LabVIEW <unknown> + 0
    0x00D13E4A - LabVIEW <unknown> + 0
    0x00C2AA85 - LabVIEW <unknown> + 0
    0x00F31429 - LabVIEW <unknown> + 0
    0x00F72B79 - LabVIEW <unknown> + 0
    0x0123EF6B - LabVIEW <unknown> + 0
    0x055D6CA4 - lvMax <unknown> + 0
    0x0559CF80 - lvMax <unknown> + 0
    0x748B560C - <unknown> <unknown> + 0
    *** Dumping Bread Crumb Stack ***
    Loading Z:\bart\LabVIEW\projects\CDM waveform monitor\1.05 LV8.2\Main window 800x600.vi
    *** End Dump ***
    .\diagram\proptype.cpp(306) : DWarn: typeprop caused typeprop a third time! give up
    $Id: //labview/branches/Europa/dev/source/diagram/propt​ype.cpp#79 $
    0x006C03F6 - LabVIEW <unknown> + 0
    0x006C01C2 - LabVIEW <unknown> + 0
    0x006C06CC - LabVIEW <unknown> + 0
    0x00C38C46 - LabVIEW <unknown> + 0
    0x00C48ADE - LabVIEW <unknown> + 0
    0x00C497C6 - LabVIEW <unknown> + 0
    0x004CCB39 - LabVIEW <unknown> + 0
    0x004D7C95 - LabVIEW <unknown> + 0
    0x004DAF97 - LabVIEW <unknown> + 0
    0x004E10B1 - LabVIEW <unknown> + 0
    0x00C14A89 - LabVIEW <unknown> + 0
    0x00C14C90 - LabVIEW <unknown> + 0
    0x00C172E6 - LabVIEW <unknown> + 0
    0x008032EF - LabVIEW <unknown> + 0
    0x00D128A8 - LabVIEW <unknown> + 0
    *** Dumping Bread Crumb Stack ***
    Loading Z:\bart\LabVIEW\projects\CDM waveform monitor\1.05 LV8.2\Main window 800x600.vi
    *** End Dump ***
    .\diagram\proptype.cpp(306) : DWarn: typeprop caused typeprop a third time! give up
    $Id: //labview/branches/Europa/dev/source/diagram/propt​ype.cpp#79 $
    0x006C03F6 - LabVIEW <unknown> + 0
    0x006C01C2 - LabVIEW <unknown> + 0
    0x006C070A - LabVIEW <unknown> + 0
    0x00B7BA47 - LabVIEW <unknown> + 0
    0x00CA8CCF - LabVIEW <unknown> + 0
    0x006C055A - LabVIEW <unknown> + 0
    0x006C01C2 - LabVIEW <unknown> + 0
    0x006C06CC - LabVIEW <unknown> + 0
    0x00C38C46 - LabVIEW <unknown> + 0
    0x00C48ADE - LabVIEW <unknown> + 0
    0x00C497C6 - LabVIEW <unknown> + 0
    0x004CCB39 - LabVIEW <unknown> + 0
    0x004D7C95 - LabVIEW <unknown> + 0
    0x004DAF97 - LabVIEW <unknown> + 0
    0x004E10B1 - LabVIEW <unknown> + 0
    *** Dumping Bread Crumb Stack ***
    Loading Z:\bart\LabVIEW\projects\CDM waveform monitor\1.05 LV8.2\Main window 800x600.vi
    *** End Dump ***
    .\diagram\proptype.cpp(306) : DWarn: typeprop caused typeprop a third time! give up
    $Id: //labview/branches/Europa/dev/source/diagram/propt​ype.cpp#79 $
    0x006C03F6 - LabVIEW <unknown> + 0
    0x006C01C2 - LabVIEW <unknown> + 0
    0x006C06CC - LabVIEW <unknown> + 0
    0x00C38C46 - LabVIEW <unknown> + 0
    0x00C14B7B - LabVIEW <unknown> + 0
    0x00C14C90 - LabVIEW <unknown> + 0
    0x00C172E6 - LabVIEW <unknown> + 0
    0x008032EF - LabVIEW <unknown> + 0
    0x00D128A8 - LabVIEW <unknown> + 0
    0x00D13E4A - LabVIEW <unknown> + 0
    0x00C2AA85 - LabVIEW <unknown> + 0
    0x00F31429 - LabVIEW <unknown> + 0
    0x00F72B79 - LabVIEW <unknown> + 0
    0x0123EF6B - LabVIEW <unknown> + 0
    0x055D6CA4 - lvMax <unknown> + 0
    *** Dumping Bread Crumb Stack ***
    Loading Z:\bart\LabVIEW\projects\CDM waveform monitor\1.05 LV8.2\Main window 800x600.vi
    *** End Dump ***
    .\diagram\proptype.cpp(306) : DWarn: typeprop caused typeprop a third time! give up
    $Id: //labview/branches/Europa/dev/source/diagram/propt​ype.cpp#79 $
    0x006C03F6 - LabVIEW <unknown> + 0
    0x006C01C2 - LabVIEW <unknown> + 0
    0x006C06CC - LabVIEW <unknown> + 0
    0x00B7BA5D - LabVIEW <unknown> + 0
    0x00803579 - LabVIEW <unknown> + 0
    0x00D128A8 - LabVIEW <unknown> + 0
    0x00D13E4A - LabVIEW <unknown> + 0
    0x00C2AA85 - LabVIEW <unknown> + 0
    0x00F31429 - LabVIEW <unknown> + 0
    0x00F72B79 - LabVIEW <unknown> + 0
    0x0123EF6B - LabVIEW <unknown> + 0
    0x055D6CA4 - lvMax <unknown> + 0
    0x0559CF80 - lvMax <unknown> + 0
    0x748B560C - <unknown> <unknown> + 0
    *** Dumping Bread Crumb Stack ***
    Loading Z:\bart\LabVIEW\projects\CDM waveform monitor\1.05 LV8.2\Main window 800x600.vi
    *** End Dump ***
    .\diagram\proptype.cpp(306) : DWarn: typeprop caused typeprop a third time! give up
    $Id: //labview/branches/Europa/dev/source/diagram/propt​ype.cpp#79 $
    0x006C03F6 - LabVIEW <unknown> + 0
    0x006C01C2 - LabVIEW <unknown> + 0
    0x006C06CC - LabVIEW <unknown> + 0
    0x00B7BA5D - LabVIEW <unknown> + 0
    0x00CAA12C - LabVIEW <unknown> + 0
    0x00CA8FA3 - LabVIEW <unknown> + 0
    0x00CA9515 - LabVIEW <unknown> + 0
    0x00CA9F42 - LabVIEW <unknown> + 0
    0x00D13F2F - LabVIEW <unknown> + 0
    0x00C2AA85 - LabVIEW <unknown> + 0
    0x00F31429 - LabVIEW <unknown> + 0
    0x00F72B79 - LabVIEW <unknown> + 0
    0x0123EF6B - LabVIEW <unknown> + 0
    0x055D6CA4 - lvMax <unknown> + 0
    0x0559CF80 - lvMax <unknown> + 0
    .\typedesc\TDOMIdRefnum.cpp(1373) : DWarn: Insane dataspace: contexts do not match for udclass type at data=0x08f820f0
    $Id: //labview/branches/Europa/dev/source/typedesc/TDOM​IdRefnum.cpp#23 $
    0x00501B06 - LabVIEW <unknown> + 0
    0x0050339B - LabVIEW <unknown> + 0
    0x0112DFDA - LabVIEW <unknown> + 0
    0x010C452B - LabVIEW <unknown> + 0
    0x010C452B - LabVIEW <unknown> + 0
    0x00C501E2 - LabVIEW <unknown> + 0
    0x0076BB5A - LabVIEW <unknown> + 0
    0x0076FCD9 - LabVIEW <unknown> + 0
    0x00C05721 - LabVIEW <unknown> + 0
    0x0076CFE5 - LabVIEW <unknown> + 0
    0x00C05721 - LabVIEW <unknown> + 0
    0x0076CD42 - LabVIEW <unknown> + 0
    0x007707DC - LabVIEW <unknown> + 0
    0x00CA9A5E - LabVIEW <unknown> + 0
    0x00CAA33B - LabVIEW <unknown> + 0
    *** Dumping Bread Crumb Stack ***
    sanity checking heap Z:\bart\LabVIEW\projects\CDM waveform monitor\1.05 LV8.2\Main window 800x600.vi
    sanity checking Z:\bart\LabVIEW\projects\CDM waveform monitor\1.05 LV8.2\Main window 800x600.vi
    *** End Dump ***
    Insane object at FPHP+10C in "Main window 800x600.vi": {dso } (0x200): Panel (FPSC)
    .\panel\fpsane.cpp(392) : DAbort: Fatal insanities(0x200) exist in ReportInsanities, 'Main window 800x600.vi'
    $Id: //labview/branches/Europa/dev/source/panel/fpsane.​cpp#35 $
    0x0076CEF3 - LabVIEW <unknown> + 0
    0x007707DC - LabVIEW <unknown> + 0
    0x00CA9A5E - LabVIEW <unknown> + 0
    0x00CAA33B - LabVIEW <unknown> + 0
    0x00CA8FA3 - LabVIEW <unknown> + 0
    0x00CA9515 - LabVIEW <unknown> + 0
    0x00CA9F42 - LabVIEW <unknown> + 0
    0x00D13F2F - LabVIEW <unknown> + 0
    0x00C2AA85 - LabVIEW <unknown> + 0
    0x00F31429 - LabVIEW <unknown> + 0
    0x00F72B79 - LabVIEW <unknown> + 0
    0x0123EF6B - LabVIEW <unknown> + 0
    0x055D6CA4 - lvMax <unknown> + 0
    0x0559CF80 - lvMax <unknown> + 0
    0x748B560C - <unknown> <unknown> + 0
    *** Dumping Bread Crumb Stack ***
    sanity checking heap Z:\bart\LabVIEW\projects\CDM waveform monitor\1.05 LV8.2\Main window 800x600.vi
    sanity checking Z:\bart\LabVIEW\projects\CDM waveform monitor\1.05 LV8.2\Main window 800x600.vi
    *** End Dump ***
    Message Edited by Bart_NLD on 02-19-2008 03:37 AM

  • IDSM-2 Hot-swapable?

    Hi Guys,
    I need some information!
    Is the IDSM2 hot-swappable in a Cisco 6509 Chassis?
    Recently I installed the IDSM2 on an Cisco 6509 Chassis (with two Sup720s in SSO mode). But chassis rebooted specifying that the
    "%C6K_PLATFORM-2-PEER_RESET: RP is being reset by the SP"
    After rebooting the secondary SUP became active.
    Can anyone give an explaination for this?
    Also Please do let me know whether the IDSM is hot-swappable or not?
    Prompt response will be appreciated.
    Thanks
    Anand

    If that the case, maybe it could be other things, even to the extend of bugs.
    As you're saying, the blade is properly shutdown and removed from the slot. This make the active SupEngine to go down, and standby takes over.
    With fresh idsm2 (not configured), this shouldn't happened. From my experience, I can always remove and put back the module without any issues with SupEngine.
    BTW, IDSM2 is confirmed hot-swap, and shouldn't caused any issue to the switch
    http://www.cisco.com/en/US/products/hw/modules/ps2706/products_data_sheet09186a00801e55dd.html
    Rgds,
    AK

  • Build 30 & The Redcode Native Workflow

    Anybody having ANY problems with The REDCODE NATIVE Workflow with footage originating from Build 30 RED One's? We're thinking about making it SOP, and I'd like to know what the downsides are.
    Thanks.

    Okay - I found the problem. A couple of things need to happen for this bug to occur. One is
    that you have to be using the the -d switch on the compiler. The other is more obscure. You need to be using an enum in a switch statement (without the classname prefix), and you need
    to leave out the import static... for that enum. It's only a problem if the enum only appears
    in the case <enum>: points. If you do something like System.out.println("enum = " + <enum>)
    the compiler correctly identifies it as an unknown identifer. I consider this bug serious because
    although it is easy to work around if you're just using javac, if you're using ant, ant will simply refuse to build because the compiler keeps crashing, and it's not obvious where this problem is occuring.
    Neal - should I file a bug report on this?
    -Eric

  • Animate List component

    hello everyone,
    I've been working with Flex 3 for over a year and really want
    to get into customizing components the best way possible, so i've
    been digging into the classes. my first task is to create a smooth
    tween when scrolling a List component instead of the default
    "jumping" motion. So i decided to extend the list and do some
    function overriding:
    override protected function moveRowVertically(i:int,
    numCols:int, moveBlockDistance:Number):void
    var r:IListItemRenderer;
    trace(String(listItems
    [j]));
    for (var j:int = 0; j < numCols; j++)
    r = listItems[j];
    prev_y
    = r.y + moveBlockDistance;
    //trace(r.y +" "+(r.y+ moveBlockDistance)+" "+prev_y);
    TweenMax.to(r,0.5,{y:(r.y +
    moveBlockDistance),ease:Sine.easeOut});
    //r.move(r.x, r.y + moveBlockDistance);
    rowInfo
    .y += moveBlockDistance;
    I've found moveRowVertically to be the method that actually
    does the vertical row movement (called from the scrollVertically
    method in the ListBase class). As you can see, i've added the
    TweenMax where the object's move method was. This works
    normally when the tween time is set to 0 sec, the List scroll
    effect is the same as the stock component. But when TweenMax.to is
    changed to 0.5 sec, the animation behaves strangely. I believe this
    is partly because when a new object appears in the list it is
    immediately added to the list, so the method that controls the
    addChild needs to have the TweenMax animation also applied to. But
    also, there is another problem, when you click the scroll arrow
    before the TweenMax animation is complete, this function uses the
    current y poisition (in the middle of the animation) as opposed to
    the end y position- when the animation is complete. This is why the
    TweenMax positions the items correctly when the TweenMax duration
    is set to 0.
    I
    have an example here.
    When you click the scroll arrow and wait for the animation to
    complete, it works as the code expects. But when you click too fast
    or scroll the scrollbar thumb, you can see the unexpected behavior.
    SO what I believe needs to be added to the code is an array
    that stores the end y coordinate and have the class use that
    instead of the current y coordinate. I believe the best way to do
    this is to store the end y coordinate in the listItems
    [j] array so that i could call: TweenMax.to(r.end_y +
    moveBlockDistance),ease:Sine.easeOut}); and all would be fine (for
    the objects in the display, hopefully). But i cannot find the
    original as file where the listItems property is (aka:
    listContent.listItems as defined in the listItems get and set
    methods in ListBase.as). Here i could extend this and define a
    custom property. But a more important question is this: is it
    possible to define a custom property on the fly, so i wouldn't have
    to extend the listContent object (therefore, extending ListBase,
    then List... on down the line)?
    thank you all for your help!

    Ok I found out that it works fine in IE but not in FirefoX
    HOWEVER it does work fine in Firefox from another computer! I tried
    clearing out the cache but NOTHING...chan ANYONE PLEASE HELP
    ME???

  • Anybody else using Logic, Reason, and Waves SSL.... with this issue?

    got a major problem.
    i got a session where it's mostly Logic Audio Inst and Reason Rewired Inst (going to individual Audio Inst tracks).
    when i apply the Waves SSL EQ to a Rewired Inst under Live Mode (for Rewire Behavior), it works fine. but after adding a few more inst and plugz, 1 of the 4 processor (indicated in System Performance) maxes out. which is kind of f'd up because the other processors are almost hitting rock bottom.
    so i go and change from Live Mode to Playback Mode. this way, the processor doesn't overload. the processors look like they're distributed more properly this way, tho there's always one that spikes higher than others.
    problem is, when i go to Playback Mode, i get this weird bug. it actually sounds like a bug. seriously. it goes "blip blip bleeep, blip etc etc etc".
    and the blips don't come in at a constant rate, it's at a random rate. but it's constantly there... does that make sense? in a way it sounds like a short bursts of feedback. very annoying, cuz you can hear it, and you can even see it on the fader meter of the Reason Inst. doesn't happen to all Reason Inst channels, in most cases just one.
    the obvious work-around is to use a different EQ (other than Waves, cuz it'll do the same for Channel EQ as well). but this is just a band-aid, not really solving the problem.
    so the issues are:
    -Waves SSL and Rewire doesn't behave nicely together under Playback Mode, and gets weird "blip" feedbacks
    -Logic and Rewire doesn't behave nicely together under Live Mode, where it maxes out only 1 of the 4 processors.
    this also happened back when i was using a G5 also, same Logic 7.2.3/Reason 3.0.5/Waves SSL 1.2.
    anybody else encounter a similar problem? i can provide more info if necessary.
    i even talked to Propellerheads, but they haven't gotten around to buy Waves SSL, so can't recreate the same problem despite of me sending them the session files....
    PLEASE HELP!!!

    i even talked to Propellerheads, but they haven't gotten around to
    buy Waves SSL, so can't recreate the same problem despite of me
    sending them the session files....
    I'm sure they'll have an iLok to install the demo to. It won't behave any differently from the full version, as it's just a different license. Maybe they were just fobbing you off?
    As a workaround until it's sorted, can you export all the audio from Reason as regular audio so you don't have to use Reason?

  • Hi, I developed a web application using HTML5-Offline Application Cache mechanism. Inspite of deleting the cache as mentioned in the above steps, Firefox still maintains a copy of the page in it's cache. Also, a serious bug is, even though we delete all

    == Issue
    ==
    I have a problem with my bookmarks, cookies, history or settings
    == Description
    ==
    Hi,
    I developed a web application using HTML5-Offline Application Cache mechanism. Inspite of deleting the cache as mentioned in the above steps, Firefox still maintains a copy of the page in it's cache. Also, a serious bug is, even though we delete all temp files used by Firefox, and open the previously cached page, it displays it correctly, but upon refreshing/reloading it again shows the previous version of the page maintained in the cache.
    == Troubleshooting information
    ==
    HTML5: Application Caching
    .style1 {
    font-family: Consolas;
    font-size: small;
    text-align: left;
    margin-left: 80px;
    function onCacheChecking(e)
    printOutput("CHECKINGContents of the manifest are being checked.", 0);
    function onCacheCached(e) {
    printOutput("CACHEDAll the resources mentioned in the manifest have been downloaded", 0);
    function onCacheNoUpdate(e)
    printOutput("NOUPDATEManifest file has not been changed. No updates took place.", 0);
    function onCacheUpdateReady(e)
    printOutput("UPDATEREADYChanges have been made to manifest file, and were downloaded.", 0);
    function onCacheError(e) {
    printOutput("ERRORAn error occured while trying to process manifest file.", 0);
    function onCacheObselete(e)
    printOutput("OBSOLETEEither the manifest file has been deleted or renamed at the source", 0);
    function onCacheDownloading(e) {
    printOutput("DOWNLOADINGDownloading resources into local cache.", 0);
    function onCacheProgress(e) {
    printOutput("PROGRESSDownload in process.", 0);
    function printOutput(statusMessages, howToTell)
    * Outputs information about an event with its description
    * @param statusMessages The message string to be displayed that describes the event
    * @param howToTell Specifies if the output is to be written onto document(0) or alert(1) or both(2)
    try {
    if (howToTell == 2) {
    document.getElementById("stat").innerHTML += statusMessages;
    window.alert(statusMessages);
    else if (howToTell == 0) {
    document.getElementById("stat").innerHTML += statusMessages;
    else if (howToTell == 1) {
    window.alert(statusMessages);
    catch (IOExceptionOutput) {
    window.alert(IOExceptionOutput);
    function initiateCaching()
    var ONLY_DOC = 0;
    var ONLY_ALERT = 1;
    var BOTH_DOC_ALERT = 2;
    try
    if (window.applicationCache)
    var appcache = window.applicationCache;
    printOutput("BROWSER COMPATIBILITYSUCCESS!! AppCache works on this browser.", 0);
    appcache.addEventListener('checking', onCacheChecking, false);
    appcache.addEventListener('cached', onCacheCached, false);
    appcache.addEventListener('noupdate', onCacheNoUpdate, false);
    appcache.addEventListener('downloading', onCacheDownloading, false);
    appcache.addEventListener('progress', onCacheProgress, false);
    appcache.addEventListener('updateready', onCacheUpdateReady, false);
    appcache.addEventListener('error', onCacheError, false);
    appcache.addEventListener('obsolete', onCacheObselete, false);
    else
    document.getElementById("stat").innerHTML = "Failure! I cant work.";
    catch (UnknownError)
    window.alert('Internet Explorer does not support Application Caching yet.\nPlease run me on Safari or Firefox browsers\n\n');
    stat.innerHTML = "Failure! I cant work.";
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729; .NET4.0E)
    == Plugins installed
    ==
    *-Shockwave Flash 10.0 r45
    *Default Plug-in
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *Google Update
    *4.0.50524.0
    *Office Live Update v1.4
    *NPWLPG
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    *Npdsplay dll
    *DRM Store Netscape Plugin
    *DRM Netscape Network Object
    Thanks & Regards,
    Kandarpa Chandrasekhar Omkar
    Software Engineer
    Wipro Technologies
    Bangalore.
    [email protected]
    [email protected]

    We have had this issue many, many times before including on the latest 3.6 rev. It appears that when the applicationCache has an update triggered by a new manifest file, the browser may still use only its local network cache to check for updates to the files in the manifest, instead of forcing an HTTP request and revalidating both the browser cache and the applicationCache versions of the cached file (seems there is more than one). I have to assume this is a browser bug, as one should not have to frig with server Cache-Control headers and such to get this to work as expected (and even then it still doesn't sometimes).
    The only thing that seems to fix the problem is setting network.http.use-cache to false (default is true) in about:config . This helps my case because we only ever run offline (applicationCache driven) apps in the affected browser (our managed mobile apps platform), but it will otherwise slow down your browser experience considerably.

  • Serious W7 Bug - ALL ATi Drivers for Thinkpads /w Switchable Graphics Technology bricks OS.

    Alas, i have found one serious bug for my Thinkpad.
    It comes with Switchable Graphics Card Technology, with an Intel GMA 4500MHD and ATi Mobility Radeon 3470 paired together.
    I have initially installed Pre-RTM 7260(ok, i know it's leaked), and faced the problem for the first time after installing the ATi drivers from either Windows Update OR ATi's website. However i have downgraded back to Release Candidate as there was stability issues with EXPLORER.exe
    Anyway, surprising what i've though to be a show-stopper bug was also present in RC 7100. After installing(or rather, midway through) the driver installation, the screen blinks for a moment and after that, Explorer.exe is nowhere to be found with only wallpaper. OS seems to be bricked as restart does nothing. Only a System Restore prior to installation would solve the issue.
    After diagnosing the problem, i have found the issue to be with the Switchable Graphics Card system. In BIOS, it was set to Swithable Graphics, with OS Detection set to Enabled, Thinkpad LCD Display(for output). I tried to set the graphics to either Discrete(ATi) or Integrated(Intel) but when i booted the system up it was in SVGA resolution and DXDIAG stating no graphics found. When it was in Discrete, i tried to install the ATi drivers once again, and although installation was successful, after restarting the same thing happened.
    To be fair, i have repeated the drivers installation EXACTLY the same for both Windows 7 Builds(7100 RC and 7260 Pre-RTM) and the same problem occured. I have also tried to install the ATi drivers before the Intel Chipset(and basically the rest) and it's the same nevertheless.
    I believe that this is a serious issue with Switchable Graphics Technology for Windows 7 Beta, since we have to make do with the generic Microsoft display adapter alone. I hope Lenovo engineers can put priority a solution for this as soon as possible.
     http://img269.imageshack.us/my.php?image=47492934.png
    This is Dxdiag after i set other options than Switchable Graphics
     http://img30.imageshack.us/my.php?image=error3yyt.png
    http://img41.imageshack.us/my.php?image=error2k.png
    This is my updates.
    PS: The Ati card is showing a triangle icon in Device Manager too, but i guess updating it brings the same bricking result.
    Error msg "This device cannot start. (Code 10)"
    Message Edited by ceecookie on 06-22-2009 07:07 AM
    Message Edited by ceecookie on 06-22-2009 07:08 AM
    Message Edited by ceecookie on 06-22-2009 07:41 AM

    Sorry to hear you are having difficulties.
    When I installed RC1 (build 7100), it came with a built-in driver that worked just fine for the discrete graphics in my W500.
    A few weeks later, I installed the current release Vista driver for integrated graphics (this one) and it is working just fine as well.  Installing the Lenovo driver gave me the ATI control panel (not sure what use that is), otherwise, it didn't affect performance either way.
    I have switchable graphics turned off in the BIOS, OS detection turned off, and have the machine set to use the discrete graphics only.  I think it would be a bit much to expect either Microsoft or Lenovo to support the switchable graphics this early in the development of Windows 7.  Besides, the discrete graphics doesn't eat up the battery that much - I still get 3 hours of battery life, which is sufficient for my needs.
    Maybe try turning switchable graphics and switchable graphics detection off in your BIOS, that might get you running again.
    Michael
    W520 (4270 CTO), which replaced a W500 (4062-27U), which replaced a T42P, which replaced an A21P...

Maybe you are looking for

  • Depot excise invoice print.

    Dear All,              Can you please tell me what are the settings necessary for printing the depot excise invoices thru Tcode J1IP. at the moment i can only able to print the factory excise invoices from J1IP. My scenario is some times we have to d

  • 4.0EA3: File type associations lost - can they be included when importing previous settings please?

    Hi, I've just noticed that my file type associations have been lost when upgrading from 3.2 to 4.0EA3 Can you ensure that these are included in the imported preferences please? thanks

  • Table for accounts receivable

    Hi experts, Which table stores accounts receivable and accounts payable data mainly? prasad

  • Alternate recon acc

    hi, i understand of the alternate recon acc. now i need clarification of this : 1) somehow, this down payment that posted to alternate recon acc will be cleared and the full amount (down payment + invoice balance balance) will be posted to actual gl

  • Making it look pretty - touchup before I create a template....

    Hi, I am fairly close on my layout for my website template.   http://test.taffyproductions.com/ A few things I want to touch up.... 1)  I am having trouble with my <hr/> tag.... I want it to look like the "image gallery" banner which is below it, wit