iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
here is the code that we use to build the webpane with hebrew
aspx=
<ISWebDesktop:WebPaneManager ID="WebPaneManager1" runat="server" EnableManagedTheming="True"> <ImagesSettings SplitterGripBottom="splitterbottom.gif" SplitterGripLeft="spiltterleft.gif" SplitterGripRight="splitterright.gif" SplitterGripTop="splittertop.gif" /> <RootGroupPane Text="Root GroupPane" Name="RootGroupPane" AllowCollapse="Yes" AllowResize="Yes"> <Panes> <ISWebDesktop:WebGroupPane Text="GroupPane Content" Name="koby" AllowCollapse="Yes" AllowResize="Yes"> </ISWebDesktop:WebGroupPane> <ISWebDesktop:WebGroupPane Text="GroupPane Content" Name="avi" AllowCollapse="Yes" AllowResize="Yes"> </ISWebDesktop:WebGroupPane> </Panes> </RootGroupPane> </ISWebDesktop:WebPaneManager>
cs=
protected void Page_Load(object sender, EventArgs e) { Orchestrate.initGeneralData(); DataTable dtPageParameters = Orchestrate.GetRecords(GeneralManagement.GetStoredProcedure(GeneralManagement.appStoredProcedure.sp_mul_get_main_page_parameters), 1).Tables[0]; MultyScreen multyScreen = Orchestrate.initMultyScreen(dtPageParameters); WebGroupPane wgpUpper = (WebGroupPane)WebPaneManager1.RootGroupPane.Panes[0]; wgpUpper.GroupType = GroupPaneType.VerticalTile; WebPane[] wp = new WebPane[dtPageParameters.Rows.Count]; WebGroupPane wgpLower = (WebGroupPane)WebPaneManager1.RootGroupPane.Panes[1]; wgpLower.GroupType = GroupPaneType.VerticalTile; multyScreen.SotrScreensByScreenOrder(); for (int i = 0; i < dtPageParameters.Rows.Count; i++) { WebPane wpTemp = new WebPane(); wp[i] = wpTemp; wp[i].ContentURL = multyScreen.Screens[i].ScreenURL; wp[i].ContentMode = ISNet.WebUI.WebDesktop.ContentMode.UseIFrame; wp[i].Width = DimensionMode.Fill; wp[i].Height = DimensionMode.Fill; //wp[i].Image = @"\Images\borderbkg.png"; wp[i].TextAlignment = TextAlignment.Center; wp[i].Text = multyScreen.Screens[i].Name; if ((dtPageParameters.Rows.Count/2) > i) wgpUpper.Panes.Add(wp[i]); else wgpLower.Panes.Add(wp[i]);
It seems that this thread related to “webpanemanager and hebrew” thread.
The status of the original thread is solved (with post from Dicky being marked as answer).Do you still have any unsolved issue? If you do, please make any necessary changes to Dicky’s sample so that it replicates your issue, and then have the sample send back to us for further investigation.
we just take the header name from sql data base , i think we tried to put english header text and its work
the only porblem is with hebrew ,.
there are 2 splitters the horzinatl works fine but the vertical when we try to move it get an error webpane is null or an object
We’re sorry for the late respond.
I was unable to repro your issue on my end using simple sample of WebPaneManager. For your information, I use WebDesktop 3.0 build 305 and WebUI.NET Framework 3.0 build 703.
Could you please inform us the build version of WebDesktop and WebUI.NET Framework that you use?
hi
using webdesktop 3.0.7200.305 and webui.net framework 3.0.5000.705 .
thx for replay.
I was unable to repro your issue till now.Could you please modify Dicky’s sample so that it replicates the issue and send back to us to be investigated further?
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname