I'm running on VPC so could someone confirm this on a real PC?...
it's a subtle but potentially important visual bug that can
particularly bite Mac Xplatform developers because it's easy not to
notice when doing a quick check of your app on a PC.
If you create a picture and set transparent = 1 (white areas are
transparent - this is so you don't need to make a mask - very
convenient and I do it often), on a Mac it works perfectly - for
g.drawpicture, for menu Icons and bevelbutton icons...
In R4 in XP and 2K (at least on VPC) that is broken and white shows
up as white That is true for for g.drawpicture, for menu Icons and
bevelbutton icons...
"For XPlatform that just works" that is bad...
All I did was put a bevelButton on the default window and give ita
property P as picture and in Window.Open:
P = New Picture(16,16,32)
P.Graphics.DrawRect(0,0,16,16)
P.Transparent = 1
EditCopy.Icon = P
EditCut.Icon = P
Self.Backdrop = P
BevelButton1.Icon = P
And Enabled EditCopy (so I could see enabled and disabled menu items)
So can someone confirm?
Thanks,
- Karen
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>