FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour vTitle in the upcoming FWH release. Antonio ?
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
vTitle in the upcoming FWH release. Antonio ?
Posted: Fri Jul 10, 2009 06:43 AM

Hi, just to know if could be possible to include in the upcoming fwh version a "vtitle" solution as standard FWH class.

Something like this

http://www.viaopen.es/images/screen/vcw95.jpg

Thanks in advance

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: vTitle in the upcoming FWH release. Antonio ?
Posted: Fri Jul 10, 2009 10:43 AM
Marco,
I made a class as it ....


@ 2,10 PANELTITLE oTitle OF oDlg ;
PROMPT "Customer";
FONT oFont;
SIZE 150,30;
COLOR CLR_BLACK, CLR_WHITE;
COLORTEXT CLR_WHITE;
BITMAP "Test.bmp";
TEXTALIGN DT_VCENTER+DT_SINGLELINE;
IMAGEALIGN DT_RIGHT+DT_VCENTER

viewtopic.php?f=3&t=10716&hilit=painttitle
Best Regards, Saludos



Falconi Silvio
Posts: 1335
Joined: Fri Jun 13, 2008 11:04 AM
Re: vTitle in the upcoming FWH release. Antonio ?
Posted: Fri Jul 10, 2009 11:09 AM
Another class named TTitle which belongs to the same category. Just for your information.



Regards

Anser
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: vTitle in the upcoming FWH release. Antonio ?
Posted: Fri Jul 10, 2009 11:43 AM

Anserkk,
YOU class support 2007, trasparent, set align text, horizontal and vertical gradient , action buttons, roundrect image ?

Best Regards, Saludos



Falconi Silvio

Continue the discussion