Hi Luis,<br><br>I read your reply to Zein about tabs problem in fltk. I have the same problem. As you suggested, I checked the properties of the groups in tabs and they are using BOX style, but the GLSliceView windows still remain on the top of selected tab. 
<br><br>Have you tried your suggestion and did it work?<br><br>I am thinking if this is the light-weight and heavy-weight problem.<br><br>Thanks<br><br>Jiankui<br><br><pre>Hi Zein,<br><br>If you want your tabs to be opaque so that they
<br>cover the other tab-groups when they are selected,<br>you will have to make sure that your groups in the<br>tab are using BOX and not FRAMES.  Frames only define<br>the border and let the inside transparent.  Boxes,<br>
on the other hand are opaque.<br><br>Check the properties of the groups in your tab<br>and make sure they are using some sort of BOX.<br><br><br>Regards,<br><br><br>    Luis<br><br><br>---------------<br>salah wrote:<br>&gt;
<i> Thanks Luis,<br></i>&gt;<i> <br></i>&gt;<i> I did not find any tabs in the RegionGrowingSegmentation!<br></i>&gt;<i> But I have made the Tabs. Your last sentence <br></i>&gt;<i> &quot;You will have to create an FLTK Tab, and then put FLTK
<br></i>&gt;<i> groups inside it. Each group will appear as one of<br></i>&gt;<i> the options in the tab.&quot;<br></i>&gt;<i> was quite enough.<br></i>&gt;<i> I believe you are right person to write documentations for<br>
</i>&gt;<i> toolkits! really!<br></i>&gt;<i> <br></i>&gt;<i> However, one of my groups (one option in tag) has a viewer<br></i>&gt;<i> that inherits GLSliceView. The problem is that when I select <br></i>&gt;<i> this option/Group the viewer is shown just as I wish. But when
<br></i>&gt;<i> I choose any other tab-option, the window of this viewer<br></i>&gt;<i> remains on top of the newly selected groups. I assumed It must<br></i>&gt;<i> be automaticaly hided when its mother group is covered with
<br></i>&gt;<i> a new one, my assumption was not right! <br></i>&gt;<i> <br></i>&gt;<i> Is there someway to go around this problem?? It would be <br></i>&gt;<i> impractical if I must take care of this myself!<br></i>&gt;<i>
 <br></i>&gt;<i> <br></i>&gt;<i> Thanks,<br></i>&gt;<i> Zein<br></i>&gt;<i> <br></i>&gt;<i> -----Ursprüngliche Nachricht-----<br></i>&gt;<i> Von: Luis Ibanez [mailto:<a href="mailto:luis">luis</a> . ibanez at kitware . com]
<br></i>&gt;<i> Gesendet: Mittwoch, 11. Juni 2003 21:45<br></i>&gt;<i> An: salah<br></i>&gt;<i> Cc: ITK Users (E-Mail)<br></i>&gt;<i> Betreff: Re: [Insight-users] Tabs in fltk<br></i>&gt;<i> <br></i>&gt;<i> <br></i>&gt;<i>
 <br></i>&gt;<i> Hi Zein,<br></i>&gt;<i> <br></i>&gt;<i> Please take a look at the RegionGrowingSegmentation<br></i>&gt;<i> application in<br></i>&gt;<i> <br></i>&gt;<i>     InsightApplications/RegionGrowingSegmentation<br>
</i>&gt;<i> <br></i>&gt;<i> <a href="http://www">http://www</a> . itk . org/cgi-bin/cvsweb . cgi/InsightApplications/RegionGrowingSegmentation/?cvsroot=Insight<br></i>&gt;<i> <br></i>&gt;<i> FLTK tabs are used there to select among the multiple
<br></i>&gt;<i> possibilities for edge-preserving smoothing filters.<br></i>&gt;<i> (this is done in the 3D version, not in the 2D one).<br></i>&gt;<i> <br></i>&gt;<i> You will have to create an FLTK Tab, and then put FLTK
<br></i>&gt;<i> groups inside it. Each group will appear as one of<br></i>&gt;<i> the options in the tab.<br></i>&gt;<i> <br></i>&gt;<i> <br></i>&gt;<i> Regards,<br></i>&gt;<i> <br></i>&gt;<i> <br></i>&gt;<i>    Luis<br></i>
&gt;<i> <br></i>&gt;<i> <br></i>&gt;<i> ---------------------<br></i>&gt;<i> salah wrote:<br></i>&gt;<i> <br></i>&gt;&gt;<i>Hello all,<br></i>&gt;&gt;<i><br></i>&gt;&gt;<i>I am trying to make a tabed window UI with fltk.<br>
</i>&gt;&gt;<i>Unfortunately, I could not understand the documentation<br></i>&gt;&gt;<i>of tabs Fl_Tabs in fltk. <br></i>&gt;&gt;<i>Does any body  have little code of .fl for this purpose?<br></i>&gt;&gt;<i>Thanks<br></i>
&gt;&gt;<i>Zein<br></i>&gt;&gt;<i><br></i>&gt;&gt;<i>_______________________________________________<br></i>&gt;&gt;<i>Insight-users mailing list<br></i>&gt;&gt;<i>Insight-users at www . itk . org<br></i>&gt;&gt;<i><a href="http://www">
http://www</a> . itk . org/mailman/listinfo/insight-users<br></i>&gt;&gt;<i><br></i>&gt;<i> <br></i>&gt;<i> <br></i>&gt;<i> <br></i>&gt;<i> <br></i>&gt;<i> <br></i><br><br><br><br></pre>

    <hr>
    <br>