New topic: 

Weblistbox Collapsing -

<http://forums.realsoftware.com/viewtopic.php?t=46823>

         Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic          Author  
Message        rvanar          Post subject: Weblistbox Collapsing -Posted: Tue 
Feb 05, 2013 10:19 am                         
Joined: Sun Dec 02, 2012 1:14 am
Posts: 4                I'm basically following the example that comes with RB 
TabPanelExample, so I'm not sure if this is a bug or not...

I have Webcontainers that contain weblistboxes they get shown based on the 
segment selection - this doesn't happen every time but happens enough to 
notice. I can get it to expand by "refreshing" the data.


select case SegmentIndex
case 0 // flight hours
  lct_control.Visible=false
  flight_control.Visible=true
  totals_page.Visible=false
case 1 // simulator hours
  lct_control.Visible=true
  flight_control.Visible=false
  totals_page.Visible=false
case 2 //semi annuals
  lct_control.Visible=false
  flight_control.Visible=false
  totals_page.Visible=false
case 3 // totals_page
  lct_control.Visible=False
  flight_control.Visible=false
  totals_page.Visible=True
end select
   
                             Top             Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

rbforumnotifier@monkeybreadsoftware.de

Reply via email to