﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - webpanemanager and hebrew</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/webpanemanager-and-hebrew/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>webpanemanager and hebrew</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/webpanemanager-and-hebrew/</link><pubDate>Thu, 01 Oct 2009 23:47:50 GMT</pubDate><dc:creator>gordont</dc:creator><category>WebDesktop</category><category>WebPaneManager</category><category>Hebrew</category><description>&lt;p&gt;The discussion moved to the following link:&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.intersoftpt.com/Community/WebDesktop/splitter-problem-webpanemanager-and-hebrew/"&gt;http://www.intersoftpt.com/Community/WebDesktop/splitter-problem-webpanemanager-and-hebrew/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>webpanemanager and hebrew</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/webpanemanager-and-hebrew/</link><pubDate>Wed, 30 Sep 2009 10:34:27 GMT</pubDate><dc:creator>YANIV</dc:creator><category>WebDesktop</category><category>WebPaneManager</category><category>Hebrew</category><description>&lt;p&gt;srry for the late replay ur sample works but we use diffrent code so..&lt;br /&gt;&lt;/p&gt;&lt;p&gt;here is the code that we use to build the webpane with hebrew&lt;/p&gt;
&lt;p&gt;aspx=&lt;/p&gt;
&lt;p&gt;&amp;lt;ISWebDesktop:WebPaneManager ID="WebPaneManager1" runat="server" EnableManagedTheming="True"&amp;gt;&lt;br /&gt; &amp;lt;ImagesSettings SplitterGripBottom="splitterbottom.gif" SplitterGripLeft="spiltterleft.gif"&lt;br /&gt; SplitterGripRight="splitterright.gif" SplitterGripTop="splittertop.gif" /&amp;gt; &lt;br /&gt; &amp;lt;RootGroupPane Text="Root GroupPane" Name="RootGroupPane" AllowCollapse="Yes" AllowResize="Yes"&amp;gt;&lt;br /&gt; &amp;lt;Panes&amp;gt;&lt;br /&gt; &amp;lt;ISWebDesktop:WebGroupPane Text="GroupPane Content" Name="koby" AllowCollapse="Yes" AllowResize="Yes"&amp;gt;&lt;br /&gt; &amp;lt;/ISWebDesktop:WebGroupPane&amp;gt;&lt;br /&gt; &amp;lt;ISWebDesktop:WebGroupPane Text="GroupPane Content" Name="avi" AllowCollapse="Yes" AllowResize="Yes"&amp;gt;&lt;br /&gt; &amp;lt;/ISWebDesktop:WebGroupPane&amp;gt;&lt;br /&gt; &amp;lt;/Panes&amp;gt;&lt;br /&gt; &amp;lt;/RootGroupPane&amp;gt;&lt;br /&gt; &amp;lt;/ISWebDesktop:WebPaneManager&amp;gt;&lt;/p&gt;
&lt;p&gt;cs=&lt;/p&gt;
&lt;p&gt;protected void Page_Load(object sender, EventArgs e)&lt;br /&gt; {&lt;br /&gt; Orchestrate.initGeneralData();&lt;br /&gt; DataTable dtPageParameters = Orchestrate.GetRecords(GeneralManagement.GetStoredProcedure(GeneralManagement.appStoredProcedure.sp_mul_get_main_page_parameters), 1).Tables[0];&lt;br /&gt; MultyScreen multyScreen = Orchestrate.initMultyScreen(dtPageParameters);&lt;br /&gt; WebGroupPane wgpUpper = (WebGroupPane)WebPaneManager1.RootGroupPane.Panes[0];&lt;br /&gt; wgpUpper.GroupType = GroupPaneType.VerticalTile;&lt;br /&gt; WebPane[] wp = new WebPane[dtPageParameters.Rows.Count];&lt;br /&gt; WebGroupPane wgpLower = (WebGroupPane)WebPaneManager1.RootGroupPane.Panes[1];&lt;br /&gt; wgpLower.GroupType = GroupPaneType.VerticalTile;&lt;br /&gt; multyScreen.SotrScreensByScreenOrder();&lt;br /&gt; &lt;br /&gt; for (int i = 0; i &amp;lt; dtPageParameters.Rows.Count; i&amp;#43;&amp;#43;)&lt;br /&gt; {&lt;br /&gt; WebPane wpTemp = new WebPane();&lt;br /&gt; wp[i] = wpTemp;&lt;br /&gt; wp[i].ContentURL = multyScreen.Screens[i].ScreenURL;&lt;br /&gt; wp[i].ContentMode = ISNet.WebUI.WebDesktop.ContentMode.UseIFrame;&lt;br /&gt; wp[i].Width = DimensionMode.Fill;&lt;br /&gt; wp[i].Height = DimensionMode.Fill;&lt;br /&gt; //wp[i].Image = @"\Images\borderbkg.png";&lt;br /&gt; wp[i].TextAlignment = TextAlignment.Center;&lt;br /&gt; wp[i].Text = multyScreen.Screens[i].Name;&lt;br /&gt; &lt;br /&gt; if ((dtPageParameters.Rows.Count/2) &amp;gt; i)&lt;br /&gt; wgpUpper.Panes.Add(wp[i]);&lt;br /&gt; else&lt;br /&gt; wgpLower.Panes.Add(wp[i]);&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>webpanemanager and hebrew</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/webpanemanager-and-hebrew/</link><pubDate>Sun, 23 Aug 2009 23:29:22 GMT</pubDate><dc:creator>Dicky</dc:creator><category>WebDesktop</category><category>WebPaneManager</category><category>Hebrew</category><description>&lt;p&gt;I'm sorry for the inconvenience caused. The link has been updated. Please try to download the link. And let me know your response about the sample.&lt;/p&gt;</description></item><item><title>webpanemanager and hebrew</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/webpanemanager-and-hebrew/</link><pubDate>Sun, 23 Aug 2009 01:39:56 GMT</pubDate><dc:creator>YANIV</dc:creator><category>WebDesktop</category><category>WebPaneManager</category><category>Hebrew</category><description>&lt;p&gt;&lt;/p&gt;the link doesnt work </description></item><item><title>webpanemanager and hebrew</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/webpanemanager-and-hebrew/</link><pubDate>Fri, 21 Aug 2009 06:00:14 GMT</pubDate><dc:creator>Dicky</dc:creator><category>WebDesktop</category><category>WebPaneManager</category><category>Hebrew</category><description>&lt;p&gt;Hi Yaniv,&lt;/p&gt;&lt;p&gt;May I know what do you mean with dynamic page? do you mean the pane is created programaticaly? &lt;br /&gt;So far I test with simple sample I didn't get any problem with splitter. The pane can be expanded and collapsed as normally. &lt;br /&gt;&lt;br /&gt;I have attached simple sample to you PaneWithHebrewHeader.zip. It show webpane created programaticaly and use Hebrew text in Pane header. Please let me know if you have different scenario.&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;/p&gt;</description></item><item><title>webpanemanager and hebrew</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/webpanemanager-and-hebrew/</link><pubDate>Thu, 20 Aug 2009 03:22:40 GMT</pubDate><dc:creator>YANIV</dc:creator><category>WebDesktop</category><category>WebPaneManager</category><category>Hebrew</category><description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;when i have a dynamic page that have webpane with hebrew header the splitter doesnt work , its work only with english .&lt;/p&gt;
&lt;p&gt;when i have a static page with webpane and hebrew header the splitter works.&lt;/p&gt;
&lt;p&gt;need help&lt;/p&gt;</description></item></channel></rss>