[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-20 Thread Pritpal Bedi
Antonio Maniero wrote: > > I wrote ALL components. > I am really interested to have a list of those components which can comprise the word "ALL". - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://n2.na

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-20 Thread Pritpal Bedi
Massimo Belgrano wrote: > > Remove welcome screen in particular when load from command line hbide > mytest.hbp > Implemented. r14351. > keboard mapping i not able execute at f12 exectool("calc.exe") > Fixed. r14351. - enjoy hbIDEing..

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-21 Thread Pritpal Bedi
ous state. > i set to f12 action > ::execTool( "calc", "", "", .f., .f. ) > but with f12 seem not work > It works. You need to be inside active editing instance for these macros to work. Do some other key work ? Try ::execTool( "calc.exe", &qu

[Harbour] Re: hbide create and testing package on Ubuntu

2010-04-21 Thread Pritpal Bedi
t their location explicitly. However I never tried with %AppData% like variables, but in theory these should be respected by OS, no. Suggestions are welcome as to tweak this part if what I explained above is not useful. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ --

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-21 Thread Pritpal Bedi
re is a button on keyboard mappings dialog, use it. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://n2.nabble.com/hbIDE-http-hbide-vouch-info-Needed-your-Reviews-tp4925834p4937306.html Sent from the harbour-devel mailing list arc

[Harbour] Re: hbide create and testing package on Ubuntu

2010-04-21 Thread Pritpal Bedi
er > directories), you should use GetEnv( "HOME" ) > on *nix and GetEnv( "HOMEDRIVE" ) + GetEnv( "HOMEPATH" ) > for Windows. > Thanks, this seems to be right solution. One point, however is, what if this path does not exists. What function is appropri

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-21 Thread Pritpal Bedi
selected > If I do so, then a lot of other issues are involved, which I could not cover properly. This is the only foolproof way to implement like this. In reality, whenever you are not on "Welcome" screen, you are always in some editing instance, so I do not see any problems.

[Harbour] Re: hbide create and testing package on Ubuntu

2010-04-21 Thread Pritpal Bedi
aths ? Or only the last folder ? - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://n2.nabble.com/hbide-create-and-testing-package-on-Ubuntu-tp4934285p4937432.html Sent from the harbour-devel mail

[Harbour] Re: hbide create and testing package on Ubuntu

2010-04-21 Thread Pritpal Bedi
hbide.ini" ENDIF ENDIF oIde:cProjIni := cHbideIni new : oIde:cProjIni := hbide_DetectIniPath( cHbideIni ) cHbideIni is command-line supplied ini path. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://n2.nabble.com/hbide-creat

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

2010-04-21 Thread Pritpal Bedi
yes, then it is not possible. hbIDE only checks for the syntax at the time it is defined and actually by-pass if it not valid calls at the time it is invoked. Or I musunderstood you ? - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context

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

2010-04-21 Thread Pritpal Bedi
ur syntax, it is wrong somewhere. BTW keyboard mappings is not dependant on hbide.ini. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-14294-trunk-harbour

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

2010-04-21 Thread Pritpal Bedi
nguage Reference Guide.chm" + "::" + cTopic ) It should work. Note : check for cTopic is a valid character variable. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-

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

2010-04-21 Thread Pritpal Bedi
ide.chm" + ":" + ":" + cTopic ) The above is tested one as is and working. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-1429

[Harbour] hbIDE - #elif defined( __PLATFORM_UNIX ) - not available on Ubuntu 9.1

2010-04-21 Thread Pritpal Bedi
Hi After commit from Windows, I have updated from Ubuntu and have found that constant __PLATFORM_UNIX is not defined somehow. Can someone confirm or my setup is wrong ? - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://n2

[Harbour] Re: hbIDE - #elif defined( __PLATFORM_UNIX ) - not available on Ubuntu 9.1

2010-04-21 Thread Pritpal Bedi
Pritpal Bedi wrote: > > After commit from Windows, I have updated from Ubuntu > and have found that constant __PLATFORM_UNIX is not defined somehow. > > Can someone confirm or my setup is wrong ? > I get it. __PLATFORM_UNIX => __PLATFORM__UNIX - enjoy hbIDEi

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

2010-04-21 Thread Pritpal Bedi
Massimo Belgrano wrote: > > Thanks but have also a little problem > it not display topic > and also if i try > c:\windows\hh.exe "C:\xHB\Doc\xHarbour Language Reference > Guide.chm::/inkey" > and not display any topics > differeces from api and command line? &g

[Harbour] Re: someone uses hbqt for "business" applications ?

2010-04-21 Thread Pritpal Bedi
to make it attractive for business applications. xbpBrowse() with TBrowse() like features is already there. Rest everything is ready. Maybe Shum or Angel can forward some real-time shots or code very soon. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View

[Harbour] CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-22 Thread Pritpal Bedi
le of object from other dll is of this type. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/CLASSES-Instance-Variable-as-Object-Access-Assign-Elsewhere-tp4941404p4941404.html Sent fro

[Harbour] Re: CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-22 Thread Pritpal Bedi
Pritpal Bedi wrote: > > The following code which was working perfect till 15Mar2010 > got weired after 04Apr2010, I have two distros so cannot pinpoint > exact dates. > > CLASS Abc >DATA oActiveX > >ACCESS BackColor INLINE ::oActiveX:Back

[Harbour] Re: CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-22 Thread Pritpal Bedi
bject instance access/assign from within exe to an object created in a Harbour compiled .dll. Shum, can you show that code again ? - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/CLASS

[Harbour] hbMK2 - File type checking before calling compile/link commands

2010-04-22 Thread Pritpal Bedi
, .c, .cpp, .rc, .res, .o, .obj. Is it possible ? If not, I have to devise a little different interface to present these files in the project tree. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2

[Harbour] Re: hbMK2 - File type checking before calling compile/link commands

2010-04-23 Thread Pritpal Bedi
' > options to store them, f.e.: > -3rd=hbide_extrafile=my.txt > True. But then this will involve another interface element to be introduced which I want to avoid. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: ht

[Harbour] Re: CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-23 Thread Pritpal Bedi
which we > can compile and test ourselves. > I do not know if you ever tried hbIDE and hbXBP+hbQT. If you can, then I will send a ready to compile .hbp projects. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel

[Harbour] Re: CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-23 Thread Pritpal Bedi
essages. Anyway, for this show I have the .hbp(s) ready to be build in contrib/hbide/projects/shum folder. I am awaiting Przemeks response, and will post here accordingly. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbou

[Harbour] Re: someone uses hbqt for "business" applications ?

2010-04-23 Thread Pritpal Bedi
pers, support and documentation. > Here we again miss the point. 1. You need to be skilled in C++ which many of us are not. 2. How to hook all the powerful RDD engine. 3. The ease of use. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in con

[Harbour] Re: someone uses hbqt for "business" applications ?

2010-04-23 Thread Pritpal Bedi
ems and with not much changes in the existing Clipper code. > In the long end, it would be difficult to adapt an old application > without serious changes in the code > And here the similarity ends. hbQT is not aimed at to be adopted to current Clipper code. If at any point, someone

[Harbour] Re: CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-23 Thread Pritpal Bedi
this discussion, I just showed what I faced and how I resolved. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/CLASSES-Instance-Variable-as-Object-Access-Assign-Elsewhere-tp4941404p4952115.ht

[Harbour] Re: CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-23 Thread Pritpal Bedi
f development processes, I cannot do so. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/CLASSES-Instance-Variable-as-Object-Access-Assign-Elsewhere-tp4941404p4952293.html Sent from the harbour-

[Harbour] Re: Problem creating a new project - Linux

2010-04-23 Thread Pritpal Bedi
enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/Problem-creating-a-new-project-Linux-tp4952313p4952356.html Sent from the harbour-devel mailing list archiv

[Harbour] Re: someone uses hbqt for "business" applications ?

2010-04-23 Thread Pritpal Bedi
l user, so all my own efforts are not enough. Angel started but may be time constraints, he is not regular on the subject, and you know, one looses zest when functional results are not achieved. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message

[Harbour] Re: Problem creating a new project - Linux

2010-04-23 Thread Pritpal Bedi
José Luis Capel-3 wrote: > > Ups... I forgot to mention that this issue is for hbide. > I think I have fixed it. Will commit in a short while. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1

[Harbour] Re: Problem creating a new project - Linux

2010-04-23 Thread Pritpal Bedi
lves this issue. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/Problem-creating-a-new-project-Linux-tp4952313p4954042.html Sent from the harbour-devel mailing list archiv

[Harbour] Re: HBIde newbie

2010-04-23 Thread Pritpal Bedi
> The transcript is below. > > Kind regards, > Bruce M. Axtens > You are using older Harbour and newer hbIDE. Build Harbour from current SVN. Any previous distro available does not contain latest changes in hbMK2. OR Just get latest hbMK2.exe from someone and place it in Harbour bi

[Harbour] Re: HBIde newbie

2010-04-24 Thread Pritpal Bedi
axtens wrote: > > Bhai jaan, shukria bahot! > Achha laga koi aur bhi hai yahan apne watan se. Saweekar hua. Message: Thank you, brother. Reply: Nice to see someone from my own land. Thanks are accepted. - enjoy hbIDEing... Pritpal Bedi http://hbide.v

[Harbour] Re: HBIde newbie

2010-04-24 Thread Pritpal Bedi
hed version but the current snapshot of code developed after that version. Hope it will be more accurate reply. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/

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

2010-04-24 Thread Pritpal Bedi
s to be portable on any platforms and at the same time sources be located accordingly ? - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/SF-net-SVN-harbour-project-14385-trunk-harbour-tp495404

[Harbour] Re: Problem compiling with HBIde (newbie)

2010-04-24 Thread Pritpal Bedi
/projects/cargilltest/test.prg -g3 -w3 -q -oc:\TEMP\ has -g3 switch, which should be -gc3, probably. Can you modify your project file .hbp from -g3 to -gc3 ? - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.

[Harbour] Re: Problem compiling with HBIde (newbie)

2010-04-24 Thread Pritpal Bedi
e. > This is a .ppo compile. Plese try with regular build, not .ppo. Only then we will be able to compare Harbour options. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/Problem-compil

[Harbour] Re: ps32

2010-04-24 Thread Pritpal Bedi
otest.exe -LD:/hb20/lib/win/mingw -Llib/win/mingw -Llib/win/mingw > -Llib/win/mi > ngw > Your project file does not contain libpath entry pointing to libps32.a. Include in your .hbc -LD:\hb20\examples\ps32\lib\win\mingw - enjoy hbIDEing... Pritpal Bedi http://hbide.

[Harbour] Re: CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-24 Thread Pritpal Bedi
XBP and/or HBQT ? I really cannot reach to a convincing point here. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/CLASSES-Instance-Variable-as-Object-Access-Assign-Elsewhere-tp4941404p4955880

[Harbour] Re: NETIO Questions

2010-04-24 Thread Pritpal Bedi
dition to hbNETIO and probably most of the code can, then, be transferred on server side. Though it will not be a replacement for much awaited GTNET, but still will allow the developers to think differently about their future strategies. Thank you for all your visions. - enjoy hbIDEing..

[Harbour] Re: CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-24 Thread Pritpal Bedi
o be an invalid pointer. May be this can shed a light on this issue. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/CLASSES-Instance-Variable-as-Object-Access-Assign-Elsewhere-tp4941404p49

[Harbour] Re: CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-24 Thread Pritpal Bedi
be it shed some light. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/CLASSES-Instance-Variable-as-Object-Access-Assign-Elsewhere-tp4941404p4956278.html Sent from the harbour-devel mailing

[Harbour] Re: CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-24 Thread Pritpal Bedi
Pritpal Bedi wrote: > > Without DLL : ::oWidget:pPtr ( QMainWindow()... ) == 0x010976CC ( > always same ) > With DLL : ::oWidget:pPtr ( QMainWindow()... ) == 0x0106CD06 ( > always same ) > In continuation of above observation, I am feeling that Qt has some affinit

[Harbour] Re: CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-24 Thread Pritpal Bedi
rptr( iParam ); } which should not be as the pointer is created with new() and is a valid GC collectible pointer. In composite linked application without .dll part I am returned if( p && p->ph ) return p->ph; which is correct and so no GPF. Hope it helps. - enj

