Re: [Harbour] GT without Text Bufer : Feature Request

2008-11-17 Thread Pritpal Bedi
Hi Przemek Please ignore this request. I have discovered how to. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/GT-without-Text-Bufer-%3A-Feature-Request-tp20526548p20534771.html Sent from the Harbour - Dev mailing list archive at Nabble.com.

[Harbour] 2008-11-16 23:22 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-17 Thread Pritpal Bedi
2008-11-16 23:22 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/contrib/gtwvg/gtwvg.c ! Resizing: some recent changes reverted back. ; TODO: reversal in GTWVT also. It breaks some pre-initialization issues. * harbour/contrib/gtwvg/wvgax.prg ! Better detection if COM object fa

RE: [Harbour] GT without Text Bufer : Feature Request

2008-11-17 Thread Massimo Belgrano
Hi Pritpal Can you show few lines of code how I can inherit from GTWVG with only one method overloaded in new GT ( say 'WGU' )? Will be usefull for other people that search reply to same question Regards Belgrano Massimo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

RE: [Harbour] 2008-11-16 23:22 UTC-0800 Pritpal Bedi([EMAIL PROTECTED])

2008-11-17 Thread Massimo Belgrano
A little suggestion for harbour/contrib/gtwvg/tests/demowvg.prg Have problem after resize more big mail screen (why resize main screen conditions child screen) In Two browsing you can use mouse wheel to scroll record and not click for select record as usual in gui Regards Pritpal Bedi -- View

[Harbour] FW: [Harbour-users] Mac OS 10.5.5 "dyld: Library not loaded:libharbour.1.dylib"

2008-11-17 Thread Massimo Belgrano
Will one of mac OS user give a reply on user list? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, November 14, 2008 2:08 PM To: [EMAIL PROTECTED] Subject: [Harbour-users] Mac OS 10.5.5 "dyld: Library not loaded:libharbour.1

RE: [Harbour] 2008-11-16 23:22 UTC-0800 PritpalBedi([EMAIL PROTECTED])

2008-11-17 Thread Massimo Belgrano
Another suggestion Att to demowvg http:address where download component active x -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Massimo Belgrano Sent: Monday, November 17, 2008 12:09 PM To: Harbour Project Main Developer List. Subject: RE: [Harbour] 2008-

[Harbour] Are this information applicable also to harbour?

2008-11-17 Thread Massimo Belgrano
Are this information applicable also to harbour? ftp://ftp.alaska-software.com/documents/oop-6-rules.pdf „Class“ is an abstract term. The Xbase++ runtime knows class object and instance objects. Class objects are created at the first time the class function is executed, subsequent class function e

[Harbour] OSX (and Linux) and dyn libs

2008-11-17 Thread Szakáts Viktor
To the OSX problem (which doesn't appeared on my mailbox, only the web archive): just copy the missing file from /lib to next to the executable, and always use -static when using hbmk script. BTW, I think we should rename the dynamic builds of our supplied binaries to hbrun-dyn and hbtest-dyn, s

[Harbour] FW: [Harbour-users] Filestats of xHarbour

2008-11-17 Thread Massimo Belgrano
Harbour have not ported filestat function ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, November 17, 2008 6:18 PM To: [EMAIL PROTECTED] Subject: [Harbour-users] Filestats of xHarbour Hi! What is equivalent function ? A

Re: [Harbour] OSX (and Linux) and dyn libs

2008-11-17 Thread Przemyslaw Czerpak
On Mon, 17 Nov 2008, Szak�ts Viktor wrote: Hi Viktor, > just copy the missing file from /lib to next to the executable, > and always use -static when using hbmk script. Why??? In all *nixes dynamic linking is a base and static is sth seldom used for some specific reasons. If there is sth wrong

Re: [Harbour] OSX (and Linux) and dyn libs

2008-11-17 Thread Szakáts Viktor
Hi Przemek, just copy the missing file from /lib to next to the executable, and always use -static when using hbmk script. Why??? In all *nixes dynamic linking is a base and static is sth seldom used for some specific reasons. Because in OS X such experience is simply unprecedented in the us

[Harbour] 2008-11-18 01:36 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-11-17 Thread Przemyslaw Czerpak
2008-11-18 01:36 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_gcc.sh * harbour/make_gcc.mak ! fixed GCC builds broken by modifications in common.mak best regards Przemek ___ Harbour mailing list Harbour@harbour-project.org

Re: [Harbour] OSX (and Linux) and dyn libs

2008-11-17 Thread Przemyslaw Czerpak
On Tue, 18 Nov 2008, Szak�ts Viktor wrote: Hi Viktor, > Because in OS X such experience is simply unprecedented > in the user world, and because it gives _no_ advantage > _at all_ on this platform, which is 99.99% aimed for desktop > users. At the same time it makes the binaries simply unusable,

[Harbour] 2008-11-18 02:53 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-11-17 Thread Szakáts Viktor
2008-11-18 02:53 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtwvt/gtwvt.c ! Fix to previous fix to maximize the window when the initial size would be too big to fit on screen (stupid omission). Now the previously cited sizing problem is alright. * source/vm/fm

[Harbour] 2008-11-18 03:04 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-11-17 Thread Szakáts Viktor
2008-11-18 03:04 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * ChangeLog * Two recent TODOs in entries marked as [DONE] by this change: 2008-11-18 01:36 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) (It was "broken" due to enhancements, see the TODOs. Thanks anyway.) --