1. ListView Disappear
- Posted by don cole <doncole at pa?bell?net> Feb 08, 2008
- 509 views
- Last edited Feb 09, 2008
Hello all, How can I make a ListView disappear and appear in my program? I should know this but don't. Don Cole
2. Re: ListView Disappear
- Posted by CChris <christian.cuvier at agr?cult?re.gouv.fr> Feb 08, 2008
- 474 views
- Last edited Feb 09, 2008
don cole wrote: > > Hello all, > > How can I make a ListView disappear and appear in my program? I > should know this but don't. > > Don Cole I assume you are using win32lib. Doesn't setVisible(the_control,true_for_visible_else_false) work? CChris
3. Re: ListView Disappear
- Posted by Matt Lewis <matthewwalkerlewis at ?mail.co?> Feb 08, 2008
- 495 views
- Last edited Feb 09, 2008
don cole wrote: > > Hello all, > > How can I make a ListView disappear and appear in my program? I > should know this but don't. Try the little red box with the X in the upper right. Always works for me. Matt
4. Re: ListView Disappear
- Posted by don cole <doncole at pac??ll.net> Feb 09, 2008
- 496 views
CChris wrote: > > don cole wrote: > > > > Hello all, > > > > How can I make a ListView disappear and appear in my program? I > > should know this but don't. > > > > Don Cole > > I assume you are using win32lib. Doesn't > setVisible(the_control,true_for_visible_else_false) work? > > CChris That's what I was looking for CChris, I just coundn't find it. Don Cole
5. Re: ListView Disappear
- Posted by don cole <doncole at pacbell?ne?> Feb 09, 2008
- 476 views
Matt Lewis wrote: > > don cole wrote: > > > > Hello all, > > > > How can I make a ListView disappear and appear in my program? I > > should know this but don't. > > Try the little red box with the X in the upper right. Always works for > me. > > Matt Matt, I don't see any little red box. Don Cole
6. Re: ListView Disappear
- Posted by Dan Moyer <danielmoyer at pro?igy.n?t> Feb 09, 2008
- 488 views
don cole wrote: > > Matt Lewis wrote: > > > > don cole wrote: > > > > > > Hello all, > > > > > > How can I make a ListView disappear and appear in my program? I > > > should know this but don't. > > > > Try the little red box with the X in the upper right. Always works for > > me. > > > > Matt > > Matt, > I don't see any little red box. > > Don Cole Heh heh heh, I think Matt means the little red CLOSE THIS WINDOW button at the upper right hand corner of any windows application! :) Dan Moyer