Oosie Micropause - Known Problems
<% 'toolbar.inc
redim buttons(5)
cursname=Request.ServerVariables("SCRIPT_NAME")
curspath=left(cursname,instr(2,cursname,"/"))
if curspath = "" then curspath = "/"
if len(curspath) > 3 then
cursfolder=mid(curspath,2,len(curspath)-2)
cursfolder=ucase(left(cursfolder,1)) & lcase(mid(cursfolder,2)) 'cursfolder is product name or FranzO
else
cursfolder="FranzO"
end if
cursname=mid(cursname,len(curspath)+1)
if left(cursname,1) = "/" then cursname=mid(cursname,2) 'leading / if a page off root
cursname=lcase(left(cursname,len(cursname)-4)) 'strip .asp
cursnamecap=ucase(left(cursname,1)) & lcase(mid(cursname,2))
buttons(1)="Download"
buttons(2)="Support"
buttons(3)="Register"
buttons(4)="Feedback"
buttons(5)="Search"
if curspath="/" and cursname="default" then 'homepage
ahome = ""
else
if cursname="default" then
ahome = ""
else
ahome = ""
end if
end if
if alreadyrun<>1 then
response.write "" & " "
alreadyrun=1
end if
sub outOneTB(byval s)
response.write "
" & s & "
" & chr(13) & chr(10)
end sub
%>
<%
if not (curspath="/" and cursname="default") then 'not at home page - no UP for home page
outOneTB ahome & "Up"
end if
%>
<%
for i=1 to ubound(buttons)
if buttons(i) <> cursnamecap then
if i=ubound(buttons) then
outOneTB "Search"
else
outOneTB "" & buttons(i) & ""
end if
end if
next
%>
Known Problems
Conflict with ICQ
ICQ "Always on Top" windows would disappear when running Oosie. This problem was fixed
in version 2.7.
Standard Computer Beeps option disabled
After choosing a multimedia sound, the user could not choose standard computer beeps. This problem was fixed
in version 2.7.
CPU hog fix
A problem prior to version 2.36 caused Oosie to hog cpu in some circumstances. Many
users would not notice performance degradation as their foreground application would have
priority anyway. This problem was fixed in version 2.36.
CTL3D32.DLL version error
Using Windows NT, on starting Oosie you receive a message to the effect that
CTL3D32.DLL is the wrong version for this platform. You can download a good copy of this
file for Windows NT by clicking here. This problem can not occur with Oosie 2.7 as it is not installed by it.
Preview Fix
A problem was introduced in 2.2 which meant you had to close the Options window after
previewing a video. This problem was fixed in 2.3
Palette problems with high colour applications
Oosie changed the colour palette to display 256 colour bitmaps during a micropause.
Some other applications like Microsoft Image Composer don't always restore their own
palette when the micropause is complete.
This problem was fixed in Oosie 2.36
You may also be interested in the New Features in Oosie
Version 2.7.