FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New Paint Title Class
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
New Paint Title Class
Posted: Mon Apr 14, 2008 08:23 AM
We created a PaintTitle class.
You can create bars with border and text vertical
this is the first release.
It is easy to use

@ 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


If you have questions or suggestions you're welcome
Best Regards, Saludos



Falconi Silvio
Posts: 445
Joined: Thu Feb 21, 2008 11:58 AM
Re: New Paint Title Class
Posted: Mon Apr 14, 2008 11:46 AM
Silvio wrote:We created a PaintTitle class.
You can create bars with border and text vertical
this is the first release.
It is easy to use

http://www.bpascal.it/tpainttile.bmp

@ 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


If you have questions or suggestions you're welcome.



Silvio, it's very cool! You will provide this class for us?
My suggestion is about a taskbar of windows XP... for many times, I tried a class that did something. Just a suggestion! :-)

Peace and lighting!

Júlio César M. Ferreira

FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
New Paint Title Class
Posted: Mon Apr 14, 2008 12:33 PM

the Tpainttitle is on sale for 49 €.
If you want this class send me an email.

Best Regards, Saludos



Falconi Silvio
Posts: 208
Joined: Wed Dec 03, 2008 04:48 PM
Re: New Paint Title Class
Posted: Fri Jan 13, 2012 05:27 PM

Silvio, how can I send you the mail?
In your profile there no email link?

Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: New Paint Title Class
Posted: Fri Jan 13, 2012 07:40 PM
I think the Class TTitle will do the same,

July 2009
=========
New: Class TTitle. A great looking Title Class for your applications. Please review
samples\TestTitl.prg


As well Shadows, Borders and animated Images with Action, 3D Text are supported.
I'm using VTitles very often as a Frame, to show something special.

Maybe I*m incorrect ?

Best Regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.

Continue the discussion