Page 1 of 1

Harbour MiniGUI IDE 2.6.4

Posted: Tue Sep 02, 2008 1:37 pm
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.

Re: Harbour MiniGUI IDE 2.6.4

Posted: Sat Oct 18, 2008 5:24 pm
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

Re: Harbour MiniGUI IDE 2.6.4

Posted: Sat Oct 18, 2008 6:22 pm
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

Re: Harbour MiniGUI IDE 2.6.4

Posted: Sat Oct 18, 2008 9:18 pm
by Roberto Lopez
esgici wrote: Please look at this tutor page :

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

Thanks!!!!

Regards,

Roberto.

Re: Harbour MiniGUI IDE 2.6.4

Posted: Sun Oct 19, 2008 12:14 am
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

Re: Harbour MiniGUI IDE 2.6.4

Posted: Sun Oct 19, 2008 10:34 am
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.

Re: Harbour MiniGUI IDE 2.6.4

Posted: Sun Oct 19, 2008 6:14 pm
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