On 2009-03-20, at 18:46EDT, Antun Karlovac wrote:
Debug.explainStyleBindings didn't work at all for me. Was it added
after the 4.0.x build of OpenLaszlo that Webtop uses?
Ah, it may be only in 4.2. I guess I added that when I was optimizing
the code, but must not have ported that back to 4.0.x. If it's not in
the Debugger doc, it is probably not there... Bummer.
This:
>> >> Skin[name="mySkin"] {
... was my example. In Webtop's CSS file, it does say:
Skin {
...
}
also there is a Skin[name='silver'] too that just inherits from Skin.
-Antun
P T Withington wrote:
On 2009-03-20, at 17:38EDT, Antun Karlovac wrote:
>> Skin[name="mySkin"] {
This rule will only match a node whose tag is Skin (or a subclass
of Skin) and whose name attribute is 'mySkin', is that maybe
throwing you off?
or maybe Debug.explainStyleBindings isn't working either?