Dan,
mh, we have a similar scenario which works. Which widget is in your left
hand side split?
If you look at the Demobrowser, it uses style sheets (style.css and
sourceview.css). They get included in the main app class with
qx.html.StyleSheet.includeFile() and then the appropriate widgets get
Hi,
I have the following situation: a HorizontalSplitPane where I flow
into the RIGHT side a HTML content using a qx.ui.embed.HtmlEmbed object.
My problem is if the HTML content has a CSS style defined for body that
style is applied for the LEFT side of the HorizontalSplitPane too.
Any idea