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.
How display a shadow on a dialog ?
- Patricio Avalos Aguirre
- Posts: 1028
- Joined: Fri Oct 07, 2005 1:56 pm
- Location: La Serena, Chile
- Contact:
Re: How display a shadow on a dialog ?
Hola
Alguien ha implementado estas funcion de shadow
Alguien ha implementado estas funcion de shadow
Saludos
Patricio
__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Patricio
__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
-
- Posts: 603
- Joined: Sun May 04, 2008 8:44 pm
Re: How display a shadow on a dialog ?
Fivewin 10.5 has new method ( think that in class TWindow ) method shadow()
by Antonio Linhares.
See
skin.prg folder sample of fivewin.
by Antonio Linhares.
See
skin.prg folder sample of fivewin.
Re: How display a shadow on a dialog ?
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
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
Kind Regards,
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
-
- Posts: 603
- Joined: Sun May 04, 2008 8:44 pm
Re: How display a shadow on a dialog ?
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.
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.
Re: How display a shadow on a dialog ?
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.
Dear Lailton,
Is the code published with 10.5? Maybe in 10.6
It is useful.
Regards,
Frances
Kind Regards,
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
-
- Posts: 603
- Joined: Sun May 04, 2008 8:44 pm
Re: How display a shadow on a dialog ?
Fraxzi,
Class Tskin
please see this way:
fwh\source\classes\skin.prg
( fivewin 10.5 )
Regards
Lailton
Class Tskin
please see this way:
fwh\source\classes\skin.prg
( fivewin 10.5 )
Regards
Lailton