1. Win32Lib prob I think - Listview not visible on tabs why?

------=_NextPart_000_0025_01C086BC.C9A3C220
        charset="iso-8859-1"

Hi all,
Originally thought this problem was related to IDE but after running the =
wdemo that comes with win32lib .55.1 got a similar problem.

I have a tab control with 3 tabs on it. The 1st tab has a list view on =
it which when 1st run is not visible, however if i select one of the =
other tabs and then select the 1st one again it is visible. Or if i =
click where things in the invisible list are they appear, but only that =
row appears.
Come Visit Me At www.locksdownunder.com


------=_NextPart_000_0025_01C086BC.C9A3C220
        charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi all,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Originally thought this problem was =
related to IDE=20
but after running the wdemo that comes with win32lib .55.1 got a similar =

problem.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I have a tab control with 3 tabs on it. =
The 1st tab=20
has a list view on it which when 1st run is not visible, however if i =
select one=20
of the other tabs and then select the 1st one again it is visible. Or if =
i click=20
where things in the invisible list are they appear, but only that row =
appears.
<DIV></FONT><FONT face=3DArial size=3D2>Come Visit Me At <A=20

------=_NextPart_000_0025_01C086BC.C9A3C220--

new topic     » topic index » view message » categorize

2. Re: Win32Lib prob I think - Listview not visible on tabs why?

------=_NextPart_000_0106_01C086ED.4FABBC80
        charset="iso-8859-1"

Hi Tony,
I've been able to reproduce the effect you reported. This is a definite =
bug.

As a workaround until I fix it, you can enclose the listview in a Group =
control.

------
Derek Parnell
Melbourne, Australia
(Vote [1] The Cheshire Cat for Internet Mascot)

  ----- Original Message -----=20
  From: Tony Steward=20
  To: EUPHORIA at LISTSERV.MUOHIO.EDU=20
  Sent: Thursday, January 25, 2001 10:51 AM
  Subject: Win32Lib prob I think - Listview not visible on tabs why?

  Hi all,
  Originally thought this problem was related to IDE but after running =
the wdemo that comes with win32lib .55.1 got a similar problem.

  I have a tab control with 3 tabs on it. The 1st tab has a list view on =
it which when 1st run is not visible, however if i select one of the =
other tabs and then select the 1st one again it is visible. Or if i =
click where things in the invisible list are they appear, but only that =
row appears.=20
  Come Visit Me At www.locksdownunder.com


------=_NextPart_000_0106_01C086ED.4FABBC80
        charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4611.1300" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi Tony,</FONT></DIV>
<DIV><FONT size=3D2>I've been able to reproduce the effect you reported. =
This is a=20
definite bug.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>As a workaround until I fix it, you can enclose the =
listview=20
in a Group control.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV>------<BR>Derek Parnell<BR>Melbourne, Australia<BR>(Vote [1] The =
Cheshire=20
Cat for Internet Mascot)<BR></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A title=3Dfigjam at NLC.NET.AU href=3D"mailto:figjam at NLC.NET.AU">Tony =
Steward</A>=20
  </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A =
title=3DEUPHORIA at LISTSERV.MUOHIO.EDU=20
  =
</A>=20
  </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Thursday, January 25, =
2001 10:51=20
  AM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Win32Lib prob I think =
- Listview=20
  not visible on tabs why?</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=3DArial size=3D2>Hi all,</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>Originally thought this problem was =
related to=20
  IDE but after running the wdemo that comes with win32lib .55.1 got a =
similar=20
  problem.</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>I have a tab control with 3 tabs on =
it. The 1st=20
  tab has a list view on it which when 1st run is not visible, however =
if i=20
  select one of the other tabs and then select the 1st one again it is =
visible.=20
  Or if i click where things in the invisible list are they appear, but =
only=20
  that row appears.=20
  <DIV></FONT><FONT face=3DArial size=3D2>Come Visit Me At <A=20
  =

------=_NextPart_000_0106_01C086ED.4FABBC80--

new topic     » goto parent     » topic index » view message » categorize

3. Re: Win32Lib prob I think - Listview not visible on tabs why?

Tab controls are strange creatures.  I don't have any problem with listviews
on tab controls, but I do with edit controls (Rich, MLE, etc).  My solution
was to manually set them invisible and then visible when the tab was
clicked.  What I found was that the control was drawn, but the tab control
then drew itself over the edit control.

The edits show a similar behavior in terms of partial visibility that you've
seen with listviews.

Matt Lewis




-----Original Message-----
From: Euphoria Programming for MS-DOS
[mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]On Behalf Of Tony Steward
Sent: Wednesday, January 24, 2001 3:52 PM
To: EUPHORIA at LISTSERV.MUOHIO.EDU
Subject: Win32Lib prob I think - Listview not visible on tabs why?


Hi all,
Originally thought this problem was related to IDE but after running the
wdemo that comes with win32lib .55.1 got a similar problem.

I have a tab control with 3 tabs on it. The 1st tab has a list view on it
which when 1st run is not visible, however if i select one of the other tabs
and then select the 1st one again it is visible. Or if i click where things
in the invisible list are they appear, but only that row appears.
Come Visit Me At www.locksdownunder.com <http://www.locksdownunder.com>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu