thanks a lot Boban, do you know what is the server limitation?
before sent you the project, I had erased a big screen but even with this the project still corrupted, so the solution is not to erase sreens rights?
Taifun
November 30, 2022, 11:14pm
#22
Follow the DRY principle - Don’t repeat yourself
"Don't repeat yourself" (DRY) is a principle of software development aimed at reducing repetition of software patterns, replacing it with abstractions or using data normalization to avoid redundancy.
The DRY principle is stated as "Every piece of knowledge must have a single, unambiguous, authoritative representation within a system". The principle has been formulated by Andy Hunt and Dave Thomas in their book The Pragmatic Programmer. They apply it quite broadly to include "database schemas, te...
Reuse your components…
For example with 2 button components (previous and next) and 1 image component you can view limitless images…
Taifun