Page 1 of 1

How display a shadow on a dialog ?

Posted: Sat Mar 20, 2010 10:30 pm
by toninhofwi
Hi.

How display dialogs with shadows?

Here is a nice sample of shadow control, maybe is easy implement it in FW:

http://www.fwi.com.br/toninho/shadow.zip


Regards,

Toninho.

Re: How display a shadow on a dialog ?

Posted: Thu Jun 10, 2010 8:01 pm
by Patricio Avalos Aguirre
Hola

Alguien ha implementado estas funcion de shadow

Re: How display a shadow on a dialog ?

Posted: Thu Jun 10, 2010 10:17 pm
by lailton.webmaster
Fivewin 10.5 has new method ( think that in class TWindow ) method shadow()
by Antonio Linhares.

See
skin.prg folder sample of fivewin.

:D

Re: How display a shadow on a dialog ?

Posted: Fri Jun 11, 2010 12:37 am
by fraxzi
Hello Lailton,

is it possible to skin TMDIChild Window? I tried with v10.5 but not showing..

Can I store skin resources to .RC or perhaps in .dll so there will be no 'blue_skin' folder? Or any way to store 'blue_skin' bitmaps to apps.exe?


Best Regards,
Frances

Re: How display a shadow on a dialog ?

Posted: Fri Jun 11, 2010 1:34 am
by lailton.webmaster
fraxzi,

I use it only to dialog, i think that you can change class to use in TMDIChild and TWindow too.

About folder skin, you can add to pelles. but need change class too to read in resource and no inside of folder.
its easy. :D

Re: How display a shadow on a dialog ?

Posted: Fri Jun 11, 2010 5:10 am
by fraxzi
lailton.webmaster wrote:fraxzi,

I use it only to dialog, i think that you can change class to use in TMDIChild and TWindow too.

About folder skin, you can add to pelles. but need change class too to read in resource and no inside of folder.
its easy. :D

Dear Lailton,

Is the code published with 10.5? Maybe in 10.6

It is useful.


Regards,
Frances

Re: How display a shadow on a dialog ?

Posted: Fri Jun 11, 2010 5:29 am
by lailton.webmaster
Fraxzi,

Class Tskin
please see this way:
fwh\source\classes\skin.prg
( fivewin 10.5 )

Regards
Lailton