Open Lowcode

Results 48 issues of Open Lowcode

Multifield constraint is inconsistent between screen, table, and file loading. #291 was only a short-term fix, but a better solution should be found.

Widgets of the package org.openlowcode.server.graphic.widget currently require in their syntax the parent SPage given as argument, making the syntax heavier than it should. Example before: `SComponentBand mainband = new SComponentBand(SComponentBand.DIRECTION_DOWN,this);`...

syntax-clean

The Open Lowcode framework is NOT using unique indexes, as, depending on complex properties, unique fields may not be physically unique. The option "Unique" exists, though it is not used...

syntax-clean

An IteratedCompanion property will be implemented to store on an object from which iteration to which iteration the companion object is valid. IteratedCompanion will be used by the new companion...

Sub-types

When writing in a paragraph, the following explosion happens. As a result, the display is going back up. ``` Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException: -1 at java.util.ArrayList.elementData(ArrayList.java:422) at...

When performing delete of return carriages, typically before a section of another type (bullet or title), text is sometimes lost. To be investigated.

There should be a new property called 'Identity Summary' that provides a unique field combining: - Object Type (should be an option to have it or not) - Number (if...

The loader for multi-dimension child is now performing update of values one by one. it should be changed so that the updates (and also the inserts referenced in #220 and...

HasMultiDimensionChildren allows several lines per item. There can be duplicates that mean that lines will not be taken into account. Generally, there should be a warning when duplicate lines are...

When post-processing error happens in flat file loader, it should: - be shown on the loading page - be counted in the non-critical error count A way to test is...