On 02/25/2013 04:08 PM, Maxime Bégnis wrote:

1) We are using XXE 5.4.0 as an applet in its full version. When opening
a big XML file containing a lot of images over the internet, while the
applet is loading the document and its images, the applet area on the
HTML page is frozen. If one switches to another application, the applet
area displays the view of this application after going back to the page
containing the applet. I tested it on FireFox 19.0, Internet Explorer 8
and Chrome 25. Is it solved in subsequent versions of XXE

No. We have never heard about this problem before your email.




or will it be?

It is difficult to help you with so few information. Please use the Java Control panel to turn on the ``console option'' and tell us if there is something useful is printed there.

The version of the Java runtime being used is also of premium importance (much more than the browser being used). I mean, may be this problem does not happen with another version of Java.

Please note that we can almost always solve problems that we can reproduce here at XMLmind, with the *desktop* application. This is unfortunately not the case with problems which happen with the applet, but does not happen with the desktop application. Generally these problems are caused by the Java plug-in itself, and not by our code.





2) Is it possible to customize the bubble displayed for comments in XXE
for it to display more information like the full name of the author of
the comment and the beginning of its content?

No. All this information you want is displayed as a tooltip. Simply move your mouse over a ``bubble'' to see this information. (The basic idea here is to keep the ``bubble'' as compact as possible.)




I didn't find any css rule
associated to the comment bubble in XXE configuration files.


It is found in the built-in CSS stylesheet. See

http://www.xmlmind.com/xmleditor/_distrib/doc/csssupport/built_in_css_rules.html

---
*::processing-instruction(xxe-remark) {
    display: inline;
    content: gadget("com.xmlmind.xmleditapp.cmd.diff.RemarkIndicator");
    background-color: transparent;
    font-size: inherit;
}
---

You can of course override the above rule in your own CSS stylesheet.




--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to