Harbour MiniGUI IDE 2.6.4

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

Moderator: Rathinagiri

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

Harbour MiniGUI IDE 2.6.4

Post by Roberto Lopez »

English:

- Fixed: Problems when 'Name' property value is changed in various
controls. Reported by Esgici.

Español:

- Solucionado: Problemas al cambiar la propiedad 'Name' en varios
controles. Reportado por Esgici.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
rcain
Posts: 8
Joined: Fri Oct 17, 2008 1:54 am

Re: Harbour MiniGUI IDE 2.6.4

Post by rcain »

Does anyone use MiniGUI IDE to create a project.
There is no sample code that really uses the a FORM created by the IDE.

Does any one have a PORJECT that is built using the IDE that:
In the code
Opens a form.
gets data from a TextBox
Looks up a record in a DBF table,
Display’s the results on the form


The project would only have to have:
2 TextBox, one for input, one for the results
1 button to perform the lookup
1 button to terminate
the DBF only needs 2 fields, a key field and a data field.

A NewBe just needs a small example that actually does something, to get started!
All examples are just snip lets, not enough to tie anything together as far as the IDE goes.

Thanks,

Robin
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Harbour MiniGUI IDE 2.6.4

Post by esgici »

Hi Robin,

Welcome aboard :)
rcain wrote:Does anyone use MiniGUI IDE to create a project.
Personally, I am building almost all my project ( including console applications) by IDE.
There is no sample code that really uses the a FORM created by the IDE.
...
All examples are just snip lets, not enough to tie anything together as far as the IDE goes.
Why you don't look at HmgIDE\Samples folder ? Actually there are 21 samples and all of them are FORM based (see .fmg files).
Does any one have a PROJECT that is built using the IDE
Please look at this tutor page :

http://vivaclipper.googlepages.com/ide_sample1_eng

Not include all of your requests, but surely respond most of your questions and may be a good starting point for you.

Happy HMG'ing :)

Regards

--

esgici
Viva INTERNATIONAL HMG :D
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Harbour MiniGUI IDE 2.6.4

Post by Roberto Lopez »

esgici wrote: Please look at this tutor page :

http://vivaclipper.googlepages.com/ide_sample1_eng
An IMPRESSIVE tutorial.

Thanks!!!!

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Harbour MiniGUI IDE 2.6.4

Post by esgici »

Roberto Lopez wrote:
esgici wrote: Please look at this tutor page :

http://vivaclipper.googlepages.com/ide_sample1_eng
An IMPRESSIVE tutorial.

Thanks!!!!

Regards,

Roberto.
All thanks about HMG are to you, Roberto.

As I denoted in the first announce, this tutor page need
a translation aid :(

At least correction for this Google translated text.

Best Regards

--

esgici
Attachments
IDE_Sample.zip
(4 KiB) Downloaded 313 times
Viva INTERNATIONAL HMG :D
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Harbour MiniGUI IDE 2.6.4

Post by Roberto Lopez »

esgici wrote:
Roberto Lopez wrote:
esgici wrote: Please look at this tutor page :

http://vivaclipper.googlepages.com/ide_sample1_eng
An IMPRESSIVE tutorial.

Thanks!!!!

Regards,

Roberto.
All thanks about HMG are to you, Roberto.

As I denoted in the first announce, this tutor page need
a translation aid :(

At least correction for this Google translated text.

Best Regards

--

esgici

Ok. I can`t tell you when, but i'll do it.

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
rcain
Posts: 8
Joined: Fri Oct 17, 2008 1:54 am

Re: Harbour MiniGUI IDE 2.6.4

Post by rcain »

I tried to create a project on my own (see attachment), tacking full advantage of the IDE and bound fields…..(used DATA_BOUND sample program to get some insight, it does not use the IDE, I reproduced the minimum amount to see if it would works). Please look at my attachment, it fails trying to put data in the fields, I think..)

If the bound fields worked, it would be great….

Thanks,

Robin :o
Attachments
MAIN.zip
(8.6 KiB) Downloaded 317 times
Post Reply