Recent articles
No edit summary
No edit summary
Line 1: Line 1:
{{Special:NewPages/50}}
{{Special:NewPages/15}}


[[Convergence – ViewModels, import, export, multi search, synchronization and Excel]]
[[Convergence – ViewModels, import, export, multi search, synchronization and Excel]]

Revision as of 19:49, 16 June 2018

  • 09:12, 13 June 2024Opt out a constraint in all relevant viewmodel (hist | edit) ‎[352 bytes]Lars Olofsson (talk | contribs) (Created page with "If you need to opt out a constraint in every viewmodel that mentions this constraint, you can use this EAL code. <syntaxhighlight> let constraint = Constraint.allInstances->select(c|c.Name = 'NameOfConstraint')->first in ( constraint.ConstrainedElement.Nesting.OwningSpan->forEach(span | span.OptOutConstraints.add(constraint)) ) </syntaxhighlight>") Tag: Visual edit
  • 05:41, 13 June 2024MDriven Designer Features & Settings (hist | edit) ‎[528 bytes]Stephanie Namugambe (talk | contribs) (Created page with "Buttons # File # Edit # Help Start! Play button Left arrow Right arrow Drag out new association mode Drag out new generalization mode Drag out new association class connection mode Diagram is shown in a reference window Zoom in Zoom out ViewModel Editor Turnkey Live-Editor StylesInModel Actions Editor Access Groups Editor Check model and report errors Enterprise Architect Information window CloudForm: Cloud connection - Portal.mdriven.net and MDrive...") Tag: Visual edit
  • 08:30, 4 June 2024Documentation:SysDocBatch (hist | edit) ‎[1,429 bytes]Hans Karlsen (talk | contribs) (Created page with "SysDocBatch is a model pattern recognized by TurnkeyServer and MDrivenServer. The problem it solves are document collections. Normally when you generate a report it will directly download as a odt or ods format file. If a SysSingleton.oclSingleton.CurrentSysDocBatch is found we now instead add a SysDoc to the SysSingleton.oclSingleton.CurrentSysDocBatch.SysDocs association. And on the first added SysDoc we will show the SysDocBatchView viewmodel (rooted in SysDocBat...") Tag: Visual edit originally created as "SysDocBatch"
  • 16:42, 3 June 2024Documentation:Adding Buttons in Nested ViewModels (hist | edit) ‎[1,717 bytes]Charles Olet (talk | contribs) (Created page with "== Buttons in Nested View Models == There are two ways to create buttons in a nested ViewModel; * Using class actions (recommended) * Using ViewModel actions Using Class Action Add action column in ViewModel. Go to ViewModel Actions and click Class Action to create New Class Action. DoubleClick on the created Class Action to open actions editor menu where you can edit class action name and execute expression for action. Go to the ViewModel and click on the new ac...") Tag: Visual edit originally created as "SamplePageForButtonsInNestedViewModel"
  • 12:11, 3 June 2024Pattern supported methods (hist | edit) ‎[2,990 bytes]Hans Karlsen (talk | contribs) (Created page with "Certain modelpatterns has methods with built in support in the servers. The llist of all supported classes and methods is maintained here: if (classifier.Name == "ZXing") { if (method.Name == "QRImage") else if (method.Name == "BarcodeImage") } else if (classifier.Name == "SysUser") { if (method.Name == "HashPassword") else if (method.Name == "VerifyHashedPassword") else if (method.Name ==...") Tag: Visual edit
  • 10:08, 3 June 2024Documentation:Use LibreOffice for PDF conversion (hist | edit) ‎[1,390 bytes]Hans Karlsen (talk | contribs) (Created page with "LibreOffice is a separate product and comes with its own license. One can use it to convert from odt (output from mdriven report) to docx and pdf, and also from ods(output from mdriven report) to xlsx and pdr. Requires install of LibreOffice on server running Turnkey. I suggest to uncheck Online Update etc - your server may be locked down for access to the internet and trying to auto update will cause erratic behavior. File:Use LibreOffice for PDF conversion 171740...") Tag: Visual edit originally created as "Use LibreOffice for PDF conversion"
  • 15:41, 28 May 2024ViewModel settings (hist | edit) ‎[578 bytes]Lars Olofsson (talk | contribs) (Created page with "=== Settings of the ViewModel === ==== Column and row settings ==== ===== Column and row count ===== When in Grid mode, sets the number of columns and rows of the view ===== Column width and Row Height ===== Sets the column width and row height in the designer and as a default minimum size in the running application. Can be overridden by using CSS in a web application. '''Note:''' Setting the ViewModel's column width or row height of <= 1 signals that no min-height/...") Tag: Visual edit
  • 11:19, 28 May 2024SamplePage (hist | edit) ‎[4,740 bytes]Charles Olet (talk | contribs) (Created page with "My Trial Page") Tag: Visual edit
  • 10:27, 23 May 2024Documentation:Mounted ViewModel (hist | edit) ‎[737 bytes]Lars Olofsson (talk | contribs) (Created page with "You can insert a ViewModel within another viewmodel at any point where the column in the ViewModel is an object and there's no associated viewmodel class.") Tag: Visual edit originally created as "Mounted ViewModel"
  • 02:47, 22 May 2024Sandbox (hist | edit) ‎[89 bytes]Martin Turyagenda (talk | contribs) (sandbox testing thumbnail number one) Tag: Visual edit
  • 07:30, 21 May 2024Await async (hist | edit) ‎[529 bytes]Hans Karlsen (talk | contribs) (Created page with "In c# you have the async await pattern sections your code on compiler level and chuncks it up in the dispatcher queue in order to avoid user input blocking/freezing. Depending on what you want to do: * Just adapt to an existing api that uses async?: Call it as a normal function and append with GetResult() * Avoid UI blocking in Turnkey? In Turnkey this does not apply since UI interaction is in browser * Avoid UI blocking in MDriven generic code? /wiki.mdriven.net/Tra...") Tag: Visual edit
  • 07:19, 10 May 2024Documentation:Serverside jobs (hist | edit) ‎[251 bytes]Stephanie Namugambe (talk | contribs) (Created page with "MDriven Serverside jobs are actions with views that the MDriven Server can execute in a periodic fashion to do things automatically, either on a clock or as a reaction to something the user does - such as SysAsync Ticket.") Tag: Visual edit originally created as "Serverside jobs"
  • 05:42, 6 May 2024Documentation:Seeker (hist | edit) ‎[112 bytes]Stephanie Namugambe (talk | contribs) (Created page with "Located in the MDriven Designer, within the Debugger, the Seeker is ...") Tag: Visual edit originally created as "Seeker"
  • 05:40, 6 May 2024Documentation:Self (hist | edit) ‎[70 bytes]Stephanie Namugambe (talk | contribs) (Created page with "What is '''''Self'''''? In the Debugger, you will come across this term: '''self'''. What does it refer to and how is it used?") Tag: Visual edit originally created as "Self"
  • 19:04, 1 May 2024Assign actions a menu group based on class (hist | edit) ‎[893 bytes]Lars Olofsson (talk | contribs) (Created page with "The scenario is that many classes based on a superclass has Class actions that all should have the same Menu Group. This OCL will list all classes with a named superclass and list the class actions and their Menu Group Class.allInstances->select(c|c.AllSuperClassesAndSelf->includes(Class.allInstances->select(c|c.Name='PeWork')->first)).ClassActions->collect(ca|ca.Name, ca.MenuGroup.Name) Replace 'PeWork' in the example above to the class or superclass you want to find...") Tag: Visual edit

Convergence – ViewModels, import, export, multi search, synchronization and Excel

Installing MDriven Server on Windows

Actions Overhaul

"CodeDress" in MDriven Framework

The Concept application WhenAndWhereProject

Custom OR Mapping

MDriven Framework – a Model driven framework

This page was edited 124 days ago on 02/10/2024. What links here