Szakáts Viktor wrote:
Hi Phil,
/* Copyright notice:
All text in this file holds the copyright of respective authors
seen in
the entry headers if not indicated otherwise. Copying or other
forms of
usage is only permitted while giving credit to author including
his/her
full name, plus
Hi Massimo,
It really is very good, and I hope the same that you have an idea of
Przemyslaw.
In this regard I will try to turn me in DBFCDX, and if you need min for
tests or something I am available.
Leonardo Machado
Massimo Belgrano-3 wrote:
>
> Compliment to Przemyslaw who is the authors of
Compliment to Przemyslaw who is the authors of RMDBFCDX
I hope that it will Have same idea regarding RMDBFCDX for harbour
2009/4/27 sygecom :
>
> Hi Massimo,
>
> Thank you again. I did the tests, but the difference was very small. I got
> tested with the RMDBFCDX xharbour.com and yes this was a g
Revision: 10944
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10944&view=rev
Author: druzus
Date: 2009-04-27 17:09:46 + (Mon, 27 Apr 2009)
Log Message:
---
2009-04-27 19:17 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/rddad
Hello
Szakáts Viktor wrote:
>
> Thanks. I've tried it, but loss of focus is still present.
> QT not only hides the window, but removes it from the
> visible window list (or similar) which makes the next
> available app to become active and receive input for
> a moment. Quite strange the QT work
Thanks. I've tried it, but loss of focus is still present.
QT not only hides the window, but removes it from the
visible window list (or similar) which makes the next
available app to become active and receive input for
a moment. Quite strange the QT works like this.
I've tried cut & paste and mo
Hi Massimo,
Thank you again. I did the tests, but the difference was very small. I got
tested with the RMDBFCDX xharbour.com and yes this was a good difference.
But to me does not pay to buy a license xharbour.com just because of this
option. But if anything like tivese Harbour would be ideal.
L
Hello Viktor,
Again Thanks. I await the COMMIT, but not arrested. I tested other side for
a while.
Leonardo Machado
Szakáts Viktor wrote:
>
> Here's the fix, so you don't have to wait for my commit:
>
> Put line:
> HB_EXTERN_BEGIN
> before this line:
> extern int cSend( char * szCmd );
> and
Revision: 10943
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10943&view=rev
Author: vouchcac
Date: 2009-04-27 16:02:28 + (Mon, 27 Apr 2009)
Log Message:
---
2009-04-27 08:59 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* harbour/contrib/gtqtc/gtqtc
Perfect.
To make this (HB_GTI_ICON or HB_GTI_ICONMEM) more universal,
we should add similar support for GTWVT. [ GTXWC doesn't have
any support for system icon ATM. ] Dunno if this is supported
on Windows, and how, but it'd be useful.
[ ideally we should solve the different formats (ICO/PNG) too
Normally it should be autodetected, if it's not pls tell it's
location, maybe our autodetection needs a tweak.
You can use HB_INC_SQLITE3 envvar to spec header dir manually.
Since SQLite is embedded in the app I think it's safe to link the
"external" source so we use a known and ( more ) tested
It would be something like this?
API_ICON_CREATE( oDlg:hWnd, memoread("M III.png" ) )
HB_FUNC( API_ICON_CREATE )
{
QMainWindow *pWidget = static_cast(hb_parptr(1));
if (!pWidget)
return;
QImage pImage;
pImage.loadFromData( (unsigned char *) hb_parc(2), (int)
hb_parclen(2), "PN
On Mon, Apr 27, 2009 at 4:33 PM, Szakáts Viktor wrote:
> Normally it should be autodetected, if it's not pls tell it's
> location, maybe our autodetection needs a tweak.
>
> You can use HB_INC_SQLITE3 envvar to spec header dir manually.
Since SQLite is embedded in the app I think it's safe to li
Here's the fix, so you don't have to wait for my commit:
Put line:
HB_EXTERN_BEGIN
before this line:
extern int cSend( char * szCmd );
and put line
HB_EXTERN_END
after it.
Brgds,
Viktor
On 2009.04.27., at 16:06, sygecom wrote:
Hi Viktor,
Thank you very much.
Leonardo Machado
Szak
Hi Lorenzo,
What is the suggested way to get sqlite3 working in Linux?
I've added it to contribs and externals but it seems not enough.
I had to add Linux "detection" in Makefiles.
Is there any other way?
Normally it should be autodetected, if it's not pls tell it's
location, maybe our autod
Hi Marcos,
This is nice, it creates an additionaly layer to deal with
QT resources. What I had in mind is a little bit different;
do you think it's possible to use a QT API to set an icon from
memory, like this:
myicon := hb_memoread( "myicon.png" )
qicon := QIcon( myicon, "mime/png" )
or simil
Hi Pritpal,
1) Missing codepage handling
I do not have any experience with code pages but
I can sence y following documentation snippet that it is
very much possible.
The QTextCodec class provides conversions between text encodings.
Probably it would suffice to convert to UTF-8 using our H
What is the suggested way to get sqlite3 working in Linux?
I've added it to contribs and externals but it seems not enough.
I had to add Linux "detection" in Makefiles.
Is there any other way?
Is it supposed to use the distro version?
best regards,
Lorenzo
__
Hello
Przemyslaw Czerpak-2 wrote:
>
> I'm afriad it's not possible.
> Inkey() release CPU only when called with some timeout parameter or 0.
> Adding CPU release code to each inkey() call can kill the performance
> of some which makes sth like:
>
>while !eof() and inkey()!=K_ESC
> [
Hi Viktor,
Thank you very much.
Leonardo Machado
Szakáts Viktor wrote:
>
> Hi Leonardo,
> Yes, thank you. 'extern "C"' was missing from around this declaration,
> I'll commit a fix with my next commit.
>
> Brgds,
> Viktor
>
> On Mon, Apr 27, 2009 at 6:54 AM, sygecom wrote:
>
>>
>>
Hi Alexander,
Thank you very much.
Leonardo Machado
Alexander S.Kresin wrote:
>
> Leonardo,
>
> I've renamed few HwGUI's functions, including deletefile(), adding to
> them "hwg_" prefix.
>
> Regards, Alexander.
>
>> I'm trying to compile my application with MSVC, and it returns
Hi Leonardo,
Yes, thank you. 'extern "C"' was missing from around this declaration,
I'll commit a fix with my next commit.
Brgds,
Viktor
On Mon, Apr 27, 2009 at 6:54 AM, sygecom wrote:
>
> Hi Viktor,
>
> Excuse the mess. The problem is with hbblat.lib when compiled with MSVC.
> This returns me
Hi!
I am looking for more eficiente channel of change information with
developers of Hwgui.
Thanks a lot.
Itamar M. Lins Jr.
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Leonardo,
I've renamed few HwGUI's functions, including deletefile(), adding to
them "hwg_" prefix.
Regards, Alexander.
I'm trying to compile my application with MSVC, and it returns me the errors
below, someone would give me a tip to avoid this error?
Note: Both the Harbour as Hwgui been
On Sat, 25 Apr 2009, Ranier Vilela wrote:
Hi,
> You may consider a hbrtlall.c?
It will not give any noticeable speed improvement.
Unlike in HVM in RTL there is no code which can well benefit from IPO much.
Probably it will be hard to even measure any speed improvement and it
it's even possible t
Pritpal Bedi escreveu:
+1) Not showstopper, but definitely something to solve: Icon
handling made interoperable thorough our GTs. Current
HB_GTI_ICONRES isn't portable (not supported in GTQTC,
for good reason), HB_GTI_ICONFILE isn't good because one
must save that icon as a f
-Messaggio Originale-
Da: "Massimo Belgrano"
A: "Harbour Project Main Developer List."
Data invio: lunedì 27 aprile 2009 9.37
Oggetto: Re: [Harbour] Some xhb developers giving no credit when copying
workfrom Harbour
Thanks for sharing experiences
Wich c compiler are you using har
Thanks for sharing experiences
Wich c compiler are you using harbour/xharbour?
2009/4/27 Enrico Maria Giordano :
>
> -Messaggio Originale- Da: "Massimo Belgrano"
> A: "Harbour Project Main Developer List."
> Data invio: domenica 26 aprile 2009 23.04
> Oggetto: Re: [Harbour] Some xhb dev
Hi
>1) Missing codepage handling
I do not have any experience with code pages but
I can sence y following documentation snippet that it is
very much possible.
The QTextCodec class provides conversions between text encodings.
Qt uses Unicode to store, draw and manipulate strings. In many sit
-Messaggio Originale-
Da: "Massimo Belgrano"
A: "Harbour Project Main Developer List."
Data invio: domenica 26 aprile 2009 23.04
Oggetto: Re: [Harbour] Some xhb developers giving no credit when copying
workfrom Harbour
Which is you technical valuation of this two project?
Pragm
is a test where use all ADS,DBFCDX,DBFFPT, BMDBFCDX with proper compile script
So i invite made your test for better reproduce your need,
Instead my test will help you because you if you can't compile your
program you can verify differences vs source, script
I not use the any function that not
31 matches
Mail list logo