FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How display a shadow on a dialog ?
Posts: 182
Joined: Tue Oct 18, 2005 10:01 AM
How display a shadow on a dialog ?
Posted: Sat Mar 20, 2010 10:30 PM

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.

Posts: 1074
Joined: Fri Oct 07, 2005 01:56 PM
Re: How display a shadow on a dialog ?
Posted: Thu Jun 10, 2010 08:01 PM

Hola

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
Posts: 603
Joined: Sun May 04, 2008 08:44 PM
Re: How display a shadow on a dialog ?
Posted: Thu Jun 10, 2010 10:17 PM

Fivewin 10.5 has new method ( think that in class TWindow ) method shadow()
by Antonio Linhares.

See
skin.prg folder sample of fivewin.

:D

Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: How display a shadow on a dialog ?
Posted: Fri Jun 11, 2010 12:37 AM

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

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
Posts: 603
Joined: Sun May 04, 2008 08:44 PM
Re: How display a shadow on a dialog ?
Posted: Fri Jun 11, 2010 01:34 AM

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

Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: How display a shadow on a dialog ?
Posted: Fri Jun 11, 2010 05:10 AM
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
Posts: 603
Joined: Sun May 04, 2008 08:44 PM
Re: How display a shadow on a dialog ?
Posted: Fri Jun 11, 2010 05:29 AM

Fraxzi,

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

Regards
Lailton

Continue the discussion