HMG 3.0 FORUM TEST XIX

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0 FORUM TEST XIX

Post by Roberto Lopez »

mol wrote:Last two weeks I was working over my old project written in clipper 5.2.
I've moved it into hmg environment (console mode, for now).
I had to do to rapidly several amendments at the customer.
I'm impressed about portability of HMG - all program written on tne pendrive - HMG, IDE and my source files. All working fine and very quick.

So, I want to place here big thanks to Roberto and creators of Harbour.
Great work!

Best regards!
Marek
Most of the credit (almost all :) ) is for Harbour team. They have done a great job.

Regarding GUI, I've been very careful regarding functions used by the library.

Such functions must be available in an 'out of the box' Windows installation.

I've suffered a lot with development tools that relies on lots of components that must be installed along the app. to make it work and that usually generate conflicts on the target system due to incompatibilities with different versions of the same component, so one of my main concerns was to have only one app. file (the '.exe') needed at run-time.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: HMG 3.0 FORUM TEST XIX

Post by sudip »

Roberto Lopez wrote:...
I've suffered a lot with development tools that relies on lots of components that must be installed along the app. to make it work and that usually generate conflicts on the target system due to incompatibilities with different versions of the same component, so one of my main concerns was to have only one app. file (the '.exe') needed at run-time.
Yes, Master Roberto, this is absolutely what I want also :D
And for that reason, I like SQLite for small projects along with HMG :)
(Please don't misunderstand me, I also use DBFCDX and DBFNTX)

With best regards.

Sudip
With best regards,
Sudip
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0 FORUM TEST XIX

Post by mol »

I've got an error, when I try to add ComboSearchBox into my new format:

Code: Select all

Harbour MiniGui Errorlog File

------------------------------------
Date:2010.02.05 Time: 14:14:39
Error BASE/1003 Variable does not exist: combosearchbox_1Width
Called from __MVGET(0) 
Called from ADDCONTROL(1893) 
Called from (b)NEW(1531) 
Called from _DOWINDOWEVENTPROCEDURE(4944) 
Called from EVENTS(1193) 
Called from _DOMESSAGELOOP(0) 
Called from _ACTIVATEWINDOW(4608) 
Called from DOMETHOD(7373) 
Called from _OPEN(25260) 
Called from NEWFORM(30040) 
Called from (b)MAIN(321) 
Called from _DOCONTROLEVENTPROCEDURE(4920) 
Called from EVENTS(1335) 
Called from _DOMESSAGELOOP(0) 
Called from _ACTIVATEWINDOW(4562) 
Called from MAIN(935) 

------------------------------------
User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.0 FORUM TEST XIX

Post by Rathinagiri »

I will check and revert back soon Marek.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.0 FORUM TEST XIX

Post by Rathinagiri »

I couldn't reproduce the error here using the combosearchbox sample. Can you send me some sample?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0 FORUM TEST XIX

Post by mol »

I've started new project and new format.
I've tried to add new control - combosearchbox - and error of IDE occurs, then.


Marek
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0 FORUM TEST XIX

Post by Roberto Lopez »

mol wrote:I've got an error, when I try to add ComboSearchBox into my new format:

Code: Select all

Harbour MiniGui Errorlog File

------------------------------------
Date:2010.02.05 Time: 14:14:39
Error BASE/1003 Variable does not exist: combosearchbox_1Width
Called from __MVGET(0) 
Called from ADDCONTROL(1893) 
Called from (b)NEW(1531) 
Called from _DOWINDOWEVENTPROCEDURE(4944) 
Called from EVENTS(1193) 
Called from _DOMESSAGELOOP(0) 
Called from _ACTIVATEWINDOW(4608) 
Called from DOMETHOD(7373) 
Called from _OPEN(25260) 
Called from NEWFORM(30040) 
Called from (b)MAIN(321) 
Called from _DOCONTROLEVENTPROCEDURE(4920) 
Called from EVENTS(1335) 
Called from _DOMESSAGELOOP(0) 
Called from _ACTIVATEWINDOW(4562) 
Called from MAIN(935) 

------------------------------------
It's working fine here.

Maybe you are not using the correct 'combosearchbox.uci' file:

Code: Select all

[Properties]
name,
row,
col,
height,24
width,120
fontname,"Arial"
fontsize,9
fontbold,.F.
fontitalic,.F.
fontunderline,.F.
items,{}
value,""
backcolor,nil
fontcolor,nil
maxlength,nil
uppercase,.f.
lowercase,.f.
numeric,.f.
rightalign,.f.
tabstop,.t.
helpid,nil
[Events]
onlostfocus,nil
ongotfocus,nil
onenter,nil
Please, try it.
Regards/Saludos,

Roberto


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

Re: HMG 3.0 FORUM TEST XIX

Post by Roberto Lopez »

sudip wrote:
Yes, Master Roberto, this is absolutely what I want also :D
And for that reason, I like SQLite for small projects along with HMG :)
(Please don't misunderstand me, I also use DBFCDX and DBFNTX)
I'm interested in SQLite too, but I had not enough time to research it yet.

And, please, try to omit the 'Master' word when refers to me. I don't deserve :)
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: HMG 3.0 FORUM TEST XIX

Post by sudip »

Roberto Lopez wrote:....
I'm interested in SQLite too, but I had not enough time to resear it yet.

And, please, try to omit the 'Master' word when refers to me. I don't deserve :)
Thanks, Roberto.

When I joined HMGForum, I saw some very experienced users called you "Mastro", which is a Spanish word. I found it's English synonym is "Master". :lol:

I shall call you "Roberto" from now (One of my friends pointed out, I have another bad habit of using too much Smileys, I shall also reduce them.)

With best regards.
Sudip
With best regards,
Sudip
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0 FORUM TEST XIX

Post by Roberto Lopez »

sudip wrote: <...>
(One of my friends pointed out, I have another bad habit of using too much Smileys, I shall also reduce them.)
I have no problem with smiles :)

I'm sure that those just reflects your behavior in real life, as we can see in your photo :)
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply