1. Re: tab items bleeding through into another tab item

Hi Judith,
I've tracked down the bug's behaviour - no solution yet,  but working on it.

It appears to be related to a timing issue in Windows. If I step through the
example code through the debugger it works fine, but if I let it run at full
speed we get the weird effect. Also, it only seems to appear when you click
on tabitems from Right to Left!

Its a holiday in Melbourne today (the Melbourne Cup is run today) so the
family is going on a picnic with other friends. So I can't fix anything up
until tonight at the earliest.

------
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 )
>

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu