OT: new FWH ECR released

Re: OT: new FWH ECR released

Postby Databaselab2002 » Sat Mar 16, 2013 3:00 am

Hi Ducth

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

Thanks in advance
Fabian
databaselab2002@yahoo.com.ar
Databaselab2002
 
Posts: 142
Joined: Sun Oct 09, 2005 1:36 am

Re: OT: new FWH ECR released

Postby AIDA » Sat Mar 16, 2013 4:22 am

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
AIDA
 
Posts: 877
Joined: Fri Jan 12, 2007 8:35 pm

Re: OT: new FWH ECR released

Postby Silvio.Falconi » Sat Mar 16, 2013 11:20 am

How and wich Ecr use ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6769
Joined: Thu Oct 18, 2012 7:17 pm

Re: OT: new FWH ECR released

Postby ShumingWang » Tue Mar 19, 2013 3:03 am

Great !
Hope this can be upgraded into a gantt class !
Shuming Wang
http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
ShumingWang
 
Posts: 460
Joined: Sun Oct 30, 2005 6:37 am
Location: Guangzhou(Canton),China

Re: OT: new FWH ECR released

Postby Silvio.Falconi » Tue Mar 19, 2013 7:45 am

Upgrade Tgantt class ?
Tgantt run ok ,perhaps....you 'not Know how...
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6769
Joined: Thu Oct 18, 2012 7:17 pm

Re: OT: new FWH ECR released

Postby ShumingWang » Tue Mar 19, 2013 8:53 am

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
http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
ShumingWang
 
Posts: 460
Joined: Sun Oct 30, 2005 6:37 am
Location: Guangzhou(Canton),China

Re: OT: new FWH ECR released

Postby Silvio.Falconi » Tue Mar 19, 2013 10:59 am

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!!!
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6769
Joined: Thu Oct 18, 2012 7:17 pm

Re: OT: new FWH ECR released

Postby ShumingWang » Tue Mar 19, 2013 11:09 am

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

viewtopic.php?f=3&t=24506&p=133655&hilit=tgantt#p133655
http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
ShumingWang
 
Posts: 460
Joined: Sun Oct 30, 2005 6:37 am
Location: Guangzhou(Canton),China

Re: OT: new FWH ECR released

Postby HunterEC » Sat Oct 05, 2013 9:42 am

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.
HunterEC
 
Posts: 723
Joined: Tue Sep 04, 2007 8:45 am

Re: OT: new FWH ECR released

Postby Badara Thiam » Tue Oct 08, 2013 7:48 am

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
Badara Thiam
 
Posts: 160
Joined: Tue Oct 18, 2005 10:21 am
Location: France

Re: OT: new FWH ECR released

Postby David Williams » Tue Oct 08, 2013 8:28 am

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

Postby David Williams » Tue Oct 08, 2013 8:31 am

Sorry Dutch,

I almost forgot. Your room planner is brilliant :D

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

Re: OT: new FWH ECR released

Postby Jimmy » Thu Oct 31, 2019 4:34 am

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/viewtopic.php?f=16&t=17698&p=92423&hilit=CREATEELLIPTICRGN#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
Jimmy
 
Posts: 1585
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

Re: OT: new FWH ECR released

Postby driessen » Fri Nov 01, 2019 3:57 pm

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

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.02 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc77
User avatar
driessen
 
Posts: 1396
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Previous

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Silvio.Falconi and 90 guests