[Harbour] Re: Big binaries (newbie)

2010-04-25 Thread Pritpal Bedi
hat those could be. UPX is what we suggest to pack it. BTW show your log so that group knows which switches are used for linking Hello World application. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.15

[Harbour] Re: Inrnational ascii characters

2010-04-25 Thread Pritpal Bedi
Siny-2 wrote: > > The Idea is good, I think, but something is missing. Undefinied reference > HB_FUN_HB_SETCODEPAGE. I tried including some chs but I could not find out > the solution. > Try : HB_SETDISPCP() instead of HB_SETCODEPAGE() - enjoy hbIDEing...

[Harbour] Re: International characters

2010-04-25 Thread Pritpal Bedi
p? > Function Main() SetMode( 25,80 ) Return Nil - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/Re-International-characters-tp4959574p4959606.html Sent from the harbour-devel ma

[Harbour] Re: QwebView webkit

2010-04-25 Thread Pritpal Bedi
king code. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/QwebView-webkit-tp4940505p4960802.html Sent from the harbour-devel mailing list archive at Nabble.com.

[Harbour] Re: HBXBP Listbox

2010-04-26 Thread Pritpal Bedi
Bruno Luciani wrote: > > I am looking to this code trying to create a listbox > > But I need a multiselect listbox > > Is that implemented ? how to use > > If not , it is posible ? > Check the same example again after r14392. - enjoy hbIDEing...

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-26 Thread Pritpal Bedi
ne reply shortly. I am happy that someone has looked into hbIDE closely with a user_critic's viewpoint which will lead to a better tomorrow. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.n

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-26 Thread Pritpal Bedi
so in a buggy way. > I hope to can write more tomorrow. > It is a nice experience, keep on writing. > And I got this error when I open an specific .prg > > --- > Run-time Error! > --- > Error BASE/1004 No exported m

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-26 Thread Pritpal Bedi
Called from PPTR(0) // Looking at. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/hbIDE-http-hbide-vouch-info-Needed-your-Reviews-tp4925834p4966921

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-27 Thread Pritpal Bedi
file. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/hbIDE-http-hbide-vouch-info-Needed-your-Reviews-tp4925834p4967554.html Sent from the harbour-devel mailing l

