[Harbour] hbQT - -hbcppmm - hb_xfree() - Latest Findings

2010-02-23 Thread Pritpal Bedi
nvalid pointer. demoQT does not release objects per parent-child hirarchy. hbIDE is releasing with a GPF but I know what is possible reason, am after that. Overall this is a step forward in understanding why Qt is not memory is kept consumed. Hope someone will extend experiments. -

[Harbour] Re: hbQT - -hbcppmm - hb_xfree() - Latest Findings

2010-02-23 Thread Pritpal Bedi
Pritpal Bedi wrote: > > > hb_xfree( p->ph ); > > And if we can enforce pointer checking on p->ph ? I do not know the GC airthmatic so I can be totally offline. -

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

2010-02-23 Thread Pritpal Bedi
enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-13976-trunk-harbour-tp4622323p4622450.html Sent from the harbour-devel mailing list ar

[Harbour] How can .png be assigned as default icon for hbQT application

2010-02-23 Thread Pritpal Bedi
Hi All For .ico files it can be defined in .rc as FRONTFACE ICON SomeIcon.ico - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/How-can-png-be-assigned-as-def

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

2010-02-25 Thread Pritpal Bedi
e path you supply in the field. Can you play with this function to know what exactly is happening there on Ubuntu. Possibly "D" as directory() argument is the culprit, but I am not sure. You need to debug. I am looking into "Set as Default" image issue, however. -

[Harbour] Re: OS/2: Harbour 13976

2010-02-25 Thread Pritpal Bedi
this class if it is not called anywhere else in components we are developing. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/OS-2-Harbour-13976-tp4632138p4633149.html

[Harbour] Re: OS/2: Harbour 13976

2010-02-25 Thread Pritpal Bedi
ills and > knowledge in Qt, so I think he can help in some specific issues > Can you point me the direct link I can talk to him. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context:

[Harbour] Re: [Pritpal] HBIDE editor tabs illegible

2010-02-25 Thread Pritpal Bedi
enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/Pritpal-HBIDE-editor-tabs-illegible-tp4632574p4633201.html Sent from the harbour-

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

2010-02-25 Thread Pritpal Bedi
This was the most struggled feature to emulate Xbase++ class behavior. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-13991-trunk-harbour-tp4632

[Harbour] Re: gtwvt compatibility issue

2010-02-25 Thread Pritpal Bedi
lete in GTWVG, can you look into that also? - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/gtwvt-compatibility-issue-tp4631971p4633298.html Sent from the harbou

[Harbour] Re: Anyone using hbqt ?

2010-02-25 Thread Pritpal Bedi
ing for, or expecting ? BTW, Bacco and Vailton will soon release some application based on pure Qt, you can wait for them to be available. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in conte

[Harbour] Re: gtwvt compatibility issue

2010-02-25 Thread Pritpal Bedi
I remeber. You please fix the other part. I will look into it deeply at a later date. Thanks for taking pain. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/gtwvt-co

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

2010-02-25 Thread Pritpal Bedi
s not GT oriented at all. So all calls to GT functions will be ignored. Call hbide_dbg( ... ) instead, you will get the output in a debugger - dbgview.exe, search the web. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_anal

[Harbour] Re: [Pritpal] HBIDE editor tabs illegible

2010-02-25 Thread Pritpal Bedi
want this feature to work. The otherway around is there. Follow right-click on "Projects" node. > Good work so far! > Thank you. BTW, I am writing a brief help and hope it to be ready to some extent to be usable this weekend. - enjoy hbIDEing...

[Harbour] Re: Anyone using hbqt ?

2010-02-25 Thread Pritpal Bedi
oBtn:show() QT_SLOTS_CONNECT( s_slots, oBtn, "clicked()", {|| oWnd:close() } ) oWnd:Show() s_qApp:exec() RETURN A quick pullout of hbqt/tests/demoqt.prg, not tested, but surely you can grab the contents. - enjoy hbIDEing... Pritpal Bedi _a_stu

[Harbour] Re: Anyone using hbqt ?

2010-02-25 Thread Pritpal Bedi
t of docs... best practices... for example in C++ > world, I saw samples where form code was contained in a class... > ..or a little doc stating how hbqt is glued with Qt > Soon, you will find, at least starting with, documentation. Wait a few days more. - enjoy

[Harbour] Re: Anyone using hbqt ?

2010-02-25 Thread Pritpal Bedi
I. I will try to find the ways to migrate easily exiting code. TBrowse oriented code may need little labout to adapt to XbpBrowse(). GetList will need much more work to simulate the excat behavior, this this is doable. Needed are some more hands. - e

[Harbour] Re: Doc source format #3

2010-02-25 Thread Pritpal Bedi
? - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/About-Harbour-Documentation-tp4587608p4635967.html Sent from the harbour-devel mailing list archive at Nabble

[Harbour] Re: Anyone using hbqt ?

2010-02-25 Thread Pritpal Bedi
widgets in text-mode...) > 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. - enjoy hb

[Harbour] Re: [Pritpal] HBIDE editor tabs illegible

2010-02-25 Thread Pritpal Bedi
If it is above the found line, editor scrolls it to bottom, otherwise to top. I am aware of this fact and will concentrate a little later. Remind me once more next week, if I forget. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&am

[Harbour] Re: Anyone using hbqt ?

2010-02-25 Thread Pritpal Bedi
bIDE for a quick start. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/Anyone-using-hbqt-tp469p4636320.html Sent from the harbour-devel mailing

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

2010-02-26 Thread Pritpal Bedi
ated contents refreshed/listed. > I know. This is because I am been unable to clean the tree "cleanly". I will give it another try. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in cont

[Harbour] Re: OS/2: Harbour 13976

2010-02-26 Thread Pritpal Bedi
hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/OS-2-Harbour-13976-tp4632138p4640185.html Sent from the harbour-devel mailing list archive at Nabble.com. ___ Ha

[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

[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

[Harbour] Re: Class QLibraryInfo in HbQt

2010-02-26 Thread Pritpal Bedi
d me then. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/Class-QLibraryInfo-in-HbQt-tp4641413p4641650.html Sent from the harbour-devel mailing list archive

[Harbour] Re: FocusIn and FocusOut in widgets

2010-02-26 Thread Pritpal Bedi
idget := QWidget():new() qWidget:installEventFilter( pEvents ) Qt_Events_Connect( pEvents, qWidget, QEvent_FocusIn, {|| ProcessEvent( QEvent_FocusIn ) } ) Please post your results here. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- Vi

[Harbour] Re: Class QLibraryInfo in HbQt

2010-02-26 Thread Pritpal Bedi
enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/Class-QLibraryInfo-in-HbQt-tp4641413p4641755.html Sent from the harbour-devel mai

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

2010-02-26 Thread Pritpal Bedi
? - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-13985-trunk-harbour-tp4629809p4642979.html Sent from the har

[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_ --

[Harbour] Re: OS/2: Harbour 13976

2010-02-26 Thread Pritpal Bedi
cult to isolate other matters. Logs of demos are useless as QWidget is not linked and all other Qt world resolves around it. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabb

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

2010-02-26 Thread Pritpal Bedi
=> will not popup document in the viewer. oWnd := QMainWindow() => will popup the document. A function is recognized by opening brace only and the word preceeding will attempt to locate the function in Document Viewer Tree. - enjoy hbIDEing...

[Harbour] Re: OS/2: Harbour 13976

2010-02-27 Thread Pritpal Bedi
important class like QWidget and MUST behave properly. I cannot figure out what is the issue. Please experiment as qMsgBox := QMessageBox():new( qMainWindow ) do it shows up the dialog? If yes, then probably I am making sth wrong in XbpFileDialog() class in hbXBP. > So we have our firsts Harbour+os2gcc442+

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

2010-02-27 Thread Pritpal Bedi
may be wrongly, that it will be Windows only solution. > regarding function of my program > Ctrl -t in xmate open function if is inside project > hbIDE is not _ONE_ project based but multiple. I am thinking on the subject and hopefully will come with a solution. -

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

2010-02-27 Thread Pritpal Bedi
nction exists in two sources? ----- enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-14007-trunk-harbour-tp4643694p

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

2010-02-27 Thread Pritpal Bedi
enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-14007-trunk-harbour-tp4643694p4646749.html Sent from the harbour-devel mailing list archive at Nabble.com. _

[Harbour] Re: OS/2: Harbour 13976

2010-02-27 Thread Pritpal Bedi
David Arturo Macias Corona wrote: > > >> QFont::setPointSize: Point size <= 0 (0), must be greater than 0 > Please check after r14018. I am trying to gather logic the possible reason for other warning. - enjoy hbIDEing...

Re: R: [Harbour] Re: gtwvt compatibility issue

2010-02-28 Thread Pritpal Bedi
to use floating precision to calculate area position. I will rework on GTQTC again next week. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/gtwvt-compatibility-issue-tp4

[Harbour] Re: OS/2: Harbour 13976

2010-02-28 Thread Pritpal Bedi
experiment: > "qMsgBox := QMessageBox():new( qMainWindow )" > In demoqt.prg after main() MsgInfo( "Testing" ) ----- enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context:

Re: R: [Harbour] Re: gtwvt compatibility issue

2010-02-28 Thread Pritpal Bedi
enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/gtwvt-compatibility-issue-tp4631971p4649737.html Sent from the harbour-devel mailing list archive at Nabble.com.

Re: R: [Harbour] Re: gtwvt compatibility issue

2010-02-28 Thread Pritpal Bedi
features. Keep on scratching next commits... - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/gtwvt-compatibility-issue-tp4631971p4650146.html Sent from the harbour-devel mailing list archive at Na

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

2010-02-28 Thread Pritpal Bedi
t;exit" point, we can live with it a little longer. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-13985-trunk-harbour-tp4629809p46506

Re: R: [Harbour] Re: gtwvt compatibility issue

2010-02-28 Thread Pritpal Bedi
GTWVG/(GTXWC ?) can have embedded QT GUI dialogs. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/gtwvt-compatibility-issue-t

[Harbour] Re: Win_prn question.

2010-02-28 Thread Pritpal Bedi
2" and you will find the link. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/Win-prn-question-tp4650878p4651017.html Sent from the harbour-devel m

[Harbour] hbMK2 : -3rd=SomeString : Broken

2010-02-28 Thread Pritpal Bedi
prg FLAGS.prg ].prg SOURCES.prg ].prg C:/harbour/tests/speedtst.prg METADATA.prg ].prg OCALS~1\Temp\ -iC:/harbour_dev/harbour/mingw/include - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: ht

