Search found 35 matches: testtitl

Return to advanced search

Re: TEXTOUT() function cannot use some predefined fonts?

Boris, does Your used FWH-release include TTitle ? If Yes, In the meantime You can have a look at : \samples\Testtitl.prg Maybe You like the first TRANSPARENT BASE sample with border and 3D-text. My extended version : http://www.pflegeplus.com/pictures/Ttitle2.jpg ...
by ukoenig
Fri Oct 11, 2013 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TEXTOUT() function cannot use some predefined fonts?
Replies: 21
Views: 4551

Re: TestTitl.prg Sample MDI

Rick, The used BMP's from Sub-folder 32 x 32 : http://www.pflegeplus.com/pictures/toolbar10.jpg nRGB( 255, 0, 255 ) defines a Image-background. That is the Reason, a Alphachannel is ignored. using : oImageList:Add( TImage():Define( ,c_path + "\Images\Select.bmp", oWnd ) ) A...
by ukoenig
Fri Mar 02, 2012 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11779

Re: TestTitl.prg Sample MDI

Uwe

Interesting discovery .. just curious why the default icons used in the original sample would not work .. they were taken from the Fwh\Bitmaps folder and were purple background ?

Rick
by Rick Lipkin
Fri Mar 02, 2012 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11779

Re: TestTitl.prg Sample MDI

Rick, with some more Tests, I found what's wrong : TRANSPARENT BMP I repainted a original 24 Bit transparent BMP. http://www.pflegeplus.com/pictures/toolbar8.jpg oImageList = TImageList():New( 32, 32 ) // width and height of bitmaps From Resource ----------------- oImageList:AddMaske...
by ukoenig
Fri Mar 02, 2012 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11779

Re: TestTitl.prg Sample MDI

Anser I am creating and using successfully 24 bit alpha blend icons derived from .png with Gimp photo editor then adding the the .bmp using Resedit to insert them into .rc All I am doing at this point is adding the .rc that contains my icons into my project to be compiled with the standard Borland 5...
by Rick Lipkin
Thu Mar 01, 2012 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11779

Re: TestTitl.prg Sample MDI

Rick,

You can use these BMP-styles as well :

Image

Best regards
Uwe :lol:
by ukoenig
Thu Mar 01, 2012 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11779

Re: TestTitl.prg Sample MDI

Dear Mr.Rick,

Rick Lipkin wrote:I have no clue why the toolbar class is not showing up with transparent icons like yours :(
Thanks
Rick


What about the resource compiler used by you ? Does it support Alpha channel ?

Regards
Anser
by anserkk
Thu Mar 01, 2012 3:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11779

Re: TestTitl.prg Sample MDI

Rick, try adding a BtnBmp to the Toolbar ( see my Screenshot ) lets see what happens. Maybe something with DEFINE IMGBITMAP OF oImageList NAME "new" COLOR nRGB( 255, 0, 255 ) @ 15, 900 BTNBMP oBtn5 OF oToolBar ; SIZE 100, 55 PIXEL ; // Width, Hight NOBORDER ; PROMPT " &Exit" ...
by ukoenig
Wed Feb 29, 2012 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11779

Re: TestTitl.prg Sample MDI

Uwe

I am using the latest version of FWH 1201 .. your last test with Vtitle and the Animation works with MDI.

I have no clue why the toolbar class is not showing up with transparent icons like yours :(

Thanks
Rick

Image
by Rick Lipkin
Wed Feb 29, 2012 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11779

Re: TestTitl.prg Sample MDI

Rick, maybe the FWH-release You are using ( could be Changes in Class Toolbar ) ? You can try, if it works with embedded TTitles ( will give You more Options ) ? Testing BtnBmp on Toolbar : http://www.pflegeplus.com/pictures/toolbar4.jpg @ 15, 900 BTNBMP oBtn3 OF oToolBar ; SIZE 100,...
by ukoenig
Wed Feb 29, 2012 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11779

Re: TestTitl.prg Sample MDI

Uwe Thank you for your continued help .. the text is transparent but the Icons are not. I used the first 3 known good alpha bitmaps that I have used in the buttonbar class that are known good transparent icons. I verified last night I get the same results on Xp as I do W7. Rick http://img59....
by Rick Lipkin
Wed Feb 29, 2012 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11779

Re: TestTitl.prg Sample MDI

Rick, another Test ( all Combinations ) using brushed Groups and different TTitles on a Toolbar. http://www.pflegeplus.com/pictures/toolbar3.jpg #include "FiveWin.ch"#include "ttitle.ch"static oToolBar function Main()local oWnd, oImageList, oRadio1, oSay1,...
by ukoenig
Wed Feb 29, 2012 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11779

Re: TestTitl.prg Sample MDI

Rick, can You test, what happens including other Controls and using a BMP-brush. Are they transparent ? Please check the used Image-path ! DEFINE BRUSH oTBrush FILENAME ".\bitmaps\blustone.bmp" http://www.pflegeplus.com/pictures/toolbar2.jpg Some more lines added : #include...
by ukoenig
Tue Feb 28, 2012 7:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11779

Re: TestTitl.prg Sample MDI

Uwe The Icons are still not transparent .. they are the standard icons in the FWH folder .. Perhaps it is because my work box is XP ?? I have added 24 bit alpha blend icons to the .rc but nothing changes :( You have gone far and above with your help ! Rick Lipkin http://www.freeimagehosting&...
by Rick Lipkin
Tue Feb 28, 2012 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11779

Re: TestTitl.prg Sample MDI

Rick, the compiled Sample < Toolbar1.prg > with some extra Lines ( Window MDI-Brush included ) #include "FiveWin.ch"static oToolBar function Main()local oWnd, oImageList, oTBrushLOCAL nSWidth := GetSysMetrics(0), nSHeight := GetSysMetrics(1)DEFINE WINDOW oWnd ...
by ukoenig
Tue Feb 28, 2012 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11779
Next

Return to advanced search