gfilatov wrote:Hello,
I want to present an adaptation of FiveWin class TsBrowse (original author is Manuel Mercado) to HMG

It is a
dirty and
fast adaptation of the current minigui ext. code.
The archive contains the all needed changes in the HMG sources and make batch for compiling tbrowse library for HMG folder structure.
Remark. There is a major limitation for TBrowse
font handling in this conversion because HMG don't have a Font control yet
Many Many Thanks Grigory!
I'm a little busy right now, but I'll test it tonight and I'll let know you about my experience.
Regarding font object, IMHO, it is out of HMG coding style.
The user must be able to assign a font name and style directly to a control (or control components) without caring about the creation a separate font object.
So, HMG must not have an 'user-exposed' font object, but if you need to add one for TSBROWSE use, there is no problem for my part, but it should be handled as in the rest of HMG controls (the required font object is automatically created and hidden to the user).