FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour dsay and sayref trasparent
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
dsay and sayref trasparent
Posted: Sat Aug 26, 2006 07:14 AM

Wherei can download dsay and sayref trasparent :
i want use it on a dialog ...brush obrush...trasparent

Regards

Best Regards, Saludos



Falconi Silvio
Posts: 824
Joined: Thu Oct 13, 2005 07:39 AM
dsay and sayref trasparent
Posted: Mon Aug 28, 2006 08:30 AM

Silvio,

I have sent some files to your private email, they may be helpful for you

Stefan

kind regards

Stefan
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
dsay and sayref trasparent
Posted: Mon Aug 28, 2006 09:17 AM
thank but I have these files...
I made a dialog :


FUNCTION Info()
   local oDlg, aGet[9], cPrompt, oTmr,obr
   local oMs10Under := TFont():New("Ms Sans Serif",0,-12,,.f.,,,,,.t.)

   DEFINE BRUSH oBr FILE "d48.BMP"

   define dialog oDlg title 'Authors ' BRUSH oBr TRANSPARENT   ;
      FROM  0, 0 TO 240, 330 PIXEL

   @ 00,08 BITMAP aGet[1] FILE 'ACERCADE2.BMP' ;
      SIZE 34, 54 OF oDlg PIXEL NOBORDER  TRANSPAREN

   @ 10,44 BITMAP aGet[2] FILE 'ACERCADE1.BMP' ;
      SIZE 94, 20 OF oDlg PIXEL NOBORDER  TRANSPAREN
   @ 32,10 SAYREF aGet[4] PROMPT "http://www." ;
      SIZE 142,10 PIXEL CENTERED OF oDlg                 ;
      HREF "http://www."                         ;
     FONT oMs10Under
   aGet[4]:cTooltip  := xxxxxxxxx

   @ 54,10 DYNAMIC SAY oSay ;
      PROMPT CRLF+CRLF+CRLF+;
             " This application is distribuited on  "+CRLF+;
             "Creative Commons 2.0 Licence "+CRLF+;
             "http://creativecommons.org/licenses/by-nc-nd/"+CRLF+CRLF+;
             "This software is created with the cooperation with "+CRLF+"xxxxxxxx"+CRLF+;
             "Made in xharbour and fivewin"+CRLF+CRLF+CRLF+CRLF;
      SIZE 140, 46 PIXEL CENTERED   ;
      VERTICAL SCROLL SPEED 40;
      WRAP

   activate dialog oDlg CENTERED
   oMs10Under:End()
return nil


it make dsay scroll in a white box
WHY ?????? it is not trasparent !!!!!!!!!!!!!!!!!!!!!

REGARDS,
Best Regards, Saludos



Falconi Silvio
Posts: 824
Joined: Thu Oct 13, 2005 07:39 AM
dsay and sayref trasparent
Posted: Tue Aug 29, 2006 07:30 AM

Sorry, I don´t know. I´ve never use used the class TDSay.

Compare the this class with the others working in transparent mode and look how the output is implemented.

Stefan

kind regards

Stefan

Continue the discussion