SSAY , DSAY and SAYREF transparent

SSAY , DSAY and SAYREF transparent

Postby Silvio » Sat Jan 26, 2008 3:43 pm

I need these classes transparent

DSAY
SAYREF
SSAY

where I can found these class with modifies ( tranparent say on dialog resources)
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby James Bott » Sat Jan 26, 2008 6:54 pm

If by SSAY you are referring to the Sensitive Say control by Ramón Avendaño, then you just need to add the TRANSPARENT clause in the REDEFINE.

James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Postby Silvio » Sun Jan 27, 2008 1:13 am

YES OF COURSE,
BUT IT NOT IS TRANSPARENT

LOOK
Code: Select all  Expand view
REDEFINE SENSITIVE SAY oSay PROMPT cMail  ;
                                        COLOR CLR_HBLUE COLOROVER CLR_RED      ;
                                        ON MOUSEOVER SndPlaySound("Select.Wav") ID 212 OF oDlg ;
                                        ACTION ShellExecute(oWnd:hWnd,"Open","MailTo:"+cMail,Nil,Nil,1);
                                        TRANSPARENT FONT oFnt
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby James Bott » Mon Jan 28, 2008 8:01 pm

Silvio,

Perhaps there is a bug when using all the clauses you are using. Try this:

REDEFINE SENSITIVE SAY ID 212 of oDlg transparent

And see if that works. If so, then start adding the rest of your clauses one at a time until if fails. That will at least give you a starting point to debug the problem.

James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 30 guests