First, a quickie, how can I tell what version I'm running. There's no set variable for the version (think perl with "require" and "use" and $VERSION) or even a comment so I can visually check the version numbers.
But the main question, on a pc with ie6 I'm finding that getContentWidth() doesn't seem to get the correct value for what I'd expect. I've got text content inside a DynLayer that I want to shrink to contain the text (like label does with pack.) On all netscape breeds (ns4, ns6) and also mozilla, as well as ie on mac, ns4 and ns6 on a mac all return the right value (what I'd expect) but ie on the pc doesn't. It returns the width of the layer from when it was created. Oddly enough, I think getContentHeight() returns the correct value. I can only think it's something to do with the was ie pads out content. thanks _______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dynapi-help
