RTE #1009 in flashx.textLayout.container::TextContainerManager when scrolling

Hi all,
I submitted a bug as http://bugs.adobe.com/jira/browse/SDK-31705 but it was closed as "Cannot reproduce". This bugs appens with TLF 3.0 on Flex SDK 4.5.1 and I cannot test 4.6.
Since I don't know if the bug will be reopened, maybe a guy from TLF team could give me a workaround for this bug ?
I read the source but... no success ^^'

For those who are not logged to the bugtracker :
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at flashx.textLayout.container::TextContainerManager/http://ns.adobe.com/textLayout/internal/2008::addInlineGraphicElement()[C:\Vellum\dev\output\openSource\textLayout\src\flashx\textLayout\container\TextContainerM anager.as:2400]
at TMContainerController/addInlineGraphicElement()[C:\Vellum\dev\output\openSource\textLayou t\src\flashx\textLayout\container\TextContainerManager.as:2538]
at flashx.textLayout.container::ContainerController/http://ns.adobe.com/textLayout/internal/2008::updateGraphics()[C:\Vellum\dev\output\openSource\textLayout\src\flashx\textLayout\container\ContainerContr oller.as:3426]
at flashx.textLayout.container::ContainerController/http://ns.adobe.com/textLayout/internal/2008::updateCompositionShapes()[C:\Vellum\dev\output\openSource\textLayout\src\flashx\textLayout\container\ContainerContr oller.as:3124]
at flashx.textLayout.compose::StandardFlowComposer/updateCompositionShapes()[C:\Vellum\dev\o utput\openSource\textLayout\src\flashx\textLayout\compose\StandardFlowComposer.as:616]
at flashx.textLayout.compose::StandardFlowComposer/updateToController()[C:\Vellum\dev\output \openSource\textLayout\src\flashx\textLayout\compose\StandardFlowComposer.as:559]
at flashx.textLayout.container::ContainerController/updateForScroll()[C:\Vellum\dev\output\o penSource\textLayout\src\flashx\textLayout\container\ContainerController.as:1163]
at flashx.textLayout.container::ContainerController/set verticalScrollPosition()[C:\Vellum\dev\output\openSource\textLayout\src\flashx\textLayout \container\ContainerController.as:1029]
at flashx.textLayout.container::TextContainerManager/set verticalScrollPosition()[C:\Vellum\dev\output\openSource\textLayout\src\flashx\textLayout \container\TextContainerManager.as:850]
at spark.components::RichEditableText/commitProperties()[E:\dev\4.5.1\frameworks\projects\sp ark\src\spark\components\RichEditableText.as:2637]
at mx.core::UIComponent/validateProperties()[E:\dev\4.5.1\frameworks\projects\framework\src\ mx\core\UIComponent.as:8209]
at mx.managers::LayoutManager/validateClient()[E:\dev\4.5.1\frameworks\projects\framework\sr c\mx\managers\LayoutManager.as:957]
at mx.core::UIComponent/validateNow()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core \UIComponent.as:8067]
at spark.components::VScrollBar/http://www.adobe.com/2006/flex/mx/internal::mouseWheelHandler()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\VScrollBar.as:562]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.managers::SystemManager/mouseEventHandler()[E:\dev\4.5.1\frameworks\projects\framework \src\mx\managers\SystemManager.as:2924]
Test case: http://knux.biki.fr/bronx/InlineGraphicTest.mxml
Steps to reproduce:
1. Run InlineGraphicTest.mxml using TLF 3.0 at http://sourceforge.net/projects/tlf.adobe/files/3.0/current/
2. Try to scroll (use mouse wheel for example)
I just try using the svn version (trunk) of TLF, same issue
Anybody can help ?

