home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gsPopupType, gsPopupCont
- ClickButton(the clickOn)
- set s to the text of field ("Install" & gsPopupType)
- if s contains "Keine Daten gewählt" then
- set s to EMPTY
- end if
- if s <> EMPTY then
- set s to s & RETURN
- end if
- set the text of field ("Install" & gsPopupType) to s & gsPopupCont
- ClosePopup()
- end
-