is working fine and we gain a chance to
experiment further with this implementation.
So the question is, should I commit code? Or wait until
demoxbp.exe is also working ? The question is targetted
for those who have based their own implementations on HBQT.
Regards
Pritpal Bedi
--
View this
improve the speed for sure.
Any objections?
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/HBQT---Signal-Slots---Change-in-parameters-tp25911835p25911835.html
Sent from the Harbour - Dev mailing list archive at Nabble.com
tly until I get the desired results.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/HBQT-demoqt-tp25919918p25920232.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
___
Harbour mailing list
Harbour@harb
For that to happen we need
more insght how Qt works. This is first step in that direction.
First I have to get rid of memory consumption.
Next I will go for modularity. I wll explain why that could not been
achieved so far. For sure final result will be far superior.
OR can you suggest the skele
upports .ico files? test.ico is used to display title-bar
application icon. Try to change the source to supply
some .png instead of .ico, may be that helps.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/HBQT-demoqt-tp25919918p25929082.html
Sent from the Harbour -
The demo also crashes at exiting, see attachment.
>
Thanks for this detailed analysis. It appears some pointer
is being freed twice. Though this does not show up on Windows
but I have to analyze the GC implementation in more detail.
Regards
Pritpal Bedi
--
View this message in context:
Hi
Bruno Luciani wrote:
>
> Don't work here
>
Just comment out the section
oStyle := QWindowsXPStyle():new()
and check if it helps?
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/HBQT-demoqt-tp25919918p25930279.html
Sent from the Harbour - De
..\..\..\..\..\lib\win\mingw\libhbqt.a
Any remedy you can suggest?
Note that I cannot rever back or exclude classes because of
interdependancies.
I am struck, akind of.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/HBQT---More-classes-added-but-cannot-make-lib-now
ph ? * ph : hb_parptr( iParam ) );
}
PRG Call:
oWnd := QMainWindow():new()
oWnd:anyAction() =>GPFs
What I am doing wrong ?
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/HBQT---A-Clarification-tp25951642p25951642.html
Sent from the Harbour - De
Hello All
Pritpal Bedi wrote:
>
> HB_GARBAGE_FUNC( release_QMainWindow )
> {
>void ** ph = ( void ** ) Cargo;
>
>if( ph && * ph )
>{
> delete ( ( QMainWindow * ) * ph );
>
> * ph = NULL;
>}
> }
>
> HB_F
ould work fine but still hold on for a couple of days.
I am almost near to resolve some issues.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/HbQt-and-Connect-Events-tp25976580p25977345.html
Sent from the Harbour - Dev mailing li
t_gcpointer( 1 ); /* get
sender*/
if( !object )
{
object = ( QObject* ) hb_parptr( 1 );
}
char str[ 10 ];
hb_snprintf( str, sizeof( str ), "%s%i%s", "P", type, "P" );/* Make
it a unique identifier */
...
}
And let me know if it h
eblock;
s_e->listActv << true;
s_e->listObj << object;
object->setProperty( str, ( int ) s_e->listBlock.size() );
hb_retl( true );
}
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/HbQt-and-Connect-Events-tp25976580p25981393.html
Sent
an be achieved.
One suggession would be if we can separate .cpp lib and .prg lib.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/HBQT---More-classes-added-but-cannot-make-lib-now-tp25951480p25981494.html
Sent from the Harbour - Dev mailing list archive at Nabble.co
n no-time. But before this I would
like to carry other experiments.
Please keep on guiding in this direction.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/HBQT---A-Clarification-tp25951642p25981722.html
Sent from the Harbour - Dev mailing list archive at Nabbl
Hi
CarozoDeQuilmes wrote:
>
> It don't work.
>
> The sample that I sent in the previous mail, work fine in you test
> environment ???
>
No, I am not around my development environment.
May be later today.
Regards
Pritpal Bedi
--
View this message in context:
htt
7;s
.prg's
Pardon me as I am poor in make systems.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/HBQT---More-classes-added-but-cannot-make-lib-now-tp25951480p25982195.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
__
this later but first let me
overcome with memory issue. May be we will bave better control
of such situations.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/HBQT---A-Clarification-tp25951642p25982335.html
Sent from the Harbour - Dev mailing list archive at Nab
N nil
#ifdef __PLATFORM__WINDOWS
PROCEDURE hb_GtSys()
HB_GT_GUI_DEFAULT()
RETURN
#endif
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/HbQt-and-Connect-Events-tp25976580p25985786.html
Sent from the Harbour - Dev m
red why I am unable to free as much
resources as I have allocated, mainly due to the this fact
you explained. And it is really hard to detect and clear such
type of occurances.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/ActiveX-and-GPF-tp25960995p25996951.html
Sent
Hi
CarozoDeQuilmes wrote:
>
> Hi Pritpal, after I add the two functions to my project, it run fine
>
Good. Do you receive the events also ?
> I left the two changes into hbqt_slots.cpp indicated in previous mails.
>
By next commit these will be in SVN.
Regards
Pritpal
slots.cpp" in every folder,
but this may cause conflicts in the final executable, though I am
not sure of it right now.
If anyone has clues please forward.
In the meantime I continue with my experiments.
Regards
Pritpal Bedi
--
View this message in context:
Hi All
I am receiving this error in the middle of some commit:
Error: Commit failed (details follow):
Error: At least one property change failed; repository is unchanged
Can someone point me out what is wrong with my local repository?
Regards
Pritpal Bedi
--
View this message in context
lots.cpp(1787) : error C2065: 'str' : undeclared
> identifier
> ---
>
Fixed.
> ; TOFIX: I saw these warnings in almost all tested .cpp files:
> ---
> ../../../QWebSettings.cpp(86) : warning C4100: 'Cargo' :
> unreferenced formal par
rum
> and possible solutions. In general it's necessary to add to GC a way
> to detect logical references between different blocks allocated by
> hb_gcAlloc()
>
Take your own decision.
3rd party library support can be dropped. You just concentrate
what is the best possible solution
cently, see the change
logs.
I am trying to fix it.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/hbqt-error-%7E%7E%7E%7E%7E%7E%7E%7E%7E%7E%7E%7E-tp26031015p26032666.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
_
Hello Przemek
I am almost lost how to implement new GC structures
under dynamic scenario of HBQT. Can you guide in this direction?
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/HBQT---Nearly-lost-how-to-implement-new-GC-tp26033190p26033190.html
Sent from the
), ( Qt::WindowFlags )
hb_parni( 2 ) ) ;
}
else
{
pObj = new QMainWindow();
}
p->ph = pObj;
p->func = release_QMainWindow;
hb_retptrGC( p );
}
//--------//
Where is the error ?
Regards
Pritpal Bedi
--
View this message in
cted.
>
This may need only a couple of hours to implement so can be
left for the later time. Thnaks to show why this code can be slow.
Regards
Pritpal Bedi
/*** QPageSetupDialog.cpp ***/
[...]
static HB_GARBAGE_FUNC( release_QPageSetupDialog )
{
QPointer< QPageSetupDialog &
), iParam
> );
>
>
Thanks you.
Just see how poor I am in C.
It works. I will explain the other parts later.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/HBQT---Nearly-lost-how-to-implement-new-GC-tp26033190p26035324.html
Sent from the Harbour - De
m parent class QWidget )
SYNTHESIS
:new method return the correct object.
The whole process goes as intended and touches the
designated functions but GPF's at execution time.
If I implement :show method and corresponding .cpp function,
it executes fine, I can see the window on the
n obj;
}
After your final skeleton I will update the generator to reflect it.
I do not know what other issues will arise out of it but we will know
those issues when this is implemented first.
Thanks for showing the correct ways.
Regards
Pritpal Bedi
--
View this message in context:
http
Hi
Przemysław Czerpak wrote:
>
> BTW I created text which describes most important differences between
> Harbour and xHarbour. But it will be good if someone who know English
> fix me before I'll public it.
>
You can send it to me to look-at, if you decides so.
of the finest analysis of a
compiler internals I ever read.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/SF.net-SVN%3A-harbour-project%3A-12776--trunk-harbour-tp26075637p26086674.html
Sent from the Harbour - Dev mailing list archive
0"
HB_FTEMPCREATEEX() function needs a fix.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/Mem-Leak-tp26123668p26123668.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
___
Harbour mailing li
Thanks Lorenzo
Lorenzo Fiorini-2 wrote:
>
> On Ubuntu 9.10 i386 with native qt-dev simply opening and closing demoxbp:
>
> ./demoxbp
> QPainter::begin: Widget painting can only begin as a result of a
> paintEvent
> Object::disconnect: Use the SIGNAL macro to unbind
> QAction::triggered(bool)
the same.
This is the only issue left with Harbour-Qt. Once we resolve it we are
through.
Note that before introducing collectible pointers not even a single byte
was being reclaimed. Now at least we are able to get back more than half
of memory.
Regards
Pritpal Bedi
--
View this message in contex
s all invocations.
2) When GC collection code is called in destutions system memory keeps on
increasing
and is reclaimed when XbpDialog() goes out of scope but still a portion
of it
is never reclaimed.
Any insight will be welcome.
Regards
Pritpal Bedi
--
View this message in context:
My flagship production application "Vouch" ( extremely large )
running on 100s of clients is a pure GTWVG - MT - GUI application
and is running flawlessly. Look at Przemek's message in this context.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/Multith
Hello
Can someone enlighten me how can I extract a
static linkable lib from a .dll with MINGW?
This should be equivalent to "implib" utility of BCC.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/MINGW---Dll-to-Lib---Command-Syntax-tp26221154p26221154
Hi
Viktor Szakáts wrote:
>
> You don't need it though, since you can pass plain
> dlls to mingw linker.
>
This seems ok.
Can you show me the syntax what I must
insert into vouch.hbm ?
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/M
our documentation. The
> discussion on the mailling list seems not finished and without resolution.
> What was decided and how is it?
>
The unresolved part was "volunteer efforts" which nobody seemed to extend
except April White.
Probbaly someone have to take the initiative and charge
ned reference to
`twain_isextendedinfoenab...@4'
hbeztwain.o:hbeztwain.c:(.text+0x9c6): undefined reference to
`twain_enableextendedi...@8'
and like. Whereas in my wrappers I call these functions without "@4" etc
suffix. What's that?
Regards
Pritpal Bedi
--
View this messag
linker. 1120
If I move hb_OutDebug() function from hboutdbg.c to dbgfxc.c above
hb_ToOutDebug(),
it works. I am puzzled why MSVC do not recognize this function though header
entry is correct.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/MSVC-2008---XHB.lib
eed block"
Any hints what should I look into my code which worked with this
call all those years.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/CPU-Consumption-and-hb_idleState%28%29-tp26240902p26240902.html
Sent from the Harbour - Dev mailing list a
\HrbBCC\include\hbdefs.h 1602: Too many storage classes
> in declaration
>
>
Yes, I confirm it.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/BCC55-Compiling-error-on-.cpp-sources-tp26239543p26247558.html
Sent from the Harbo
Hello All
Pritpal Bedi wrote:
>
> I use something like this code
>
> DO WHILE .t.
> nKey := b_Inkey()
>
> IF nKey != 0 .and. nKey != 1101 // HB_K_RESIZE
>EXIT
> ENDIF
>
>
Hello
Yet another update:
MINGW also produces same error.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/CPU-Consumption-and-hb_idleState%28%29-tp26240902p26249226.html
Sent from the Harbour - Dev mailing list archive at Nabble.com
_K_RESIZE
>> >EXIT
>> > ENDIF
>> >
>> > hb_idleState()
>> > ENDDO
>> > hb_idleState() was allowing me to release CPU cycles and was
>
Revision: 12831 fixes it. Thank you.
Also, I can compile with BCC.
Rega
erhaps I need your "serious" help in this direction.
Waiting such logs for demoxbp.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/CPU-Consumption-and-hb_idleState%28%29-tp26240902p26256802.html
Sent from the Harbour - Dev mailing list archive at Nabble.c
sources\vouch\source\b_client.prg
{bcc|msvc}c:\dev_sources\vouch\source\b_scan.prg
c:\dev_sources\vouch\source\tprinter.c
{bcc|msvc}C:\dev_sources\vouch\source\hbeztwain.c
c:\dev_sources\dev_resources\vouch.res
{bcc|msvc}c:\dev_sources\dev_resources\ar32.res
# End vouch.hbm
Hope it helps.
Rega
rty Windows .DLLs without a MINGW
export by the author.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/From-xHarbour-to-Harbour%3A-need-some-infos-tp26256686p26258143.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
__
gt; results. (openssl, libcurl)
>
I do not know, nor did I say the "implib" is buggy. Just explained that
it has always allowed me to add any library I needed. BCC is slower of all
compilers, this is what I observed.
Regards
Pritpal Bedi
--
View this message in contex
the product itself to keep it alive and well on the long run. I'm sure
> it's
> everyone's interest to not let the project just vanish.
>
Very well said, Viktor.
The problem is everybody wants something for free but nobody want
to pay back, in any
sources.
Can you point to some sources I could write wrappers for.
I think I have the needed knowledge to implement it.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/From-xHarbour-to-Harbour%3A-need-some-infos-tp26256686p26275848.html
Sent from the Harbour - Dev ma
is also WIA API, but it's Windows-only.
>
I got it.
http://www.twain.org/
Will check in few days next to include it in Harbour.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/From-xHarbour-to-Harbour%3A-need-some-infos-tp26256686p26276090.
9-11-10 03:37 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
> - src/codepage/cphuisos.c
> - src/codepage/cphuwins.c
> - Deleted these variants which are no longer needed.
>
If I am not missing something, these files are being searched by
when building clean. May be somewhere else
Thanks Przemek
Przemysław Czerpak wrote:
>
> Full log in attachment.
> I only run demoxbp and closed it using [x] button.
>
This has helped in locating a cople of problems.
Can you repeate the same test again after afreash checkout.
Regards
Pritpal Bedi
--
View this messag
Hi
Przemysław Czerpak wrote:
>
> Full log in attachment.
> I only run demoxbp and closed it using [x] button.
>
Can you re-run for same log after
/*
* $Id: ChangeLog 12863 2009-11-10 19:55:47Z vouchcac $
*/
Regards
Pritpal Bedi
--
View this message in context:
http://ol
v["dog"]="fuffy"
v["cat"]=1975
? v["dog"]
? v["cat"]
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/Array-tp26302649p26302995.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
_
uot; ) NEW SHARED
You need to adopt this approach all along whenever you open the
same table in same thread. If you use multi-thread approach, you do not
have to distinguish alias. But in your case it is MDI window which is
always tied to same thread where parent window is fired.
Regards
Pritp
// oApp:oWidget:pPtr := 0
>
>
>
>RETURN
>
>the above sequence should be redesigned to eliminate the
> crashes on Linux.
>
>
>
> With the attached modification, demoqt and demoxbp where verified with
> valgrind. The erroneous memory hand
fference is in "constructive" vs "recreational" approach.
Hope you understand what I mean.
Regards
Pritpal Bedi
BTW I never used this libarry for my personal needs.
--
View this message in context:
http://old.nabble.com/hbvpdf-is-%22broken%22---tp26328049p26328315.h
plication,
More concerning aspect is about the memory usage which goes up with
every new dialog. Did you keep a watch on task manager while navigating
browser ? Very important digging-in strategy.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/HBQT%2C-HBXBP---Test---N
HB_TRACE() is not an option to me.
I am not used to application level debugging nor does it fits my needs.
Anybody who post this noise perhaps does not understand what he should
change to avoid it, however temporarily.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/HB
unfreed memory blocks.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-12868--trunk-harbour-tp26346347p26347229.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
___
Harbou
n you strip the messages to which you are replying?
Just keep relevant portion only into your message. Sometimes
it becomes difficult to locate the excat message of your current reply.
If you are ready with Harbour standard coding we can ask Viktor
to grant your write access on SVN.
Regards
Pri
the prototype.
Any suggessions are welcome.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/Edit-Compile-Debug-in-visual-cycle-tp26358161p26366151.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
___
ommit will be around this weekend though I am in a position to show
you up something.
NEXT REQUISIT
===
Your support in terms of vocalness.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/HBIDE---An-Overview-tp26379927p26379927.html
Sent from the Har
icult.
> maj be done also a visual debugger?
>
I am not the right person to do it. Probably someone will integrate.
> a little proposal for name hbmate hbvisual (is xmate like)
>
No. HBIDE is perfect.
Regards
Pritpal Bedi
BTW: can you set your newsreader not to attach messa
Hello All
Can some of you provide a descent icon for HBIDE.exe ?
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/HBIDE---An-Overview-tp26379927p26382358.html
Sent from the Harbour - Dev mailing list archive at Nabble.com
Hi
Edmer wrote:
>
> I just want to inquire if this issue has been resolved already.
>
Yep.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/CPU-Consumption-and-hb_idleState%28%29-tp26240902p26399559.html
Sent from the Harbour - Dev mailing list a
tatus
make[3]: *** [hbpp.exe] Error 1
rm hbpp.o
make[2]: *** [descend] Error 2
make[1]: *** [pp.inst] Error 2
make: *** [src.inst] Error 2
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/SVN-Error-tp26402594p26402594.html
Sent from the Harbour - Dev mailing list
of delete proto we are to
stick with.
Really nice thinking.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-12928--trunk-harbour-tp26413138p26413571.html
Sent from the Harbour - Dev mailing l
quot;not" stable?
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/HBIDE---An-Overview-tp26379927p26413630.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
___
Harbour mailing list (attachment si
or, you are 100% correct.
I do not plan to reinvent the wheels. I want to reuse
hbmk2 with .hbc and .hbm formats. I will use .hbp for the native
project management scenario. Additionally I will accept .xhp
but just one time only at the level of project definition.
I assume that hbmk2 does no
of a project manager could be obtained also with a good configuration of a
> smart editor as Notepad++, but this concept is very hard to implement out
> of an integrated tool.
>
Totally irrelevant to the topic.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/H
.hbc, .hbm and .hbp ( if it is in use ) ?
I plan to recreate all the files necessary to launch hbmk2 from an HBIDE
project definition.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/HBIDE---An-Overview-tp26379927p26414
umber of lines.
> Comment line begin with # as a convention. I suggest to create
> one option each line to keep it clean.
>
Now I better understand .hbp and .hbm.
I can build entire project only with .hbm. How does .hbc fits
into the picture. Probably I may think of splitting the
during the
process of HDIDE evolution. Let we first reach project management stage.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/To-Pritpal-about-hbide-tp26446002p26451351.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
___
Hello Viktor
Is it possible to pass string buffer to hbmk2 in .hbm format?
I want to avoid writing to .hbm disk file and then invoke hbmk2.
This will open another black window on the screen.
Also, can I capture the output of compile/link processes ?
Regards
Pritpal Bedi
--
View this message
ass framework.
This tool is of hibrid mode using Xbp class framework with HBQT classes for
some widgets which are not available in Xbp.
This is the reason I floated the idea of extending Xbase++ framework
which has not been accepted by the group by now.
But I am feeling the pinch of this o
Bruno
Bruno Luciani wrote:
>
> Error compiling HBIDE last SVN Ubuntu Linux 9.10
>
> 'QMAINWINDOW_ALLOWTABBEDDOCKS'
>
I expect some mature messages though you have quickly reverted it.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.
forms without errors. The native look and feel is
> really good and all the controls works as expected.
>
Can you forward your view points on demoxbp also.
This is more near to xbase syntax and probably the already documented
class framework.
Regards
Pritpal Bedi
--
View this message in
proof of concept, the real fruitation of the concepts lies in demoxbp or
hbide.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/hbqt-success-under-Linux%2C-Win%2C-OSX-and-next-step-tp26463380p26463455.html
Sent from the Harbour - Dev mailing list
726762283235352C3235352C323535293B207D0D0A004554484F446800820019004C4546542020385493012856930148624964653A6275696C644F75747075"
CurDir() needs
is assigned but not used in
> function 'HBIDE_FETCHNEWPROJECT(940)'
>
> No code generated.
>
Compile hbxbp with -d__HB_DEBUG__ -d__HB_WINDEBUG__
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/What-I-am-doing-wrong---or-is-a-bug-%28-HB
Edmer wrote:
>
> Hi,
>
> I just want to follow up if this has already been fixed.
>
Yes fixed.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/CurDir%28%29---Memory-Leakage-tp26472731p26504402.html
Sent from the Harbour - Dev mailing
> Still compliment
>
Thank you very much for your input.
More features will be added on commit-by-commit basis.
Please keep testing. This input always reminds me what else
I am missing in features list or implemented in a buggy way.
Regards
Pritpal Bedi
--
View this message in context:
http
and HBQT levels. The above design decision has to be taken
based on opening of this new horizon.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/HBXBP---Class-Framework-Change-tp26522373p26522373.html
Sent from the Harbour - Dev mailing list archive at Nabble.com
sible
> to ever resolve cleanly.
>
Yep, you are right.
::createFromQT( ..., pQtObject )
is good enough. Also this way it can be implemented
only at one place in class XbpWindow.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/HBXBP---Class-Framework-Change-tp26522373p265
te that we cannot live without it.
Your input is requested till I commit very important changes.
I do not want to face situation like QtWebKit.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/HBQT---QUiLoader.dll---Is-supported-on-all-platforms--tp26522799p26522799
Sorry, I was a little fast
Pritpal Bedi wrote:
>
> it becomes mandatory to have include QUiTools.dll in the library
>
QUiLoader => QtUiTools.lib and .dll
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/HBQT---QUiLoader.dll---Is-supported-on-a
y local environment so I committed.
May be this is unimportant now.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-13028--trunk-harbour-tp26532755p26534421.html
Sent from the Harbour -
can check.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-13028--trunk-harbour-tp26532755p26544934.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
___
Harbour mailing list (a
ject ) );
>
> ???
>
Yes, good catch. Please commit.
Probably it will be 211th line.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/Problem-in-OLE-implementation-tp26465023p26554766.html
Sent from the Harbour - Dev
j, const QString & name )
This function is equivalent to obj->findChild(name). It is provided as a
work-around for MSVC 6, which doesn't support member template functions.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/Compile-error-hbide-in-vc9-tp265626
linked hbide.exe ( in a zip format as it will
be huge )
somewhere on the web so that I can download to visualize what exactly is
happening.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/How-to-build-hbide-with-hbqt-static-libs--tp26541396p26585119.html
Sent fro
Hi
Tecnologia-2 wrote:
>
> Yes, you can download it at http://www.2dinfo.com.br/2dinfo/hbide.zip
>
Thank you.
I confirm that "Open" icon generates GPF in static build and
for sure it is linked with QFileDialog().
Regards
Pritpal Bedi
--
View this messag
vate list of function?
Click icon on the toolbar.
> Also buonbar will be used like status bar
I could not follow what you mean. Can you explain what it is ?
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-13097--trunk-harbour-
101 - 200 of 2125 matches
Mail list logo