Page 1 of 1

Errors using TAB control in HMG IDE

Posted: Sun Aug 01, 2010 8:39 pm
by andrebit
Hy Friends

When a try to design some forms in HMG IDE (versions 2010.06.20), I found problems with the TAB control:

- Positioning of controls inside TAB control. When a control is positioned inside a TAB control, the positions (row,col) inside IDE do not match positions at executable. At IDE, the positions are relative to TAB control, altough at runtime the positions are relative to Window;

- Frames inside TAB controls results in an error in executable.

Thanks to Master Roberto for the terrific tool and to the people's forum for the help.

André (from Brazil)

(sorry my bad english)

Re: Errors using TAB control in HMG IDE

Posted: Mon Aug 02, 2010 10:39 am
by melliott42
Please post you TAB code.

Re: Errors using TAB control in HMG IDE

Posted: Mon Aug 02, 2010 2:19 pm
by andrebit
Indeed, the problem appears when I use several Panels Windows inside a Main Window. Perhaps, what i tried to do is not allowed (?)

Well, now i send the code project for your opinion.

Note: if you delete the frame control, the code works.

Thanks again.

André