2007-01-10 18:05 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])
* source/rtl/teditor.prg
! Fixed [ scrolls past ::naTextLen ]
Pritpal Bedi, INDIA-USA
--
View this message in context:
http://www.nabble.com/2007-01-10-18%3A05-UTC%2B0800-Pritpal-Bedi-%28pritpal%40vouchcac.com%29-tp14748200p14748
2007-01-10 17:50 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])
* source/rtl/memoedit.prg
* source/rtl/teditor.prg
+ Implemented Clipper compatible missing parameters:
nTextBuffRow
nTextBuffColumn
nWindowRow
nWindowColumn
Tested slightly but need deeper
On Jan 10, 2008 6:39 PM, Przemyslaw Czerpak <[EMAIL PROTECTED]> wrote:
> Yes, and it should greater or equal then the size of decompressed data.
> ...
> HB_UNCOMPRESS( cZipped, HB_UNCOMPRESSLEN( cZipped ) )
> ???
Many thanks for the info.
I agree with you, HB_UNCOMPRESSLEN( cZipped ) should
Przemek
Przemyslaw Czerpak-2 wrote:
>
> The modifications are minimal. I did not have to change anything in the
> code and only added THREAD keyword to static variable declarations. Rest
> is done inside HVM. I'm attaching patch for current SVN with above
> modifications if you are interested.
On Thursday, January 10, 2008, 20:42 Przemyslaw Czerpak <[EMAIL PROTECTED]>
wrote:
>> What I don't understand - how two objects can be EXACTLY EQUAL and in
>> the same time NOT simply EQUAL.
PC> Ask Clipper authors why:
PC> a:={}; ? a==a
PC> shows .T. and:
PC> a:={}; ? a=a
PC> causes
I have compiled xhgtk with make_gtk-sh -hbce
and i have the lib lib-hbce/libxhgtk.a .
There is an example for test Gui on Wince with
xhgtk.
Thanks Giuseppe.
--
View this message in context:
http://www.nabble.com/Harbour-Wince-and-xhgtk-tp14740033p14740033.html
Sent from the Harbour - Dev maili
The first version was probably refused due to attachment size and I'm
sending second one with smaller patch (without harbour.yy[ch] files)
so bison is necessary to recreate them.
On Wed, 09 Jan 2008, Mindaugas Kavaliauskas wrote:
> >> * harbour/source/rtl/perfuncs.prg
> >> * harbour/source/rtl/
On Thu, 10 Jan 2008, Alexander S.Kresin wrote:
> PC> It's correct. ASCAN() uses EQUAL comparison not EXACTLY EQUAL comparison.
> That's clear.
> What I don't understand - how two objects can be EXACTLY EQUAL and in
> the same time NOT simply EQUAL.
Ask Clipper authors why:
a:={}; ? a==a
sho
On Thu, 10 Jan 2008, Lorenzo Fiorini wrote:
> Actually I don't need HB_UNCOMPRESS since that part is done by Firefox
> I've simply to provide the compressed data but reading the code I have
> seen that lit want the len or a buffer with len as second parameter.
Yes, and it should greater or equal t
On Thursday, January 10, 2008, 17:33 Przemyslaw Czerpak <[EMAIL PROTECTED]>
wrote:
PC> It's correct. ASCAN() uses EQUAL comparison not EXACTLY EQUAL comparison.
That's clear.
What I don't understand - how two objects can be EXACTLY EQUAL and in
the same time NOT simply EQUAL.
Regards,
Alex
Or use:
lOldExact := Set( _SET_EXACT, .T. )
n := AScan( array, var )
Set( _SET_EXACT, lOldExact )
Brgds,
Viktor
On 2008.01.10., at 15:33, Przemyslaw Czerpak wrote:
On Thu, 10 Jan 2008, Alexander S.Kresin wrote:
Hi All,
this is a short code fragment, which gives results, strange for me
( or
On Jan 10, 2008 3:07 PM, Przemyslaw Czerpak <[EMAIL PROTECTED]> wrote:
> You can use ZLIB wrapper I sent.
Many thanks I found it.
> Sooner or later we will have to add support for ZLIB in core code
> ...
> and decompressed. You do not have to explicitly call any compress
> functions.
Good news.
On Thu, 10 Jan 2008, Alexander S.Kresin wrote:
> Hi All,
> this is a short code fragment, which gives results, strange for me ( or
> I worked too much today ? :) )
[...]
>Aadd( HTest():aObjects, o )
>? Ascan(HTest():aObjects,o)// 0 ()
>? Ascan(HTest():aObjects,{|o1|o1==
On Jan 10, 2008 2:27 PM, Mindaugas Kavaliauskas <[EMAIL PROTECTED]> wrote:
> I'm going to commit wrappers to zlib and minizip after release freeze.
> You can use Przemyslaw's code send in the following email:
Many thanks I found it.
best regards,
Lorenzo
_
On Thu, 10 Jan 2008, Lorenzo Fiorini wrote:
> I don't need hbziparch but simply send deflate/gzip data to a web browser.
> Is the HB_COMPRESS/HB_UNCOMPRESS in xhb the only solution?
> I would like to find a "non-xhb" solution.
You can use ZLIB wrapper I sent.
Sooner or later we will have to add su
Hi All,
this is a short code fragment, which gives results, strange for me ( or
I worked too much today ? :) )
#include "hbclass.ch"
function main
Local o
o := HTest():New()
Aadd( HTest():aObjects, o )
? Ascan(HTest():aObjects,o)// 0 ()
? Ascan(HTest():aObjects,{|
Hi Mindaugas,
Since I believe you will commit these wrappers
to the contrib area (since these might have
3rd party lib dependencies, unless we include
these sources in core), I think it's fine to release
them anytime, even now.
Brgds,
Viktor
On 2008.01.10., at 14:27, Mindaugas Kavaliauskas wrot
Lorenzo Fiorini wrote:
I don't need hbziparch but simply send deflate/gzip data to a web browser.
Is the HB_COMPRESS/HB_UNCOMPRESS in xhb the only solution?
I would like to find a "non-xhb" solution.
Hi,
I'm going to commit wrappers to zlib and minizip after release freeze.
You can use Pr
I have tried xharbour and wince in console mode and work fine.
There is a gui lib? it's possible use Hwgui and how?
Thanks Giuseppe.
--
View this message in context:
http://www.nabble.com/There-is-a-Gui-Lib-for-harbour-and-Pocket-PC.-tp14728873p14728873.html
Sent from the Harbour - Dev mailing
On Wed, 09 Jan 2008, Mindaugas Kavaliauskas wrote:
> Hello,
> I need to store item to parameter passed by reference. I found there is
> no API for this. My current code is:
>if( hb_param( 2, HB_IT_BYREF ) )
>{
> ...
> hb_itemMoveToRef( hb_stackItemFromBase( 2 ), pItem );
>}
Hi Jacek,
thank you for your reply.
I've seen the Clipper 5.2 book and I've seen that example you talked about.
I'll check the Clipper Application and I'll test if on Clipper 5.2 there a
kind of bug.
Thank you again
bye
max
Hello maxsoft,
Thursday, January 10, 2008, 9:17:36 AM, you wrote:
Hello maxsoft,
Thursday, January 10, 2008, 9:17:36 AM, you wrote:
m> ASCAN Clipper function is not Case Sensitive.
m> Harbour ASCAN function is case sensitive.
As far I remember ASCAN is case sensivite in Clipper too
from CA-Clipper 5.3 NG:
This example demonstrates scanning a three-ele
Hi all,
ASCAN Clipper function is not Case Sensitive.
Harbour ASCAN function is case sensitive.
Exist a compiler directive to make string NO CASE SENSITIVE?
thank you very much
maxsoft
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.har
23 matches
Mail list logo