List for Users of Carlsbad Cubes' Technologies and Products
Wed, 19 Oct 2005 10:54:14 -0700
I have encountered a problem using borders in swixML.
I want to use a compound border like this:
<code snippet>
<panel id="somePanel"
border="CompoundBorder(TitledBorder(someTitle),
EmptyBorder(x,x,x,x) )"
layout="aLayout" ....>
.......
</panel>
The problem is that the BorderConverter class can
convert only one border argument, so
CompoundBorder( Border a, Border b) is not supported.
The BorderConverter code can be fixed to handle this,
but is there another solution to the problem with
compound borders? (for example, extending the
CompoundBorder class and passing this extended class
as the argument for the border attribute? I tried this
but
obviously the attribute was not identified and ignored
by the parser.)
Thanks in advance,
Emil
__________________________________
Yahoo! Music Unlimited
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/
_______________________________________________
Forum mailing list
Forum@carlsbadcubes.com
http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com