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

2008-11-16 Thread Pritpal Bedi
2008-11-15 23:01 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/contrib/gtwvg/gtwvg.c ! Further tuned up the resizing behavior. ! Fixed a nasty bug present since begining. The bug was causing window to loose gui contents and even text buffer in certain circumstances. N

Re: [Harbour] wince (wcecon not ruuning on PocketPc)

2008-11-16 Thread Pritpal Bedi
Abeb >is WinCe fix already? Hopefully it will work shortly. I am awaiting Viktor's tests with GTWVG and if all goes ok relevant fixes will be ported to GTWVT. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/wince-tp20236568p20522982.html Sent from the Harbour - D

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

2008-11-16 Thread Pritpal Bedi
2008-11-15 23:59 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/contrib/gtwvg/gtwvg.c * harbour/contrib/gtwvg/wvgcrt.prg ! Further tuned up the resizing behavior. Silly typos. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/2008-11-15-23%3A59-UTC-0800-Pr

RE: [Harbour] wince (wcecon not ruuning on PocketPc)

2008-11-16 Thread Massimo Belgrano
Hi Pritpal In prev post Przemyslaw have suggested you inherit gtwvg instead copy part of it > It's also possible to create new next level GT drivers which will >inherits from any existing ones just like in RDD. > In contrib/libct/ctwin.c you will find CTW GT which implements full >CT3 Window sy

Re: [Harbour] 2008-11-15 23:59 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-16 Thread Szakáts Viktor
Hi Pritpal, After just a quick test (BCC -mt mode), I'm getting a "truncated" window when choosing "dialog one". Now background updates seem to be better, but there is a great amount of redraw flicker on some of the control (the icons at the bottom) on the background window, while moving another

[Harbour] GPF in hbmysql

2008-11-16 Thread Giangi
I've a GPF launching hbmysql\tests\test.prg This is the log file: Application Internal Error - C:\harbour\contrib\hbmysql\tests\test.exe Terminated at: 2008.10.12 17:09:27 Unrecoverable error 6005: Exception error: Exception Code:C005 Exception Address:100292FB EAX:00353ED8 EBX:

[Harbour] 2008-11-16 15:32 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-11-16 Thread Przemyslaw Czerpak
2008-11-16 15:32 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbatomic.h + added support for built in GCC atomic functions: __sync_*() They are present in GCC >= 4.1 if given CPU supports them. For x86 CPU family the ones we use need at least i486 CPU. Pl

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

2008-11-16 Thread Pritpal Bedi
2008-11-16 07:29 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/contrib/gtwvg/gtwvg.c * harbour/contrib/gtwvg/gtwvg.h ! Further tuned up the resizing behavior. Viktor please check. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/2008-11-16-07%3A29-UTC-08

Re: [Harbour] 2008-11-16 07:29 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-16 Thread Pritpal Bedi
Viktor Pritpal Bedi wrote: > > 2008-11-16 07:29 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED]) > * harbour/contrib/gtwvg/gtwvg.c > * harbour/contrib/gtwvg/gtwvg.h > ! Further tuned up the resizing behavior. Viktor please check. > NOTE: Borders will be visible when resizing as is as it cann

[Harbour] GT without Text Bufer : Feature Request

2008-11-16 Thread Pritpal Bedi
Hello Przemek Can we have a feature in current GT modal where no text buffer is implemented, I mean a pure windows window but through the GT. I am trying to achieve it by other means but seems if this feature is present in current GT modal it will make my life easier. Regards Pritpal Bedi --

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

2008-11-16 Thread Massimo Belgrano
Receive error compiling demo (bcc) C:\harbour\contrib\gtwvg\tests>HBMK_B32 -mt -gui demowvg -d__MW__ demowvg.prg(32) Error F0029 Can't open #include file 'hbgtwvg.ch' 1 error No code generated Error E2194: Could not find file 'demowvg.c' -Original Message- From: [EMAIL PROTECTED] [mailto

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

2008-11-16 Thread Przemyslaw Czerpak
On Sun, 16 Nov 2008, Pritpal Bedi wrote: Hi Pritpal. > Can we have a feature in current GT modal where > no text buffer is implemented, I mean a pure windows > window but through the GT. I do not understand. If you want to ignore text buffer then simply do not update data screen using its data.

[Harbour] Re: Harbour under OS/2 - OpenWatcom

2008-11-16 Thread David Arturo Macias Corona
Definitely speedtst.prg hangs somewhere I checked OW linker doc, If not STACK option is used, as OW doc say: --- "default stack size varies for both 16-bit and protected-mode 32-bit applications depending on the executable format ..." --- Entire page for STACK O

