TLF not working on Combobox/TextArea/List

There is NO SUPPORT for TLF and right-to-left writting settings in Flash CS5 for this components: Combobox / List / TextInput
Steps to reproduce:
1.Add combobox component to stage
2.Open properties panel and add in the data provider some Arabic text eg.: العربية
3.Publish and upload Flash page on some server
  Actual Results:
  The Arabic text is backwards
  Expected Results:
  To show correctly
TLF and right-to-left writtin support is missing completly for this components: Combobox / TextInput / List.
Please test on a computer where Flash CS5 is not installed, because it   shows correctly on that machine and incorrectly on a normal user   computer that doesn't have Flash CS5 IDE.
* Persists in any browser.
If anyone knows of a workaround please let me know ASAP !
Many thanks,

The reason the combobox isn't doing R-to-L correctly, is because the component is based on TextField (not TLF). TextField does not have support for R-to-L.
The only component converted to work with TLF in CS 5 was the Scrollbar.
To do what you're wanting, you'll need to modify the component to use TLF text instead. Not having looked at that component, I don't know how large of a task that is, but it's certainly doable.
Rusty

Similar Messages

  • URGENT - Flash CS5 - TLF not working on Combobox

    There is NO SUPPORT for TLF and right-to-left writting settings in Flash CS5 for this components: Combobox / List / TextInput
    Steps to reproduce:
    1.Add combobox component to stage
    2.Open properties panel and add in the data provider some Arabic text eg.: العربية
    3.Publish and upload Flash page on some server
      Actual Results:
      The Arabic text is backwards
      Expected Results:
      To show correctly
    TLF and right-to-left writtin support is missing completly for this components: Combobox / TextInput / List.
    Please test on a computer where Flash CS5 is not installed, because it  shows correctly on that machine and incorrectly on a normal user  computer that doesn't have Flash CS5 IDE.
    * Persists in any browser.
    If anyone knows of a workaround please let me know ASAP !
    Many thanks,

    The reason the combobox isn't doing R-to-L correctly, is because the component is based on TextField (not TLF). TextField does not have support for R-to-L.
    The only component converted to work with TLF in CS 5 was the Scrollbar.
    To do what you're wanting, you'll need to modify the component to use TLF text instead. Not having looked at that component, I don't know how large of a task that is, but it's certainly doable.
    Rusty

  • CsrAttachmentUploadDiv part attachment is not rendered SP 2013(Attach file in not working for all the list forms)?

    csrAttachmentUploadDiv partattachment  is not rendered SP 2013(Attach file in not working for all the list forms)?
    Ravi
    function ShowPartAttachment() {
    ULSopi:
        if (document.getElementById("part1") == null || typeof document.getElementById("part1") == "undefined") {
            alert(Strings.STS.L_FormMissingPart1_Text);
            return;
        (document.getElementById("part1")).style.display = "none";
        (document.getElementById("partAttachment")).style.display = "block"; //problem here

    Am also facing the similar problem....any iputs are highly appriciated.
    Issue..
    1) Defined the attachment type in IMG.
    2) Added the attachment type "SFREEATTM" by selecting other attributes---> Attachment Types.
    3) Attached the excel file in the design.
    See the screen shot below:
    The Issue is when testing through tcode nwbc in the inbox the attachment tab is not visible after selecting the particular form.
    Please see the screen shot below:
    Did i miss any Configuration?? Please suggest...
    Regards,
    Naveen

  • Skrolu mouse does not work properly in the list of bookmarks

    skrolu mouse does not work properly in the list of bookmarks
    yer imleri listesinde maus skrolu düzgün çalışmıyor

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    You can also try to move (delete) the Firefox plist file.<br />
    See [http://www.macfixit.com/article.php?story=20060606082246983 How .plist files become corrupt and troubleshooting the results]
    Go to "Library > Preferences" and remove the plist file for Firefox (org.mozilla.firefox.plist).

  • Comment is not working properly when using list values - multiple rows

    Hi
    I am trying to send comments in drop down menu but it is not working.
    I have a list field with the following values ( "Not Started";"In Progress";"Completed")
    the default value should be "Not Started" but if I select "In Progress" at the top and click save, I get it in all the rows.
    can't seem to figure out why is not working.
    =IF($P22="Not Started";EVCOM($P22;$E$2;$M22;Parameter!$C$20;$E$5;"SCHED";Parameter!$C$23;Parameter!$C$25;$E$6;$E$8;$E$10;$E$11;$E$12);IF($P22="In Progress";EVCOM($P22;$E$2;$M22;Parameter!$C$20;$E$5;"SCHED";Parameter!$C$23;Parameter!$C$25;$E$6;$E$8;$E$10;$E$11;$E$12);IF($P22="Completed";EVCOM($P22;$E$2;$M22;Parameter!$C$20;$E$5;"SCHED";Parameter!$C$23;Parameter!$C$25;$E$6;$E$8;$E$10;$E$11;$E$12);"Not Started")))
    I have tried to use plain EVCOM function but the result is same.
    thanks

    Hi,
    Here is a blog for your reference:
    "The collection has not been initialized. It has not been requested ..." in SharePoint 2010 ECMAScript Client Object Model.
    http://youdhbir.blogspot.com/2012/06/collection-has-not-been-initialized-it.html
    In SharePoint 2010, we can also use REST Interface(listdata.svc) to achieve your requirement.
    http://msdn.microsoft.com/en-us/library/ff798339.aspx
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2010/01/21/introduction-to-querying-lists-with-rest-and-listdata-svc-in-sharepoint-2010.aspx
    http://akurniaga.wordpress.com/2012/09/27/using-listdata-service-in-sharepoint-2010/
    More information:
    http://stackoverflow.com/questions/18936908/retrieve-parameter-from-executequeryasync-javascript
    Best Regards,
    Dennis Guo
    TechNet Community Support

  • Ajax tabs not working when asp dropdown list in the tab

    I am using asp.net 3.5 framework. My page has modelpopup in that ajax tab controls used. one of the tab has asp:dropdownlist, this dropdown list is binding data from dataset. the tab which has dropdown lists is not working. it is working fine in IE9.0.
    Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.

    changed to enableEventValidation="false", then it is working fine.

  • Archive feature is not working in sharepoint 2010 list

    Hi 
    i configure archive feature for list. but it is not working.  i followed below video <o:p></o:p>
    http://www.youtube.com/watch?v=ZAkSEMW89Jw
    but list items are not moving to archive list.
    could any one help me how to resolve this?
    <o:p></o:p>

    did you see if workflow started or not at all?
    any error...as Amit asked...share the Workflow logic.
    just keep in mind the steps in video are:
    Save as template "current list"
    then create new lis using above template.
    now create a designer workflow on your main list which automatically start on item change.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Search not working as expected for list

    We're running SP 2013 Ent on-prem. I have a user whose added several text columns to a list an when he performs a search for data in those fields, it returns nothing. It's very inconsistent, some rows will return if you search on them, but others will not.
    Here's what I've done so far:
    Checked the Search App, and it's indexing the list and the items with no issue
    Created an index on the columns he wants to search on (really, just one column, which is a Single line of text)
    Re-indexed the list
    Kicked off a full crawl
    Punched monitor
    I'm out of ideas. Any help would be awesome. Thank you.

    Thanks for the response. Here are the answers to the question you asked.
              1. We are not using the transaction and according to the WL documentation in the first message we do not need to. We really do not want to for other reasons too.
              2. Yes mesages are sent persistent.
              3. Yes MDB is configured to use durable subscription.
              4. EMS is not doing anything different. I can clearly see it receving the ack from wl even if the runtime exception is thrown in MDB.
              5. Thanks for the work around suggestion that would be last resort.
              Thing is all this works fine for queue. It is only the topic having issues.

  • JSLink not working when using any list ViewStyles other than default.

    Hi,
    I have a custom field and i am doing client side rendering of it using JSLink for ListView form. I started by applying the JSLink in custom field class.
    public override string JSLink
    get { return myJSLinkPath; }
    set { base.JSLink = value; }
    Everything seems to work fine and i can see my custom field get rendered properly. Till this point i was using the default sharepoint list view style. After sometime i decided to use the shaded listview style which is <ViewStyle ID="17"
    /> to get the alternating row color style in my list. After applying this style, my JSLink stopped working, infact it is not even registered on page now. I have tried different ways to set JSLink property like it is mentioned in the following link but it
    didnt worked.
    http://www.martinhatch.com/2013/08/jslink-and-display-templates-part-1.html
    So my question is, how to apply JSLink while using the shaded (or any other) viewstyle?

    Arham,
    When you register your display template, I'm guessing you're using both ListTemplateID and BaseViewID in the registration code?
    It's likely that the BaseViewID is different for the Shaded ViewStyle. You should still see your code registered on the page in the Head element, but when it runs I think the registration is getting ignored.
    Using the debugger in IE or chrome should allow you to step through the Display Template registration and double check what the value of BaseViewID should be.
    You can of course override this if you want, I use a similar method in a blog post on fixing the clash with multiple web parts and JSLink on a page which may help you.
    http://www.myfatblog.co.uk/index.php/2013/09/listview-web-part-issues-with-jslink-and-display-templates-a-solution/
    I'll give this a test on my dev environment when I get home and see if I get the same results when adding the JSLink through the webpart properties.
    ##EDIT##
    Ok, I tried this at home using a Field Display Template and it worked on all the different styles, however this was with the JSLink deployed through the list view web part properties, not declaratively in the field declaration.
    It does prove however that it's not the BaseViewID causing the problem.
    ##/EDIT##
    Paul.
    Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and helps prevent the same questions being asked multiple times.

  • SetEditable is not working with combobox

    Hi,
    I am working with table and using combo box in cell of table, in certain condition I have to make combo as editable and non editable.
    I have written class which extends DefaultCellEditor
    @Override
    public Component getTableCellEditorComponent(JTable table, Object value, boolean flag, int row, int column)
    comboBox.getModel()).setSelectedItem(value.toString());
    comboBox.setEditable(true);
    if i set comboBox.setEditable(true). cell become editable but i am not able to select item from combo..
    when i do set comboBox.setEditable(false) cell become non editable and i can select value from combo but not able to enter any value.
    i want both the operations. Editable cell in which user can enter any value and also can select value from combo.
    Any Idea???? please share with me, this is blocking issue for me. Thanks in advance.
    Prashant Gour
    Message was edited by:
    Prashant_SDN

    thanks
    that is working idea of key listener. now i am able to select item form combo and can enter value too. but now problem is that by default combo looks non editable and become editable after pressing key .
    so that is looked user friendly.
    have you any suggestions.

  • HP 6520 Black Ink Not Working After Trying Fixes Listed

    I have looked at the forums and tried the fixes listed...running a printer head cleaning, checking the vents on the ink cartridge...ect.  Black will still  not print...all other colors are fine.  Does this mean my printer is shot?  Does this meant the end on my relationship with HP?

    Hi @kossoff831 
    This does not have to be the end of your relationship with HP! I can help
    Please take a look at the following post by Ciara_B; Black not printing on Officejet 4620, Photosmart 6520, Photosmart 5520, Deskjet 3520.
    If the issue persists, Please be sure to call us. If you are in Canada or US call 800 474 6836, or you can Contact HP Worldwide.
    If you end up calling, please let me know the outcome of your call.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • Add-on manager malfuction - AMO not working , search hnags, no list extensions

    Using FF 18.0.2 then 19.0 in linux mint 14 64-bit (since 26 Feb 2013)
    (Reprise of much earlier mess-up.)
    AMO has stopped functioning (new design is still rubbish anyway)
    Search stays at "Loading" always
    Extensions are not listed
    (Plug-ins are listed)
    Check of compatibility seemed to hang.
    Updated, Restarted in safe mode, cleared all cookies, cleared cache.
    SNAFU
    Whoever wrote this heap of c### (sorry, code :) even has avoided having a keyword in bugzilla . Must be a top-rate manager.
    I can load extensions direct from urls, but some seem to hang as loading completes.
    I can't list them, except by looking in internals.
    FF seems sluggish, though net speedtest seems ok
    Try to install "Details" collector add-on. SNAFU, loads but doesnot complete.
    Use the clipboard route. Nothing much visible in about:support (this, in safe mode, newly updated FF)
    Hrrmph.
    Any solutions?

    Thanks for noticing, djst.
    { fyi: acronym SNAFU = Situation Normal, All Fouled Up
    well, I think we would normally say "fouled" up.
    An expression of dissatisfaction and of universal realities.}
    { and fyi = for your information, so it is ;-}
    Yes, I was referring to a non-functional, stuck, standard AMO UI, in a particular circumstance.
    I don't have many good words for it, the new AMO.
    I have several bad words I shouldn't use here, though.
    Duly filed as bug
    https://bugzilla.mozilla.org/show_bug.cgi?id=84558 qv
    ⦃ qv = Latin quod vide, "see that" ;-⦄
    As yet, hardly a stir of interest, but the bug is more fully described there.
    To be fair, although I've hit it before, I reckon it must be rare, though something could be improved about the way over-capacity is handled.
    And I thought I'd reported it before, but a search doesn't turn up a result.
    The "new" AMO is something of a bee in the bonnet for me, a regular irritation.
    As for there not being a relevant bugzilla keyword, that's me being fallible again, not understanding properly.
    Apparently I should have looked for Product=toolkit, component=Add-ons manager, rather than for keyword which is more specific to the progress of any potential fix. Learning curve.

  • AAA authentication not working and 'default' method list

    Guys,
    I hope someone can help me here in troubleshooting AAA issue. I have copied configuration and debug below. The router keeps using local username/password even though ACS servers are reachable and working. From debugs it seems it keeps using 'default' method list ignoring TACACS config. Any help will be appreciated
    Config
    aaa new-model
    username admin privilege 15 secret 5 xxxxxxxxxx.
    aaa authentication login default group tacacs+ local
    aaa authentication enable default group tacacs+ enable
    aaa authorization console
    aaa authorization exec default group tacacs+ local
    aaa authorization commands 15 default group tacacs+ local
    aaa authorization reverse-access default group tacacs+ local
    aaa accounting commands 0 default start-stop group tacacs+
    aaa accounting commands 15 default start-stop group tacacs+
    aaa accounting connection default start-stop group tacacs+
    aaa session-id common
    tacacs-server host x.x.x.x
    tacacs-server host x.x.x.x
    tacacs-server host x.x.x.x
    tacacs-server host x.x.x.x
    tacacs-server directed-request
    tacacs-server key 7 0006140E54xxxxxxxxxx
    ip tacacs source-interface Vlan200
    Debugs
    002344: Dec  5 01:36:03.087 ICT: AAA/BIND(00000022): Bind i/f
    002345: Dec  5 01:36:03.087 ICT: AAA/AUTHEN/LOGIN (00000022): Pick method list 'default'
    002346: Dec  5 01:36:11.080 ICT: AAA/AUTHEN/LOGIN (00000022): Pick method list 'default'
    core01#
    002347: Dec  5 01:36:59.404 ICT: AAA: parse name=tty0 idb type=-1 tty=-1
    002348: Dec  5 01:36:59.404 ICT: AAA: name=tty0 flags=0x11 type=4 shelf=0 slot=0 adapter=0 port=0 channel=0
    002349: Dec  5 01:36:59.404 ICT: AAA/MEMORY: create_user (0x6526934) user='admin' ruser='core01' ds0=0 port='tty0' rem_addr='async' authen_type=ASCII service=NONE priv=15 initial_task_id='0', vrf= (id=0)
    002350: Dec  5 01:36:59.404 ICT: tty0 AAA/AUTHOR/CMD (2162495688): Port='tty0' list='' service=CMD
    002351: Dec  5 01:36:59.404 ICT: AAA/AUTHOR/CMD: tty0 (2162495688) user='admin'
    002352: Dec  5 01:36:59.404 ICT: tty0 AAA/AUTHOR/CMD (2162495688): send AV service=shell
    002353: Dec  5 01:36:59.404 ICT: tty0 AAA/AUTHOR/CMD (2162495688): send AV cmd=configure
    002354: Dec  5 01:36:59.404 ICT: tty0 AAA/AUTHOR/CMD (2162495688): send AV cmd-arg=terminal
    002355: Dec  5 01:36:59.404 ICT: tty0 AAA/AUTHOR/CMD (2162495688): send AV cmd-arg=<cr>
    002356: Dec  5 01:36:59.404 ICT: tty0 AAA/AUTHOR/CMD (2162495688): found list "default"
    002357: Dec  5 01:36:59.404 ICT: tty0 AAA/AUTHOR/CMD (2162495688): Method=tacacs+ (tacacs+)
    002358: Dec  5 01:36:59.404 ICT: AAA/AUTHOR/TAC+: (2162495688): user=admin
    002359: Dec  5 01:36:59.404 ICT: AAA/AUTHOR/TAC+: (2162495688): send AV service=shell
    002360: Dec  5 01:36:59.404 ICT: AAA/AUTHOR/TAC+: (2162495688): send AV cmd=configure
    002361: Dec  5 01:36:59.404 ICT: AAA/AUTHOR/TAC+: (2162495688): send AV cmd-arg=terminal
    002362: Dec  5 01:36:59.404 ICT: AAA/AUTHOR/TAC+: (2162495688): send AV cmd-arg=<cr>
    Enter configuration commands, one per line.  End with CNTL/Z.
    core01(config)#
    002363: Dec  5 01:37:04.261 ICT: AAA/AUTHOR (2162495688): Post authorization status = ERROR
    002364: Dec  5 01:37:04.261 ICT: tty0 AAA/AUTHOR/CMD (2162495688): Method=LOCAL
    002365: Dec  5 01:37:04.261 ICT: AAA/AUTHOR (2162495688): Post authorization status = PASS_ADD
    002366: Dec  5 01:37:04.261 ICT: AAA/MEMORY: free_user (0x6526934) user='admin' ruser='core01' port='tty0' rem_addr='async' authen_type=ASCII service=NONE priv=15
    core01(config)#

    Are the tacacs+ servers reachable using the source vlan 200. Also in the tacacs+ server can you check if the IP address for this device is correctly configured and also please check the pwd on both the server and this device match.
    As rick suggested sh tacacs would be good as well. That would show failures and successes
    HTH
    Kishore

  • List of features will work/not work in SRST

    Hello Team,
    Can I get the link from the Cisco site which will work and will not work( A complete feature list) to refere and inform to the business teams who can take the decision for a Migration Project, Thanks!!!
    Regards,
    Bala                  

    There are two modes of SRST - SRST itself (1) and Unified CME in SRST mode (2). Mode (2) provides more features for call-processing. Mode (1) is a bit simplier to configure.
    According to SRND:
    Unified CME in SRST Mode
    When Unified CME is used in SRST mode, it provides more call processing features for the IP phones
    than are available with the SRST feature on a router. In addition to the SRST features such as call
    preservation, auto-provisioning, and failover, Unified CME in SRST mode also provides most of the
    Unified CME telephony features for the SCCP phones, including:
    • Paging
    • Conferencing
    • Hunt groups
    • Basic automatic call distribution (B-ACD)
    • Call park, call pickup, call pickup groups
    • Overlay-DN, softkey templates
    • Cisco IP Communicator
    • Cisco Unified Video Advantage
    • Integration with Cisco Unity with MWI support at remote sites, with distributed Microsoft Exchange or IBM Lotus Domino server
    You can find additional information about SRST modes and features in SRND.
    Kind regards,
    Andrew C.

  • Ichat not working-grey buddy lists

    Hi, ichat is not working. Grey buddy list all the time. Is this normal? Looking around it was suggested that I look into firewall issues. There, a surprise. First, my firewall is on. After, I have Personal file sharing, Aol IM, Ichat Bonjour, UDP 554, UDP 7070, and Network Time all checked.(Don't know what some of these do.) BUT, I see no ichat av choice. Don't I need this? Did I lose this and how do I get it back.
    Under accounts I have a aim account, MSN friends(don't understand this one), a mac account and Bonjour. The Aim and Bonjour are checked. If someone could walk me through my errors, I'd really appreciate it.
    Final question. Does it make a difference whether I use the mac account or the aim? I just want to be able to talk to people on ichat and msn. Video for ichat on macs/chat only msn and video for pc through Skype.
    Thanks in advance.

    Hi,
    Sorry is what I posted was unclear.
    Starting or making iChat go back to the Start Up Screens does not do what I think you want to do. (get rid of the mass of incorrectly added Buddies).
    This is what I Posted before.
    If you can Log On to the AIM servers for yourself but think that some of the Buddies have been added incorrectly it may pay to select all of them and then press the Backspace to delete them. (It will ask you to confirm).
    You can delete the Buddy List one at a time or by selecting All of them and then use the BackSpace/Delete key.
    However if the Buddies also have an Entry in the Address Book that needs to have the screen name delete as well otherwise you have problems with Feedbag errors when adding Buddies back again.
    So,
    Re 1. No, Do not delete iChat.
    re 2. Do not bother as it does not do what you want.
    Re 3. If you want to start from the Start Up screens then Delete the .plists
    +NOTE: This does not delete your Buddy List which is kept on the AIM servers.+
    +You have to delete each buddy that is spelt or entered wrong in iChat whilst Logged in to AIM to delete them. Adding Real Names to the Buddy List Name entry card adds them to your Address Book as a Back up to the AIM servers.+
    I hope that make things clearer.
    9:02 PM Monday; October 1, 2007

Maybe you are looking for

  • Memory upgrade problem on Satellite L30-11D

    Hi all I am trying to update the memory from 512MB to 2GB. I used Crucial's memory tester and ordered memory: 2X 1GB DDR2 667 CL5 I can use either chip in either memory slot but not both chips at the same time I have updated the BIOS Any ideas? Cheer

  • Error in generic sync application

    Hello Everyone. I have tried an application after studying the generi sync examples in MDK. I am creating the contacts application using the table merep_person. I want to display the 4 fields namely firstname, lastname,profession and ***. After doing

  • Report on Current and Last Year Sales

    Hi , I have a requirement to create a report which would display in one column sales from current fiscal year/period and 2nd column sales from last fiscal year/period at the same time Please guide.

  • LS System for Inbound delivery idoc

    Hi, I am able to define transfer the master data between ECC and EWM system, however i have an issue for transactional data e.g. inbound delivery. When I create inbound delivery then system generates an IDOC but it picks up a different logical system

  • Unable to connect to database as apps user

    ORA-12203: TNS:unable to connect to destination . when iam trying to connect to database as apps user iam getting this error.. as sysdba i could connect...database listener is up and application services are also up....but couldnt connect to database