Questions tagged [mdriven]

MDriven is a modeling tool which also allows simulation and execution. MDriven removes the need for a lot of the traditional coding/testing needed when producing information systems by raising the level of abstraction.

See mdriven.net comparison to Sparx Enterprise Architect:

Sparx is a modelling tool - just like MDriven Designer is a modelling tool. MDriven Designer has a "play" button that can execute a system instantly defined by your model. MDriven Designer has a cloud upload button that uploads the model to the MDriven Server. The MDriven Server along with MDriven Turnkey then executes your model and makes it indistinguishable from a handcrafted - fully tested - information system that would take you months or years to build by hand.

117 questions
0
votes
1 answer

Problem in accessing Derived attributes of model class in Multi database tenant web application

I have 2 application web and desktop. both share Persistence layer. In Persistence layer we have one object of Ecospace shared by web and desktop app. Web is using Angular JS over MVC4 and desktop is winform app. Both are on .net 4.6.2 framework.…
RakeshC
  • 13
  • 3
0
votes
1 answer

Error opening MDriven EcoSpace or PMP component designers in Visual Studio .NET Standard project

I created a new .netstandard2.0 MDrivenEcoSpaceAndModelForNetStandard2 project. When it is created, I am not able to open the ecospace or the PMP component designers. I'm using Microsoft Visual Studio Enterprise 2019 Version 16.8.4 and MDriven…
0
votes
1 answer

Impersonation in MDriven?

I am trying to build an “impersonate” page in order to “log in” as another user . I am thus trying to assign the CurrenUser with a vCurrent_XXXX value but the result is that the CurrentUser is set to null ? How do I control this?
0
votes
1 answer

How do I control the logout behavior?

My web application has login by OpenID connect. When I test the logout button I'm redirected to the configured logout URL, but when I try to login again I am already logged in. I would like it to work like this: When I log out, I am logged…
Miss Q
  • 1
  • 1
0
votes
2 answers

MDriven | Modlr opens in XML editor even though the default is set to Modlr

I've been facing an issue with my project wherein on double click of the .ecomdl file instead of opening in the Modlr, the file opens in an XML editor. As you can see in the attached screenshot, Modlr Files is set as the default program to open…
0
votes
2 answers

Error in Viewmodelhelper.createfromViewmodel method

In MVC 4 web application using Mdriven framework version is 7.0.12531 to access data from SQL 2014 express. We are encountering error while trying to get data using viewmodel xml (Which contains OCL) error is ( "bughuntinfo internaleval:83 es seems…
RakeshC
  • 13
  • 3
0
votes
1 answer

How do a do "while loop" in ocl when server side or Async?

Im using a rest api for getting orders from a webshop, the result is max 100 orders at a time and there is a page param to use for next 100 orders. I have solve this in a viewmodel using periodic action (disables = not self.oclIsIn(#InProgress))…
0
votes
1 answer

How can I hide the flickring bottom bar with save and cancel in mobile mode?

I have set hideSideBar=true and still in mobile and tablet mode the bottom bar with save and cancel flickers when selfVM.save is called. There is a bottom bar even when not saving hiding content in mobil and tablet mode. How can I hide the bottom…
0
votes
1 answer

Error in MDriven Server log "Client has different model than Server. Save is not allowed"

I get this error from time to time in the MDrivenServer log. What does it mean and how do I fix it?
0
votes
1 answer

Changing from SQL Server Compact to SQL Server 2014

I am migrating my database from SQL Server Compact to SQL Server. I get this error in the designer. Connection string works, any hints on what is wrong?
0
votes
1 answer

How do I change navbar logo and styling dynamic?

I am building a multi tenant platform and want to have different logos and styling of the navbar depending on logged in user or some other business rule. How do I do that? If I want to add widgets on the navbar, for example notification…
0
votes
2 answers

Problem when passing a singleton to another viewmodel using self.VM.Navigate

In the public part of my app the user starts with a link to a VM (IndexBookingPage) with DVM params. An action looks up the publicbookingpage object from Id, and if found navigate to Eventlist. This part works. But in the Eventlist self is null.…
emoji
  • 1
0
votes
1 answer

How do I layout viewmodels?

I’m building the public part of the booking platform and want it to be mobile first. After spending several hours understanding how the layout is rendered. I come to the conclusion that the column count in VM don’t have any effect below 14…
0
votes
2 answers

Is there a page load hook in MDriven Turnkey?

Is there a customizable javascript hook in MDriven Turnkey that gets called on each page load? If not, how do I add such a hook?
Henrik
  • 1,078
  • 1
  • 9
  • 17
0
votes
1 answer

How do I set the global font in MDriven Turnkey

I can find the Views/EXT_Overidepages and the set Index.cshtml. But how do I reach the __Layout.cshtml