Errors using TAB control in HMG IDE

Moderator: Rathinagiri

Post Reply
andrebit
Posts: 16
Joined: Sat Jun 13, 2009 2:18 pm

Errors using TAB control in HMG IDE

Post 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)
melliott42
Posts: 119
Joined: Wed Feb 18, 2009 2:14 pm

Re: Errors using TAB control in HMG IDE

Post by melliott42 »

Please post you TAB code.
andrebit
Posts: 16
Joined: Sat Jun 13, 2009 2:18 pm

Re: Errors using TAB control in HMG IDE

Post 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é
Attachments
TestTab.zip
(3.56 KiB) Downloaded 270 times
TestTab.zip
(3.56 KiB) Downloaded 266 times
Post Reply