Browser not showing scrollbar in text layout component

hi
my text layout works great as SWF, however when i publish i dont see the scroll bar in the html page.
saying that i can use the mouse scroll to scroll the text.
my XML:
<?xml version="1.0" encoding="utf-8"?>
<flow:TextFlow paddingTop="5" paddingRight="5" paddingBottom="5" paddingLeft="5" whiteSpaceCollapse="preserve" xmlns:flow="http://ns.adobe.com/textLayout/2008" verticalScrollPolicy="on" horizontalScrollPolicy="auto" ><flow:p textAlignLast="right" textAlign="justify"><flow:span fontSize="13" color="0x666666" textDecoration="underline" fontLookup="embeddedCFF" fontFamily="FbTypograph Regular"....
just in case i added it in my AS3
import flashx.textLayout.elements.TextFlow;
import flashx.textLayout.container.*;
myTextLayout.verticalScrollPolicy = ScrollPolicy.ON;
any idea what went wrong?
thx,
Daniel

TLF has the policies that allow scrolling, but it deosn't actually have any scroll bar widgets. You would have to get those from Flex components and hook them up. The easiest way to do that is to use the new Gumbo components in Flex4 instead of just using TLF directly (see the RichEditableText class). Or, if you want an ActionScript only application (no Flex framework dependency), you could create your own scroll bars and scroll by setting the verticalScrollPosition and the horizontalScrollPosition on the ContainerController.
Hope this helps,
- robin

