Page 1 of 1

HFCL 0.97

Posted: Sat Feb 05, 2011 2:43 pm
by Rathinagiri
Hi,

A new version of HFCL is released.

It can be downloaded from here.

site

HFCL 0.97 (2011-02-05)

Change Log:

ComboSearchBox

- Fixed: A small bug in ComboSearchBox (The first letter is always selected and overwritten when started typing in ComboSearchBox)

- New: DropHeight property to control the maximum height of ListBox.

Kindly test and give your opinions.

Re: HFCL 0.97

Posted: Sat Feb 05, 2011 5:05 pm
by esgici
Thanks a lot Rathi :)

Do you think adding "dynamic" functionality to th CSBox ?

Regards

--

Esgici

Re: HFCL 0.97

Posted: Sat Feb 05, 2011 5:18 pm
by Rathinagiri
Dynamic? I don't understand. Please explain to me.

Re: HFCL 0.97

Posted: Sat Feb 05, 2011 5:42 pm
by esgici
Hi Rathi,

Thanks to your interest :)
rathinagiri wrote:Dynamic? I don't understand. Please explain to me.
Please look at here ( yet another un-responded topic :( )

As quoted in topic text,
Dynamic means changeable at runtime.
"change" is for content of box; especially adding item(s) to the content.

Regards

--

Esgici

Re: HFCL 0.97

Posted: Mon Feb 07, 2011 7:40 am
by Rathinagiri
Esgici,

Can you please add this code to the ComboSearchBox? It will be helpful if it is optional.

Also, I wish to have another option. If while typing the first few letters, no item is available in the list, then the typed character should be deleted and the user should not be allowed to enter anything not in the list. ie., the user has to either select an item or left the CSB empty. By this way, I intend to have the achoice() feature in-built in CSB. Shall I do that?

Also, I wish to convey my humble thanks for your AutoFill code. It had rightly fitted in one of my software and the client is very much happy about this feature. Thank you once again man for your passion.