[Harbour] Warnings with Ubuntu's gcc 4.3.2

2008-11-16 Thread Lorenzo Fiorini
Just to report that ./make_gnu.sh 2>err.log Harbour 1.0.1 on Ubuntu 8.10 I get: In file included from ../../hbpp.c:55: ../../ppcore.c: In function 'hb_pp_dumpEnd': ../../ppcore.c:842: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result ../../ppcore.c: In function

Re: [Harbour] 2008-11-16 07:29 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-16 Thread Szakáts Viktor
Hi Pritpal, NOTE: Borders will be visible when resizing as is as it cannot be controlled programatically unless the solution I had offered very begining ( by changing windows visual effects progrmatically ). Once the user releases the mouse button the window is refreshed. It is exactly like i

Re: [Harbour] 2008-11-16 07:29 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-16 Thread Szakáts Viktor
Hi Pritpal, BTW, in my previous demowvg test today, I've just noticed that an hb_out.log got generated, maybe you're interested, see it attached. Brgds, Viktor hb_out.log Description: Binary data On 2008.11.16., at 16:38, Pritpal Bedi wrote: Viktor Pritpal Bedi wrote: 2008-11-16 07:

[Harbour] gtwvg and way for create dialog box

2008-11-16 Thread Massimo Belgrano
Now gtwvg have two way for create dialog box : WvgCrt AND Wvt_MakeDlgTemplate Is possible integrate in one class? Will Be available a method like Ocrt:AddDlgItem()? Wich Wvt_* function be painted and updated only setting a refresh array for getlist (WvtSetBlocks) Wich are immediately visible like

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

2008-11-16 Thread Massimo Belgrano
Little problem of demowvg In DemoWvg resize fist screen ("Harbour simulated gui") to be more big (height and width) launch from menu "vwt*classes dialog one" form is show incomplete I have Tested with bcc Imo when logical windows is more small that phisicall require a better management (vertic

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

2008-11-16 Thread Pritpal Bedi
2008-11-16 13:00 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/contrib/gtwvg/gtwvg.c ! Slight fix in WM_PAINT message. * harbour/contrib/gtwvg/tests/demowvg.prg + Added menu option to open a GET session in GTWVT console. ; I was studying to call multiple GTs ( GTWVG and GT

Re: [Harbour] gtwvg and way for create dialog box

2008-11-16 Thread Pritpal Bedi
Hi Massimo Belgrano-3 wrote: > > Now gtwvg have two way for create dialog box : WvgCrt AND > Wvt_MakeDlgTemplate > Is possible integrate in one class? > Will Be available a method like Ocrt:AddDlgItem()? > Wich Wvt_* function be painted and updated only setting a refresh array > for getlist (Wv

[Harbour] 2008-11-16 23:05 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-11-16 Thread Szakáts Viktor
2008-11-16 23:05 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/gtwvg/wvgsink.c * Minor cleanup to hb_strncat() (it's best to use 'sizeof( target ) - 1' for size, if target is a char array. The buffer was off by one on the good direction.) * ChangeLog ! ChangeLo

Re: [Harbour] 2008-11-15 23:59 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-16 Thread Pritpal Bedi
Hi Viktor >After just a quick test (BCC -mt mode), I'm getting a "truncated" >window when choosing "dialog one". Yes, and I am looking into what went wrong. <<< Now background updates seem to be better, but there is a great amount of redraw flicker on some of the control (the icons at the bott

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

2008-11-16 Thread Pritpal Bedi
Hi Przemek <<< I do not understand. If you want to ignore text buffer then simply do not update data screen using its data. >>> I am controlling it as you say by pWVT->bDeferPaint member. But I was looking beyond. See below. <<< I have not idea what you are trying to do and what you need. If y

Re: [Harbour] 2008-11-15 23:59 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-11-16 Thread Szakáts Viktor
Hi Pritpal, Active-X windows do not work with ESC except only those which pass key events back to the parent window procedure. You need to click on task-bar and then press ESC. Weird. Anyhow I've found out since, that Alt+F4 works on those stuck windows. But it's yet another combination which

Re: [Harbour] 2008-11-16 15:32 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-11-16 Thread Szakáts Viktor
Hi Przemek and all, I haven't yet found out how to switch between different GCC versions in OS X + XCode 3. XCode 3 is shipped with GCC 4.0.1 and 4.2.1, but only the former (the default) was usable so far. [ Maybe "switching" isn't possible, but one needs to use difference 'gcc' executable name.