Page 1 of 1

Recommend Graphics person

PostPosted: Tue Sep 08, 2009 3:53 am
by cdmmaui
Hello, can someone recommend a person or company that can generate BMP file that we can incorporate to our FWH application. Thank you in advance for your assistance.

Re: Recommend Graphics person

PostPosted: Tue Sep 08, 2009 9:55 am
by ukoenig
Hello, Darrell,

I'm specialized, to design Company Logo's, Dokumentations for Software- and Technical-Distributions,
Catalogues and much more..
can You explain in Detail, what You need ?

You can send me the Informations by Email, if You like.

Best Regards
Uwe :lol:

Re: Recommend Graphics person

PostPosted: Tue Sep 08, 2009 10:29 am
by cdmmaui
Dear Uwe, I will send a message to your email address.

Re: Recommend Graphics person

PostPosted: Tue Sep 08, 2009 1:08 pm
by ukoenig
Dear Darrell,

I had a look at You Test-BMP's.
They have a good Quality.
I tested one converted BMP inside my Application.
You can use the BMP's with just some small changes.
In case You want to convert them by Yourself, I can explain inside this post, how to do it.
Maybe the Solution is useful for other users as well ?

The Original without Transparent and Alpha-Channel
It is better to change the Height of the BMP to a Size without the Text.
Otherwise the distance between BMP and Buttontext is to big ( using BMP TOP )
Using BMP LEFT, it doen't matter.

The original BMP :
Image

A test from inside my Application :
The BMP converted to Alpha-Channel without Text ( the Text will be defined inside the Button )
Image

I think to write Text inside the BMP is not a good Solution.

Best Regards
Uwe :lol:

Re: Recommend Graphics person

PostPosted: Tue Sep 08, 2009 1:53 pm
by cdmmaui
Dear Uwe,

Thank you, could you provide sample code so I can test on my end? I am still looking to upgrade the BMP files. Also, what FWH version is required to handle your suggestion?

Thanks again for your assistance.

Re: Recommend Graphics person

PostPosted: Tue Sep 08, 2009 2:16 pm
by ukoenig
Hello Darrell,

some of Your converted Buttons for Your tests :
Download http://www.pflegeplus.com/fw_downloads/bmptest.zip

The Buttons are used like :
( Alpha-Blended BMP's are needed )

REDEFINE BTNBMP oBtn1 ID 30 OF oFld:aDialogs[1] 2007 ;
FILENAME c_path + "preview.bmp" ;
TOP ;
PROMPT " &Window " ;
FONT oButtFont ;
ACTION ( MY_FUNCTION(), oFld:aDialogs[1]:Refresh() )

oBtn1:lTransparent = .t.
oBtn1:cTooltip := { "Open" + CRLF + ;
"the Preview-Window","Preview", 1, CLR_BLACK, 14089979 }

Best Regards
Uwe :lol:

Re: Recommend Graphics person

PostPosted: Thu Sep 10, 2009 1:54 pm
by ukoenig
Hello Darrell,

do You know, how to convert Your BMPs with Pixelformer,
or do You need some help ?

Best Regards
Uwe :?: