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
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
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
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
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
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:
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
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
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
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
--
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
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.
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
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
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
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:
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
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
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
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
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
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
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
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
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.
25 matches
Mail list logo