home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gbPopIsOn, gbInstallEinkauf, gnDeInsLine, gnDeInsCast, gbInstallActive, gsPopupReturn
- CheckSound()
- if gbInstallActive and not gbPopIsOn then
- put gsPopupReturn
- set gbInstallActive to 0
- if gsPopupReturn = "Ja" then
- set sDeinstall to line gnDeInsLine of the text of field gnDeInsCast
- set sType to char 1 to 4 of the name of cast gnDeInsCast
- DeInstallObject(sType, sDeinstall, goGBTools(mGetPrivateProfileString, sType & "ins", sDeinstall, "mrmore.ini"))
- set s to the text of field gnDeInsCast
- put EMPTY into line gnDeInsLine of s
- set the text of cast gnDeInsCast to s
- end if
- end if
- if not gbPopIsOn then
- CheckRollOver()
- CheckForTimeOut()
- end if
- cursor(0)
- go(the frame)
- end
-