Re: Disappearing Label - Solved

new topic     » topic index » view thread      » older message » newer message

I wrote:

>Is it a problem with my code?
<snip>
>TabControl56=create(TabControl,"TabControl",main,32,30,200,283,0)
>constant TabItem57=create(TabItem,"TabItem",TabControl56,0,0,0,0,0)
Yes, the TabItem should be set to the same size as the TabControl.
(DOH)

Thanks to Matt Lewis, who wrote:
>constant
>TabControl56=create(wxNotebook, {win,-1,32,30,200,283})
>constant TabItem57=create(wxPanel, TabControl56)
which was a good hint, and to Al Getz, who proved it could be solved.

Regards,
Pete

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu