Hi Pritpal,
I find some information on the internet for Qt drwaing
http://doc.trolltech.com/4.4/qt4-styles.html
http://cartan.cas.suffolk.edu/qtdocs/opengl-2dpainting.html
http://www.greyc.ensicaen.fr/ensicaen/Docs/Qt4/painting-basicdrawing.html
may help in maping gra funct
Revision: 14162
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14162&view=rev
Author: vouchcac
Date: 2010-03-14 07:28:41 + (Sun, 14 Mar 2010)
Log Message:
---
2010-03-13 23:23 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* contrib/hbxbp/xbpgra.prg
On Sun, Mar 14, 2010 at 1:19 AM, Pritpal Bedi wrote:
> You always remember a name for longer periods.
Tomorrow I will ask my co-workers to show me this feature... actually
I don't know if it is a built-in feature or a plugin... I will tell
you how it really works in VS to populate the code snipp
Hi Pritpal Bedi,
>In the first phase I will implement it for printing only, later for
widgets.
Many thanks for adding GRA... functions ...
Even it cannot work (at this time), I can continue the Xbase++ to Harbour
porting ...
Thanks again !
Now most of the undefined reference to 'HB_FUN_GRA..
Revision: 14161
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14161&view=rev
Author: vouchcac
Date: 2010-03-14 03:15:55 + (Sun, 14 Mar 2010)
Log Message:
---
2010-03-13 19:04 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* contrib/hbxbp/gra.ch
* co
Hi,
>> Opening via command line as hbide test.hbp .or hbide test.prg
>> so hbide will be also registred to open hbp/prg
>>
>
> Sorry, I do not like this approach.
While I agree that it's not hbide's job to create
registration/association (and it's an ugly as hell
territory plus not portable),
Revision: 14160
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14160&view=rev
Author: vszakats
Date: 2010-03-14 00:41:14 + (Sun, 14 Mar 2010)
Log Message:
---
2010-03-14 01:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/vm/extrap.c
! Fix
Hi All,
The macro responsible to set maximum filename/path
length in Harbour (HB_PATH_MAX) is now set to 264.
Modern systems can handle much more as maximum path
length (f.e. Windows 32K chars).
Shouldn't we extend this Harbour constant to handle
more?
There are few issues to take care of:
-
Massimo Belgrano wrote:
>
> I have proposted an array structure for collect
> Dynamic defined wizard for visual define Flag like follow screenshot
> starting from array/xml easy to define for hbide,harbour
> {"/a","automatic memvar"}
> {"/w","warning level",{ {"0","warning level0"},{"1","warning
francesco perillo wrote:
>
> This morning I attended a visual studio 2010 presentation and the
> speaker showed us the power of XNA framework (for game development).
>
> He had a pane on the left with a list box containing "code snippets".
> Double-clicking on one item made VS insert that code
Imo the way is in debugger with incremental compilation will give powerfull
intellisense
with debugger hbide will know varname , function,class
2010/3/13 francesco perillo
> This morning I attended a visual studio 2010 presentation and the
> speaker showed us the power of XNA framework (for g
If I remember well, a couple of weeks ago there was a commit for a
function that enabled to pass from a array/hash to a set of
variables.. ex:
a["b"]=1
a["c"]=2
function( a )
and now two variables are present:
b=1 and c=2
Was it real or did I dream ?
If it was real, can it be used also for named
This morning I attended a visual studio 2010 presentation and the
speaker showed us the power of XNA framework (for game development).
He had a pane on the left with a list box containing "code snippets".
Double-clicking on one item made VS insert that code (multiline code,
only the first line sho
Hi Viktor, many thanks, it work fine !!!
Regards
CdQ
On Sat, Mar 13, 2010 at 10:12 AM, Viktor Szakáts wrote:
> Hi,
>
> This has been asked and answered a few days ago:
>
> http://lists.harbour-project.org/pipermail/harbour/2010-March/033534.html
>
> Anyway it belongs to user's list.
>
> Brgds,
>
Revision: 14159
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14159&view=rev
Author: vszakats
Date: 2010-03-13 18:48:14 + (Sat, 13 Mar 2010)
Log Message:
---
2010-03-13 19:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
Revision: 14158
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14158&view=rev
Author: vszakats
Date: 2010-03-13 16:27:08 + (Sat, 13 Mar 2010)
Log Message:
---
2010-03-13 17:20 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
Revision: 14157
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14157&view=rev
Author: vszakats
Date: 2010-03-13 14:07:12 + (Sat, 13 Mar 2010)
Log Message:
---
2010-03-13 15:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* config/global.mk
* util
>> Finally I installed for tests GCC 4.5 (devel version)
>> and in C++ mode with -flto it gives also better results
>> then in C mode so it's potentially the fastest code.
>> I have to say that I vary like how the meta code is
>> implemented. Unlike other compilers GCC can be used
>> with LTO witho
Hi,
This has been asked and answered a few days ago:
http://lists.harbour-project.org/pipermail/harbour/2010-March/033534.html
Anyway it belongs to user's list.
Brgds,
Viktor
On 2010 Mar 13, at 14:02, CarozoDeQuilmes wrote:
> Hi smu, many thanks for your help but it don't respond my questi
Hi smu, many thanks for your help but it don't respond my question. I will
make a pure Harbour sample and I will send my question again.
Thanks and regards
CdQ
On Wed, Mar 10, 2010 at 5:07 PM, smu johnson wrote:
> Take a look at this example that is working
>
> #include "Fileio.ch
>
>
Hi Pritpal, many thanks !
Regards
CdQ
On Fri, Mar 12, 2010 at 7:31 PM, Pritpal Bedi wrote:
>
>
> CarozoDeQuilmes wrote:
> >
> > Hi Pritpal, can you remove or suspend the followed traces from HBQT ??
> >
> > QApplication.cpp:115: HB_TR_ALWAYS hbqt_exit 0 00D5835C
> >
> > QApplication.cpp:120:
Hi Pete,
On 2010 Mar 13, at 11:03, pete_westg wrote:
> According documentation a proper use of the Adel() function, is:
> ADEL(, ) --> aTarget
> where is the array element being deleted.
> However, function ADEL() does interesting, -yet unexpected at least for me,
> things when it's invo
According documentation a proper use of the Adel() function, is:
ADEL(, ) --> aTarget
where is the array element being deleted.
However, function ADEL() does interesting, -yet unexpected at least for
me, things when it's invoked with a "slightly fuzzy" way shown in the
sample below:
8
Revision: 14156
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14156&view=rev
Author: vouchcac
Date: 2010-03-13 09:59:18 + (Sat, 13 Mar 2010)
Log Message:
---
2010-03-13 01:53 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* contrib/hbxbp/xbp.ch
* co
Shum wrote:
>
> I hope you can add more Xbase++ function and or class as following:
>
> -Gra..() Function set (if possible) or please point me how to map with
> hbqt for Gra drawing and setting ...
> :
> :
> -GraFont()
> -GraSetColor()
> -GraQueryTextBox()
> -GraSetAttrString()
> -GraStringAt
Revision: 14155
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14155&view=rev
Author: vouchcac
Date: 2010-03-13 08:22:18 + (Sat, 13 Mar 2010)
Log Message:
---
2010-03-13 00:13 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* contrib/hbxbp/Makefile
*
Revision: 14154
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14154&view=rev
Author: druzus
Date: 2010-03-13 08:18:32 + (Sat, 13 Mar 2010)
Log Message:
---
2010-03-13 09:18 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/vm/hvmall
On Sat, 13 Mar 2010, Szak�ts Viktor wrote:
> Fixed:
> 2010-03-13 03:18 UTC+0100 Viktor Szakats
Thank you very much.
So it was stupid typo which exploited the same problem as in few 32bit
MinGW builds I tested. MAIN() in linked code enables automatically
console application.
best regards,
Przeme
Revision: 14153
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14153&view=rev
Author: druzus
Date: 2010-03-13 08:03:03 + (Sat, 13 Mar 2010)
Log Message:
---
2010-03-13 09:02 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbsta
29 matches
Mail list logo