|
From: Michael B. <mi...@mi...> - 2003-09-17 13:22:52
|
IOS 0.2 Release | Wednesday, September 17, 2003
Due to requests I=B9ve added a Window Manager to the IOS. This will let you
grab you windows in a menu bar. New script to add:
dynapi.include("bystrom.ios.windowmanager.js")
You load this feature by simply adding this code inside the onload function=
:
dynapi.onLoad =3D function() {
IOS.loadWindowManager()
// The rest of the code.
}
I have no online version right now but you can see a screen shoot.
But you can download the new version http://www.michaelbystrom.com
Due to the scrollbar (Mozilla and IE) clipping problem I think I will start
to load IOS in a external window but shutting off the scrollbars. You can
see this in the =B3ios/index.html=B2 test.
I=B9ve also fixed some bug here and there.
I=B9ve started to port the IOS and DynEditor to the DynAPI 3.x, this may time
a little longer since there are A LOT of new things in the API.
Michael
|