Page 71 of 106

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 12:06 pm
by mlacecilia
My intention was put it out of svn folder to avoid accidental commits, but I guess that it could done if all are warned (please remember that most of us have poor or no experience in svn use).
No problem to have the folder in the svn tree because you commit only the added folders/files to the svn repository.
It's enough to avoid to add the lib folder to the repository.
Best regards.
Maurizio

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 12:22 pm
by Roberto Lopez
2010-10-19 00:20 UTC-0300 Roberto Lopez (<mail.box.hmg@gmail.com>)
+ lib
+ lib/warning.txt
* hmg.hbc
* hmg.hbp
* Changed library location (requested by Maurizio)

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 1:06 pm
by Roberto Lopez
Rathinagiri,

I'll remove todo.txt and extensions.txt files, since the same data is in the hmg.4.html you've created.

In the future any of us can edit it if required to update it ourselves, so avoiding duplicate data.

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 1:46 pm
by mrduck
Is anybody porting tha CRUD functions and printarray ?

I think that hmg4 code should be "stressed" with real applications, to see which changes need to be done for production quality software...

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 1:52 pm
by mrduck
One note:

all codeblock called by :connect( event , {|| codeblock }) should return a boolean value. Standard value is .F. that tells Qt to proceed with event handling.
Returning .T. tells Qt to stop handling... so the event is not passed to the parent...

I think it is better to define 2 constants, somethink like:
#define EVENT_CONTINUE .F.
#define EVENT_STOP .T.

so that if something changes in hbqt internals it would be a quick switch...

as I said in previous messages, it can be really necessary to return .T. from some events !!!

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 1:57 pm
by Roberto Lopez
2010-10-19 11:00 UTC-0300 Roberto Lopez (<mail.box.hmg@gmail.com>)
* source/grid.prg
! Fixed more references to hb_q*:from( pPointer ) to q*FromPointer( pPointer )
to meet updated binaries.

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 2:21 pm
by Roberto Lopez
2010-10-19 11:21 UTC-0300 Roberto Lopez (<mail.box.hmg@gmail.com>)
* source/printer.prg
! Fixed more references to hb_q*:from( pPointer ) to q*FromPointer( pPointer )
to meet updated binaries.

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 2:26 pm
by Roberto Lopez
Francesco,

Since you've been working with print class, please could be you so kind to take a look at it?

samples/print/demo_5 is not working after conversion anymore.

I'm not able to figure out which the problem is.

TIA.

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 2:29 pm
by Roberto Lopez
mrduck wrote:as I said in previous messages, it can be really necessary to return .T. from some events !!!
Could you be a little more precise about the changes you are proposing?

TIA.

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 19, 2010 2:31 pm
by Rathinagiri
Hi

I am getting this error for every demo... :(
error.jpg
error.jpg (11.99 KiB) Viewed 2913 times