Similar Messages

  • Flash CS4 Text Layout Component Problem

    Hi,
    We are trying to use multiple instances (around 25) of Flash
    CS4 Text Layout Component in one file to display arabic text. It
    works fine for some random number of instances. However, it gives
    problem if that number increases (The text doesnt show).
    Any help will be highly appreciated.
    Thanks!

    If you're referring to this:
    http://labs.adobe.com/technologies/textlayout/
    Then that's still in beta and you should take your discussion
    to the beta forum on that link.

  • Metadata values not showing in Site Studio layout using Idoc Script

    Hi All,
    We have a SS layout (secondary) with replaceable regions for showing content that is listed in a primary page dynamic list.
    Part of the layout shows contribution elements of Contributor Data File content items, but part of layout also shows metadata values. We use <!--$DOC_INFO.dDocTitle--> to show the content item Title with no problems.
    However, for some content items, some metadata values are not showing on the layout - specifically a custom metadata field called xFinishDate (which is of type 'Date' in Config Man). The code <!--$DOC_INFO.xFinishDate--> simply does not work (nothing is displayed) for some content items, despite definitely having a set FinishDate value. Some other content items show this value fine.
    The <!--$DOC_INFO.dDocTitle--> value works for ALL items, but the <!--$DOC_INFO.xFinishDate--> does not, and there appears to be no difference between the items that it does, and does not work for. They are all CDF, same DocType, same CheckIn profile, etc.
    The non-working items are all released and indexed. Their Content Information in Content Server shows complete metadata. I have resubmitted the non-working items for reconversion in Repo Man but no luck.
    Is there something I am missing? Any help is greatly appreciated.
    Luke.

    Actually the default DOC_INFO resultset that is on the page seems to be for the content item being loaded into the secondary layout's replaceable regions. This is why DOC_INFO.dDocTitle gives the results expected.
    However, I think I have discovered why the xFinishDate value was not showing. Using sapan's code (and modifying it a bit) I was able to print out all the metadata field names and values for default DOC_INFO resultset.
    Using this URL as an example: http://www.bond.edu.au/about-bond/jobs-at-bond/BD3_011217
    At the top of page region (replaceable) where the Contributor Data File is loaded into, the DOC_INFO resultset is relevant to the content item that is being loaded into the layout (content ID: BD3_011217 - as per the URL format), which is what we want.
    However, throughout the Contributor Data File content, if a link is made using the Site Studio link wizard via FCK Editor (in the above case, it is the position description link, which is a link to a PDF) and the link is 'Link to a file' and the 'Choose Target section' is selected as 'Use default website section metadata', the resulting link looks like "http://www.bond.edu.au/about-bond/jobs-at-bond/BD3_011216". Any references to the DOC_INFO resultset on the page after the instance of this link now use the metadata of the content item referred to in the link, not the original content item. I have dumped out the DOC_INFO fields/values in different parts of the layout to prove this. The linked content item has no xFinishDate value so this is why nothing displays (displaying xFinishDate needs to happen after the link to the position description).
    I guess I need to either:
    - change the way the link is made to the content item to "Link to the Content Item's URL", but I would prefer not to expose the resulting path e.g. "[!--$HttpRelativeWebRoot--]groups/group-name/@account-name/documents/content-type/content-id.pdf"
    - explicitly make a resultset using <!--$executeService("SS_GET_SEARCH_RESULTS")--> with the content ID I know I want and use it instead of the default DOC_INFO one. Is there any other way to make a resultset comprising of a single item's metadata?
    9.45 SS_GET_SEARCH_RESULTS
    ■ Description: This is a wrapper around the regular CS GET_SEARCH_RESULTS
    service. It allows some Site Studio features to be specified simply as flags and have
    the real query syntax be constructed on the server. It can modify the standard
    'SearchResults' resultset to contain an additional column called 'ssUrl' which will
    contain the Site Studio-friendly url for all of the search results.
    ■ Parameters:
    – siteId: the unique identifier of the site (required).
    – ssLimitScope: True/False, restricting scope to within the site only (optional).
    – ssUserSearchText: user-supplied search text (optional).
    – ssWebsiteObjectType: object type (optional).
    – computeFriendlyUrls: True/False, modify results to include ssUrl (optional).
    ■ Returns: resultset named ’Search Results’.
    ■ Security: The user must have at write access to at least one security group on the
    content server
    Thanks to everyone for their help. Almost there!
    Edited by: lukeb2112 on 18/01/2010 17:30

  • Firefox and Safari browser not displaying images and text properly

    Hello,
    I am new to the support/discussion forum and previously ran Windows on my Macbook OS X 10.5.8. I switched over to the Mac OS X and am finding that the Safari and Firefox browser shows much images/text as 'squished' or not aligned properly. I suppose this is due to development and the cross browser formats are not compatible.
    However, I would like to ask if there is some display error in the system preferences or perhaps even some coding I'm not looking at to correct or fix the appearance.
    Can anyone please help me out? I appreciate it:)

    You are not using the latest Spry files
    The latest version of the Adobe Spry Framework is 1.6.1, this is the same version that ships with Dreamweaver CS4. If you use Dreamweaver CS3 (uses Spry 1.4), its wise to upgrade your files to the latest version. This can easily be done using the Spry Updater that can be found here.
    Then, if you have a look near the bottom of SpryMenuBarVertical.css you will see that the white background colour has been specified for IE as in
    @media screen, projection
        ul.MenuBarVertical li.MenuBarItemIE
        display: inline;
        f\loat: left;
        background: #FFF;
    Change the value to #CCC and it will have fixed that part of the problem.
    When you upgrade to the later version of Spry, make sure to keep a copy of the CSS file as a reference to modifying the new CSS file.
    Gramps

  • Sharepoint2013 - Organizational browser not showing anything

    Hi there.
    Sharepoint 2013 installed. Tried the Organizational Browser web part, but it does not shows anything neither in Silverlight view or in HTML view. What exactly should this "feature" show?
    It's the same in IE on WIN8 and WIN7 client (both with latest silverlight).
    bostjanc

    Hi,
    Sharepoint 2013 uses claim authentication by default and adding the "clientaccesspolicy.xml" to iis root is
    not working for claim authentication.
    Keep the xml file and add this javascript code to the page  in content editor webpart:
    <script type="text/javascript">
    function CreateHierarchyChartControl(parentId, profileId, type, persistControlId) {
    var i = profileId.indexOf("|");
    var claimsmode = profileId.substr(i-1,1);
    if((i >=0 ) & (claimsmode=="w"))
    profileId = profileId.substr(i+1,profileId.length-i-1);
    var initParam = profileId + ',' + type + ',' + persistControlId;
    var host = document.getElementById(parentId);
    host.setAttribute('width', '100%');
    host.setAttribute('height', '100%');
    Silverlight.createObject('/_layouts/ClientBin/hierarchychart.xap',
    host,
    'ProfileBrowserSilverlightControl',
    width: '100%',
    height: '100%',
    version: '2.0',
    isWindowless: 'true',
    enableHtmlAccess: 'true'
    onLoad: OnHierarchyChartLoaded
    initParam,
    null);
    </script>For more info check this link:http://support.microsoft.com/kb/2643420

  • Loop browser not showing all loops

    I have all of the jam packs and have installed them. Now I am noticing that not all the loops are showing up in the loop browser. For example I select guitars, acoustic, I see 12-8 acoustic strum 01 and 03 but no 02. I look in the folder for jam pack 3 and there sits 02. Why is it not in the browser? I have dozens of loops in my folders that are not showing in the browser. Why?

    I have the same problem, only mine may be a little more extensive. I had to do an archive/install to fix a problem I had with some problems. I then upgraded to the new version of Garageband and in the program only half of the loops show up and I can't access the rest? If someone can help please do...
    iMac G5   Mac OS X (10.4.8)  

  • Preview in browser not showing changes in muse

    I am trying to preview my changes in Muse but it's not showing any updates.  I've doubled checked updates and shut down my laptop to reboot but still not working.

    Hi there,
    Could you tell me which version are you using, is it Muse CC or Muse CC 2014?
    Also tell the Operating system that you have?
    Have you checked both Preview in Muse and preview in browser? Try with clearing the browser cache.
    Also, when you preview in browser, could you copy the address it shows in the address bar and paste it in the address bar of any other browser like Firefox or Chrome, see if it shows changes there?
    Thanks.

  • Special characters (norwegian wovels) not showing correctly in Page Layouts

    We have a publishing site which surfaces content from several catalogs in an authoring site in a cross site collection publishing environment.
    We have a problem with labels for Catalog-Item Reuse Snippets containing norwegian vowels/special characters not showing properly. An example of a snippet is shown below. This contains the character ø (oslash).
    <div class="rightColPaddingUnder"><h2>Leverandørkontakt</h2>
    <!--CS: [NavnhovedkontaktleOWSTEXT] Start Catalog-Item Reuse Snippet-->
    <!--SPM:<cc1:CatalogItemReuseWebPart runat="server" UseServerSideRenderFormat="True" ResultType="" NumberOfItems="1" UseSharedDataProvider="True" OverwriteResultPath="False" ResultsPerPage="1" SelectedPropertiesJson="[&#34;NavnhovedkontaktleOWSTEXT&#34;]" Title="$Resources:Microsoft.Office.Server.Search,CBSItem_Title;" Description="$Resources:Microsoft.Office.Server.Search,CBSItem_Description;" MissingAssembly="Cannot import this Web Part." ID="g_1d79f6d5_037f_43b3_ac4b_4e7bc10ff1c3" __WebPartId="{1d79f6d5-037f-43b3-ac4b-4e7bc10ff1c3}">-->
    <!--SPM:<RenderFormat>-->
    <!--DC:Viser verdi fra søk uten ekstra formatering.-->
    <!--SPM:</RenderFormat>-->
    <!--SPM:</cc1:CatalogItemReuseWebPart>-->
    <!--CE:End Catalog-Item Reuse Snippet-->
    </div>
    The frontend messes the character up and displays this as strange A
    We have tried several things in order to fix this but are running out of leads:
    tried to change encoding in the page layout html file from utf-8 to iso-8859-1
    tried to replace ø with the hex value (&#248;) and the old school & + oslash + ; way of encoding characters
    Regional settings on the server is verified to be norwegian
    The strange part is that actual content in the content type columns that we display around the page actually shows the norwegian characters correctly

    Excellent, thanks!. I checked the top level globalization setting i IIS and this was set to Windows-1252.
    However, our work around solution was to add the 
    <meta charset="utf-8">
    declaration inside the first MS-statement inside the body tag of the page layout HTML file like this:
    <?xml version="1.0" encoding="utf-8"?><!--SPG:
    -->
    <!DOCTYPE html[]>
    <html class="no-js" lang="en" xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
    <head>
    <title>Some title
    </title>
    </head>
    <body>
    <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderTopNavBar" runat="server">-->
    <meta charset="utf-8">
    <!--MS:<SharePoint:AspMenu ID="TopNavigationMenu" runat="server" EnableViewState="false" DataSourceID="topSiteMap" AccessKey="&#60;%$Resources:wss,navigation_accesskey%&#62;" UseSimpleRendering="true" UseSeparateCss="false" Orientation="Horizontal" StaticDisplayLevels="1" AdjustForShowStartingNode="false" MaximumDynamicDisplayLevels="3" SkipLinkText="">-->
    Strange, but it worked.
    Actually we tried to set the globalization settings in the web.config files of the different IIS sites running in the webapp yesterday like this:
    <add name="SPWindowsClaimsAuthentication" type="Microsoft.SharePoint.IdentityModel.SPWindowsClaimsAuthenticationHttpModule, Microsoft.SharePoint.IdentityModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
    </httpModules>
    <globalization requestEncoding="utf-8" responseEncoding="utf-8" culture="nb-NO" fileEncoding="utf-8"/>
    <!--<globalization fileEncoding="utf-8" />-->
    <compilation batch="false" debug="false">
    As far as I can understand this should have the same effect as setting this in IIS.
    It seems that the IIS setting actually overrides whatever you put in web.config for globalization options.
    We have updated the IIS setting now to UTF-8 and done a IIS Reset. At the moment we get corrupted characters still, but now the existing aspx-files probably is corrupted and needs to be replaced with fresh ones. I will do a catalog dis-/reconnect.
    I'll update with whatever we end up with as the final solution. Anyway, very grateful for the invaluable help from a fellow Scandinavian :-)

  • Label object did not show the changed text.

    hi,
    I 've made change to the text on the label object on the form. Save it and Preview the form. However the form shows the old text of the label. But the text is changed in the design mode.
    I close the form and re-open again. the problem is still same.
    Does anyone come across this issue ?
    Thanks,

    Hi all 
    In administering this policy I am a little confused. 
    We have a policy that distributes proxy settings in the internet explorer maintenance settings section - however when opening this policy up in GPO editor the internet explorer maintenance section is not present.
    I plan to apply the settings via User/preferences/control panel settings/ internet settings (or registry settings from article) however I am unable to edit the settings for internet explorer maintenance and these will persist. Ideas????

  • "Find in Files" does not show a "Search Text" area (10.1.3.0.4)

    I'm using JDeveloper 10.1.3.0.4
    I use the find in files constantly so this is slowing me down. When I get the dialog for "Find in Files" it doesn't show a search text input area. It seem like there is a way to search by selecting text in the current file, but that isn't as useful to me. Am I missing something really obvious?
    Thanks,
    Dan

    Hi,
    when you select the search in file option from the menu then this shows you a text field to type in the search string. Below are option to select where to search and which fiiles to search. This works fine on all releasesI've installed
    Frank

  • Newly placed images not showing up and Text Styles not previewing correctly

    I was playing around with defining new text styles and they
    looked OK in Dreamweaver but when previewed in browser everything
    was in Times. I deleted all the pre-set styles trying to fix the
    problem out why when I realized now newly placed images don't show
    up in preview, but old images will. I can copy and paste an
    existing image and it will show, but not if I place it new. When
    trying to Manage Site, I kept getting a "Home page is not on
    this...." message. Please help me figure out what I have
    done!!!

    >Home page is not on this...
    Several possibilities spring to mind the first of which is
    you haven't
    defined your site properly or at all
    >previewed in browser everything was in Times
    a link to your stylesheet has an incorrect path
    >realized now newly placed images don't show up in
    preview,
    they should, defined site again?
    If you have a URL we could see the code?
    If not can you post the code here, otherwise these are all
    guesses
    Jo
    "chas0616" <[email protected]> wrote in
    message
    news:esa2uh$h4d$[email protected]..
    >I was playing around with defining new text styles and
    they looked OK in
    > Dreamweaver but when previewed in browser everything was
    in Times. I
    > deleted
    > all the pre-set styles trying to fix the problem out why
    when I realized
    > now
    > newly placed images don't show up in preview, but old
    images will. I can
    > copy
    > and paste an existing image and it will show, but not if
    I place it new.
    > When
    > trying to Manage Site, I kept getting a "Home page is
    not on this...."
    > message.
    > Please help me figure out what I have done!!!
    >

  • Media Browser not showing iTunes library

    The media browser, which is a system-wide open dialogue feature in OSX has been failing to show the iTunes library in my main (but not admin) account.  It shows photos and movies just fine, but nothing from iTunes.  Garageband files yes, but iTunes library nope.  For example if I wanted to add music to a slideshow I can pull down to iTunes but nothing is there.  Same if I wanted to attach an .mp3 to an email, or add music to a movie.  Same thing happens in Chrome, Pages, Numbers, Keynote, etc.  Interesting, it is unique to this user account.  I've tried it in another user account that has an iTunes library and it worked just fine.  Any idea on how to fix this?  I'm guessing there's a preference somewhere I could delete that could rebuild it.  I don't want to trash any iTunes library files as I have spent years building playlists, metadata, stats, etc.  Thanks for your help. 
    I'm using the latest versions of OSX, Safari/Chrome, iTunes, the iLife '11 suite, and the iWork suite.

    Nobody? 
    Weirdly enough, I have to add it works in a few select 3rd party apps, like Audacity.  However, it still does not work in any Apple apps nor the trial of Capo, a music app, which is why I'm looking for a fix.

  • "InfoObject" with Text data is not showing description/heading/text in IDT...

    Dear All,
    I'm working on SAP NetWeaver 7.3 and I have an InfoCube for QM and recently I had a requirement to add an "InfoObject" which will show text. I added it into InfoCube and after loading my transaction data, I could see the text of newly added  InfoObject as well on "LISTCUBE" transaction. I refreshed the "Data Foundation Layer" on BO tool "Information Design Tool" and also inserted Candidate InfoObject (my newly added InfoObject"). But when I tried to show its values for "InfoObject" its showed me its values. But when I tried to show its text (heading) it threw following error:
    1. Firstly, I could not find Text Table or table for the newly InfoObject into "Data Foundation Layer" why?
    2. Why am I getting able error?
    3. Have I missed some step in BW which is causing an issue for not "Generating SID" for this InfoObject "Master Data Text"?
    4. How to resolve the above issue as I want to show its text into "InfoSpace" or BusinessObject Explorer?
    Many thanks!!!
    Tariq Ashraf

    Problem with JMS IKM of 10.1.3.5 for Hp-UX.
    Step 3 of IKM, where its truncating the schema, the systntax is wrong. The correct syntax will be.
    truncate schema < %=odiRef.getInfo("SRC_SCHEMA")%>

  • Starting with version 32.0 of Firefox, 1Password text boxes do not show the typed text.

    The 1Password plugin for Firefox prompts users to enter new passwords as they are created. Starting with version 32, however, the text box still appears, but no cursor appears in the text box, and no type is visible as I type. The typed entry is posted to 1Password, but it must be checked to ensure that there were no typos (since the type was not visible as it was entered). Is there a fix for this "invisible type" problem?

    I appreciate your response, but 1Password has no new release that might solve the problem -- a problem, to be honest, that I don't think is theirs.
    Firefox has become increasingly prone to rendering errors, and this may be just another one. Sites that display properly in Safari and Chrome are a mess in Firefox, and every day brings me closer to switching to another browser.
    Whether there's code specific to Firefox that developers, because of Firefox's declining popularity, aren't including or Firefox isn't incorporating the latest standards, I don't know. But I do know that I now need to open other browsers throughout the day because Firefox is no longer the reliable resource it once was.

  • Bootloader is not defined - facebook not showing images just text

    I tried to uninstall and install a fresh installation of FF, but I still cant see images in some website including facebook, I just showing text.
    I search the web and I saw that it happend to a lot of peoples but I coudln't find an answer.
    it is not relevant to image block (via content tab).
    whan I look at the 'Error Console' I see a lot of errors regarding bootloader is not defined and big_pipe is undifined.
    please help

    10x, but already check that - nothing is blocked -
    the problem is relate to the bootloader, which is undefined.
    one more thing - when I change the address to https I can see most of the images (but not all)

Maybe you are looking for

  • WHEN I CLICK A LINK, IT DOESN'T OPEN IN A NEW TAB

    I do a google search and then when I used to click a link it would open in a new tab. However it no longer does this. I have tried all the following remedies to no avail. I have tried under Tools>Options>Tabs and checking and unchecking the open new

  • K8n neo2 platnum memory soundcard problems.

    I just recently bought this board and im having problems with it. here is what I have installed. windows XP home edition (all updates installed) AMD 64 bit 3500+ (4) 512 meg sticks pc 3200 underclocked to ddr 333 (mushkin blue) liteon dvd rom drive (

  • Scripting & PS question

    I have modified a script that I've found to create numerous panoramas, so that I can walk away and not babysit my computer.  The script is working fine, but there are a couple of other issues that I'm now trying to work out. Before I created this scr

  • Xorg doesn't start some "FRAMEBUFFER" problem

    I would like to ask you to help me. After two days I'm down. I've read some topics and hints but somehow maybe because I'm so nervous now I cannot concentrate. ( like try setting vesafb - video=vesafb but where?:oops: Every time I try to start X I ge

  • My music player is not responding/not working!

    my nokia 5320 is three months old, i'hv loaded few songs into the mobile(music player), and it was working perfectly fine. all of a sudden it stopped playing. when i press the music player icon, "now playing" screen comes on with its contents, artist