For Programmers: Free Programming Magazines  


Home > Archive > Clipper > April 2004 > xHarbour + Gtwvt & Real-time ERP Software - A Visual Tour









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author xHarbour + Gtwvt & Real-time ERP Software - A Visual Tour
Pritpal Bedi

2004-04-05, 12:30 am

Hello Everybody

Anybody, if interested, want to have a look and feel of the power of xHarour
+ Gtwvt ( Console mode GUI terminal driver for Windows ), is welcome to
visit my site :

http://www.vouchcac.com/screenshots/screenshots.htm

The application is converted with miminum ADDITIONS ( NOT CHANGES ) to the
existing Clipper/xHarbour code. The current screen shots are only a subset
and more will follow. The functionality is much more than what meets the eye
through screen shots.

The prime areas of interest are the overlapping windows with graphics
elements of the overlapped window intact. Also the browsers, which can be
made full screen with a click plus the rows and columns of the browsers when
in full screen mode can be increased. Calulator and Calender are
encapsulated in a dialog object ( plain Clipper ) and can be dragged
anywhere with mouse.

The core functionality of application is 100% Clipper's/xHarbours.

I put on note that I have discontinued the support for Clipper console
compilations for all of my existing applications w.e.f. 01 Apr 2004 and a
letter to this effect has been issued to all my clients.

This application is a mix of xHarbour + GTWVT + What32.

Regards

Pritpal Bedi | a student of software analysis and design
http://www.vouchcac.com | Vouch, the software that grows with you
http://www.vouchcac.com/vouch32/vouch32.htm | A Free Windows Extended
Utilities library for Clipper, Xbase++ & xHarbour
http://www.vouch.ws/Vouch32 | Vouch32.lib Support Web-Board



Massimo Belgrano

2004-04-05, 4:30 am

Minimum addition is a very good argument.
Can you post some code fragments?
What is done from xHarbour and what with GTWVT & What32.?
Miminum addition is done from your Vouch Library or can be also from
standard Clipper Code?

"Pritpal Bedi" <vouchcac@hotmail.com> ha scritto nel messaggio
news:c4qj8c$2lsud7$1@ID-155893.news.uni-berlin.de...
> Hello Everybody
>
> Anybody, if interested, want to have a look and feel of the power of

xHarour
> + Gtwvt ( Console mode GUI terminal driver for Windows ), is welcome to
> visit my site :
>
> http://www.vouchcac.com/screenshots/screenshots.htm
>
> The application is converted with miminum ADDITIONS ( NOT CHANGES ) to the
> existing Clipper/xHarbour code. The current screen shots are only a subset
> and more will follow. The functionality is much more than what meets the

eye
> through screen shots.
>
> The prime areas of interest are the overlapping windows with graphics
> elements of the overlapped window intact. Also the browsers, which can be
> made full screen with a click plus the rows and columns of the browsers

when
> in full screen mode can be increased. Calulator and Calender are
> encapsulated in a dialog object ( plain Clipper ) and can be dragged
> anywhere with mouse.
>
> The core functionality of application is 100% Clipper's/xHarbours.
>
> I put on note that I have discontinued the support for Clipper console
> compilations for all of my existing applications w.e.f. 01 Apr 2004 and a
> letter to this effect has been issued to all my clients.
>
> This application is a mix of xHarbour + GTWVT + What32.
>
> Regards
>
> Pritpal Bedi | a student of software analysis and design
> http://www.vouchcac.com | Vouch, the software that grows with you
> http://www.vouchcac.com/vouch32/vouch32.htm | A Free Windows Extended
> Utilities library for Clipper, Xbase++ & xHarbour
> http://www.vouch.ws/Vouch32 | Vouch32.lib Support Web-Board
>
>
>



Pritpal Bedi

2004-04-05, 6:30 am

Massimo

> Minimum addition is a very good argument.


YES. And this is the beauty of GTWVT.

> Can you post some code fragments?


Download the source tree from CVS and check xharbour/tests/wvtgui.prg which
clearly demonstrates the usage of GUI elements alongwith existing Clipper
code. Alternatively, you can visit and download sources + executable from:

http://www.vouchcac.com/harbour/wvtgui.htm

> What is done from xHarbour and what with GTWVT & What32.?


xHarbour : 100% takeover Clipper 5.3b code.
Gtwvt : GUI Elements
What32 : The screens I have posted, none needs What32 as it is, I have
some other functioanlity which needs What32 and will be demonstrated within
a day or two.

> Miminum addition is done from your Vouch Library or can be also from

standard Clipper Code?

Standard Clipper Code!

No addition out of Vouch32 as for as GUI interface is concerned. Though
Vouch32 is an integral part of Vouch but that is implemented with a separate
lib what I have placed in public domain, as you know.

Regards

Pritpal Bedi | a student of software analysis and design
http://www.vouchcac.com | Vouch, the software that grows with you
http://www.vouchcac.com/vouch32/vouch32.htm | A Free Windows Extended
Utilities library for Clipper, Xbase++ & xHarbour
http://www.vouch.ws/Vouch32 | Vouch32.lib Support Web-Board


Massimo Belgrano

2004-04-09, 2:30 am

How can i donwload from CVS?

"Pritpal Bedi" <vouchcac@hotmail.com> ha scritto nel messaggio
news:c4r7cd$2lc1pb$1@ID-155893.news.uni-berlin.de...
> Massimo
>
>
> YES. And this is the beauty of GTWVT.
>
>
> Download the source tree from CVS and check xharbour/tests/wvtgui.prg

which
> clearly demonstrates the usage of GUI elements alongwith existing Clipper
> code. Alternatively, you can visit and download sources + executable from:
>
> http://www.vouchcac.com/harbour/wvtgui.htm
>
>
> xHarbour : 100% takeover Clipper 5.3b code.
> Gtwvt : GUI Elements
> What32 : The screens I have posted, none needs What32 as it is, I have
> some other functioanlity which needs What32 and will be demonstrated

within
> a day or two.
>
> standard Clipper Code?
>
> Standard Clipper Code!
>
> No addition out of Vouch32 as for as GUI interface is concerned. Though
> Vouch32 is an integral part of Vouch but that is implemented with a

separate
> lib what I have placed in public domain, as you know.
>
> Regards
>
> Pritpal Bedi | a student of software analysis and design
> http://www.vouchcac.com | Vouch, the software that grows with you
> http://www.vouchcac.com/vouch32/vouch32.htm | A Free Windows Extended
> Utilities library for Clipper, Xbase++ & xHarbour
> http://www.vouch.ws/Vouch32 | Vouch32.lib Support Web-Board
>
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com