[Dynapi-Help] Need Help

2001-07-19 Thread Urban AvierfjÀrd
Hi Everybody I have problem with the following script I use jsEditor95 and I get error message "line 308 { is expected " But it must be some other error in the script but I cant find it IE5.5 gives error message "line 490 it is not an object" Thankfull for advice Attach the script as zip file only

Re: [Dynapi-Help] Need help w. loading inline content into a scrollpane (Netscape)

2001-06-15 Thread Stephan Tolksdorf
> I've been trying to load inline layer content into a scrollpane, but this > doesn't seem to work for navigator 4.08 or 6+ As far as I know there is now possibility to access the contents (innerHTML) of a Layer in Netscape 4. So Dynapi won't be able offer a valid value for innerHTML of inline la

[Dynapi-Help] Need help w. loading inline content into a scrollpane(Netscape)

2001-06-15 Thread vva
Hi, I've been trying to load inline layer content into a scrollpane, but this doesn't seem to work for navigator 4.08 or 6+, whereas it works fine w. IE 5.5. I've tried loading the layer directly into the scrollpane as well as getting its content and sticking into a label and putting that int

[Dynapi-Help] Need help w. loading inline content into a scrollpane

2001-06-15 Thread Ville Valtasaari
Hi, I've been trying to load inline layer content into a scrollpane, but this doesn't seem to work for navigator 4.08 or 6+, whereas it works fine w. IE 5.5. I've tried loading the layer directly into the scrollpane as well as getting its content and sticking into a label and putting that into

Re: [Dynapi-Help] need help on scroller for NS 6

2001-03-12 Thread Richard Bennett
hi, So what's the problem? this code works in IE5.5 and NS6 - Original Message - From: "Chun Wah Chan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 12, 2001 4:01 PM Subject: [Dynapi-Help] need help on scroller for NS 6 > Hi: > >

[Dynapi-Help] need help on scroller for NS 6

2001-03-12 Thread Chun Wah Chan
Hi: I am trying to do a scroller in NS 6 with the tread element in NS 6, the following is my code: == DynAPI Examples - Animation Threads DynAPI.setLibraryPath('/dynapi/src/lib/'); DynAPI.include('dynapi.api.*'); DynAPI.include('dynapi.uti