Of course, until you post what you have, we don't know what's wrong, but, check this examples of Pascal's skinwindow:
http://www.resass.f2s.com/dynapi/Pascal_Bestebroer_Dynacore_Examples/dynacore.gui.skinwindow.htm
available here http://www.dynamic-core.net/tools/dynacore/index.htm .
 
The problem with images not showing up is a dynimage bug, probably fixed in the upcoming release.
 
Normally it's IE5.5 that has speed problems, caused by using to many layers, which cause memory-leak.
The last skinable window I made, I stripped out all the layers, keeping only three (the widget, the canvas, and a cover).
I put the skins(normal <img>) in a table, and wrote the whole thing as a setHTML in the widget.
 
Cheers,
Richard Bennett
 
[EMAIL PROTECTED]
www.richardinfo.com
(Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2)
visit the DynAPI homepage (and FAQ) ::
http://dynapi.sourceforge.net/dynapi/index.php?menu=1
Browse (and search) the mailinglist here:
http://www.mail-archive.com/index.php3?hunt=dynapi
 
----- Original Message -----
From: "E. te Winkel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 05, 2001 3:31 PM
Subject: [Dynapi-Help] Netscape

> Hi,
>
> I'm working on a skinable window widget, but have a problem with Netscape 4.75.
> The window works for both IE and NS, but with NS it's _very_ slow and sometimes the images of the skin are missing. I'm using DynLayers for the contents (and a LoadPanel if needed) and DynLayers for the separated images of the skin. The window is created when needed and not on load time (I don't know how many windows will be opened by the user).
> Is the speed problem a NS4 problem, or can I patch the DynAPI source to make it faster?
>
> CU
> Eli
>
>
> _______________________________________________
> Dynapi-Help mailing list
>
[EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help
>

Reply via email to