-
Hello Tiago, Thanks to your working sample I could narrow the problem down to this missing line in the Visual WebGui Form Designer generated code region: this.errorWarnInfoProvider1.ContainerControl = this; Thanks again, Wilfred
-
Hello Tiago, Thank you. Looking forward to the ActionExtenderSample :-) I took another look, this time using the CslaContrib.ErrorWarnInfoProvider. No luck. I don't see error icons/messages. Only if you have the time. I have attached a very small sample of what I got so far. Its a solution with a library, Windows, and WinGUI project. The windows
-
Hello Tiago, Thanks for sharing this. I took the attached source and compiled it with CSLA 4.3.13. And that worked fine. I made a project with databinding to a CSLA object. Databinding works but I can not make the CslaContrib.WebGUI errorProvider work. Do you have a small sample showing how to use CslaContrib.WebGUI correctly. Thanks, Wilfred
-
OK Thanks.
-
This is what I got so far. I can see the fields from OrderHead comming back. But the order rows list is empty. Any suggestions? Edit.cshtml: @ using Csla.Web.Mvc @ using Library @model Library. ButOrderHead @{ ViewBag.Title = "Edit order" ; } < h2 > @ ViewBag.Title </ h2 > < script src =" @ Url.Content( "~/Scripts
-
I have looked in the USING CSLA 4 ASP MVC book. The book talks about EditList View. But nothing about more complex views. I am trying to make a view similar to editing an Order with order lines on the same screen. Is that possible? Regards, Wilfred
-
Is there a problem with populating a model that contains a list? How to reproduce: In the ProjectTracker(4.3.10) sample I have added the rule: BusinessRules.AddRule(new Csla.Rules.CommonRules.MaxLength(DescriptionProperty, 3)); to the ProjectEdit class. When you edit a project you have "Project name" and "Description". An under the
-
Hi, If you are thinking about showing a modal dialog there is a nice thread over at the bxf discussions: http://bxf.codeplex.com/discussions/239182 I followed the suggestions by shawndewet and it works very nice for me. Wilfred
-
On my WebServer project properties, at the web tab sheet. Checking debuggers->Silverlight took care of the problem not hitting my breakpoints. And now everything is working. OnError is executing. Strangely I am now unable to get back to the state where it was not working. So if you have this problem, fiddeling around in the web properties may solve
-
Tried that. But didn't help. I tried to set a beakpoint on: BeginRefresh( "GetButOrderHeadList" ); But the debugger did not stop there even if the line is executed. Must be something wrong with my project configuration/settings.