Dialogs transparency - beta testers required
Posted: Thu Feb 02, 2006 10:08 am
The new transparency feature of dialogboxes (so you can use your own bitmaps as the background) is ready to be tested, before we deliver the FWH February build.
If you are a FTDN user, or you are using FWH 2.7 January, and if you are interested in testing it, then please request it. We will stop accepting beta testers once there are enough.
To use this new feature is as easy as:
so simple!
Thanks!
If you are a FTDN user, or you are using FWH 2.7 January, and if you are interested in testing it, then please request it. We will stop accepting beta testers once there are enough.
To use this new feature is as easy as:
Code: Select all
DEFINE BRUSH oBrush RESOURCE "Sky"
DEFINE DIALOG oDlg RESOURCE "Test" BRUSH oBrush TRANSPARENT
...
Thanks!