Similar Messages

  • Illegal override of createGeometry in flashx.textLayout.elements.FlowGroupElement

    I have migrated from using FlashDevelop 3.3.4 and Adobe Flash CS 5 to FlashDevelop 4.0.1 and Adobe Flash CS 5.5. I am now having a HUGE amount of trouble getting my project to work again due to TLFTextfields.
    I understand that CS 5.5 uses TLF 2.0, so I have included the more recent tlfruntime.swc in the FlashDevelop project. Everything compiles fine but when I run the program I get this:
    [Fault] exception, information=VerifyError: Error #1053: Illegal override of createGeometry in flashx.textLayout.elements.FlowGroupElement.
    My guess is that the new tlfruntime.swc I have included in FlashDevelop is now out of sync with the corresponding swf RSL that gets loaded at run time. In the Flash CS 5.5 folder, I can only see one RSL - textLayout_2.0.0.232.swz. In the rsls folder in FlashDevelop, it has textLayout_2.0.0.232.swf AND textLayout_2.0.0.232.swz. Both the swz files in CS 5.5 and FlashDevelop are the same size. I copeid the one from CS 5.5 over to FlashDevelop anyway, but it made no difference.
    I don't know what the difference is between swf and swz, but I'm guessing FlashDevelop is loading the swf, not the swz, and I can't find a textLayout swf file in CS 5.5.
    Anyone able to help out?

    I guess what you mentioned about FlashDevelop should be FlashBuilder, right?
    For FlashBuilder, if you are using RSL model to link TLF. You should change the corresponding settings in the Flex-config.xml. Or You may solve the problem by setting libraries as "merge into code".
    For migrate from CS5 to CS5.5, you may check the help of http://help.adobe.com/en_US/flash/cs/using/flash_cs5_help.pdf. In the chapter 9, you should find the detailed steps.

  • Error #1053: Illegal override of exportXMLAttributes in flashx.textLayout.conversion.FXGExporter

    Error #1053: Illegal override of exportXMLAttributes in flashx.textLayout.conversion.FXGExporter
    Any idea why I am getting this error when using the latest textLayout.swc from the latest nightly build 4.1.0.14837 or stable build 4.0.0.13875?
    thanks
    Nikos

    Thanks for your quick reply Richard.  Unfortunately though, the problem still happens even after removing the workspace .metadata directory and doing a full clean/rebuild.  It happens both when launched from FB4 for debugging, and when opening a Web page with the SWF embedded, in the browser.  The problem occurs very early in the launch process.  It's not possible to debug beyond the error, but if simply opened in the browser, I can dismiss the error message and the app largely works.
    FYI, here is the stack dump:
    VerifyError: Error #1053: Illegal override of exportXMLAttributes in flashx.textLayout.conversion.FXGExporter.
        at flash.display::MovieClip/nextFrame()
        at mx.managers::SystemManager/deferredNextFrame()[E:\dev\4.0.0\frameworks\projects\framework \src\mx\managers\SystemManager.as:267]
        at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()[E:\dev\4.0.0\framewo rks\projects\framework\src\mx\managers\SystemManager.as:2460]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.preloaders::Preloader/timerHandler()[E:\dev\4.0.0\frameworks\projects\framework\src\mx \preloaders\Preloader.as:488]
        at flash.utils::Timer/_timerDispatch()
        at flash.utils::Timer/tick()
    Thanks,
    Rich

  • Error #1053, exportXMLAttributes in flashx.textLayout.conversion.FXGExporter

    does anyone know what this error could be caused by?
    VerifyError: Error #1053: Sostituzione non valida di exportXMLAttributes in flashx.textLayout.conversion.FXGExporter.
    at flash.display::MovieClip/nextFrame()
    at mx.managers::SystemManager/deferredNextFrame()[E:\dev\beta1\frameworks\projects\framework \src\mx\managers\SystemManager.as:352]
    at mx.managers::SystemManager/preloader_initProgressHandler()[E:\dev\beta1\frameworks\projec ts\framework\src\mx\managers\SystemManager.as:3287]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.preloaders::Preloader/timerHandler()[E:\dev\beta1\frameworks\projects\framework\src\mx \preloaders\Preloader.as:418]
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()
    (the first row says: not valid sostitution of exportXML... )
    It seems like it happens only when i have some spark textAreas or RichTexts in my project... I'm using the last stable SDK 4

    Hi,
    I have the same problem using the build of the day (n°112313 - 2009/10/28) :
    VerifyError: Error #1053: Remplacement illégal de exportXMLAttributes dans flashx.textLayout.conversion.FXGExporter.
        at flash.display::MovieClip/nextFrame()
        at mx.managers::SystemManager/deferredNextFrame()[C:\autobuild\3.2.0\frameworks\projects\fra mework\src\mx\managers\SystemManager.as:319]
        at mx.managers::SystemManager/preloader_initProgressHandler()[C:\autobuild\3.2.0\frameworks\ projects\framework\src\mx\managers\SystemManager.as:2945]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.preloaders::Preloader/timerHandler()[C:\autobuild\3.2.0\frameworks\projects\framework\ src\mx\preloaders\Preloader.as:398]
        at flash.utils::Timer/_timerDispatch()
        at flash.utils::Timer/tick()
    If I use the same code with an older build (n°10766 - 2009/10/01), everything works without any error message.
    I'am using Flex Builder 3.2 and I just extract textLayout.swc from the Flex SDK build and copy it into my project.
    Is there now something else to copy ?
    Thanks,
    Olivier

  • Bad element of type flashx.textLayout.elements::LinkElement passed to mxmlChildren

    When I use this code:
        <s:RichEditableText x="20" y="100" color="#2b4381" fontFamily="Myriad Pro" fontSize="17" tabStops="S0 S50 S100 S150 S200 S250 S300 S350 S400 S450 S500" width="494" height="55" whiteSpaceCollapse="preserve">
            <s:textFlow>
                <s:TextFlow>
                    <s:p><s:span color="#f77d0e"><s:a href="http://google.com"><s:span>some text</s:span></s:a></s:span><s:span color="#ffffff">posted 18 photos to</s:span><s:span> </s:span><s:span color="#0693ab">Web 2.0 Silicon Valley Design Team</s:span></s:p>
                </s:TextFlow>
            </s:textFlow>
        </s:RichEditableText>
    I get the error, Bad element of type flashx.textLayout.elements::LinkElement passed to mxmlChildren
    TypeError: Bad element of type flashx.textLayout.elements::LinkElement passed to mxmlChildren
        at flashx.textLayout.elements::SpanElement/set mxmlChildren()[C:\Vellum\branches\v1\1.0\dev\output\openSource\textLayout\src\flashx\text Layout\elements\SpanElement.as:209]
        at Test/_Test_SpanElement1_c()[/Users/monkeypunch/Documents/test/src/Test.mxml:5]

    Links cannot be children of span elements. If you want the link text to have that color, move the attribute into the span element that is a child of the link.

  • Call to a possibly undefined method getClipboardContents through a reference with static type flashx.textLayout.edit:ISelectionManager.

    Hi Guys,
    As i am using the nigtly build of TLF 4.0.0.11073.
    I want to copy some text from the TLF, by copy operation. I am getting this type of Error.
    - Call to a possibly undefined method getClipboardContents through a reference with static type flashx.textLayout.edit:ISelectionManager.
    In the previous build, i dont use to get this type of error, but in this nightly builds i am getting this type of error.
    Can anyone help me to fix the same or any workaound.
    Thanks in advance.
    Krishna

    This functionality is still available, but it has moved. It's now in a TextClipboard class, in the same flashx.textLayout.edit package. So you should replace calls to getClipboardFormat() with TextClipboard.getContents().
    Hope this helps,
    - robin

  • Hi,  We are developing quite a few excel worksheet reports. The reports dont show the cells if contain formulas ( when opened in iPad or ipod  ),  is there any good solutions .

    Hi, 
    We are developing quite a few excel worksheet reports.
    The reports dont show the cells if contain formulas ( when opened in iPad or ipod  ),
    Is there any good solutions .
    Thanks.

    There is no version of Excel for iPads.  iPads come with something that lets you view the contents of Excel files but it implements only the common easy features and there are (literally) hundreds of things you can do in Excel that it doesn't know how to show on the screen, including some functions.
    If you intend to work with spreadsheets on an iPad I suggest you buy Numbers for iPad
    http://www.apple.com/apps/iwork/numbers/
    which understands more (but still not 100%) of the things that Excel does.  It is so cheap that you can probably afford to buy a copy just to see whether it does what you want.
    If you are doing things with spreadsheets and intend to be primarily working on iPads then I suggest you actually use Numbers on a Mac as well, rather than using Excel at all.

  • @FINDSTR - How to find an element containing . (dot) when . (dot) is wildcharacter

    I'm checking a LogFile containing FileName(s) and want to Include/Exclude files according to FileType.
    How to use @FINDSTR  to find an element containing . (dot) when . (dot) is wildcharacter...???

    PowerShell ${"%MainDir%\%FullPath%\%FullFileName%"} = Get-Content ${"%MainDir%\%FullPath%\%ListFileName%"}
    |Select-String '\.mp3|\.mp4|\.m4a|\.flac|\.cue|\.ogg|\.ape|\.wav|\.wv'
    That wont work. Two things wrong
    First thing
    Get-Content expects a filename  like Get-Content c:\music.txt  
    or  Get-Content
    "%MainDir%\%FullPath%\%ListFileName%"  
    Get-Content ${c:\music.txt} will try to get the filename in the file c:\music.txt and not use c:\music.txt
    itself.
    Second Thing
    ${"%MainDir%\%FullPath%\%FullFileName%"} = is wrong, don't use the " inside the { }, the { } act as a
    quotes
    for example ${C:\My Documents\Music.txt} = is ok, that will work, this is a variable
    PowerShell ${"%MainDir%\%FullPath%\%FullFileName%"} = Get-Content ${"%MainDir%\%FullPath%\%ListFileName%"}
    |Select-String '\.mp3|\.mp4|\.m4a|\.flac|\.cue|\.ogg|\.ape|\.wav|\.wv'
    Should be 
    PowerShell ${%MainDir%\%FullPath%\%FullFileName%} = Get-Content "%MainDir%\%FullPath%\%ListFileName%"
    |Select-String '\.mp3|\.mp4|\.m4a|\.flac|\.cue|\.ogg|\.ape|\.wav|\.wv'

  • Problems when scrolling

    Good afternoon, I am facing a problem when scrolling a page when in the continuous view, sometimes the page jumps to the previous lines... How can I fix this?

    I've only got one paint method and that is the main one in the base class. I've actually always disliked it. It basically contains all the location setting of all the components on the applet. I always thought these should be put in init, but whenever I do that, it fails to set their location.
    Still, this is what my paint method looks like (well, a bit of it, its long)
    public void paint(Graphics g)
             //Empire Choice
             empire.setLocation(215,21);
             //End Empire Choice
             //Implants Choice
             implants.setLocation(10,layoutArray1[29]);
             //End Implants Choice
             //Mode Choice
             mode.setLocation(177,51);
             //End Mode Choice
             //Templates Choice
             templates.setLocation(235, 81);
             //End Templates Choice
             //Implants Chosen List
             implantsChosen.setLocation(10,layoutArray1[32]);
             implantsChosen.setSize(110,60);
             //End Implants Chosen List
             //Implants Description Label
             implantsDesc.setLocation(10,layoutArray1[30]);
             implantsDesc.setSize(275,15);                
             //End Implants Description Label
                etc
                etc
                etcI really think its wrong, but i've not been able to work out how to make it 'propper' (I mean, it works and everything, but it seems wrong to me). Like I said, we haven't been taught much on applets at all, so i've had to teach myself all of this :-/
    Thanks.

  • Highlighting button and text when scrolled over

    Hello,
    I have a menu that I wouldlike the four buttons to be highlighted when scrolled over wiht the navigator. I a way that only one shall be highlighted then you press down and the next will become highlighted, leaving the other one with no highlight. Any help?

    In this case you would need to use a highlight layer created in an image app like Photoshop. The background image for the menu would not contain any text, just a shape (or whatever) to indicate to the viewer there is a button there. The overlay would then contain the text to appear within the button area.
    You would create this in gray scale, and use the colour mapping tools within DVDSP to allocate the desired colours for the selected and activated states.
    In this way, only the background area will show when the button is not selected (i.e. is in the 'normal' state), but clicking on (or mousing over) the buttons will reveal the text in the highlight layer.

  • Flash content distorts when scrolling and switching tabs.. since FF 13.0.1..

    Before describing the issue
    Please note from the System Details pane to this post that I have the latest flash, etc.
    And Windows updates,are up to date.
    ==================================================
    Issue: Scrolling distorts flash player window (Youtube, hulu, etc.)
    Since: FF 13.0.1 update in June. (I posted on the issue under "badly scrambled images".)
    Problem is still there with FF 14.0.1
    This distortion happens:
    # even with just starting the browser (so no bloated cache)
    # even with just only one or two tabs open.
    And since last week's update to FF 14.01, I have also detected:
    Switching to the the tab with flash content will "imprint" the image from the my previous tab on to the flash player. I have to scroll or refresh to get the flash player to show its content.
    FYI, none of these flash player problems occur with IE9.
    The advise from a regular contributor was to turn off hardware acceleration, but these did not solve this issue.:(
    Solutions suggesting disabling all the plugins etc. have not solved the problem either.
    So if you can tell me some other way to solve this, I will appreciate it.
    Thanks.
    Images:
    [URL=http://imageshack.us/photo/my-images/824/ff14scramblesyoutubecon.png/][IMG]http://img824.imageshack.us/img824/4443/ff14scramblesyoutubecon.th.png[/IMG][/URL]
    [URL=http://imageshack.us/photo/my-images/715/stillscrambledflashcont.png/][IMG]http://img715.imageshack.us/img715/6813/stillscrambledflashcont.th.png[/IMG][/URL]

    Sorry, it took me a while to give feedback for the suggestions you have given here.
    (Please refer to sidebar on the original post for system details.)
    I have reset the profile and updated the Nvidia driver. The version of FF is 14.0.1. But it still scrambles the pictures.
    On top of scrambling the flash content when scrolling, it has additional problems:
    As you can see from the attached image, another tab's content is showing on the youtube flash player. This happens when I have paused the video even for a short time.
    I have a suspicion that the combination of Flash and Firefox does some weird things to graphic processing and memory.
    (I realize that IE implements Flash differently, but they seem to have this right.)
    I might just have to say goodbye to Firefox for a while.
    Thanks.

  • Firefox 37 Beta on Windows 8.1 has lag and stuttering when scrolling

    I just recently got a new laptop, and since the minute I've installed firefox on it there has been lag when scrolling webpages. It seems to start off not too badly, with there being some stuttering when I first open firefox, however it seems like the longer I'm browsing the worse it gets, to the point where sometimes I'll start scrolling and then a second later firefox will just jump to the bottom of the page. Internet Explorer and Chrome both have perfectly smooth scrolling.
    I've tried numerous things to fix it already, this is some of the stuff I can remember trying:
    -Turning off hardware acceleration and smooth scrolling
    -Starting in safe mode
    -Complete reinstall with new profile
    -Updating graphics card and intel drivers
    Specs of the new laptop:
    Core i7
    GTX 970M
    16Gb RAM

    When I was trying different versions of Firefox to see if they all had the scrolling problem, I made sure to try 36, 38, and even 31.5 ESL portable. They all have the scrolling problem when my laptop is unplugged. However, when I tried Tor just to see what would happen - bingo! Perfectly smooth scrolling once more. This is especially weird as Tor uses 31.5.3 ESL as a base...
    This made me think that it could potentially be a plugin, as Tor doesn't have any plugins installed other than Flash. However, after first disabling, then manually removing, every plugin that was listed in about:plugins the problem continues to persist.
    Any idea why Tor would work flawlessly while every other version of firefox suffers the scrolling issue? I couldn't seem to remove the OpenH264 Video Codec provided by Cisco Systems, plugin. Is it possible to remove it in order to see if it is causing the problem?

  • Is there any way to disable electric whining on the 2011 Macbooks Pro, when scrolling in Firefox and opening new tabs?

    This happens only in Firefox w/o addons; under Mac OS X 10.6.7

    To specify the issue: A high-frequency noise can be heard coming from the left upper side of the Macbook (from beneath the 1 key). It can only be heard when scrolling and opening new tabs in firefox and is not influenced by the volume level and muting.

  • Issue when scrolling a pdf - There was a problem reading this document (135)

    This is when the PDF is created and rendered/previewed from Acrobat Reader and the issue is there for latest acrobat version too.
    When you open the PDF in Acrobat Reader and then when you scroll it and if you have more that one page in the PDF, it gives an error saying "There was a problem reading this document (135)".
    Is this a known issue in Acobat? Any resolution? Reinstalling acrobat version didn't help.
    Thank you in advance...!
    /Manu

    It's hard to tell for me as they are files such bank statement or other document from websites...how can i know?
    Thanks,
    Date: Wed, 9 May 2012 01:29:45 -0600
    From: [email protected]
    To: [email protected]
    Subject: Issue when scrolling a pdf - There was a problem reading this document (135)
        Re: Issue when scrolling a pdf - There was a problem reading this document (135)
        created by Nikhil.Gupta in Adobe Reader - View the full discussion
    Hi Manulak_Tech,
    As you are able to view PDF I had provided, the issue seems to be PDF specific.
    So when you scroll the PDF and reach to a page where Adobe Reader cannot read it, the error comes. I am sure the problem lies the way PDF was created. Can you describe how the PDF was created?
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4390058#4390058
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4390058#4390058. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Starting random apps and screen flicker when scrolling

    My Touch 2G suddenly started to launch random apps without me touching the screen. Besides starting random apps the screen flickers when scrolling. Any body have experienced the same? It started about 1 month ago and I have always taken good care of it. I have tried every possible thing I can think of when it comes to software. Full restore, jailbreak, full restore, back to factory, back to earlier versions of IOS, but no luck. It is pretty persistent. I am sure it is hardware related and don't mind paying to have it fixed. I tried two repairshops already and they  were not able to recover the reason for the malfunction.  I wonder whether there is anybody who has experienced the same or even knows what is wrong?

    Hey Kimwaldal,
    Thanks for using Apple Support Communities.
    Sounds like the devices are opening things on their own. You may want to follow this article to make sure the screens are working correctly.
    iPhone, iPad, iPod touch: Troubleshooting touchscreen response
    http://support.apple.com/kb/ts1827
    Have a nice day,
    Mario

Maybe you are looking for

  • Problem with CSA MC

    I have installed CSA MC 4.0.1. After finishing the installation, the systems behavior is very strange: - http access automatically changes to https (ssl). - I get no login fields for username and password. Any idea. It is a productive system (based o

  • Copy and paste temp setting

    LR3, OSX. I want to copy a temp change and apply it to another image, how do i do this? In Develop settings copy, it isn't there, synching doesn't do it. Any help, much appreciated. Alex

  • Webi Report as a Hyperlink

    Hi Is there anyway I can execute a Webi report outside the infoview using a hyperlink?   My requirement to put a Webi report in CRM Web UI. If I can get a URL for the Webi report it can be achived. Thanks in advance Nisha

  • Replace the wait with java embedding thread.sleep() function

    Hi, How to replace the wait with java embedding thread.sleep() function. Can anyone help. Thanks.

  • LR5 not importing Pictures... error message that it has stopped working

    When I click on import pictures I get this error and Lightroom shuts down. Does anyone know how to fix this? Thanks in advance.