Re: fill and strings
Brian Alliet <[email protected]>
| Newsgroups | gmane.comp.java.xwt.core |
|---|---|
| Message-ID | <[email protected]> |
On Mar 5, 2004, at 6:00 PM, Charles Goodwin wrote:
> In bevel.t:
> form ++= function(v) { if (thickness) border =
> .org.ibex.theme.win2k.image["bevel" + thickness + v]; }
>
> In border.t:
> border ++= function(v) {
> ibex.log.info(v);
> $nw.fill = v["nw"];
Ok. If you follow this through the final path should look like this.
org/ibex/theme/win2k/image/bevel<thickness><form>/nw.{png,gif,etc}
Does this image exist?
> border-img.t:15: org.ibex.Ibex$Blessing-ZTQ/[email protected]
Hmm.. streams should probably have JS.toString() return their path.
This obviously isn't very helpful.
-Brian