Welcome to the Project Developers' Table

Moderator: Rathinagiri

mlacecilia
Posts: 22
Joined: Fri Oct 08, 2010 2:44 pm

Re: Welcome to the Project Developers' Table

Post 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
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post 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)
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
mrduck
Posts: 497
Joined: Fri Sep 10, 2010 5:22 pm

Re: Welcome to the Project Developers' Table

Post 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...
mrduck
Posts: 497
Joined: Fri Sep 10, 2010 5:22 pm

Re: Welcome to the Project Developers' Table

Post 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 !!!
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Welcome to the Project Developers' Table

Post by Rathinagiri »

Hi

I am getting this error for every demo... :(
error.jpg
error.jpg (11.99 KiB) Viewed 2909 times
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply