sezerug / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

setShowResizeBar is disabled after calling .hide() - .show() #626

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi 
Im trying to do resizing  just like this example 
http://forums.smartclient.com/showthread.php?t=3127

with max / restore button to the layout , so if max button of the center panel 
is clicked the left and right will be disappear , and when restore is clicked 
the left and right panels will be return to the same state 

i use .hide() for left and right layout , and its ok but after applying restore 
with .show() its return to its state but the ShowResizeBar will be disabled !! 

any suggestion please ? 
Thank , 

Original issue reported on code.google.com by arkan.d...@gmail.com on 4 Sep 2011 at 7:58

GoogleCodeExporter commented 9 years ago
the problem appear only when the resizebar(built in) is clicked (so the layout 
will be maximized ) and after that trying to maximized another layout by 
clicking on max button  
which will call .hide() to the other layout ?

Original comment by arkan.d...@gmail.com on 4 Sep 2011 at 8:09

GoogleCodeExporter commented 9 years ago
Please post how-to questions to the forums (forums.smartclient.com), not here.  
If you're how-to question leads to a clear bug in the framework, come back and 
post it here with a minimal, standalone test case.

Original comment by smartgwt...@gmail.com on 5 Sep 2011 at 7:02