Re: tab items bleeding through into another tab item
Hi Judith,
to fix the "bleeding thru" problem, add the following line of code, just
before the procedure called "activateTabItems" returns.
repaintWindow( findParentWindow( id ))
This is a quick fix. I'll investigate a more elegant one tomorrow.
------
Derek Parnell
Melbourne, Australia
(Vote [1] The Cheshire Cat for Internet Mascot)
----- Original Message -----
From: "Archie & Judith" <camping at flash.net>
To: <dparnell at bigpond.net.au>
Sent: Tuesday, November 07, 2000 10:01 AM
Subject: tab items bleeding through into another tab item
> Derek,
>
> This is code that bleeds the pushbutton onto the group. This is with
> win32lib version 53.
>
> Judith
>
> -- code generated by Win32Lib IDE v0.9k.2
>
> include Win32Lib.ew
> without warning
>
> --------------------------------------------------------------------------
------
>
> -- Window Window1
> global constant Window1 = create( Window, "The Window1", 0, 0, 0, 500,
> 400, 0 )
> global constant TabControl2 = create( TabControl, "TabControl2",
> Window1, 124, 25, 204, 164, 0 )
> global constant TabItem3 = create( TabItem, "TabItem3", TabControl2, 0,
> 0, 0, 0, 0 )
> global constant Group4 = create( Group, "Group4", TabItem3, 24, 36, 168,
> 96, 0 )
> global constant Radio5 = create( Radio, "Radio5", Group4, 12, 24, 150,
> 20, 0 )
> global constant Radio6 = create( Radio, "Radio6", Group4, 8, 60, 150,
> 20, 0 )
> global constant TabItem7 = create( TabItem, "TabItem7", TabControl2, 0,
> 0, 0, 0, 0 )
> global constant PushButton8 = create( PushButton, "PushButton8",
> TabItem7, 40, 64, 90, 30, 0 )
>
>
> WinMain( Window1, Normal )
>
|
Not Categorized, Please Help
|
|