Moderator: Rathinagiri
-
mlacecilia
- Posts: 22
- Joined: Fri Oct 08, 2010 2:44 pm
Post
by mlacecilia » Tue Oct 19, 2010 12:06 pm
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
-
Roberto Lopez
- HMG Founder
- Posts: 3980
- Joined: Wed Jul 30, 2008 6:43 pm
- Has thanked: 27 times
- Been thanked: 168 times
Post
by Roberto Lopez » Tue Oct 19, 2010 12:22 pm
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)
-
Roberto Lopez
- HMG Founder
- Posts: 3980
- Joined: Wed Jul 30, 2008 6:43 pm
- Has thanked: 27 times
- Been thanked: 168 times
Post
by Roberto Lopez » Tue Oct 19, 2010 1:06 pm
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
Post
by mrduck » Tue Oct 19, 2010 1:46 pm
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
Post
by mrduck » Tue Oct 19, 2010 1:52 pm
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 !!!
-
Roberto Lopez
- HMG Founder
- Posts: 3980
- Joined: Wed Jul 30, 2008 6:43 pm
- Has thanked: 27 times
- Been thanked: 168 times
Post
by Roberto Lopez » Tue Oct 19, 2010 1:57 pm
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)
-
Roberto Lopez
- HMG Founder
- Posts: 3980
- Joined: Wed Jul 30, 2008 6:43 pm
- Has thanked: 27 times
- Been thanked: 168 times
Post
by Roberto Lopez » Tue Oct 19, 2010 2:21 pm
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)
-
Roberto Lopez
- HMG Founder
- Posts: 3980
- Joined: Wed Jul 30, 2008 6:43 pm
- Has thanked: 27 times
- Been thanked: 168 times
Post
by Roberto Lopez » Tue Oct 19, 2010 2:26 pm
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)
-
Roberto Lopez
- HMG Founder
- Posts: 3980
- Joined: Wed Jul 30, 2008 6:43 pm
- Has thanked: 27 times
- Been thanked: 168 times
Post
by Roberto Lopez » Tue Oct 19, 2010 2:29 pm
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)
-
Rathinagiri
- Posts: 5266
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Has thanked: 171 times
- Been thanked: 173 times
-
Contact:
Post
by Rathinagiri » Tue Oct 19, 2010 2:31 pm
Hi
I am getting this error for every demo...

- error.jpg (11.99 KiB) Viewed 1261 times
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.