|
Παρουσίαση με Ετικέτες
Όλες οι Ετικέτε... » AdditionalViewControlsProvider (RSS)
-
eXpand have AdditionalViewControlsProvider module that has been design to allow you to add custom controls on a predefined position (Bottom,Top) using its logic architecture ruling system
We wanted to add some power to it so in eXpand v10 one is able to position its custom controls any where in the view by setting the rule position to ...
-
AdditionalViewControlsProvider is a module that it only knows how to display a given control in a given position . So one could easily define an interface for the parameters needed when this behavior is implemented as public interface IAdditionalViewControlsRule:IConditionalLogicRule { string Message { get; set; } ...
-
I have been pretty silent the last few weeks , but I have not been lazy so eXpand has now many more modules and features that I am going to speak about in my next posts. A Logic Module has been implemented and that lead to some breaking changes to ModelArtifactState / AdditionalViewControlsProvider modules
ModelArtifactState
The previous schema ...
-
Since I got many complaints about the low resolution of my videos I am on a search for a better video hosting service than YouTube.
Robert suggested to use Silverlight service at Blogger Video embedding resolved but this one looks the same as YouToube. After spending some more time on researching on this I came across http://blip.tv/ excellent ...
-
How many times have you said “What a great pattern MVP is!!!” Look for example how is implement the hint engine of main Xaf demo. I will try to explain that implementation.
Controllers
There is a windowcontroller called AdditionalInfoController and from it 2 controllers derive WebShowAdditionalInfoController and ...
|
|
|