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
1
vote
1 answer

Long text breaks styling

I get different results for same column (static text) depending on having long or short text, why? Correct layout (shorter description) Incorrect layout (Long description in static column)
1
vote
2 answers

What is the best way of removing the ripple-effect in MDriven Turnkey?

Most elements in MDriven Turnkey have a class called ripple-effect. How do I remove that class from all elements?
Henrik
  • 1,078
  • 1
  • 9
  • 17
1
vote
2 answers

Initiation of vmVariables that are not persistent?

If I declare a variable of a class that is not persistent in a VM; Do I need to initiate it and how? Pure declaration does not seem to do the trick. A create statement in the onShow statement in the navigation action to the page does not seem to do…
1
vote
1 answer

HasUserCode for associations?

In MDriven it's possible to set HasUserCode for attributes, to generate hook methods that are called e.g. when the attribute is about to be changed. I would need a similar ability for a couple of associations, or to be more precise: for a couple of…
Kjell Rilbe
  • 1,331
  • 14
  • 39
1
vote
1 answer

MDRIVEN | ContextAgent in VS 2019

Unable to access Context Agent in VS 2019 with the latest MDriven Framework. Has it been removed or there is any way to bring it inside VS 2019?
1
vote
2 answers

How to get type discriminator for class?

In MDriven I'd like to get the type discriminator for a modeled class at runtime. I thought I had done it before, but can't seem to find it and can't figure it out. I mean the integer that appears first in the external id string, e.g. "72" in…
Kjell Rilbe
  • 1,331
  • 14
  • 39
1
vote
1 answer

Serverside viemodel to use server's name in RestPost

I use serverside job (viewmodel) to inform another not mdriven service via restpost periodically. And I have the stupid question - how to get MDrivenServer computer's name in the viemodel? Is there something like "string.currentuser" but for the…
Alex
  • 107
  • 9
1
vote
1 answer

How to generate index in the Eco model

How to generate index in the Eco model, I need an extra search index on some table columns is it possible to ask model to generate them for me? ON SQLServer
1
vote
1 answer

MDrivenServer - how to expose viewmodel as a REST service

I use standalone MDrivenServer. Question - is it possible to expose a viewmodel as a REST service in this configuration without MDrivenTurnkey installation, e.g. using url like ...Rest/Get?command=vmname&id=rootobjref ? Thank you!
Alex
  • 107
  • 9
1
vote
1 answer

BorPred in local iisexpress - is it memory leak?

I've installed BorPred in local iisexpress on clean server 2019 core. Debug in web.config is disabled, log4net setup changed to show only ERROR/FATAL. Borpred started with mem usage less than 20M, and then I connect to it mem usage start growing…
Alex
  • 107
  • 9
1
vote
1 answer

MDrivenTurnkeyCore on Ubuntu with .net core

"dotnet exec StreaminAppCoreWebApp.dll" works on Windows but not on Ubuntu with .net core. Do you have plans to make it run on Linux?
Alex
  • 107
  • 9
1
vote
1 answer

"sqlLike" and "sqlLikeCaseInsensitive" escape character?

Is there any way to escape SQL Like string when using "sqlLike" and "sqlLikeCaseInsensitive"? Example: I want a match for "abc_123". Using "_______" (7 underscores) would also return "abcX123", how can I enforce "_" as the 4th character?
Levend
  • 55
  • 7
1
vote
1 answer

"Installing MDriven Server on Windows" - cannot access local Turnkey

I have tried to install MDriven Server and Turnkey according to the page "Installing MDriven Server on Windows" (https://wiki.mdriven.net/index.php/Installing_MDriven_Server_on_Windows) and the Video…
Levend
  • 55
  • 7
1
vote
1 answer

DisplayWecpofUI() missing

I tried the example in the CapableObjects document "Doing MVC with CapableObjects – a white paper in 4 parts" (http://www.new.capableobjects.com/xdownloads/Doing%20MVC%20with%20CapableObjects.pdf). Most of it worked as described, but when I came to…
Levend
  • 55
  • 7
1
vote
1 answer

Local Turnkey Protoryper & ServerSide jobs

I use Local Turnkey Protoryper and my model has viewmodels with ServerSide jobs. Is there any possibility to run that jobs without having MDriven server installed? Thank you!
Alex
  • 107
  • 9