[Harbour] Re: hbMK2 : -3rd=SomeString : Broken

2010-02-28 Thread Pritpal Bedi
= options/flags reserved for 3rd party tools, always ignored by hbmk2 itself -jobs= start n compilation threads (multiprocess platforms only) To be sure that I am using the correct version. - enjoy hbIDEing... Pritpal

[Harbour] Re: hbMK2 : -3rd=SomeString : Broken

2010-02-28 Thread Pritpal Bedi
l be the only noticeable difference, though I do not see a problem here, but you are the better judge of this situation. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2

[Harbour] hbQT - Static Linking - What extra is needed ?

2010-02-28 Thread Pritpal Bedi
else I have to do ? - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/hbQT-Static-Linking-What-extra-is-needed-tp4651480p4651480.html Sent from the harbour-devel mailing list

[Harbour] Re: hbMK2 : -3rd=SomeString : Broken

2010-02-28 Thread Pritpal Bedi
My point was only that SOURCES will always FOLLOW flags, no flags in between sources. In all above messages I was trying to explain this. The above two functions are OK. Only one point: "-3rd=some text with spaces" => -3rd="some text with spaces" seems more natural to

[Harbour] Re: hbQT - Static Linking - What extra is needed ?

2010-02-28 Thread Pritpal Bedi
Viktor Szakáts wrote: > >> 3. Changed hbqt/hbqt.hbc as > > This is wrong. Use hbqts.hbc. > Oh sorry, really dumb me. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context:

[Harbour] Re: hbQT - Static Linking - What extra is needed ?

2010-02-28 Thread Pritpal Bedi
the size differences of libhbqts.a and libhbqt.a. Probably makefile for hbqts is different. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/hbQT-Static-Linking-What-extra-

[Harbour] Re: hbMK2 : -3rd=SomeString : Broken

2010-02-28 Thread Pritpal Bedi
e point: >> >> "-3rd=some text with spaces" => -3rd="some text with spaces" >> seems more natural to me. > > Pls keep in mind we're using command line format. > Second version is not portable so we cannot use it. > Ok,

