I need these classes transparent
DSAY
SAYREF
SSAY
where I can found these class with modifies ( tranparent say on dialog resources)
SSAY , DSAY and SAYREF transparent
SSAY , DSAY and SAYREF transparent
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
YES OF COURSE,
BUT IT NOT IS TRANSPARENT
LOOK
BUT IT NOT IS TRANSPARENT
LOOK
Code: Select all
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
Falconi Silvio
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
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
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