RH HTML 10 - My RH7 arabic project not handling italic tags in RH10

After upgrading a project from RH7 to RH10, the Webhelp output for Arabic is not handling italic text that was accepted previously. Image below shows "boxes" circled in red on the left for RH10 output, vs. good RH7 output circled on the right.
I'll be grateful for any help / suggestions.
Becky Lormor

First Rh does not natively support left to right languages. There is information on my site and at http://www.wvanweelden.eu that may help.
Rh8 changed from HTML to XHTML. In Tools > Options you can revert the HTML, perhaps that will help. Note that setting applies to all projects.
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • [svn:fx-trunk] 10230: Fix for ASDoc not handling img tag correctly

    Revision: 10230
    Author:   [email protected]
    Date:     2009-09-14 08:54:44 -0700 (Mon, 14 Sep 2009)
    Log Message:
    Fix for ASDoc not handling tag correctly
    QE notes: None.
    Doc notes: None
    Bugs: SDK-22902
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22902
    Modified Paths:
        flex/sdk/trunk/asdoc/templates/asdoc-util.xslt

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • RH8 HTML:  Publishing Sections of Project (Not Entire Project)

    Hi,
    I have a fairly large project that I'm doing various updates to.  Is there a way to publish just the areas that have been updated instead of the whole entire project?  Currently, I select "generate primary layout" once I commit through SVN but this publishes the entire project.  I just want to publish certain sections as they're being updated.
    Thanks!

    Hi there
    You can accomplish what you want in many ways. I cannot help but to notice you used the word "Publish". Are you using the built in Publishing feature to do this? If so, note that typically this operation only copies over the files that have been added or changed since the last time you published.
    From what you stated, one may also infer that you wish to prepare certain content but prevent it from going out as you update. If that's what you are hoping to do, you would use Conditional Build Tags to accomplish that. Just create a tag and name it perhaps IP (for In Progress) and exclude anything tagged with IP during the generation of the output. Assuming everything has been correctly tagged and is working, nothinig tagged with IP should end up among the output files.
    Hopefully this was helpful... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Rhythmbox 0.13.1 not handling ID3 tags properly from mt-daapd server

    I have an mt-daapd server (Firefly) serving a music library to various clients on my home network. My wife's Ubuntu desktop with Rhythmbox 0.13.1 reads the ID3 tags of files served with no problems (screenshot below):
    My Roku SoundBridge device can also access the files and read the ID3 tags without issue, as can iTunes on a Windows XP machine.
    However, since the the 2010-10-04 update of Rhythmbox on Arch x86_64, ID3 tags on files served by the mt-daapd server appear to be only partially readable (just the title and the genre), which results in all tracks being categorized as "Unknown" artist, album, etc. in Rhythmbox (screenshot below):
    Until the Oct 4 update, things worked well. Any ideas as to what may have changed? It does NOT appear to be an ID3 support issue on the host computer running mt-daapd, as other client devices on my network can read the tags just fine, and things only went awry after the latest update.
    Any help is much appreciated. Cheers.

    Hmmm ... PKGBUILD listed the dependency as musicbrainz-2.1.5 without any editing needed:
    pkgname=rhythmbox
    pkgver=0.13.1
    pkgrel=1
    pkgdesc="An iTunes-like music player/libary"
    arch=('i686' 'x86_64')
    license=('GPL')
    url="http://www.rhythmbox.org"
    depends=('libgpod>=0.7.93' 'libsoup-gnome>=2.31.92' 'gnome-media>=2.31.6' 'totem-plparser>=2.31.92' 'musicbrainz>=2.1.5' 'libmtp>=1.0.2' 'libnotify>=0.4.5' 'lirc-util$ ...
    I removed libmusicbrainz3 (and sound-juicer, as it depends on it) anyway. Then I rebuilt Rhythmbox with abs and reinstalled (largely because I hadn't done this sort of thing in a while), but no change.
    Thanks in advance for any other suggestions.

  • Can I import HTMLs from inside the project and use as portlet page ?

    As you know, I am using Java Studio Creator 2 Update 1 for my current portal project. I have created JSR-168 JSF Portlet Project for my portlet development.
    As I have some html pages ready for my development,
    Can I import HTMLs from inside the project and use as portlet page for my project?
    I did the followings steps:
    1: In side the project - File -> Add Existing Item -> Web Page ( imported test.html page from my local folder)
    2: Let it convert some of the tags for me ( so now it becomes - �test.jsp� )
    3: Set it to initial view.
    4. A default portlet page � newPortletPage.jsp is still there with no initial view.
    Now after doing this, No Visual Designer and Properties window available to for that �test.jsp� page. Though it allowed me to �build� the project successfully.
    When I build and run the portlet application, got the error message �Error occurred in portlet!� on Pluto Portal. Please advice.

    You do not open fcpproject files. You don't double click or anything else. The files have to be in the correct folder structure in the Final Cut Projects folder and the application opens them automatically. Can you post screen shots of the Final Cut Projects folder and its location.

  • On Mac with Firefox 4, apostrophes in the text are not handled right. The page works well on other browsers.

    See www.researchintegration.org/lynn-home.htm, "Queen's" on third line under "Education."
    Also www.dsescale.org, in the paragraph starting with "Religions", Firefox 4 is not handling the umlauted "u" in "Arndt Bussing".
    These pages have always worked right in other versions of Firefox. As far as I know both of these locations are coded with proper HTML.

    That is a problem with detecting the encoding properly. You can change that manually to View > Character Encoding > Unicode (UTF-8) or try the Auto-Detect > Universal setting.

  • WLS does not handle reusable jar with tag-files?

    I want to encapsulate some tag-files in a re-usable jar that can be included in multiple applications. According to all the documentation that I've found what I need to do is create a jar file containing:
    META-INF/taglib.tld
    META-INF/tags/myTag.tag
    where the taglib.tld contains (among other things):
    <uri>myTag</uri>
    <tag-file>
    <name>someName</name>
    <path>META-INF/tags/myTag.tag</path>
    </tag-file>
    Then I am supposed to take that jar file and put it in my web application under WEB-INF/lib,
    and in my index.jsp I can refer to <%@taglib prefix="myt" uri="myTag">
    However when I do this (on wls 12c) the application seems to deploy ok but when I try to access index.jsp I get:
    weblogic.servlet.jsp.CompilationException: Failed to compile JSP /index.jsp
    index.jsp:14:4: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
    <%@taglib prefix="tags" uri="myt" %>
    Related facts:
    1. When I deploy these projects in Glassfish it works . as I expected based on the documentation with no errors.
    2. If I copy the tag files and tld with no modification directly into the web application as:
    <my web app>/WEB-INF/taglib.tld
    and <my web app>/META-INF/tags/myTag.tag
    then it does work. However, that prevents me from packaging the tag-files as a re-usable jar.
    (Facts 1 & 2 seem to imply that the files are correct and that WebLogic is not handling the jar correctly?)
    3. I've seen suggestions that there needs to be a <taglib> entry in web.xml. I have tried this and...
    - the text I've seen on the web generates an error. It seems to need to be within a <jsp-config> entry in web.xml.
    - even with this I still get the same error.
    Does anyone have a suggestion for how to get Weblogic to handle tag-files inside a re-usable jar?
    Do you have an example jar you can point me to just to see that it works on my system?
    Is there some special configuration needed by Weblogic to tell it to handle this construct?
    And finally, the error message is saying that one of two things is wrong:
    Either:
    A) it cannot find the referenced taglib file, or
    B) the tld file failed to compile.
    Is there any way for me to find out which of these is happening? The error messages in WLS do not seem to give any more info, so I cannot easily distinguish between these possibilities.
    Thanks for your assistance.

    After 3 days of seeing this error, immediately after posting this request the problem disappeared. Sigh.
    So for now this problem is closed. If it comes back I'll re-post.

  • How to remove browser warning message in HTML 5 Cap 6 projects?

    Hello,
    Is there any way to remove the following pop-up message from published HTML 5 Captivate 6 projects?
    Adobe Captivate
    This browser does not support some of the content in the file you are trying to view. Use one of the following browsers:
    Internet Explorer 9 or later
    Safari 5.1 or later
    Google Chrome 17 or later
    Our Blackboard 9.1 tech analysts recommend that all students use Firefox, and I'd rather that they don't have to read the above warning message every time they open a module. (The module did work as expected, even in Firefox.)
    Thank you,
    JAB

    Changing .ini is the advice eventually given in the Phonegap forum. (Browser compatibility error in Captivate conversions).
    But there's a much simpler solution offered at the bottom of this page - just a few lines of code at the end of
    function initializeCP() { in the index.html file header.
    A More Mobile-Friendly Captivate HTML Template | Float Mobile Learning
    Even better, that blog post also shows how to remove the play button for autoplay and make touch response times faster (for mobiles) - refer to blog for how.
    var _onComplete = cp.complete;
    cp.complete = function() {
        _onComplete();
        $("#CPUnSupportedBrowserWarning_ID").remove(); // Removes browser warning
        setTimeout(function() {
            cp.movie.play(); // Skips the play button
        }, 1);

  • CP 8 Standard project not resizing in IE11

    We were testing our projects created in CP8 in IE11 and the project isn't resizing to fit the window.  These are standard projects (not responsive) but when we publish them we select the setting to Scalable HTML content.  In the past in IE8 the projects did rescale.
    Are we missing something?
    Has Adobe done something to try and force us into using the responsive project?

    Right-click functionality will be lost. And you'll have to be sure that the user has installed Flash Player, because it is no longer embedded in the latest versions of Adobe Reader.

  • Aggregator exe project not opening another project

    aggregator exe project not opening another project when published.
    The same works fine in HTML.
    I tried in Captivate 7 and 8 as well.

    I'm having a similar issue. I've used a "home" button to return to the main menu of the course. However, all it does is return me to the last screen I was on. I've tried linking the button to a the aggregator htm and to the swf. Neither gives me the results I want. I currently have it set to open in the current window. However, I get the feeling that it's automatically invoking a bookmarking feature and I'm not getting the pop-up box asking me if I want to return to the last screen or not.

  • Arabic project in CS3 with AS3

    dear friends,
    i need to create an arabic project in flash CS3 with AS3 coading. i am using normal version of flash. i need your advice,
    1) do i need middle east version to type and get arabic text?
    2) if i can use the same software and show the arabic text or enter the arabic text in run time what should i do? pls advice me.
    tell me how can i manage with the existing software and do the arabic project. i typed arabic text in this CS3, al the text is coming as broken, output also broken.  pls help me..
    Thanks in Advance,
    Syed Abdul Rahim

    Hi Syed,
    You need to install Adobe Illustrator ME (Middle East Version), otherwise the arabic text will appear as detached letters.
    Adding arabic fonts will not do the trick by itself.
    As far as i know, there is no other way, and i am not sure if there is Flash ME.
    And in case you cannot get this version you could always try typing it in MS Word and tracing it in Illustrator or Flash.
    Regards,
    Marc

  • Why Firefox can not handle HTTP server pages?

    This is almost an old unresolved bug<br />
    So when I have access to the modem page, I find that the Firefox browser he can not handle it! I can not even browse the modem page "So simply some of the pages and sites have slow download sites! Should improve the load time speed?!<br />
    <br />
    400 Bad Request<br />
    No request found.<br />
    micro_httpd<br />
    <br />
    ..<br />
    <br />
    micro_httpd - really small HTTP server<br />
    Fetch the software.<br />
    <br />
    micro_httpd is a very small Unix-based HTTP server. It runs from inetd, which means its performance is poor. But for low-traffic sites, it's quite adequate. It implements all the basic features of an HTTP server, including:<br />
    <br />
    Security against ".." filename snooping.
    The common MIME types.
    Trailing-slash redirection.
    index.html
    Directory listings.
    <br />
    All in about 200 lines of code.<br />
    <br />
    micro_httpd can also be used to serve HTTPS by wrapping it with stunnel. Instructions are included.<br />
    <br />
    Other tiny and/or weird web servers (all run from inetd):<br />
    <br />
    shell script web server
    dd/sh web server
    PostScript web server
    awk web server
    <br />
    See also: js_httpd, mini_httpd, thttpd, Acme.Serve.<br />
    Back to ACME Labs Software.<br />
    Back to ACME Labs.

    I think this is one of those strange problems where, when you start up a proxy to watch the traffic, the problem goes away. Not sure the following thread offers any solutions, but it has other interesting insights along those lines: [http://forums.mozillazine.org/viewtopic.php?f=38&t=2675237 '400 Bad Request' - Firefox Only - mozillaZine Forums].

  • The html select box option is not getting displayed properly in IE11

    The html select box option is not getting displayed properly in IE11
    I have developed a website that has a select box drop down. The select box drop down is getting displayed properly in IE9. But in IE11, if I am selecting any option apart from the first one, the whole select box option is getting moved up in the page.
    In IE11, if option 2 is selected, then the select options is getting moved up. But in IE9, if option 2 is selected, then the select options is getting displayed properly.
    Please let me know the fix so that the select options are displayed in the same manner as in IE9.
    Sorry but I am unable to upload images as this site is throwing some error

    Hi Kevin Shen,
    Thanks for post.
    I tried above code in ie 11(version 11.0.9600.17633).
    But it is not working. If you select option 2, and open select box then it open on the select box.
    It should open below the select box.
    Code for above:-
    <select>
    <option>1</option>
    <option>2</option>
    <option>3</option>
    </select>
    Sorry I could not attach screen shot. We have normal select box with three options. If we select option 2, it is showing option list on the select box. It is coming below the select box in ie 10 and other browse like chrome. 
    So what we should do, so that all options will come below the select box?
    Thanks,
    Yogesh Toke

  • Crystal Report: irregular error not handled by the application component

    Hi all,
    The error message u201Cirregular error not handled by the application componentu201D comes up when I run any of the Crystal Report in the SAP Business One.
    But this error happens only in the client Machines, from the Server I can run the report normally.
    Thanks and Regards,
    Alberto Franç

    Hi,
    It seems installation and registration problem, have you tried to other client computers? Try to reinstall  the Crystal Report in client.
    Regards,
    Clint

  • All images in Project not showing up

    I have 2000 images in a project but for some reason I can only get one subset of them [89 images] to show up. I have checked to show all, I've gone into smart albums and they all show up but only 89 show up when I want to open the entire project...This is true in the maximized viewer and also in list view. I deleted the plist and reopened and it's still happening. I wanted to avoid a full rebuild of the Library [not sure how to rebuild only a project] if possible. I just want to be able to see and work with all my 2000 images in that project, not just the subset. Thanks.

    Hello, Victoria
    Quote: "I have 2000 images in a project but for some reason I can only get one subset of them [89 images] to show up. I have checked to show all, I've gone into smart albums and they all show up but only 89 show up when I want to open the entire project..."
    What firstlaunch said and also did you make any Folders within a Folder? If so the other photos will not show up by design because a Folder within a Folder will force a separation of the images — this is a good thing because sometimes you may not want clients to see what other clients have within projects/jobs.
    victor

Maybe you are looking for