Commented Issue: Add View (With Presenter) issue [30411]
<p>The Add View(With Presenter ) used to work for me(till last week). Now when I open the Add View window the Solution Preview is empty and the 'Next' and 'Finish' buttons are disabled. When I...
View ArticleCommented Issue: Add View (With Presenter) issue [30411]
<p>The Add View(With Presenter ) used to work for me(till last week). Now when I open the Add View window the Solution Preview is empty and the 'Next' and 'Finish' buttons are disabled. When I...
View ArticleNew Post: ServiceDependency Order qustion
Hi all, I have used always ServiceDependency Attribute in presenters of view in order to get a pointer to the service. it works nice if when the view is created we already have the Service in the...
View ArticleNew Post: ServiceDependency Order qustion
Hi,Based on my understanding when using dependency injection in SCSF, theObjectBuilder will instantiate the required services when the dependent object is created. Hence, this won't be possible if your...
View ArticleNew Post: LoadingPanel
Hi, I'm currently working on a project using many different views, that derive from CabXtraUserControl. As some of the calculations need more than a few seconds, I need to implement a DXperience...
View ArticleNew Post: Cannot update disconnected service agent
Hi,I have created a disconnected service agent ,but after I update my webservice and build the solution,the wizard of recipe can not show "Type" and "Solutin Preview" when I update disconnected service...
View ArticleNew Post: Cannot update disconnected service agent
Hi,Based on my understanding, after changing a WebService, you will need to update yourDisconnected Service Agent too, like explained in the following section of the documentation:How to: Update a...
View ArticleNew Post: Cannot update disconnected service agent
Thanks DCherubini, I have  deleted the bin and obj folders of all the projects in my solution and after that rebuild the solution again.but it is the same question.I'm using vs2010 and scsf for vs2010,...
View ArticleNew Post: Cannot update disconnected service agent
Hi,Based on my understanding you should be able to debug the SCSF Guidance Package functionalities by opening the SmartClientFactory Guidance Package solution included in theSCSF source (Guidance...
View ArticleNew Post: Visual Studio 2012
Hi, managed to port it to VS2012 using OpenGAXhttp://scsf2012.codeplex.com/
View ArticleNew Post: Smart Client Software Factory active or not
Hi, managed to port it to VS2012 using OpenGAXhttp://scsf2012.codeplex.com/
View ArticleNew Post: how to create a VTK.Net View?
Hello, First of all, I would like to state that I am a newbie using CAB and Smart Client Software Factory. I am trying to embeded VTK.Net into a view. But I dont know why. I get an ModuleLoadException....
View ArticleNew Post: how to create a VTK.Net View?
Hi, Looking at the exception, it seems that the key behind the problem is the following one: InnerException: System.BadImageFormatException Message="Could not load file or assembly 'Kitware.VTK,...
View ArticleNew Post: how to create a VTK.Net View?
Hi Damian, It was as you said. I set my project to target a x84 platform and It works perfect. Thank you very much
View ArticleNew Post: How can I know the ID of a workItem
Hi, I want to know all the IDs of the WorkitemsCollection in the rootworkitem. In the debugger I can see the IDs but the value is not the one I declare. Ex: To retrieve the module I use this...
View ArticleNew Post: How can I know the ID of a workItem
Hi, It seems that the WorkItem's ID and the key used to obtain a WorkItem from the collection are not related to each other. Based on my understanding, what you are seeing in the default ID of the...
View ArticleNew Post: How can I know the ID of a workItem
Hi DCherubini, Thank you for fast reply and info Well, do you know how can I find the list of Keys?
View ArticleNew Post: How can I know the ID of a workItem
Hi, Well, looking at the code of the Composite Application Block, it seems that the list of child Work Items is a ManagedObjectCollection, which is a collection of KeyValuePairs rather that a...
View ArticleNew Post: How can I know the ID of a workItem
I can do it now, it's harder than I expect but finally I got it. Thanks DCherubini!
View ArticleNew Post: Add UIElements from Multiple Modules?
WorkItem.RootWorkItem.Items.Add(menu, "MainMenu"); #00B050">//registering if you have the RootWorkItem RootWorkItem.Items.Add(menu, "MainMenu"); #00B050">//When retrieving the MainMenu...
View Article