OT: new FWH ECR released

Databaselab2002
Posts: 142
Joined: Sun Oct 09, 2005 1:36 am

Re: OT: new FWH ECR released

Post by Databaselab2002 »

Hi Ducth

Can you send me a room planner sample or upload room planner sample

Thanks in advance
Fabian
databaselab2002@yahoo.com.ar
User avatar
AIDA
Posts: 782
Joined: Fri Jan 12, 2007 8:35 pm

Re: OT: new FWH ECR released

Post by AIDA »

Se ve bello y profesional :shock:


Saluditos :wink:
Que es mejor que programar? creo que nada :)
Atropellada pero aqui ando :P

I love Fivewin

séʌǝɹ ןɐ ɐʇsǝ opunɯ ǝʇsǝ
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: OT: new FWH ECR released

Post by Silvio.Falconi »

How and wich Ecr use ?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
ShumingWang
Posts: 454
Joined: Sun Oct 30, 2005 6:37 am
Location: Guangzhou(Canton),China

Re: OT: new FWH ECR released

Post by ShumingWang »

Great !
Hope this can be upgraded into a gantt class !
Shuming Wang
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: OT: new FWH ECR released

Post by Silvio.Falconi »

Upgrade Tgantt class ?
Tgantt run ok ,perhaps....you 'not Know how...
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
ShumingWang
Posts: 454
Joined: Sun Oct 30, 2005 6:37 am
Location: Guangzhou(Canton),China

Re: OT: new FWH ECR released

Post by ShumingWang »

The now tgantt class without the main commercial use features: switch titles days/months/weeks, browse/up/down/page up/page down/skip/.../refresh with xbrowse.
Regards!
Shuming Wang
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: OT: new FWH ECR released

Post by Silvio.Falconi »

ShumingWang wrote:The now tgantt class without the main commercial use features: switch titles days/months/weeks, browse/up/down/page up/page down/skip/.../refresh with xbrowse.
Regards!
Shuming Wang

Tgantt is a Class ... has not control about data !!!

All control about Data must be made by You!!!
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
ShumingWang
Posts: 454
Joined: Sun Oct 30, 2005 6:37 am
Location: Guangzhou(Canton),China

Re: OT: new FWH ECR released

Post by ShumingWang »

Or fivetechsoft must create a test sample with :
a) calendar on top scrollable
b) a tgant graphic on middle scrollable
c) a xbrowse with data test scrollable

and all scrollable together

the Antonio 's test run but that test sampl not is a real tgant graphics

Antonio should create a test clarifier perhaps as a test Hotel Booking

http://forums.fivetechsupport.com/viewt ... tt#p133655
HunterEC
Posts: 723
Joined: Tue Sep 04, 2007 8:45 am

Re: OT: new FWH ECR released

Post by HunterEC »

Otto, Dutch:

Very impressive & neat programs. Congratulations.

Otto:

Do you have a demo ? I have a customer looking for a software like yours. Thank you.

Dutch:

I could not download your shared sample code, can you send me a link ? Thank you very much.
User avatar
Badara Thiam
Posts: 160
Joined: Tue Oct 18, 2005 10:21 am
Location: France
Contact:

Re: OT: new FWH ECR released

Post by Badara Thiam »

Hello,

Look at this :

DLL FUNCTION CREATERECTRGN( nLeft AS _INT, nTop AS _INT, nRight AS _INT, nBottom AS _INT ) AS _INT ;
PASCAL FROM "CreateRectRgn" LIB "gdi32.dll"

DLL FUNCTION CreateRoundRectRgn( nLeft AS _INT, nTop AS _INT, nRight AS _INT, nBottom AS _INT, ;
nEllipseWidth AS _INT, nEllipseHeight AS _INT ) AS _INT ;
PASCAL FROM "CreateRoundRectRgn" LIB "gdi32.dll"

DLL FUNCTION SELECTCLIPRGN( nhDC AS _INT, nhRGN AS _INT ) AS _INT ;
PASCAL FROM "SelectClipRgn" LIB "gdi32.dll"

DLL FUNCTION CREATEELLIPTICRGN( nLeft AS _INT, nTop AS _INT, nRight AS _INT, nBottom AS _INT ) AS _INT ;
PASCAL FROM "CreateEllipticRgn" LIB "gdi32.dll"

DLL FUNCTION COMBINERGN( nhDest AS _INT, nhSource1 AS _INT, nhSource2 AS _INT, nMode AS _INT ) AS _INT ;
PASCAL FROM "CombineRgn" LIB "gdi32.dll"

DLL FUNCTION CREATECOMPATIBLEBITMAP( nhDC AS _INT, nWidth AS _INT, nHeight AS _INT ) AS _INT ;
PASCAL FROM "CreateCompatibleBitmap" LIB "gdi32.dll"

DLL FUNCTION CreateBitmap( nWidth AS _INT, nHeight AS _INT, uPlanes AS _INT, uBitsPerPel AS _INT, uLpvBits AS LPSTR ) AS _INT ;
PASCAL FROM "CreateBitmap" LIB "gdi32.dll"

DLL FUNCTION SETROP2( nhDC AS _INT, nRaster AS _INT ) AS _INT ;
PASCAL FROM "SetROP2" LIB "gdi32.dll"
Badara Thiam
http://www.icim.fr
User avatar
David Williams
Posts: 82
Joined: Fri Mar 03, 2006 6:26 pm
Location: Ireland

Re: OT: new FWH ECR released

Post by David Williams »

Otto,

I really like your work, I have watched it become more professional looking as time goes on :D

David
User avatar
David Williams
Posts: 82
Joined: Fri Mar 03, 2006 6:26 pm
Location: Ireland

Re: OT: new FWH ECR released

Post by David Williams »

Sorry Dutch,

I almost forgot. Your room planner is brilliant :D

David
User avatar
Jimmy
Posts: 165
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

Re: OT: new FWH ECR released

Post by Jimmy »

ukoenig wrote: Just one Question :
In some of my Tests I noticed, that the top Corners ( rounded ) are not painted transparent.
i saw the same

have a look here (from 2009)
http://forums.fivetechsupport.com/viewt ... RGN#p92423
* New: documented functions RoundRect() and RoundBox() in FiveTech's wiki:
* New: functions CREATEELLIPTICRGN() and CREATEELLIPTICRGNINDIRECT(), added in a new module
this Way you will get "round" Edge :D

Image
Image
greeting,
Jimmy
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: OT: new FWH ECR released

Post by driessen »

Waaaw, Otto. It looks great. Congratulations.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
Post Reply