Page 10 of 11

Re: HFCL (Hmg Forum Component Library)

Posted: Wed Jun 17, 2009 11:53 am
by fchirico
rathinagiri wrote:Here is a new bug fixed, enhanced version of HFCL 0.92a. (2009.06.17)
hfcl.0.92a.zip
Change Log:

GridPrint
Thank rathinagiri!!!

Saludos, Fernando Chirico.

Re: HFCL (Hmg Forum Component Library)

Posted: Wed Jun 17, 2009 10:51 pm
by Vanguarda
rathinagiri wrote:Here is a new bug fixed, enhanced version of HFCL 0.92a. (2009.06.17)
hfcl.0.92a.zip
Change Log:

GridPrint

1. Fixed: Show window command error

2. Fixed: When columns are summed up, column width is not calculated according to the total. Now, total is within the column width.

3. Changed: When column sum is used, number mask passed on is used for the whole column to be printed to make the column look uniform.

4. New: "Reset Form" button is added to reset the report configuration saved in the config file "reports.cfg".
Thanks Rathi for this release.


with best regards,

Re: HFCL (Hmg Forum Component Library)

Posted: Thu Jun 18, 2009 1:20 am
by Roberto Lopez
Hi All,

I've made a little UCI sample.

It allows to use HFCL ComboSearchBox control in IDE.

Enjoy!

Regards,

Roberto.

Re: HFCL (Hmg Forum Component Library)

Posted: Thu Jun 18, 2009 3:43 am
by Rathinagiri
Thank you Roberto. I will try.

Re: HFCL (Hmg Forum Component Library)

Posted: Thu Jun 18, 2009 4:52 am
by sudip
Roberto Lopez wrote:Hi All,

I've made a little UCI sample.

It allows to use HFCL ComboSearchBox control in IDE.

Enjoy!

Regards,

Roberto.
Hello Roberto,

It runs fine. :)
Thanks a lot.
Do you have any plan to include ComboSearchBox control in next version of IDE? We are waiting for this :)

With best regards.

Sudip

Re: HFCL (Hmg Forum Component Library)

Posted: Thu Jun 18, 2009 5:09 am
by Rathinagiri
It is so easy! Thanks a lot Roberto.

Re: HFCL (Hmg Forum Component Library)

Posted: Thu Jun 18, 2009 5:10 am
by Rathinagiri
sudip wrote:
Roberto Lopez wrote:Hi All,

I've made a little UCI sample.

It allows to use HFCL ComboSearchBox control in IDE.

Enjoy!

Regards,

Roberto.
Hello Roberto,

It runs fine. :)
Thanks a lot.
Do you have any plan to include ComboSearchBox control in next version of IDE? We are waiting for this :)

With best regards.

Sudip
IMHO, .uci is a perfect method of adding user control interfaces to HMG-IDE.

Re: HFCL (Hmg Forum Component Library)

Posted: Thu Jun 18, 2009 5:25 am
by sudip
Hello Rathi,
rathinagiri wrote: IMHO, .uci is a perfect method of adding user control interfaces to HMG-IDE.
Thank you very much. I didn't know it. I learned it from you :)

I have very limited knowledge on IDE (and HMG also).

But, when I try to make some changes with the Hello.fmg form with IDE, most of the codes for CSB vanished. Moreover, when I select CSB control in the form (in ide), I found no property/method in property window.

May be I did something wrong. Can you please help me in this case?

TIA.

With best regards.

Sudip

Re: HFCL (Hmg Forum Component Library)

Posted: Thu Jun 18, 2009 12:00 pm
by Roberto Lopez
sudip wrote:It runs fine. :)
Thanks a lot.
Do you have any plan to include ComboSearchBox control in next version of IDE? We are waiting for this :)
Its already done!!! :)

The way to add an user component to IDE is the creation of a '.uci' file containing properties and events for that control.

'combosearchbox.uci' is included in the attachment.

Regards,

Roberto.

Re: HFCL (Hmg Forum Component Library)

Posted: Thu Jun 18, 2009 1:00 pm
by sudip
Roberto Lopez wrote:
sudip wrote:It runs fine. :)
Thanks a lot.
Do you have any plan to include ComboSearchBox control in next version of IDE? We are waiting for this :)
Its already done!!! :)
The way to add an user component to IDE is the creation of a '.uci' file containing properties and events for that control.
'combosearchbox.uci' is included in the attachment.
Thanks a lot Master Roberto. I am not sure where I did wrong, but when I try to change form, most of the properties of ComboSearchBox control are vanished. Moreover I cannot see any property/method in the property window when I select ComboSearchBox control.

I want to learn where I am doing mistakes.

Thank you very much again for ComboSearchBox.uci.

With best regards.

Sudip