In method
METHOD TSButton:HasAlpha()
HELP HELP
![Rolling Eyes :roll:](./images/smilies/icon_rolleyes.gif)
![Rolling Eyes :roll:](./images/smilies/icon_rolleyes.gif)
Code: Select all | Expand
@nTop1, nLeft1 SBUTTON oSBtn1 FONT BT_OFONT ;
SIZE BT_WIDTH, BT_HEIGHT PIXELS ;
FILENAME c_path + "\SYSTEM\" + BT_IMAGE1, ;
c_path + "\SYSTEM\" + BT_IMAGE2, ;
c_path + "\SYSTEM\" + BT_IMAGE3, ;
c_path + "\SYSTEM\" + BT_IMAGE4 ;
OF oDlg ;
PROMPT cBTTEXT ;
ACTION MsgInfo( "Ok" ) ;
MESSAGE "BITMAP" ;
TOOLTIP "BITMAP" ;
TEXT POSITION BT_TEXT ;
COLORS {|oSBtn1| IF( oSBtn1:lActive, IF( oSBtn1:lMouseOver, BT_COLOR4, BT_COLOR3), BT_COLOR3 ) }, ;
{|oSBtn1| IF( oSBtn1:lActive, { BT_COLOR1, BT_COLOR2, BT_STYLE }, BT_COLOR4 ) } ;
BITMAP OPAQUE BORDER
dutch wrote:I've got the problem with SButton7 ::HasAlpha(). It alway return .F..
Who has got the same problem?
ukoenig wrote:I'm still working on a Update of the SBPainter with many new Functions.
Included : Button-, Bar-, Font- and Folder-Painter.
Is there anything I have to change for the new Release ?
ukoenig wrote:I have a Problem using Radios on transparent Dialog inside a Folder.
Is there any Solution for it ?
Because of the Folder, I have to use a Zero Brush and transparent.
Without using transparent on the Dialog, the radios are shown transparent,
but the transparency on Folder-pages don't work anymore.
I added a Radio to the Main-Dialog with the same Effect.
The Real Fasi wrote:hi can u please send me the mail too
ukoenig wrote:I added TRANSPARENT to You original Example : Testrad1.prg ( Line 88 )
( using xHarbour )
Without TRANSPARENT it is OK, but I need it for Folder-Display ( Tab-Area ).