BrandSplash method

[method icon] BrandSplash(filename$)

>BrandSplash

BrandSplash

The BrandSplash(name) method allows the KClient splash image to be replaced with an application specific one. As this method directly modifies the connection file that started a particular instance of KClient the branding is per-connection. The image may be in either PNG or JPEG format. Firstly the new image is copied to the client's cache using COPY OBJECT; then the call to BrandSplash updates the connection file to use the new image. The new image will be displayed the next time the connection is started.

REM Copy splash image into KClient cache
COPY OBJECT "/myimages/splash.png" TO "splash.png"
REM Set the new splash image
Client.BrandSplash("splash.png")
See also:

CameraCapture, ClearDirectoryWatchEvent, CreateBookMark, DisplayScreen, EmptyClientCache, EnableUserPreferences, EnableWarnings, FireServiceEvent, ForceDefaultFont, ForceReadableTextMode, FTPGet, FTPPut, GetForms, GetServiceAttribute, GetServiceCookie, GetSpecialFolderPath, HTTPGet, OpenServiceWindow, PlaySoundFile, SetCharacterEncoding, SetDefaultIMEMode, SetDirectoryWatchEvent, SetPrinterFontName, SetPrinterFontSize, SetPrinterPort, SetServiceAttribute, SetServiceCaption, SetServiceConnection, SetServiceCookie, SetServiceUrl, SetThrottle, ShowSIP