Page 1 of 1

ANN: TTABS 2007 with bitmaps and look 2007

Posted: Tue Nov 20, 2007 1:44 pm
by Silvio
Hello,

we are very happy to announce the new TTABS 2007



Image




this is made with a Italy/Germany collaboration
this is easy to create :

Code: Select all

 

@ 8, 0 TABS oTabs2 PROMPTS "&One Tab", "&Two Tabs", "T&hree Tabs", "&Four Tabs" OF oWnd ;
      ACTION oWnd:Say( 5, 5, oTabs2:nOption ) L2007 ;
      IMAGES ".\BMPS\IMAGE1.BMP", ".\BMPS\IMAGE2.BMP", ".\BMPS\IMAGE3.BMP", ".\BMPS\IMAGE4.BMP"

   //oTabs:l2007 := .t.
     oTabs2:cTopBottom:="BOTTOM"
     oWnd:oBottom = oTabs2
WITHOUT CHANGING YOUR SOURCE CODE


I WAIT YOUR COMMENT HERE

Posted: Tue Nov 20, 2007 1:50 pm
by nageswaragunupudi
Mr Silvio

Very impressive.

Do you intend to share your code with others here ?

Posted: Wed Nov 21, 2007 3:05 am
by James Bott
Nice work, Falconi. Very professional looking!

James

Posted: Wed Jan 16, 2008 8:59 am
by Silvio
We sale this new class .
you can write on private email .

Posted: Tue Jan 22, 2008 10:28 am
by Maurilio Viana
Silvio,

What is the difference between your class and new TTabs from FWH 8.02?

Regards,
Maurilio

Posted: Tue Jan 22, 2008 10:35 am
by Antonio Linares
Maurilio,

FWH 8.02 Tabs use the same bitmaps as Office 2007 (Excel), so they look exactly the same as Excel ones.

Also, FWH 8.02 ones do not use brushes, so the painting is really fast, and no GDI resources consuming.

Full source is provided so you can modify the bitmaps as you want