TileList redraw bug?

Hi folks,
Is there any known bug with the TileList component?
Basically, I display thumbnails in the TileList component
with custom itemRenderer and It seems like after updating
ArrayCollection with new values, it receives values OK, but wont
update the actual images.
Thank you in advance,
Alex

After digging more into code, I've found, that my
itemRenderer component have been loading images on "initialize"
event once, then when ArrayCollection changes, there is no
"initialize" event happening anymore, that's why images are not
updating, so is there any way I could add event listener on
TileList or itemRenderer to trigger initialize event once more or
force redraw it after ArrayCollection changed?
=========== itemRenderer component ================
<mx:Canvas
initialize="init()">
<mx:Script>
<![CDATA[
private function init():void{
var request:URLRequest = new URLRequest(
'assets/gallery/small/'+data.filename+'.jpg' );
var loader:Loader = new Loader();
loader.contentLoaderInfo.addEventListener( Event.COMPLETE,
cropImage );
loader.load( request );
private function cropImage(event : Event):void{
....croping image here and loading into x_img.source.....
</mx:Script>
<mx:Image id="x_img" x="5" y="3"/>
</mx:Canvas>
Thanks,
Alex

Similar Messages

  • Textfield redraw bug caused by text overflow

    Situation: I have a runtime created movieclip with a dynamic
    textfield contained in it. Some fonts types cause overflow in the
    textfield (part of the text is drawed outside the textfield area)
    causing a redraw bug when dragging the movieclip. The overlow
    occurs on the left / right side of the textfield but only for
    certain characters (because they are wider then usual).
    If you have a textfield with the text "f" using the New Timer
    Roman font, an overflow will occur on the right side of the
    textfield, causing the above redraw bug. For other fonts the bug
    also happen on the left side.
    The problem is solved by recreating the movieclip, but I am
    dragging the movieclip so I will apreciate if someone have a better
    solution...

    are you adding content dynamically or using preloaded text
    with non supported Font?
    in both the case try to embed font and then once data is
    placed inside textfield use
    updateAfterEvent() to refresh or make your own refresh script
    if possible coz sometimes this method wont give u desired
    result.

  • Crazy Redraw bug

    Anyone else experiencing this wacked out redraw bug? This is after a restart! The AE is displaying remnants of a Quicktime movie trailer that was open 5 minutes ago (along with other screen junk).
    I'm using the infamous NVidia 8800 on Mac.
    http://i175.photobucket.com/albums/w134/navstar/AEerror8800ScreenSnapz.jpg

    *Yum, yum* Have you disabled OpenGL in AE? If so already, this could only be remnants of MediaCore decode buffers or MediaCache conform files, both of which are also tied in with hardware acceleration. Not sure what would resolve the matter, though. In my view the 8800 is simply fundamentally evil...
    Mylenium

  • Screen redraw bug when panning in Loupe view at high magnification

    I think I've found a bug in Lightroom.
    Using the Loupe view at higher than 1:1 magnification and panning whilst zoomed seems to cause screen redraw artifacts. It is most noticable at high zoom (say 11:1) when panning diagonally. The edges being revealed draw incorrectly. Seems to only happen once the 1:1 preview rendering has been completed, initial panning whilst the preview is being rendered looks fine. Zooming out and back in redraws the screen correctly, but subsequent panning still causes artifacts.
    I first thought it must be my graphics drivers, but have updated to the latest available driver (version 7.2 21 Feb 2007) for my ATI Radeon 9800 and the problem remains. I have also tried this on my laptop a Sony VAIO VGN-S3HP (with NVidia GeForce 6200 based graphics) with the same problem. Therefore as this happens on both a NVidia and an ATI card I can't blame my graphics drivers any more.
    Can anyone reproduce?
    Best regards,
    Andrew

    I've just seen a similar problem on my DELL laptop. Anything at 2:1 or greater magification gets the jagged edges whilst panning up and down in loupe mode. This makes the compare mode to be worthless as the two images can't be compared as they each suffer different amounts of jaggies.
    Windows XP, Intel Mobile 915GM/GMS, 910GML Express Chipset.
    I'm going to raise a bug report.

  • Premiere Pro CC, Quadro 4000 and Screen Redraw bugs

    Not sure if it's just the 7.1 update, but i think i started seeing it in the previous version.
    When i start using transitions then my main UI screen redraw messes up. So for example pop a wipe onto some footage then the timeline bar doesn't move when playing and i cannot click the sequence footage elements. I can play in the monitor. If i guess where the close box is for the sequence and open the sequence again it redraws correctly.
    I've updated the drivers to the latest versions and also confirmed on a different PC that the problem isn't there. So it's unique to my set up.
    I'm running on Win 7 x64, 32GB. About the only recent change to my system was a 10Gbe card but i've duplicated the problem just with local drives.
    In fact it's as simple as if i start up CC then click the project tab, media browser tab, info tab, effects tab the search box in the effects tab doesn't redraw fully.
    Any ideas what could be causing this?
    (I do have a decklink extreme in there but have got the output turned off at the moment - tried it on and off- same problem)
    I really don't remember this happening in the past but it was the transitions that revealed it, and i don't normally use them.
    Help!
    cheers
    Paul

    Thanks for the update,
    The question is how long for because i'm sure that my installation was fine, then stopped working. If you drag a transition onto the timeline does the time line still update, can you grab the timeline cursor and drag it back and forth.
    We're not alone, there's another thread with what looks like the same issues
    cheers
    Paul

  • Redraw bug when searching for text

    I have discovered a bug in CVI 2012 SP2, 13.0.2 (278).  It has to do with the MDI windowing interface and text searching.  Here are the steps to reproduce this.
    1) I have chosen to have my code and UIR windows open in a non-maximized manner.
    2) Now, open at least two windows so they overlap.
    3) Do a multi-file search
    The current position index of a code window either in our out of focus gets moved by several lines.  But! The text on this window doesn't get refreshed though, resulting in some strange artefacts.  Examples:
    Another...
    A curious workaround is if you resize slightly the offending window, all the contents "snap" back to the new scroll index.
     

    Oh dang, you're right.  2013 SP2.
    It seems to only happen with CTRL + SHIFT + F (multi-file find).  Here's a better reproducible procedure:
    CTRL + SHIFT + F on a keyword / string
    In the results window, double-click one in a different file, not the file you started the CTRL + SHIFT + F search on!
    Now, get back to the original source file that you started the CTRL + SHIFT + F search on.  Then you'll see the bug.
    Seems to be irrespective of particular *.c or *.h files.  Any source/header file will do.
    Yes, to fix the bug instantly, simply resize the offending source/header file in any dimension, and display bug disappears.

  • GVim 7.2.368-3 cursor bug

    Hi all. After I upgraded to the latest version of Vim a couple of days ago, I started experiencing what looks like gVim cursor redraw bug. When I move the cursor in gVim, it obstructs the letter it is on:
    I do not experience this in plain Vim. There are things that can make the cursor exhibit normal behavior, such as 1) me pressing Esc key 2) Awesome WM clock updating 3) scrot taking a screenshot (I had to Gimp the screenshot above because the cursor goes back to normal the moment a screenshot is taken).
    Vim and Xorg packages were upgraded during my last update, but Awesome WM was not.
    Is anybody else experiencing this? How should I go about finding the culprit?

    jichuan89 wrote:
    I am getting the same bug here. However, it only seems to occur when I use bitmap fonts like Dina or Terminus. Using a TrueType font like Courier New or Nimbus Mono works perfectly. Confused
    This seems to be a bug specific to the intel driver for X11. When I reboot the machine and switch to my discrete ATI graphics card (my laptop has dual integrated/discrete graphics cards) the problem disappears completely. Also forwarding Vim through SSH from this laptop to other computers works as well. Could you confirm this? What X11 video driver are you using?
    Thank you for pointing this out. I have changed the font and now the cursor works again. Hope this bug will be fixed soon. I am missing my dina fonts.
    Last edited by ArchArael (2010-03-16 08:16:24)

  • CS4 Redraw Issues

    I am noticing that Photoshop seems to not redraw or refresh sometimes... seems to happen after I get several edits in. I will unhide or hide a layer, nothing happens on the canvas... I zoom in, then the change appears.
    I am running on a mac pro (dual quad core xenon) 8gb ram, geforce 8800.
    And before you blast me, yes, I have done all the tips in the performance thread.
    I thought this may be an openGL issue, but when I disable that, same problem.
    Again, this seems to happen after I get about 10-20 edits in... and my history is only set to 50. and the file I am working on is only about 20 layers.
    Why do I get the feeling Adobe is really dropping the ball on the mac side of things???

    I get a lot of the same redraw bugs too.
    Sometimes it won't show the front most document when switching between open files.
    Sometimes I have to zoom in and out to see changes. Sometimes hitting 'tab' and flicking the tools on and off gets it to work. Sometimes I just quit and try again.
    I can't find a pattern to it, just happens now and again. Really breaks my stride.
    Interestingly we are running virtually the same system notably the 8800 (mine's 'GT', whatever that means).
    After all the nonsense with the VM Buffering plugin, did it do any good?

  • Is there a way to make a collapsible panel with only CSS?

    I am trying to make a drop down menu in my about section check out the pic that are attached for more information.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html>
    <head>
    <title>epecho | The visual works of Danel Roldán</title>
    <link href="../css/reset.css" rel="stylesheet" type="text/css" />
    <link href="../css/layout.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <!-- Container -->
    <div class="container clear_children">
      <!-- Navigation Main -->
      <ul id="nav_main">
        <p id="branding"><a href="news.html">epecho</a></p>
        <li><a href="work.html">work</a></li>
        <li><a href="about.html">about</a></li>
        <ul class="nav_sub">
            <li><a href="#">epecho</a></li>
            <li><a href="#">process</a></li>
            <li><a href="#">quote</a></li>
        </ul>
        <li><a href="resume.html">resume</a></li>
        <li><a href="contact.html">contact</a></li>
      </ul>
      <!-- Navigation Main End -->
      <!-- Content -->
      <div class="content clear_children">
        <!-- Content Main -->
        <div class="content_main cc_tallest">
          <h1 id="headingepechodesign">EPECHO DESIGN</h1>
          <h2 id="headingaboutepecho">&rsaquo; ABOUT EPECHO</h2>
          <p>Epecho design specializes in standards based web sites,
            branding and print design. It is our passion to effectively
            communicate visually, who you are now, and where you
            want to go. Contact us if you have a project you think would
            benefit from our collaboration.</p>
          <p>Epecho design is the passion of Danel Roldan &#8212; a freelance
            designer, and was birthed in 2004. This site is an ensemble
            of creative projects that strive to maintain simplicity at
            their core. It is also a home of collective thought and a
            resource pool of ideas and the inspiration behind them.</p>
        </div>
        <!-- Content Main End -->
      </div>
      <!-- Content End -->
      <!-- Footer -->
      <div class="footer">
        <p>Copyright Epecho Design 2008-2009</p>
        <p id="above"><a href="" id="logo"><img src="../images/button_top.gif" width="22" height="17" alt="epecho_logo"/></a></p>
      </div>
      <!-- Footer End -->
    </div>
    <!-- Container End -->
    <script type="text/javascript" src="../js/si-clear-children.js"></script>
    </body>
    </html>
    Layout CSS
    =Body
    =Navigation
    =Content
    =Side Bar
    =index
    =News
    =Works
    =Projects
    =About
    =Resume
    /* =Body
    body {
    background-color: #120100;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment:fixed;
    background-image: url(../images/pg_bg.jpg);
    /* I HAVE TO FIND OUT WHAT I WAS USING THIS FOR
    ol {
    height: 133px;
    width: 540px;
    list-style-type: none;
    position: relative;
    p {
    text-align: left;
    em {
    font-family:Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    .new {
    clear:right;
    color:#FFCC00;
    font-family:Verdana, Helvetica, sans-serif;
    font-size:13px;
    font-style:normal;
    font-weight:normal;
    a {
    color:#B7EEE7;
    font-family:Verdana, Helvetica, sans-serif;
    font-size:11px;
    font-style:normal;
    font-weight:normal;
    line-height:18px;
    text-decoration:none;
    /* =Navigation
    #nav_main {
    width: 147px;
    height: 325px;
    background: url(../images/nav-main.png);
    background-repeat: no-repeat;
    background-position: center top;
    top: 125px;
    padding-top: 150px;
    position: absolute;
    #branding {
    width: 69px;
    height: 78px;
    background-image: url(../images/branding.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    text-indent: -9999px;
    left: 45px;
    top: 64px;
    #nav_main li {
    list-style-type: none;
    text-align: center;
    margin-top: 10px;
    #nav_main a:link {
    color:#6F6F6F;
    font-weight:bold;
    letter-spacing:1px;
    text-transform: uppercase;
    font-size: 85%;
    #nav_main a:visited {
    color:#6F6F6F;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 85%;
    #nav_main a:hover {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 85%;
    color: #878888;
    #nav_main a:active {
    color:#CCCCCC;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 85%;
    #nav_mainOn {
    color:#B7EEE7;
    #nav_main .nav_sub ul{
    text-align: center;
    white-space: nowrap;
    display: none;
    list-style-image: none;
    list-style-type: none;
    position: relative;
    #nav_main .nav_sub li {
    position: relative;
    visibility: hidden;
    font-weight: normal;
    #nav_main .nav_sub li ul, ul li {
    display: block;
    #nav_main .nav_sub li a:link {
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    #nav_main .nav_sub a:visited {
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    #nav_main .nav_sub a:hover {
    color: #A5A136;
    #nav_main .nav_sub a:active {
    #nav_sub02 {
    height:25px;
    padding:0;
    text-align:left;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 10px;
    #nav_sub02 img {
    float:left;
    margin:0 20px 0 5px;
    padding:0;
    position:relative;
    .container {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    .content {
    text-align:left;
    left: 225px;
    border-left-width: thin;
    border-left-style: dotted;
    border-left-color: #930;
    border-right-width: thin;
    border-right-style: dotted;
    border-right-color: #930;
    width: 540px;
    padding-left: 20px;
    .content_main {
    width: 469px;
    padding-bottom: 125px;
    padding-top: 125px;
    .content_main h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #a79f22;
    line-height: 20px;
    /* =Side Bar
    .sidebar {
    position: absolute;
    top: 280px;
    left: 580px;
    width: 134px;
    .sidebar ul {
    list-style-type: none;
    text-align: left;
    #sidebar li {
    list-style-type: none;
    text-align: left;
    /* =Resume
    #vcard-wrap {
    position: relative;
    height: 133px;
    width: 540px;
    .vcard {
    width: 240px;
    .vcard .name {
    border-collapse:separate;
    border-spacing:0;
    .vcard .first-name {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 466%;
    font-weight: 900;
    line-height: 80px;
    .vcard .sir-name {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 390%;
    line-height: 50px;
    #adress {
    left: 236px;
    height: 133px;
    width: 304px;
    list-style-type: none;
    position: absolute;
    top: 0px;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #930;
    #adress li span {
    float: left;
    height: 22px;
    line-height: 0px;
    padding-top: 20px;
    text-align: center;
    #adress .logo {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 44px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-right-color: #930;
    border-bottom-color: #930;
    text-indent: -9999px;
    #adress .email {
    width: 254px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #930;
    #adress .street-address {
    width: 147px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-right-color: #930;
    border-bottom-color: #930;
    #adress .phone {
    width: 155px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #930;
    #adress .locality {
    width: 90px;
    #adress .state {
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #930;
    padding-right: 5px;
    #adress .postal-code {
    width: 60px;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #930;
    #adress .region {
    text-align: center;
    padding-left: 10px;
    a.thankyou_btn {
    display: block;
    width: 6in;
    height: 2.5in;
    text-decoration: none;
    margin-top: 350px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    background-image: url(../images/thankyou.png);
    background-repeat: no-repeat;
    background-position: center center;
    a.emailerror_btn {
    display: block;
    width: 6in;
    height: 2.5in;
    text-decoration: none;
    margin-top: 350px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: center center;
    /* =index
    a.enter_btn {
    display: block;
    width: 6in;
    height: 2.5in;
    text-decoration: none;
    margin-top: 350px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    background-image: url(../images/enter.png);
    background-repeat: no-repeat;
    background-position: center top;
    a.enter_btn:hover {
    background-position: 0px -240px;
    .attic {
    float:left;
    height:160px;
    margin:0px;
    padding:0px;
    text-align:left;
    width:216px;
    .attic a {
    float:left;
    height:160px;
    position:relative;
    text-decoration:none;
    width:216px;
    .attic a:hover {
    border: 1px solid #95470E;
    .attic img {
    border-style:none;
    float:left;
    margin:8px;
    padding:0;
    position:relative;
    .attic span.head {
    color:#B7EEE7;
    font-family:Times, serif;
    font-size:17px;
    font-style:italic;
    font-weight:normal;
    margin:8px 0 3px 8px;
    padding:0;
    .attic span.sub {
    color:#8A8A8A;
    font-family:Helvetica, Verdana, sans-serif;
    font-size:11px;
    font-style:normal;
    font-weight:normal;
    margin:0 8px 8px;
    padding:0;
    .atticNEW {
    float:left;
    height:163px;
    margin:0px;
    padding:0px;
    text-align:left;
    width:216px;
    .atticNEW a {
    background-color:#323232;
    float:left;
    height:160px;
    margin:0;
    position:relative;
    text-decoration:none;
    top:0;
    width:216px;
    padding: 0px;
    .atticNEW a:hover {
    background-color:#525252;
    .atticNEW img {
    border-style:none;
    float:left;
    padding:0;
    margin: 8px;
    position: relative;
    .atticNEW span.head {
    color:#B7EEE7;
    font-family:Times, serif;
    font-size:17px;
    font-style:italic;
    font-weight:normal;
    padding:0;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 3px;
    margin-left: 8px;
    .atticNEW span.sub {
    color:#8A8A8A;
    font-family:Helvetica, Verdana, sans-serif;
    font-size:11px;
    font-style:normal;
    font-weight:normal;
    margin:0 8px 8px;
    padding:0;
    /* =Projects
    #workBox {
    clear:left;
    float:left;
    padding:0;
    position:relative;
    width:700px;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    #workBox.sample {
    float:left;
    margin:0;
    padding:0;
    position:relative;
    width:550px;
    .sampleTxt {
    clear:both;
    padding:0;
    position:absolute;
    width:115px;
    left: 578px;
    top: 0px;
    .sampleTxt p.head {
    color:#B7EEE7;
    font-family:Times, serif;
    font-size:17px;
    font-style:italic;
    font-weight:normal;
    margin:8px;
    padding:0;
    .sampleTxt p.sub {
    color:#999999;
    font-family:Helvetica, Verdana, sans-serif;
    font-size:11px;
    font-style:normal;
    font-weight:normal;
    line-height:18px;
    margin:0 8px 8px;
    padding:0;
    .sampleTxt a {
    color:#B7EEE7;
    font-family:Helvetica, Verdana, sans-serif;
    font-size:11px;
    font-style:normal;
    font-weight:normal;
    line-height:18px;
    margin:0;
    padding:0;
    text-decoration:none;
    .sampleTxt a:hover {
    color:#B7EEE7;
    font-family:Helvetica, Verdana, sans-serif;
    font-size:11px;
    font-style:normal;
    font-weight:normal;
    line-height:18px;
    margin:0;
    padding:0;
    text-decoration:underline;
    #headingwelcometoepecho {
    width: 18px;
    height: 186px;
    background-image: url(../images/welcometoepecho.png);
    background-repeat: no-repeat;
    background-position: top left;
    top: 283px;
    left: -69px;
    position: absolute;
    text-indent: -9999px;
    /* =News
    #headingnewsandevents {
    background-image: url(../images/newsandevents.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
    width: 248px;
    height: 128px;
    position: relative;
    #headingongoingprojects {
    width: 18px;
    height: 177px;
    background-image: url(../images/ongoingprojects.png);
    background-repeat: no-repeat;
    background-position: top left;
    top: 3px;
    left: -60px;
    position: absolute;
    text-indent: -9999px;
    #headingtipsandtidbits {
    width: 18px;
    height: 157px;
    background-image: url(../images/tipsandtidbits.png);
    background-repeat: no-repeat;
    background-position: top left;
    top: 322px;
    left: -59px;
    position: absolute;
    text-indent: -9999px;
    #headingourloveandourpassion {
    width: 18px;
    height: 245px;
    background-image: url(../images/ourworkourloveourpassion.png);
    background-repeat: no-repeat;
    background-position: top left;
    top: 273px;
    left: -71px;
    position:absolute;
    text-indent: -9999px;
    /* =Work
    #headingworkandprojects {
    width: 306px;
    height: 128px;
    background-image: url(../images/workandprojects.png);
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    text-indent: -9999px;
    #headingaboutepecho {
    width: 18px;
    height: 186px;
    background-image: url(../images/aboutepecho.png);
    background-repeat: no-repeat;
    background-position: left top;
    top: 275px;
    left: -70px;
    position: absolute;
    text-indent: -9999px;
    /* =About
    #headingepechodesign {
    background-image: url(../images/epechodesign.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
    width: 248px;
    height: 128px;
    position: relative;
    #headingpreparingforperfection {
    width: 18px;
    height: 243px;
    background-image: url(../images/preparingforperfection.png);
    background-repeat: no-repeat;
    background-position: left top;
    top: 274px;
    left: -70px;
    position: absolute;
    text-indent: -9999px;
    #headingprocessiskey {
    background-image: url(../images/processiskey.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
    width: 277px;
    height: 128px;
    position: relative;
    #headingprojectandidentityquestionaire {
    width: 18px;
    height: 302px;
    background-image: url(../images/projectandidentityquestionair.png);
    background-repeat: no-repeat;
    background-position: left top;
    top: 275px;
    left: -71px;
    position: absolute;
    text-indent: -9999px;
    #headinghowmayihelpyou {
    background-image: url(../images/howmayihelpyou.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
    width: 309px;
    height: 128px;
    position: relative;
    #headingemployment {
    width: 18px;
    height: 124px;
    background-image: url(../images/employment.png);
    background-repeat: no-repeat;
    background-position: left top;
    top: 280px;
    left: -69px;
    position: absolute;
    text-indent: -9999px;
    #headingprofessionalskills {
    width: 18px;
    height: 192px;
    background-image: url(../images/professionalskills.png);
    background-repeat: no-repeat;
    background-position: left top;
    top: 0px;
    left: -58px;
    position: absolute;
    text-indent: -9999px;
    #headingeducation {
    width: 18px;
    height: 107px;
    background-image: url(../images/education.png);
    background-repeat: no-repeat;
    background-position: left top;
    top: 273px;
    left: -58px;
    position: absolute;
    text-indent: -9999px;
    #headingotherintrests {
    width: 18px;
    height: 150px;
    background-image: url(../images/otherintrests.png);
    background-repeat: no-repeat;
    background-position: left top;
    top: 0px;
    left: -58px;
    position: absolute;
    text-indent: -9999px;
    #headingadditionalskills {
    width: 18px;
    height: 171px;
    background-image: url(../images/additionalskills.png);
    background-repeat: no-repeat;
    background-position: left top;
    top: 273px;
    left: -58px;
    position: absolute;
    text-indent: -9999px;
    .footer {
    clear:both;
    .footer p {
    clear:both;
    text-align:center;
    font-size: 10px;
    p#above {
    margin:10px 0 0;
    padding:0;
    /* =Clears
    .clear_children, .cc_tallest {
    position: relative;
    * html .clear_children {
    display: inline;
    .cc_tallest:after {
    content: '';
    } /* PREVENTS A REDRAW BUG IN SAFARI */
    .expanded {
    width: 700px;

    I think you posted this on the wrong forum, you can make collapsible panels in flash but not with CSS.

  • Assigning an array to a ListCollectionView

    I have a ListCollectionView that I want to add a listener to
    so I can respond to changes, but the problem here is that I have to
    assign an array to it. When I do this:
    myListCollectionView = new ArrayCollection(myArray);
    It removes all listeners. Is there any other way to force an
    array into a ListCollectionView? When I do this:
    myListCollectionView = myArray as ArrayCollection;
    or
    myListCollectionView = ArrayCollection(myArray);
    I get an error.
    Alternately, is there an event I can listen to on a TileList
    that will let me know when the dataProvider has changed? I can't
    seem to find anything that works.
    P.S. Assigning a new ArrayCollection also seems to remove
    ChangeWatchers as well.

    Ok I ended up having to do this:
    myListCollectionView.disableAutoUpdate();
    myListCollectionView.removeAll();
    for each (var thing:Thing in thingArray) {
    myListCollectionView.addItem(thing);
    myListCollectionView.enableAutoUpdate();
    and then hooking into the onUpdateComplete event (fires after
    the TileList redraws itself:
    myTileList.addEventListener("onUpdateComplete",
    myEventHandler);

  • Time compression / expansion

    New to Logic Pro, need help. I make commercials and constantly have to time compress or expand voiceovers to fit to the donut length in the music beds. Is there an easy way to accomplish this?? These will be voice audio files, not midi files. Also how do I change the timeline in the arrange window to display minutes/seconds and/or timecode?
    Thanks from a long time PT user. (12 years) and ready to make a change.
    mike

    There is a quick way that I use all the time.
    Comp your V/O with the desired read etc.... then merge the audio files in to one.
    Set the cycle area with the desired length in the donut.
    Under Audio in the arrange menu.
    'Adjust region length to locators' and you're done.
    (set this to a key command, for fast editing)
    Note: This uses the selected timestretch algorithm, that is selected in the Time Machine of the Sample editor window.
    You might need to refresh your overview for that particular audio region after, as there is a redraw bug, where the audio might not look like it goes to the end of the region, when in fact it is just drawn incorrectly.

  • Day 2

    well, after using L8 to mixdown a L7 song yesterday with no problems starting a new project for a client today was not so great. i had problems with
    crazy screen re-draw issues.
    automation mode randomly changing itself from read to latch.
    creating nodes causing it crash or writing random bits of automation.
    general instability and lots of quitting.
    is anyone else experiencing these kind of problems?
    (i've done all the obvious things like repairing disk permissions)

    ok so ive kept putting off my bug 'report' due to be being busy but i saw this post and its really close to some of the issues im having and on pretty much an identical setup by the looks of it !
    so heres my list
    - *Windows dont remember positions* : (save, browser, error, alerts etc) im on dual monitor and they keep popping up on the secondry screen, even after moving them.
    - *Graphical / redraw bugs* : when adding plugins etc or changin the size of the mixer window (on second monitor) im periodically getting a crazy redraw bug where i get random half drawn meters and faders ... the only way i can rectify this is by closing the mixer and re opening.
    - *Auxes on mixer reappear* : When i have auxes set to hidden ( i think thats the right term) on the mixer, they will reappear when i do certain things, adding plugins mainly. i have to rehide.
    - *Track header prefs not saved* : i alter the way the track header looks, change the way the names are displayed, change size etc etc and when i re open a project, theyre back to default. this has happened with other areas like the transport too.
    - *MY MAIN ISSUSE is that my mackie control really doesnt work well.* the mixer and arrange window are now longer synced, as in i haev to select a track in the arrange window to get it to select on my MCU. also the MCU wont select busses etc on the track mixer unless there is a corresponding track in the arrange. and mainly sometimes it juts doesnt work atall, or selects two channels at once or some other crazy behaviour.
    for all of these ive tried repairing permissions, rebuilding defaults, playing with all prefs, on the mixer and deep within all the menus etc etc.
    i have alot more niggles but its late ill get them up later... ill also get these to apple, not that itll make any difference ! i may post this up with the rest on a seperate thread also.
    i generally like the app as what really feels like quite an early beta to me... but i hope they start updating ... well tomorrow if it wasnt for the long awaited low latency mode (as im a remixer this is indispensable for synths etc) i would be back on Logic 7.2 ... alot of critical mixing and mastering remains on 7.2
    so... nice try apple but wheres the finsihed product !

  • Iframe flash bug (redrawing the iframe in upper left corner)??

    Hi All.
    Has anyone found a fix for this safari bug. When I place an iframe on my web page holding a flash file it looks fine on all other browsers than safari!!
    In safari (latest version, not beta and earlier versions) the first time a visitor opens the page the flash movie is drawn in the upper left corner as well as the position it should be in. If the visitor reloads the page it looks ok and the "extra" flash movie is no longer in the upper left corner.
    You can see the site here: www.trierski.dk
    Any advice would be great..
    Dr. Virus

    Haven't tested with Safari on PC. The problem I want to solve is with the Mac version of Safari... Version 2.0.4 (419.3) Not the beta versions...
    Dr. Virus

  • Possible Stage3D bug causes flash content to not redraw?

    Hi all,
    I am developing a mixed Stage3D application with flash content for the UI. It happens that since a certain flash version the flash content is not being redrawn/refreshed. For example, if I create a popup (or close it) the flash content is not refreshed until I move the mouse.
    If I remove the Stage3D content from my App it works well.
    It works well on chrome with flash 11,5,31,139 but it does not work on the latest flash version 11,5,502,146 on Firefox and IE.
    Is it a bug? or I am missing anything?
    Best regards.

    Could you give this a try with our recently released Flash Player 11.6?  If it still occurs, please open a new bug report on this issue over at bugbase.adobe.com.
    Once the bug has been added, please post back with the bug URL or bug number so that others effected can add their comments and votes.  I'll also follow up internally.
    Thanks,
    Chris

  • Bridge screen redraw fails updating (major bug ?)

    My bridge window (MacOs10.6.6) is never updating : whatever i do in bridge (select a file, click anywhere), screen stays static. To update the view, i have to move the whole window and hide it out of the screen, or to open menus, or to switch to another application (with a window on top), then the bridge window is redrawn (or refreshed).
    Never noticed, but it fails on any version of bridge i have installed here (cs4 cs5 cs5.1).
    I tried rebuilding preferences with no success.
    It's actually the only apps failing to display (os, master suite... work perfectly well).

    Never noticed, but it fails on any version of bridge i have installed here (cs4 cs5 cs5.1).
    You are aware that there is also a refresh command for open Bridge window (menu: view/ refresh or shortcut F5 key)
    At first I would think it is a cache problem, using the menu tools/cache purge cache for folder might help. You can first try that. But stating it is in all versions the same does not point to that solution.
    Each version has its own cache folder and they should not effect each other in the same way as you describe.
    Do you have enough free space left on your HD, less then 10 % free (strangely enough for each disk size) is almost certain the fastest way to get in trouble.
    Have you already tried to check and repair permissions in OSX (using apple disk utility is a good start, there are other maintenance apps like Cocktail - not free but cheap- to do this on a daily base)

Maybe you are looking for

  • Safari 3 Quits and Quits and Quits

    Installed 10.4.11 and got Safari 3 which quits at the slightest notion. For example when more than one window is open and I go to close one it quits altogether. Also if I voluntarily quit the app I always get an error message informing me that the ap

  • CRM 5.0 to R/3 BP Initial & Delta load problems

    Hi Experts, I am having problems trying to replicate a BP to R/3 (ECC). The BDOC status is all green and it shows 'Processed'...but my BP is not created in the OLTP side!!I have followed all the steps from the best practice document - CRM is the lead

  • Inbound IDOC using  XML

    Hi, I need to create an Inbound IDOC using Function modules using an XML file as Input. I am using mySAP ERP 2004(WAS 6.4). IDOC type : HRMD_A05 Message Type : HRMD. I am using the FM's in an ABAP report for testing, reading the data from the XML Fil

  • Macbook pro mid 2009 incompatibility issues

    k i got a macbook pro 17inch mid 2009 the only os that seem to work with this mac is mac os x lion version 10.7 (11A511) i tried mountain lion, maverick and yosemite and the only way that i could use this other os is if i boot in safe mode last time

  • Indesign CS3 crash while generating an PDF or deleting an index entry

    Indesign crashes when I will starting the PDF export. This happens in all Indesign documents which are converted from CS2 and with index entries. So I want to delete the index but Indesign crashes while deleting too. I tried to convert the files in .