-
Recent Posts
Categories
Recent Topics
SupportForum
Log In
Recent Comments
- Derek Newton on MDriven Framework Change log
- Dot Net Training on MDriven Framework – a Model driven framework
- Admin on REST services and MDriven Turnkey
- Derek Newton on Reporting issues
- pena on UI First–or information first? Mix it up as you see fit!
Archives
- December 2018
- August 2018
- July 2018
- June 2018
- May 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- January 2015
- November 2014
- October 2014
- September 2014
- July 2014
- June 2014
- May 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- June 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
Category Archives: Actions
Actions And Viewmodels, MDriven Designer
This article was moved to Actions and Viewmodels, MDriven Designer When you have a lot of ViewModels and Actions that navigate between them it is easy to loose the overview of what goes where. MDriven Designer has new tool to … Continue reading
Posted in Actions, MDrivenDesigner, ViewModel
Tagged MDriven Designer, navigating actions, ViewModel
Leave a comment
MDriven Designer Overview part 6
We create an openDocument report and fill it with data. Also some tips and tricks on how to get help in constructing ocl expressions and how to see cross reference where things are used throughout the model This article was … Continue reading
Posted in Actions, MDrivenDesigner, Reports, ViewModel
Tagged class action, model access, open document text report, reports, Require root
Leave a comment
How to rename a class in your model – using the model debugger
This article was moved to MDriven Wiki – How to rename a class in your model – using the model debugger It’s important to keep your model in sync with the reality it reflects! But in a large model, some … Continue reading
Posted in Actions, EcoActionLanguage, MDrivenDesigner, Modlr, OCL, UML, ViewModel
Leave a comment
Explaining “The ViewModel does not require a root object” warning
This article was moved to MDriven Wiki – Explaining “The ViewModel does not require a root object” warning ViewModels can either take their starting point in an Object you provide as a root or not. If they do they typically … Continue reading
Prototyping
This article was moved to MDriven Wiki – Prototyping Prototyping is used in all lines of engineering. Prototyping is the process were you whip something together quickly as a mock up in order to show it or test it in … Continue reading
Posted in Actions, MDrivenDesigner, Prototyping, ViewModel
Leave a comment
Action names
When declaring Actions in Modlr you have the option of giving a name (required) and a Presentation (defaults to <Name>). The reason for the two different properties are that the ActionName is important to modlr itself – it is used … Continue reading
Posted in Actions, MDrivenDesigner, WECPOF
Leave a comment
MDrivenServer periodic server side actions
This article was moved to MDriven Wiki – MDrivenServer periodic server-side actions When you have a model driven server like MDrivenServer you can use it to execute re-occurring actions, or periodic actions. A Periodic action is defined by a selection … Continue reading
Posted in Actions, MDrivenDesigner, MDrivenServer
4 Comments
Report designer
From the get go people have asked us how to get the data of an ECO-based system on to paper. We always said “like you would if you did not use ECO”. Then last year I wrote about the Xaml … Continue reading
Posted in Actions, CO-Unique, Declarative, MDA, Modlr, Reports, ViewModel, WECPOF
11 Comments
A Video showing what AppComplete can do
The video shows a real case were prototyping is used to really find out the requirements for a project. Video for AppComplete When showing the users the consequences of what they have told the project so far – the quality … Continue reading
What an Action can do
This article was moved to MDriven Wiki – What an Action can do Actions can only do a couple of things. ExecuteExpression The execute expression is an Eco-Action-Language expression that is rooted in some context. For GlobalActions this context is … Continue reading
Posted in Actions
Leave a comment