[Harbour] Re: hbide starting from *nix system binary issue

2010-04-27 Thread Pritpal Bedi
stead, other folder. Just delete hbide.ini if you have in installation folder and most probably it will run. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/hbide-starting-from-nix-system-

[Harbour] Re: hbide starting from *nix system binary issue

2010-04-27 Thread Pritpal Bedi
> > In this case it would have been enough to use 'hbmk2 hbide.hbp > cppstub.cpp' > or to create a new file 'hbide_mydebug.hbp' with this content: > --- > @hbide.hbp > cppstub.cpp > --- > and use 'hbmk2 hbide_mydebug.hbp' > Oh yes, I

[Harbour] Re: hbide starting from *nix system binary issue

2010-04-27 Thread Pritpal Bedi
; cd /tmp/p > hbide > sudo cp hbide /usr/local/bin/. This is not enough to copy only hbide to bin. All its directory, I mean, contrib/hbide/. has to be copied. Are am I missing something ? - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in con

[Harbour] Re: hbide starting from *nix system binary issue

2010-04-27 Thread Pritpal Bedi
Pritpal Bedi wrote: > > sudo cp hbide /usr/local/bin/. > > This is not enough to copy only hbide to bin. > All its directory, I mean, contrib/hbide/. has to be copied. > > Are am I missing something ? > hbide locates its components from hb_dirBase() as a base folde

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-27 Thread Pritpal Bedi
ost there, but do not know how to handle extended caret position beyond end of line. Qt does not provide any such mechanism. But still I am optimistic for its fruitation. >> > Why toggle mark command is only on toolbar? >> >> For consistency, on menu too (I didn

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-27 Thread Pritpal Bedi
l be waiting. I wanna see some refactoring on code to make HbIDE more extensible friendly. I like to see an API. Building blocks are already there. Keyboard Macros! Can be extended any length. Thanks for such extensive input. - enjoy hbIDEing... Pritpal Bedi http://

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-28 Thread Pritpal Bedi
>> I wanna see some refactoring on code to make HbIDE more extensible >> friendly. >> I like to see an API. >> > The code need to be more friendly to any programmer call some functions to > extend IDE's functionality. HbIDE sho

[Harbour] Re: Patch for Pritpal

2010-04-28 Thread Pritpal Bedi
structor for each aItm in aItems qItm := NIL next This mechanism has an advantage. You have all the control over items spread in different columns, and can later deal with them if there is a need of changes, for example, if you would like to let it be edited or changing the colors.

[Harbour] Re: Patch for Pritpal

2010-04-28 Thread Pritpal Bedi
Hi Francesco The whole point is, if we go this direction, I am afraid a lot of .qth have to be changed. Everywhere there is a parent/child relation. Probably I do not feel comfortable this way. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message

[Harbour] Re: Patch for Pritpal

2010-04-28 Thread Pritpal Bedi
consume memory. We used this mechanism where we had a problem to to freeing the memory. In QTabelWidgetItem/QTreeWidgetItem, etc., where nodes can be in abundance, this is not appropriate. Hope my point will be clean by now. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info

[Harbour] Re: Patch for Pritpal

2010-04-28 Thread Pritpal Bedi
Pritpal Bedi wrote: > > Consider this scenario: > > If this approach be taken, then it becomes > impossible to release the memory occupied by those > QTableWidgetItems any way until application is closed. > Suppose in between you are to clear the table many > ti

[Harbour] Re: Harbour "random" GPFs

2010-04-28 Thread Pritpal Bedi
ce machine. Later I will copy these two files on my laptop and will see what is the behavior and will report here. Just today has been wasted altogether without any output. It was just to inform. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this

[Harbour] Re: Harbour "random" GPFs

2010-04-29 Thread Pritpal Bedi
Pritpal Bedi wrote: > > And today I am the victim of this strange behavior. > Since morning I am struggling to locate where it does happen. > In continuation... Whenever I change something in hbqt_hbqplainttextedit.h ( for this matter it could be any .h in hbqt ), and compi

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

2010-04-30 Thread Pritpal Bedi
03.prg > + added demonstration/test code for alternative RDD IO API, RPC and > asynchronous data streams in HBNETIO > Something extraordinary. Harbour community will ever remain indebted to your contributions. I have already started base work how effectively I can port my appl

Re: [Harbour] hb_gt_ItemBase() and PellesC

2009-03-05 Thread Pritpal Bedi
istribution only. If you can explain what bug this compiler has which should be reported to its author, I will send this report to Pelle. I downloaded the latest 5.0.1. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/hb_gt_ItemBase%28%29-and-PellesC-tp22344045p2235

[Harbour] PelleC - Permitted to be included in Harbour's Ready-to-use Distro

2009-03-05 Thread Pritpal Bedi
present to newbies in a comfortable environments. Sure - go ahead and include Pelles C - but please include a note somewhere that it is a separate package, and where it can be found (http://www.smorgasbordet.com/pellesc). Pelle >>> Regards Pritpal Bedi -- View this message in cont

Re: [Harbour] PelleC - Permitted to be included in Harbour's Ready-to-use Distro

2009-03-05 Thread Pritpal Bedi
no page in English. Pritpal Bedi -- View this message in context: http://www.nabble.com/PelleC---Permitted-to-be-included-in-Harbour%27s-Ready-to-use-Distro-tp22353245p22356186.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Ha

Re: [Harbour] hb_gt_ItemBase() and PellesC

2009-03-05 Thread Pritpal Bedi
uthor. > It's serious bug. > Can you show what should I report to Pelle? Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/hb_gt_ItemBase%28%29-and-PellesC-tp22344045p22358456.html Sent from the Harbour - De

Re: [Harbour] GTWVG and wincallb.c + WAPI

2009-03-05 Thread Pritpal Bedi
s. > I will be cleaning parts probably today. Which functions in WAPI_* namespace you are referring to ? Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/GTWVG-and-wincallb.c-%2B-WAPI-tp22358281p22358543.html Sent from the Harbour - Dev mailing list archive at Nabble.com.

Re: [Harbour] GTWVG and wincallb.c + WAPI

2009-03-05 Thread Pritpal Bedi
get their > final shape I think they should be named differently. > > Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/GTWVG-and-wincallb.c-%2B-WAPI-tp22358281p22358845.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___

Re: [Harbour] Compiling C sources

2009-03-05 Thread Pritpal Bedi
ts on either platform side by side. Rather on multiple compilers simultaneously. How do you feel it is a problem? Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/Compiling-C-sources-tp22338265p22358927.html Sent fr

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

2009-03-05 Thread Pritpal Bedi
O: */ return 0; // without this I get warning } PellesCCE 5.0.1 Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/SF.net-SVN%3A-harbour-project%3A-10545--trunk-harbour-tp22357784p22359667.html Sent fro

Re: [Harbour] Compiling C sources

2009-03-05 Thread Pritpal Bedi
ults. You are using uniitialized variables which are not acceptable to MSVC. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/Compiling-C-sources-tp22338265p22360095.html Sent from the Harbour - Dev mailing list archive

Re: [Harbour] hb_gt_ItemBase() and PellesC

2009-03-05 Thread Pritpal Bedi
pGT = *gtHolder; >return pGT; > } > > int main( void ) > { >func_ok(); >func_gpf(); > >return 0; > } > Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/hb_gt_ItemBase%28%29-and-PellesC-tp22344045p22360289.html Sent fr

Re: [Harbour] How to fix this ?

2009-03-05 Thread Pritpal Bedi
Hi HB_FUNC( SYSIDLESECS ) { HINSTANCE handle= LoadLibrary("user32.dll"); if ( handle) { GETLASTINPUTINFO_ pFunc; pFunc = GetProcAddress( handle,"GetLastInputInfo" ); ... GETLASTINPUTINFO pFunc; Regards Pritpal Bedi -- View this messa

Re: [Harbour] How to fix this ?

2009-03-05 Thread Pritpal Bedi
his problem. I will investigate further. More suggesstions, other installer, etc is welcome. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/How-to-fix-this---tp22361860p22362315.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___

Re: [Harbour] How to fix this ?

2009-03-05 Thread Pritpal Bedi
Hi Viktor Szakáts wrote: > > NSIS or Inno. > I have looked into NSIS and its addons. What I could figure out, rather quickly, is that it is primarily script oriented. I want something to drag and drop as far as files are concerned. Digging deep more. Regards Pritpal Bedi --

Re: [Harbour] GTWVG and wincallb.c + WAPI

2009-03-05 Thread Pritpal Bedi
eed to hook a wndproc onto them. I know how to do so with a function name. Any clues? Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/GTWVG-and-wincallb.c-%2B-WAPI-tp22358281p22363784.html Sent from the Harbour - De

Re: [Harbour] PelleC - Permitted to be included in Harbour's Ready-to-use Distro

2009-03-05 Thread Pritpal Bedi
t 57 mb. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/PelleC---Permitted-to-be-included-in-Harbour%27s-Ready-to-use-Distro-tp22353245p22363864.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Har

Re: [Harbour] Sample make scripts #2

2009-03-05 Thread Pritpal Bedi
: Missing prototype for 'ShellExecute'. ../../win_misc.c(101): error #2048: Undeclared identifier 'CREATE_NO_WINDOW'. make.exe[3]: [win_misc.obj] Error 1 (ignored) pocc.exe -I. -Ze -Go -Ot -Ox -Tarm-coff -D_WINCE -DUNICODE -DHB_NO_WIN_CONSOLE -I../../../../include-c ../../win_o

Re: [Harbour] hb_gt_ItemBase() and PellesC

2009-03-06 Thread Pritpal Bedi
e -Ox option will only rarely find things to optimize, and in your case it will cause a GPF. I suggest you skip the -Ox option and just use the -Ot option for now... Pelle Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/hb_gt_ItemBase%28%29-and-PellesC-tp2234

Re: [Harbour] Wild idea: Conditional #include

2009-03-08 Thread Pritpal Bedi
where all overlapping screens are being transferred to modal GTs. I am almost done. But to acheive this functionality I have to include a .ch file in every prg in my project, a hell of the job. May be I am missing something about command line switches... Regards Pritpal Bedi -- View this mess

Re: [Harbour] Closing of 1.1?

2009-03-10 Thread Pritpal Bedi
table way to IPicture->Render() replacement. Anybody to help ? Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/Closing-of-1.1--tp22284613p22439419.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___

Re: [Harbour] Closing of 1.1?

2009-03-10 Thread Pritpal Bedi
xes it properly before me. ] >>> GTWVT need only one guard, just switch off 'layerd window' protocol. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/Closing-of-1.1--tp22284613p22440340.html Sent from the Harbour - Dev mailing list archive at

Re: [Harbour] Closing of 1.1?

2009-03-10 Thread Pritpal Bedi
th GTWVT in WinCE. It will be nice if some can test > it. > hb_gtInfo( HB_GTI_RESIZEMODE, HB_GTI_RESIZEMODE_ROWS ) as default proto should only be set for WinCE, otherwise whole GT default functionality will tumble. Regards Pritpal Bedi -- View this message in context: http://www.nab

[Harbour] SetKey() and hb_gtReload()

2009-03-10 Thread Pritpal Bedi
xecuted. // while I am expecting that it should not as // I am placed in a new window. do while inkey()<>27 enddo return nil Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/SetKey%28%29-and-hb_gtReload%28%29-tp22444718p22444718.html Sent from the Ha

Re: [Harbour] SetKey() and hb_gtReload()

2009-03-10 Thread Pritpal Bedi
keep > your local GT setting. F.e. you can store hash array in GT cargo item > and use "SETKEY" index to keep your own SeyKey() array inside. > > You are right. I already have figured out the problems if SetKey() is made GT specific. Thanks for the explanation. Regards P

[Harbour] Memoedit() - UserFunc == YES and EDITABLE == NO

2009-03-11 Thread Pritpal Bedi
Hello Once before I had reported this error. Appln crashes if UserFunc is defined and memo is in readonly mode. Can someone look into it. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/Memoedit%28%29---UserFunc-%3D%3D-YES-and-EDITABLE-%3D%3D-NO

Re: [Harbour] Memoedit() - UserFunc == YES and EDITABLE == NO

2009-03-11 Thread Pritpal Bedi
SetCursor(SC_NORMAL) ELSE SetCursor(SC_SPECIAL1) ENDIF ENDIF ENDCASE RETURN ME_DEFAULT //------// Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/Memoedit%28%29---

Re: [Harbour] Memoedit() - UserFunc == YES and EDITABLE == NO

2009-03-11 Thread Pritpal Bedi
und 4000 ) times with nMode == 1 ( ME_UNKEY ). Buffer is never displayed and appln terminates. Need more debugging, then tell me. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/Memoedit%28%29---UserFunc-%3D%3D-YES-and-EDITABLE-%3D%3D-NO-tp22457681p22462410.html S

Re: [Harbour] How can be done in harbour?

2009-03-11 Thread Pritpal Bedi
s cannot be assigned indivisually. It is a collective bunch of 5 or so attributes. So I introduced hb_gtInfo( HB_GTI_SETFONT, { cFontName, nFontHeight, nFontWidth, nFontWeight, nFontQuality } ) in GTWVG. It sets the font in one shot and is a logical one. For screen resolutions: hb_gtInfo( HB_GTI_DESKT

[Harbour] GTWVG and Buffered Console

2009-03-12 Thread Pritpal Bedi
rewarding. Once this is done, I may think to port GTWVW in GTWVG if get a substantial number of confirmations which may persuade me to port GTWVW. So please post your vote here under this thread so that I could make up my mind to port GTWVW. Please note, the number must be substancial. Regar

RE: [Harbour] HB_BUILD_DEBUG

2009-03-12 Thread Pritpal Bedi
to locate and loose the reference and context of the subject matter. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HB_BUILD_DEBUG-tp22464982p22478910.html Sent from the Harbour - Dev mailing list archive at Nabble.com. _

Re: [Harbour] GTWVG and Buffered Console

2009-03-12 Thread Pritpal Bedi
Hi Viktor Viktor Szakáts wrote: > > I'd suggest to do this after the release if gtwvt is also involved. > GTWVT is not involved. BYW it is much easier to implement this proto in GTWVT then GTWVG. And it will be a performance boost. I will show the code shortly. Regard

Re: [Harbour] GTWVG and Buffered Console

2009-03-12 Thread Pritpal Bedi
y seldom so I'm not good person to > answer but looking at xharbour.news I'm finding that many people are > intersting in GTWVW port. > I also think so. But as I am not a user of GTWVW, I cannot port it as is. Rather I will port the concept in GTWVW. Regards Pritpal Bedi -- V

Re: [Harbour] WinCE / poccce build warnings/errors

2009-03-12 Thread Pritpal Bedi
t for default WinCE builds. As this construct is used at many places, and even if it is commented out, there are many more constructs are in use which have to be disabled. So then the basics of GTWVG are gone. If someone has to develop WinCE applns the only option stands is GTWVT. Regards P

<    5   6   7   8   9   10   11   12   13   14   >