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

2010-03-06 Thread Pritpal Bedi
Viktor Szakáts wrote: > >> [at this point I opened 'projects/hbide.hbp'] >> >> 6) Ctrl+F4 or left-click on tab header doesn't work to close >> source code tabs. I could only do it from main menu. >> A simple close icon on tab would also be a solution, but >> key-combination is a must. >

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

2010-03-06 Thread Pritpal Bedi
Viktor Szakáts wrote: > > Clicking behavior is now fixed. But I still > can't easily grasp the meaning of this icon. > I need to play with it some more. > Let me explain how powerful this feature is: 1. Select "New..." from drop-down list of right-most combo-box on top toolbar. 2. In the

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

2010-03-06 Thread vszakats
Revision: 14074 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14074&view=rev Author: vszakats Date: 2010-03-07 03:36:34 + (Sun, 07 Mar 2010) Log Message: --- missed one file from last entry: 2010-03-07 04:34 UTC+0100 Viktor Szakats (harbour.01 syenar

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

2010-03-06 Thread vszakats
Revision: 14073 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14073&view=rev Author: vszakats Date: 2010-03-07 03:35:31 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 04:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/hvm.c * include/

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

2010-03-06 Thread Viktor Szakáts
Hi Pritpal, Results after r14072. > 1) In top of left toolbar there is green block. > It seems to be 'Editor Panels'. I couldn't yet > find its function, but maybe at least the icon > should be changed to something else, because now > it's IMO difficult to find out what it is. At >

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

2010-03-06 Thread Viktor Szakáts
Hi Pritpal, Testing results after r14072. On 2010 Mar 3, at 22:27, Viktor Szakáts wrote: > Hi Pritpal, > > My experiences with latest HBIDE, with deleted .ini file: > > 1) 'Help | About' menu item is still using the old app icon. Fixed. > 2) Many control backgrounds are still "gradient" styl

[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-harbour-tp4688400p46884

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

2010-03-06 Thread Pritpal Bedi
vouchcac wrote: > > Revision: 14072 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14072&view=rev > Author: vouchcac > Date: 2010-03-07 00:06:49 + (Sun, 07 Mar 2010) > Here are the first impressions: Welcome: Projects http://n2.nabble.com/file/n468844

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

2010-03-06 Thread vouchcac
Revision: 14072 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14072&view=rev Author: vouchcac Date: 2010-03-07 00:06:49 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-06 15:32 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) + contrib/hbide/resources/fl_

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

2010-03-06 Thread druzus
Revision: 14071 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14071&view=rev Author: druzus Date: 2010-03-06 22:44:51 + (Sat, 06 Mar 2010) Log Message: --- 2010-03-06 23:44 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/evalhb

Re: [Harbour] hvmall dependencies in make

2010-03-06 Thread Przemysław Czerpak
On Sat, 06 Mar 2010, Szak�ts Viktor wrote: Hi, > After introducing hvmall.c, the incremental > build mode don't work in case of vm lib for > targets which have HB_HVM_ALL mode enabled. > This means that if any .c files which are > included into hvmall.c are changed, the lib > won't be automat

[Harbour] hvmall dependencies in make

2010-03-06 Thread Viktor Szakáts
Hi All, After introducing hvmall.c, the incremental build mode don't work in case of vm lib for targets which have HB_HVM_ALL mode enabled. This means that if any .c files which are included into hvmall.c are changed, the lib won't be automatically rebuilt and a 'clean' is necessary. It's not

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

2010-03-06 Thread Viktor Szakáts
Hi, thank you, now it's fine. Brgds, Viktor On 2010 Mar 6, at 21:26, Przemysław Czerpak wrote: > On Sat, 06 Mar 2010, Szak�ts Viktor wrote: > > Hi, > >> with win/mingw: >> ../../../gencc.c: In function 'hb_gencc_checkNumAhead': >> ../../../gencc.c:241: warning: comparison is always false due t

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

2010-03-06 Thread druzus
Revision: 14070 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14070&view=rev Author: druzus Date: 2010-03-06 20:27:13 + (Sat, 06 Mar 2010) Log Message: --- 2010-03-06 21:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/compiler/

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

2010-03-06 Thread Przemysław Czerpak
On Sat, 06 Mar 2010, Szak�ts Viktor wrote: Hi, > with win/mingw: > ../../../gencc.c: In function 'hb_gencc_checkNumAhead': > ../../../gencc.c:241: warning: comparison is always false due to limited > range of data type Ups, Thanks for the information. I wrongly used HB_LONG_{MAX,MIN} instead of

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

2010-03-06 Thread Viktor Szakáts
with win/mingw: ../../../gencc.c: In function 'hb_gencc_checkNumAhead': ../../../gencc.c:241: warning: comparison is always false due to limited range of data type Brgds, Viktor On 2010 Mar 6, at 18:34, dru...@users.sourceforge.net wrote: > Revision: 14069 > > http://harbour-project.

[Harbour] Can HB_GTI_CLOSABLE and HB_GTI_RESISABLE hide the icons

2010-03-06 Thread Lorenzo Fiorini
In 2.0.0 gtxwc/gtwvt I have: Hb_GTInfo(HB_GTI_CLOSABLE, FALSE ) Hb_GTInfo(HB_GTI_RESIZABLE, FALSE ) icons are shown but not active and this confuse the users. Is it possible to hide them? best regards, Lorenzo ___ Harbour mailing list (attachmen

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

2010-03-06 Thread druzus
Revision: 14069 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14069&view=rev Author: druzus Date: 2010-03-06 17:34:15 + (Sat, 06 Mar 2010) Log Message: --- 2010-03-06 18:33 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbxvm

Re: [Harbour] misinformation on xhb newsgroup

2010-03-06 Thread Przemysław Czerpak
On Sat, 06 Mar 2010, Budyanto Dj. wrote: Hi, > If you read it carefully on the link you posted: > http://groups.google.com/group/comp.lang.xharbour/browse_thread/thread/98c34c87431b30e4 > there is only one person who has misunderstanding. And the very > person has already realized his mistake and

Re: [Harbour] misinformation on xhb newsgroup

2010-03-06 Thread Viktor Szakáts
Hi, > Viktor, > > If you read it carefully on the link you posted: > > http://groups.google.com/group/comp.lang.xharbour/browse_thread/thread/98c34c87431b30e4 > > there is only one person who has misunderstanding. And the very person has > already realized his mistake and apologized for the co

Re: [Harbour] misinformation on xhb newsgroup

2010-03-06 Thread Budyanto Dj.
Viktor, If you read it carefully on the link you posted: http://groups.google.com/group/comp.lang.xharbour/browse_thread/thread/98c34c87431b30e4 there is only one person who has misunderstanding. And the very person has already realized his mistake and apologized for the confusion he has made

[Harbour] misinformation on xhb newsgroup

2010-03-06 Thread Viktor Szakáts
Hi All, If someone is able and willing to post on xhb public newsgroup, it would be great to clear up some hard misunderstandings there. One of the insane xhb extensions was painted by someone as a Harbour invention and something which cannot be fixed by xhb developers. This is completely fals

[Harbour] wich Remote Gui Protocols for harbour?

2010-03-06 Thread Massimo Belgrano
There is a project named Vedga (former Glan, sourceforge.net/projects/glan/) which offers unversal component-drawing client (somewhat like a player or browser) and all GUI is processed at the server (process per client). It is built on the Qt library and protocol thinks in terms of Qt objects, slot