[Harbour] Re: hbQT - Static Linking - What extra is needed ?

2010-02-28 Thread Pritpal Bedi
enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/hbQT-Static-Linking-What-extra-is-needed-tp4651480p4651737.html Sent from the harbour-devel mailing list archive at Nabble.com. _

[Harbour] Re: hbQT - Static Linking - What extra is needed ?

2010-02-28 Thread Pritpal Bedi
tic linking ? If yes, any tips ... - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/hbQT-Static-Linking-What-extra-is-needed-tp4651480p4651861.html Sent from the ha

[Harbour] Re: Trap / run routine when MS Windows red X box closed?

2010-02-28 Thread Pritpal Bedi
t provide to Harbour. Like, if someone clicked the X box it might > call > a func that exits cleanly instead of instantly. > It is there. First which GT are you using ? GTWVT and GTWVG provide this functionality. - enjoy hbIDEing... Pritpa

[Harbour] Re: hbQT - Static Linking - What extra is needed ?

2010-02-28 Thread Pritpal Bedi
Viktor Szakáts wrote: > > No, SVN is correct. > You need to build static QT libs from QT sources. > :-(( the whole day has gone the drain. I will try to build QT statically. Any fast tips before I plung into googling ? - enjoy hbIDEing...

[Harbour] Re: Trap / run routine when MS Windows red X box closed?

2010-02-28 Thread Pritpal Bedi
smu johnson wrote: > > What is a GT? Forgive the stupid question... :( > Show on this list how you build your appln ? - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://

[Harbour] Re: HBEDITOR

2010-03-01 Thread Pritpal Bedi
CodeEditor(). Right now all energies are concentrated on hbIDE only. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/HBEDITOR-tp4658215p4658515.html Sent from the harbou

[Harbour] Re: Trap / run routine when MS Windows red X box closed?

2010-03-01 Thread Pritpal Bedi
, so you are using GTWIN. No, for this GT "Close -> X" button cannot be manipulated. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/Trap-run

[Harbour] Re: Trap / run routine when MS Windows red X box closed?

2010-03-01 Thread Pritpal Bedi
..\harbour-dev\bin\hbmk2 -gtwvt -strip -ustd.ch -kc -lhbct -lhbtpathy -lhbnf -inc -o..\latest\bmd.exe bm.hbp And include somewhere in sources REQUEST HB_GT_WVT_DEFAULT Let us know did you succeed. Next step after that. - enjoy hbIDEing...

[Harbour] Re: Trap / run routine when MS Windows red X box closed?

2010-03-01 Thread Pritpal Bedi
_GT_*[_DEFAULT] in your > PRG code. > Long time elapsed I played with this stuff, so was out of memory. So only -gtwvt switch is required, more simplified. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View th

[Harbour] Re: OS/2: Harbour 13976

2010-03-02 Thread Pritpal Bedi
ts after that. Thank you for your patience and time.. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/OS-2-Harbour-13976-tp4632138p4661574.html Sent from the h

[Harbour] Re: HBEDITOR

2010-03-02 Thread Pritpal Bedi
Bruno Luciani wrote: > > but how you say it is very complex > Because you do not know what else I had to do to make it functional as it looks. Anyhow it is heartening that you found it so simple. - enjoy hbIDEing... Pri

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

2010-03-03 Thread Pritpal Bedi
you will experience GPF for some only. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-14049-trunk-harbour-tp4666373p4667956.html Sent from the harbo

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

2010-03-03 Thread Pritpal Bedi
are now redundant. Clean them up. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-14049-trunk-harbour-tp4666373p4667987.html Sent from the

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

2010-03-03 Thread Pritpal Bedi
install in the default Harbour repository, all the bad. Never install in Harbour's, allow the user to create a new folder, default being {drive}\hbIDE. There are lot many tips more but... - enjoy hbIDEing... Pritpal

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

2010-03-03 Thread Pritpal Bedi
Franček Prijatelj wrote: > > Try to use normal pointers for Layout instead of GC pointers. > How ? - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-ne

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

2010-03-03 Thread Pritpal Bedi
Massimo Belgrano wrote: > > i am tring but where is QtUiTools.dll ? > Sorry, it is QtDesigner4.dll. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-ne

[Harbour] Re: Class QLibraryInfo in HbQt

2010-03-03 Thread Pritpal Bedi
Harbour wrapper. I will give it a 2nd try soon. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/Class-QLibraryInfo-in-HbQt-tp4641413p4669904.html Sent from t

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

2010-03-03 Thread Pritpal Bedi
fail in other folders. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-14049-trunk-harbour-tp4666373p4670025.html Sent from the harbour

[Harbour] Re: hbide testing (go #1)

2010-03-03 Thread Pritpal Bedi
means it's not possible to navigate with cursor keys when any source file is open. I was keeping the focus in the editor. But you are right, it should be with double click only where it make sense, not during navigation. Will do it today. Thank you for scratching again

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

2010-03-03 Thread Pritpal Bedi
w is r13933 6. Next window is r14011 7. Find in files is pulled out of main window. For now only this... But there are many more. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n

[Harbour] Re: Can GTWVT support copying and pasting?

2010-03-03 Thread Pritpal Bedi
> way, etc etc. > It is _EXACTLY_ the same way as in a windows console. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/Can-GTWVT-support-copying-and-pasting-tp46

[Harbour] Re: Can GTWVT support copying and pasting?

2010-03-03 Thread Pritpal Bedi
lick on the Sys icon in the titlebar. 2. Click on "Mark" option. 3. Start dragging the mouse with left-button pressed on the rows you want. You should see that area is changing color. 4. Release the left button. 5. Paste somewhere in text editor or otherwise. - e

[Harbour] Re: hbide testing (go #2)

2010-03-03 Thread Pritpal Bedi
anager" or >just simply "Theme Editor". > Done - "Theme Manager". > 6) In "Editor Themes" the 'Action' button does nothing >apparent, and for me it stays a mystery how to make >an instant theme change. Whatever I do ev

[Harbour] Re: hbide testing (go #2)

2010-03-04 Thread Pritpal Bedi
ite "Env: " or > "Env: " (or similar). > I need a codec from list. I could not find 437, may be you are indicating towards "IBM 874", right ? "Env: " is appropriate. - enjoy hbIDEing... Pritpal Bedi _a_stud

[Harbour] Re: hbide (Rev. 14053): source code and function list...

2010-03-04 Thread Pritpal Bedi
t > it at bottom of the editor page. > I suggest to have the selected function code starting from the top of the > source page. > Done. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in

[Harbour] Re: hbide testing (go #2)

2010-03-04 Thread Pritpal Bedi
ing Encoding > the main menu. > "Encoding" - done. But one level up is not the option. There are other actions awaiting in the quue to be placed in and are deferred for a while. Moreover, presents a long menu and is a constant cause of distraction when you navigate the top menu. Inti

[Harbour] GTWVT/GTWVG - HB_GTI_NOTIFIERBLOCK - HVM Passive Threads

2010-03-04 Thread Pritpal Bedi
ent waythen current code so it will be necessary to define new conditionshow such feature should work of course it will not work in STapplications. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analy

[Harbour] Re: GTWVT/GTWVG - HB_GTI_NOTIFIERBLOCK - HVM Passive Threads

2010-03-04 Thread Pritpal Bedi
at least. Is there a way to execute READKEY() from "do while" loop in some way ?. To me it appears to be the fastest route to cover this issue. I may be wrong though. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_de

[Harbour] Re: hbide (Rev. 14053): source code and function list...

2010-03-05 Thread Pritpal Bedi
more enhancements which I will commit shortly. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/hbide-Rev-14053-source-code-and-function-list-tp4673629p4681227.html Sent from th

[Harbour] Re: OS/2: Harbour 14058

2010-03-05 Thread Pritpal Bedi
gt; Initial window size is different in both versions > - > Called from HBIDE:CREATE(467) in hbide.prg > Called from MAIN(117) in hbide.prg > This is again the problem with destroying Qt object, in this case qSplash ( qSplash := NIL ). So 1st and 3rd suggest

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

2010-03-06 Thread Pritpal Bedi
http://n2.nabble.com/file/n4688440/idewelcome_projects.png Welcome: Project Detail http://n2.nabble.com/file/n4688440/idewelcome_detail.png Welcome: FAQs - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this m

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

2010-03-06 Thread Pritpal Bedi
FAQs http://n2.nabble.com/file/n4688442/idewelcome_faqs.png - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-14072-trunk-har

[Harbour] Re: hbide testing (go #2)

2010-03-06 Thread Pritpal Bedi
the above widgets, no GPF. I know the reason but still at a loss how I should cover it. > Thanks a lot for your efforts! > You are welcome. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message

[Harbour] Re: hbide testing (go #1)

2010-03-06 Thread Pritpal Bedi
will be there in next commit. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/hbide-testing-go-1-tp4670601p4689116.html Sent from the harbour-devel mailing list archive at Nabble.

[Harbour] Re: hbide testing (go #2)

2010-03-07 Thread Pritpal Bedi
t, but it is also equally true that a programmer cannot change even a single byte. When we comprehand .ini we have a notion that it is manually editable. In this case I preceive it as binary though its format is .ini. - enjoy hbIDEing... Pritpal Bedi _

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

2010-03-07 Thread Pritpal Bedi
ed in other places in Harbour. > I just followed the examples on the web. And I was under constant pressure to capitalize the tags to keep harmony. Thank you for this fix. Now I am much relieved. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_ana

[Harbour] Re: hbide testing (go #2)

2010-03-07 Thread Pritpal Bedi
g_else ). Probably we should not concentrate on this issue until I find a way ( or someone else ) to get back byte-array as string. Thank you for peeping deep. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View th

[Harbour] hbIDE and Intellisense

2010-03-07 Thread Pritpal Bedi
ges in the future. Waiting to hear from you. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/hbIDE-and-Intellisense-tp4693108p4693108.html Sent from the harbour-devel mailin

[Harbour] Re: MT statics vs public

2010-03-08 Thread Pritpal Bedi
ariables declared as THREAD STATIC have thread wide scope. I simply use both notations to distinguish the usage. Przemek will shed more light on this topic, for sure. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_

[Harbour] Re: Error GPF with hbnetio

2010-03-08 Thread Pritpal Bedi
AbeB wrote: > > Please post more often, i don't read your messages, I _study_ them! :-) > Very _WELL_ expressed feeling. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in c

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

2010-03-09 Thread Pritpal Bedi
one more window must be there, right-click onto that and select "Move", then press left-arrow key repeatedly, the info dialog will come into focus. Tell me, the contents of that info dialog. Any error or info is hidden behind the splash screen. Regards Pritpal Bedi, a student o

RE: [Harbour] Ask for a table for listing all function among ...

2010-03-09 Thread Pritpal Bedi
Hi > I want to ask any one has a table (file) > which listing all function and or class and methods for > Harbour/Clipper/Xbase++ > > I need it easy checking and finding those function Just play with latest hbIDE. This has this feature, added yesterday only. Re

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

2010-03-09 Thread Pritpal Bedi
y system all works fine. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-14111-trunk-harbour-tp4701242p4704349.html Sent from the harbour-de

[Harbour] Re: Error in windows and Postgres

2010-03-09 Thread Pritpal Bedi
Bruno Luciani wrote: > > I get this error compiling a sample in windows ( i am noy using hbmk2 in > this sample ) > > what library or include is missing ? > usrrdd or probably hbusrrdd. - enjoy hbIDEing...

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

2010-03-09 Thread Pritpal Bedi
pload "funclist" .ui and .uic. Uploading soon. Sorry for the inconvinience. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-14111-tr

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

2010-03-09 Thread Pritpal Bedi
ssage, these problems > will always stay on the mystery side instead of being > plain and simple error with obvious correction. > Yep. It is a good idea to check the minimum necessary resources at startup. I will implement it soon. - enjoy hbIDEing...

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

2010-03-09 Thread Pritpal Bedi
enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-14111-trunk-harbour-tp4701242p4705820.html Sent from the harbour-

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

2010-03-09 Thread Pritpal Bedi
7;s why this behavior. One alternative could be, "New..." option is activated through in the main menu, eliminate the combo-box at all. It will be simple and tangible. Opinions are welcome. - enjoy hbIDEing... Pritpal Bedi _a_student_of_softw

<    2   3   4   5   6   7   8   9   10   11   >