Welcome Guest Search | Active Topics | Sign In | Register

Splitter Panel Stack Over Flow Error. Options
pawajee
Posted: Tuesday, September 8, 2009 6:19:49 AM
Rank: Newbie
Groups: Member

Joined: 6/4/2008
Posts: 5
Hi Support,

I need collapseable panel functionality with splitter and because of that I'm testing your Splitter control. for that purpose I've wrote the code given below but it's giving "STACK OVER FLOW ERROR". My current version of dll is 7.0.26.2.

<eo:Splitter id="Splitter1" runat="server" BorderColor="#A0A0A0"
BorderStyle="Solid" BorderWidth="1px" CollapseButtonHoverImage="00080103" CollapseButtonImage="00080102"
ControlSkinID="None" DividerImage="00080101" DividerSize="8" ExpandButtonHoverImage="00080105"
ExpandButtonImage="00080104" ClientSideOnResized="OnSplitterResized">


<eo:SplitterPane id="SplitterPane2" runat="server" ScrollBars="None">

<eo:Splitter id="Splitter2" runat="server" BorderColor="#A0A0A0"
BorderStyle="Solid" BorderWidth="1px" CollapseButtonHoverImage="00080103" CollapseButtonImage="00080102"
ControlSkinID="None" DividerImage="00080101" DividerSize="8" ExpandButtonHoverImage="00080105"
ExpandButtonImage="00080104">
<eo:SplitterPane id="Splitterpane3" Width="100px" runat="server">
<DIV style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px">
Top Pane Contents
</DIV>
</eo:SplitterPane>
<eo:SplitterPane id="Splitterpane4" runat="server">
<DIV style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px">
Bottom Pane Contents
</DIV>
</eo:SplitterPane>
</eo:Splitter>
</eo:SplitterPane>

<eo:SplitterPane id="SplitterPane1" Width="100px" runat="server">
<DIV style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px">Left
Pane Contents
</DIV>
</eo:SplitterPane>
</eo:Splitter>
eo_support
Posted: Tuesday, September 8, 2009 9:37:18 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

This is a problem when your splitter does not have height. Try to give Splitter2 an explicit Height value and you should no longer see the problem. We will look into further to see if we can enhance the Splitter so that it can function fine even without Height.

Thanks!

pawajee
Posted: Wednesday, September 9, 2009 3:31:50 AM
Rank: Newbie
Groups: Member

Joined: 6/4/2008
Posts: 5
Thanks alot for your kind and quick support.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.