Hello!
You cant set the content using the function appendChild like this:
var win = new Window(...);
var div = document.createElement('div');
win.getContent().appendChild(div);
NOTE: You have to clear the win.getContent() div first.
On 19/12/06, Stes81 <[EMAIL PROTECTED]> wrote:
> ok found my Problem, id was a CSS issue.
> But Im wondering if its possible to set the content by using the
> function appendChild()
>
> is it possible, and how?
>
> _______________________________________________
> Javawin mailing list
> [email protected]
> http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
>
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com