yes i was thinking something like that, and presumably i'd need to just
increase the timeout until it worked.
(i wonder what happens when we start getting really fast cable internet
connections? same problem occurring?)
however i was hoping for something more along the lines of
DynAPI.onLo
Try it with the timeout first, it might be that a timeout of just 1ms is
enough, sometimes just breaking the order of execution like this is enough
for another process to do what it has to.
Otherwise you'd have to start adding variables to the end of each .js file,
maybe something like this would
>This might help the errors I sometimes get when connecting to a slow site
>(mine :o) , that something is undefined, after refreshing the page it works
>ok.
yes that's what happens on mine, once i've got an error then CTRL+N to a new
window, the page runs ok. but in my case i think its because t
i was just running one of the IBS examples (ibs.gui.scrollbar.htm) and if i
change
DynAPI.include('ibs.gui.colorops.js')
DynAPI.include('ibs.gui.boldlayer.js')
DynAPI.include('ibs.gui.scrollbar.js')
to
DynAPI.include('ibs.gui.*')
i start getting errors. can anyone tell why?
thanks
joe
The advantage of setTimeout is that it is performed after all other
functions on the stack are completed. A setTimeout of "0" will also do the
same thing. Common technique.
Laters...
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jozef
Pierlejewski
Se
Why not have all included .js files increment a counter. For example, if you
include 4 .js files then the onLoad event can be called when this global
counter reach's the value 4.
DynAPI.onLoad=function() {
while (DynAPI.loadedCtr < 4) {
// Do nothing.. wait for files to load..
}
// Ot
Since we're trying to validate and debug the remaining issues with the
current build. We need,...
Testers for all platform/os/browser configurations to..., at a minimum;
1) report bugs along with platform specifications. Be specific.
and, if possible..
2) report solutions to bugs, submitted
Patches item #433195, was updated on 2001-06-14 10:59
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305757&aid=433195&group_id=5757
Category: DynAPI 2 Extension
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott Severtson (scottsevertson)
As
Patches item #433195, was updated on 2001-06-14 10:59
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305757&aid=433195&group_id=5757
Category: DynAPI 2 Extension
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott Severtson (scottsevertson)
As
Patches item #433195, was updated on 2001-06-14 10:59
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305757&aid=433195&group_id=5757
Category: DynAPI 2 Extension
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott Severtson (scottsevertson)
As
Patches item #433195, was updated on 2001-06-14 10:59
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305757&aid=433195&group_id=5757
Category: DynAPI 2 Extension
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott Severtson (scottsevertson)
As
Hi, testing results using 2001_06_13 with Mac IE:
OS 9.1 Mac IE5
dyanpi.gui.list: text/border draw errors and security violations
gui.loadpanel: load works, resize fails
gui.pushpanel: 50% functional, increase size changes button but not text,
3rd and 4th labels fails
gui.scrollpane: labels work,
FYI,
ESC (ECMAScript Cruncher) 1.01 released.
http://www.saltstorm.net/esc
ESC is an ECMAScript pre-processor written in JScript, enabling an
unlimited number of external scripts to be compressed/crunched into
supertight, bandwidth-optimized packages. Featuring several
compression-techniques suc
Looks like IE5 is down to the age old bug of setting size to "0" in the
horizontal and vertical if left to it's own devices. Explains most the
aforementioned results.
I think most of these would be cleaned up with declared variables for
platforms where is.ie and "mac" specific that oversize the
14 matches
Mail list logo