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
I like your answer better than mine. It is a lot cleaner.
Thanks again,
Al
Jimmy;
I belive I solved it with this code:
UXNavBtn.CommandParameter = new WindowOptions(){Uri =
{
WindowHeight = 550,
WindowWidth = 900
};
Thank you for your help.
How do I add the window height and width to this?
UXNavBtn.CommandParameter = new Uri("/ClientUIBusinessApp1;ClientUIBusinessApp1.Views.Reports.TReportWindow", UriKind.RelativeOrAbsolute);
This is a good solution, but it does remove the WindowHeight and WindowWidth which were declaritively set. Does this approach overwrite all of the declared setting? If so what is the syntax to reset the WindowHeight and WindowWidth in behind code? I tried a few things which have not worked, and will continue to try while a wait for the answer.
Thanks,
Jim;
I added a button to call the method, but it does not appear to have any effect when called.
Thanks for responding;
Niven;
Thanks for your answer. It is the syntax on the right side of the equation that is giving me trouble.
Glenn;
Thanks for your answer. Is detailed documentaion on how to construct the UXListBox? I am not sure how to go about casting each object to UXListBoxItem. I have created the content of my UXListBox with the following code:
private void LoadData3()
PSSLServiceRef.PSSLServiceClient client = new PSSLServiceRef.PSSLServiceClient();
client.GetProjectsCompleted += new EventHandler<GetProjectsCompletedEventArgs>(client_GetProjectsCompleted);
client.GetProjectsAsync();
}
void client_GetProjectsCompleted(object sender, GetProjectsCompletedEventArgs e)
try
this.listBox3.ItemsSource = e.Result;
this.listBox3.DisplayMemberPath = "ProjectName";
catch (DataServiceQueryException ex)
this.tb1.Text = string.Format("Error: {0} - {1}",
ex.Response.StatusCode.ToString(), ex.Response.Error.Message);
Andi;
Thanks. I am running IE8. I changed the web site App Pool from the Default to the Classic .Net, and that took care of the problem.
Yudi;
Thanks, that does solve the problem. The answer does however promt another question. Is there any down side to switching to the Neron engine? Based on a recommendation a year ago I switched to the built-in engine because I was led to beleave that it would be the platform for future developement. Having said that the chart headings are important to what I am doing.
Thanks again for the solution to the problem.
Gordon;
None of the windows close when I use your suggested code. The problem appears to be line below:
var win = dm.Windows[0];
When I cahnge this to:
var win = dm.Windows[i];
It goes back to every other window closing.
Do you have any other suggestions?
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