[Harbour] Re: SF.net SVN: harbour-project:[14007] trunk/harbour

2010-02-26 Thread Pritpal Bedi
vouchcac wrote: > > + Implemented: auto activating and displaying the function's > documentation > you have currently finished typing opening brace. This feature > is activated only when you have initialized the documentation > browser by clicking on the "H" icon on the r

[Harbour] SF.net SVN: harbour-project:[14007] trunk/harbour

2010-02-26 Thread vouchcac
Revision: 14007 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14007&view=rev Author: vouchcac Date: 2010-02-27 05:00:17 + (Sat, 27 Feb 2010) Log Message: --- 2010-02-26 20:51 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/ideeditor.prg

[Harbour] Re: OS/2: Harbour 13976

2010-02-26 Thread Pritpal Bedi
David Arturo Macias Corona wrote: > > > # QInputContext.cpp \ > > # QWidget.cpp \ > Please do the following: 0. QApplication.cpp 1. QWidget.cpp -> HB_FUNC( QT_QWIDGET_INPUTCONTEXT ) Comment it out. 2. Also commentout corresponding methods in TQApplication and TQWidget. 3. Dro

[Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread Pritpal Bedi
marco bra wrote: > > After Rev. 14006 i cannot open the Documentation frame i get a dialog > error: > i try to attach to this post. > Compile hbQT also. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message

Re: [Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread marco bra
2010/2/27 Pritpal Bedi > > > marco bra wrote: > > > > aDir := directory( cRootPath + "*", "D" ) > > > > file filter mask work on Linux Ubuntu 9.10. > > > > Implemented. > > > > > BTW to populate the frame with doc contents i MUST restart hbide. > > > > Implemented. > Can you test after r14005 ? >

[Harbour] SF.net SVN: harbour-project:[14006] trunk/harbour

2010-02-26 Thread vouchcac
Revision: 14006 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14006&view=rev Author: vouchcac Date: 2010-02-27 02:18:35 + (Sat, 27 Feb 2010) Log Message: --- 2010-02-26 18:15 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbqt/THbQtUI.prg

[Harbour] Can HB_RUN fork?

2010-02-26 Thread smu johnson
Hi, Can HB_RUN be made to fork a process? For instance, if you tried to run the crappy Windows notepad.exe, it wouldn't wait for notepad.exe to terminate before you got your prompt back. On some text editors, this isn't a concern, like WRITE / WORDPAD.exe... but in notepad it is, and I am very c

Re: [Harbour] Error: Unresolved external '_HB_FUN_CURDRIVE'

2010-02-26 Thread smu johnson
I just changed it to HB_CURDRIVE a few mins before you wrote that.. but you beat me to it! :) On Fri, Feb 26, 2010 at 4:56 PM, Viktor Szakáts wrote: > Either add hbxpp to you liblist or change the call to HB_CURDRIVE(). > > See ChangeLog for more. > > Brgds, > Viktor > > > On Sat, Feb 27, 2010 a

[Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread Pritpal Bedi
marco bra wrote: > > aDir := directory( cRootPath + "*", "D" ) > > file filter mask work on Linux Ubuntu 9.10. > Implemented. > BTW to populate the frame with doc contents i MUST restart hbide. > Implemented. Can you test after r14005 ? - enjoy hbIDEing...

[Harbour] SF.net SVN: harbour-project:[14005] trunk/harbour

2010-02-26 Thread vouchcac
Revision: 14005 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14005&view=rev Author: vouchcac Date: 2010-02-27 01:02:40 + (Sat, 27 Feb 2010) Log Message: --- 2010-02-26 16:54 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/resources/doc

Re: [Harbour] Error: Unresolved external '_HB_FUN_CURDRIVE'

2010-02-26 Thread Viktor Szakáts
Either add hbxpp to you liblist or change the call to HB_CURDRIVE(). See ChangeLog for more. Brgds, Viktor On Sat, Feb 27, 2010 at 1:50 AM, smu johnson wrote: > I should also note that I got Harbour dev to compile in windows, just that > I can't get it to compile my .PRGs > > > On Fri, Feb 26,

Re: [Harbour] Error: Unresolved external '_HB_FUN_CURDRIVE'

2010-02-26 Thread smu johnson
I should also note that I got Harbour dev to compile in windows, just that I can't get it to compile my .PRGs On Fri, Feb 26, 2010 at 4:47 PM, smu johnson wrote: > I also am getting this. > > ..\latest\.hbmk\win\mingw\1BMMENU.o:1BMMENU.c:(.data+0x818): undefined > reference to `HB_FUN_CURDRIVE'

Re: [Harbour] Error: Unresolved external '_HB_FUN_CURDRIVE'

2010-02-26 Thread smu johnson
I also am getting this. ..\latest\.hbmk\win\mingw\1BMMENU.o:1BMMENU.c:(.data+0x818): undefined reference to `HB_FUN_CURDRIVE' ..\latest\.hbmk\win\mingw\CHECKSYS.o:CHECKSYS.c:(.data+0x7c8): undefined reference to `HB_FUN_CURDRIVE' ..\latest\.hbmk\win\mingw\SUPPLIER.o:SUPPLIER.c:(.data+0xf88): undef

Re: [Harbour] Re: FocusIn and FocusOut in widgets

2010-02-26 Thread CarozoDeQuilmes
Work very good !!! Many Thanks This is my sample for test: *#include "hbqt.ch"* * * *REQUEST HB_QT* * * *STATIC s_qApp* * * *STATIC pEvents* * * */*--*/* * * *INIT PROCEDURE Qt_Start()* * * * hbqt_errorsys()* * * * s_qApp :=

Re: [Harbour] Re: Class QLibraryInfo in HbQt

2010-02-26 Thread CarozoDeQuilmes
Hi Pritpal, maybe I am wrong and you can help me. I only need get the version, release and build of Qt library (ex: 4.6.2) I don't need add any plugins (in Static Link Mode, Qt don't support jpg images without pluging but isn't very necesary) Thanks CdQ On Fri, Feb 26, 2010 at 5:51 PM, Prit

Re: [Harbour] For Przemek: SIXCDX difference found with examples

2010-02-26 Thread Mindaugas Kavaliauskas
Hi, smu johnson wrote: With a Roll-your-own index open, when you use a dbgoto(), the record pointer is moved to the correct row in the table but the pointer in the index file is not positioned to the corresponding row, even though the record is in the index. With a regular cdx index, the ind

[Harbour] For Przemek: SIXCDX difference found with examples

2010-02-26 Thread smu johnson
Hi again, With a Roll-your-own index open, when you use a dbgoto(), the record pointer is moved to the correct row in the table but the pointer in the index file is not positioned to the corresponding row, even though the record is in the index. With a regular cdx index, the index pointer is alwa

Re: [Harbour] SF.net SVN: harbour-project:[14004] trunk/harbour

2010-02-26 Thread smu johnson
thanks viktor! On Fri, Feb 26, 2010 at 2:19 PM, wrote: > Revision: 14004 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14004&view=rev > Author: vszakats > Date: 2010-02-26 22:19:52 + (Fri, 26 Feb 2010) > > Log Message: > --- > 2010-02-26 23:18 UTC+0100 Vik

[Harbour] SF.net SVN: harbour-project:[14004] trunk/harbour

2010-02-26 Thread vszakats
Revision: 14004 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14004&view=rev Author: vszakats Date: 2010-02-26 22:19:52 + (Fri, 26 Feb 2010) Log Message: --- 2010-02-26 23:18 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/tget.prg * test

Re: [Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread marco bra
2010/2/26 Pritpal Bedi > > > Viktor Szakáts wrote: > > > > Why not simply with "*"? > > > > I never tried only "*". To my absent mind > it always sounded synonymous to "*.*". > I will experiment with it today. > > FYI the "*" aDir := directory( cRootPath + "*", "D" ) file filter mask work on Li

[Harbour] PICTURE() incompat

2010-02-26 Thread smu johnson
Hi, We have discovered the following incompatibility: x:="Y" @ 3,0 get x picture "Y" read The Picture command is used to format the screen display as well as put control on what the field will accept. In the case of picture "Y", it forces the user to enter either Y (Yes) or N (No). However...

[Harbour] SF.net SVN: harbour-project:[14003] trunk/harbour

2010-02-26 Thread vszakats
Revision: 14003 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14003&view=rev Author: vszakats Date: 2010-02-26 21:02:29 + (Fri, 26 Feb 2010) Log Message: --- 2010-02-26 22:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/rddsql/sddoci/oci

[Harbour] Re: Class QLibraryInfo in HbQt

2010-02-26 Thread Pritpal Bedi
Viktor Szakáts wrote: > > We've decided to not support the plugin architecture of QT lib > for various reasons detailed back then. > :buildKey() only generates a key which are essential for a plugin to be linked in a version of Qt. As far as my understanding extends, this class has nothing to

[Harbour] SF.net SVN: harbour-project:[14002] trunk/harbour

2010-02-26 Thread vszakats
Revision: 14002 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14002&view=rev Author: vszakats Date: 2010-02-26 20:47:35 + (Fri, 26 Feb 2010) Log Message: --- 2010-02-26 21:44 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * bin/hb-mkimp.

[Harbour] Re: FocusIn and FocusOut in widgets

2010-02-26 Thread Pritpal Bedi
CarozoDeQuilmes wrote: > > Hi Pritpal, are implemented the FocusIn and FocusOut events in widget (not > Windows, it work fine for my), for example TextBox ??? > Try something like: #include "hbqt.ch" pEvents := Qt_Events_New() qWidget := QWidget():new() qWidget:installEventFilt

Re: [Harbour] Re: Class QLibraryInfo in HbQt

2010-02-26 Thread Viktor Szakáts
We've decided to not support the plugin architecture of QT lib for various reasons detailed back then. Brgds, Viktor On Fri, Feb 26, 2010 at 9:32 PM, Pritpal Bedi wrote: > > > CarozoDeQuilmes wrote: > > > > Hi Pritpal, can you add the class QLibraryInfo with the BuildKey method ? > > > > A far a

[Harbour] Re: Class QLibraryInfo in HbQt

2010-02-26 Thread Pritpal Bedi
CarozoDeQuilmes wrote: > > Hi Pritpal, can you add the class QLibraryInfo with the BuildKey method ? > A far as I remeber, the request has been replied before. No ? QLibraryInfo is a pure virtual class and needs a lot more to sub-class it. I will look into this next week, just remind me then.

[Harbour] Re: Method WinId in HbQt

2010-02-26 Thread Pritpal Bedi
CarozoDeQuilmes wrote: > > Hi Pritpal, can you add method "winId" of class QMainWindow in _HbQt ? > No, this is Windows only solution. We had to drop it almost hal an year before. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_des

[Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread Pritpal Bedi
Viktor Szakáts wrote: > > Why not simply with "*"? > I never tried only "*". To my absent mind it always sounded synonymous to "*.*". I will experiment with it today. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- Vi

[Harbour] FocusIn and FocusOut in widgets

2010-02-26 Thread CarozoDeQuilmes
Hi Pritpal, are implemented the FocusIn and FocusOut events in widget (not Windows, it work fine for my), for example TextBox ??? Thanks in advance CdQ ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbou

[Harbour] Class QLibraryInfo in HbQt

2010-02-26 Thread CarozoDeQuilmes
Hi Pritpal, can you add the class QLibraryInfo with the BuildKey method ? Thanks in advance CdQ ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Error with activex

2010-02-26 Thread Rossine
Hi, With this sample: [CODE] #include "minigui.ch" #include "hbclass.ch" #include "i_winuser.ch" static oMSCAL function main DEFINE WINDOW oMainWindow ; AT 0,0 WIDTH GetDesktopWidth() HEIGHT GetDesktopHeight()-30 ; TITLE "" ; FONT "Ms Sans Serif" SIZE 9 ; MAIN NOSIZE

[Harbour] Method WinId in HbQt

2010-02-26 Thread CarozoDeQuilmes
Hi Pritpal, can you add method "winId" of class QMainWindow in _HbQt ? Thanks in advance CdQ ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: Switch to detect undeclared vars being used

2010-02-26 Thread Mindaugas Kavaliauskas
Hi, Przemysław Czerpak wrote: In class implementation we are using: _HB_CLASS [,] // new class _HB_MEMBER [ AS ] _HB_MEMBER { [ AS ] } Of course this is also [x]Harbour only extension and it's hidden for users by PP rules in hbclass.ch so I think that only few people knows abo

Re: [Harbour] Trouble with SqlRdd

2010-02-26 Thread Mindaugas Kavaliauskas
Horodyski Marek (PZUZ) wrote: I use Harbour 2.0.0beta3 (Rev. 12489) on WinXP SP3 and both ODBC client (Oracle and Microsoft). I could not use the current version, as I have in the GPF. How this can somehow improve in the sqlrdd? Hm, mostly I have in harbor\odbc zero when count(*) or sum( ...)

Re: [Harbour] Building Harbour on Windows.

2010-02-26 Thread Viktor Szakáts
Hi, If there is a way to dynamically find out the version of the structure returned by function in question, so that we can be sure that required fields are present, we may force 0x0600 version in source, just to get the structure definitions from official headers. Plus we also need to add support

Re: [Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread Viktor Szakáts
> > > aDir := directory( cRootPath + "*.", "D" ) > > > > to > > > > aDir := directory( cRootPath , "D" ) > > > > make hbide loading the directory structure and the subdirs related docs > > text > > file are now showed. > > > > So the culprit is "*." mask which, on Windows, maps to "Directories Only

[Harbour] Building Harbour on Windows.

2010-02-26 Thread Xavi
Hi all, IMHO the best solution is to define the version of Windows that supports the C compiler before compilation. For example, if your C compiler supports Vista: set HB_USER_CFLAGS=-D_WIN32_WINNT 0x0600 http://msdn.microsoft.com/en-us/library/aa383745%28VS.85%29.aspx Some structures are def

[Harbour] Re: OS/2: Harbour 13976

2010-02-26 Thread Pritpal Bedi
David Arturo Macias Corona wrote: > > I sent information privately > Thank you, reviewing... I need a basic code sample to test hbqt, without use of QInputContext, QWidget, just to know if hbqt-qt461 for OS/2 will run Something as minidemoqt.prg :-) This is not possible without QWidget

[Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread Pritpal Bedi
marco bra wrote: > > Changing at row 1588 > > aDir := directory( cRootPath + "*.", "D" ) > > to > > aDir := directory( cRootPath , "D" ) > > make hbide loading the directory structure and the subdirs related docs > text > file are now showed. > So the culprit is "*." mask which, on Window

RE: [Harbour] Trouble with SqlRdd

2010-02-26 Thread Horodyski Marek (PZUZ)
-Original Message- From: Horodyski Marek (PZUZ) Sent: Thursday, February 25, 2010 4:38 PM To: harbour@harbour-project.org Subject: [Harbour] Trouble with SqlRdd I have problem with data from Oracle. Here is ask and answer : [...] Hm, mostly I have in harbor\odbc zero when count(*) or s

Re: [Harbour] Re: Anyone using hbqt ?

2010-02-26 Thread Barry Jackson
On 26/02/10 06:45, Przemysław Czerpak wrote: On Thu, 25 Feb 2010, Barry Jackson wrote: Hi, Right now implementing NG format oriented hbQT's help. Anyone found an NG reader (that works) for Linux? I'm using Expert Guide from Dave Person. best regards, Przemek Thanks Przemek - I tried that

Re: [Harbour] Re: Anyone using hbqt ?

2010-02-26 Thread Massimo Belgrano
Hi Priptpal if you want i can publish your article on my blog (i planed update tomorrow) http://harbourlanguage.blogspot.com/ 2010/2/26 francesco perillo > > This is _ABSOLUTELY_POSSIBLE_. > > > > I did experimented with my flagship application Vouch and it works. > > Will post a sample, or wil

[Harbour] Re: Anyone using hbqt ?

2010-02-26 Thread David Arturo Macias Corona
>> >Right now implementing NG format oriented hbQT's help. >> Anyone found an NG reader (that works) for Linux? >I'm using Expert Guide from Dave Person. Pearson :-) www.davep.org "Norton Guides" section include a description of file format of a Norton Guide database I am using Expert Guide

[Harbour] Re: OS/2: Harbour 13976

2010-02-26 Thread David Arturo Macias Corona
Pritpal: > # QInputContext.cpp \ > # QWidget.cpp \ > >Can you show which function calls in QWidget abd QInoutContext >produces warnings. I will try to pacify them for os2. >QInputContex - I think I can go away with this class if it is not >called anywhere else in components we are developing.

Re: [Harbour] Re: Anyone using hbqt ?

2010-02-26 Thread francesco perillo
> This is _ABSOLUTELY_POSSIBLE_. > > I did experimented with my flagship application Vouch and it works. > Will post a sample, or will include it in gtqtc/tests/demoqtc.prg soon. > Right now implementing NG format oriented hbQT's help. Ok, perfect ! Now I just ask you where may I start to get inf

[Harbour] SF.net SVN: harbour-project:[14001] trunk/harbour

2010-02-26 Thread vszakats
Revision: 14001 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14001&view=rev Author: vszakats Date: 2010-02-26 10:13:31 + (Fri, 26 Feb 2010) Log Message: --- 2010-02-26 11:13 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxpp/Makefile

[Harbour] SF.net SVN: harbour-project:[14000] trunk/harbour

2010-02-26 Thread vszakats
Revision: 14000 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14000&view=rev Author: vszakats Date: 2010-02-26 10:00:18 + (Fri, 26 Feb 2010) Log Message: --- 2010-02-26 11:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * harbour.spec + Added

[Harbour] SF.net SVN: harbour-project:[13999] trunk/harbour

2010-02-26 Thread vszakats
Revision: 13999 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13999&view=rev Author: vszakats Date: 2010-02-26 09:57:39 + (Fri, 26 Feb 2010) Log Message: --- 2010-02-26 10:56 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + contrib/hbfoxpro/dll.prg

Re: [Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread marco bra
Pritpal, some little debug as you can see below, i have put: hbide_dbg (cRootPath) and the len of result array "hbide_dbg (a_)" give me 0 length Changing at row 1588 aDir := directory( cRootPath + "*.", "D" ) to aDir := directory( cRootPath , "D" ) make hbide loading the directory structure