eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'PopUpBanner':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: PopUpBanner


Inheritance:

   Object
   |
   +--GraphicsMedium
      |
      +--DisplaySurface
         |
         +--SimpleView
            |
            +--View
               |
               +--TopView
                  |
                  +--PopUpView
                     |
                     +--PopUpBanner

Package:
stx:libview2
Category:
Views-Basic
Version:
rev: 1.11 date: 2019/07/31 23:52:38
user: cg
file: PopUpBanner.st directory: libview2
module: stx stc-classLibrary: libview2
Author:
Claus Gittinger

Description:


Shows a banner popUp (splash window);
can be used at startup to make wait-time a bit more interesting.
See use in smalltalk.rc / showBanner.rc / hideBanner.rc.


Class protocol:

instance creation
o  forImage: anImage


Instance protocol:

activation & deactivation
o  open
default for popUpBanners is to come up modeless

o  showCentered

event handling
o  buttonPress: button x: x y: y
destroy view when user clicks into

queries
o  grabWhenMapped


Examples:


    |img bannerView|

    img := Image fromFile:'banner1.xpm'.
    bannerView := PopUpBanner forImage:img.
    bannerView showCentered.

    Delay waitForSeconds:2.
    bannerView destroy


ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 25 Apr 2024 08:19:00 GMT