We know we have requested / begged to @Erel for making layout a text file, json/xml etc.
The recent post below
www.b4x.com
highlight how much important it is from us developer of B4X, point of view.
I started developing in C# our company product which is similar to our app in Xbase++ (Clipper/dBase type codes).
I found the the form designer in VS ide is stored in a .designer.cs file which is a plain text file.
After studying this file, I was able to write in Xbase++ code to create a .designer.cs from our entry module in Xbase++.
The above I write just to point that how a simple text file helped me to reduce my work of designing similar form from scratch. In no way I demean Erel's work but want to emphasis that his extra work on layout front will make many of us developers life easier and save many of our debugging hours.
Attached are the two images from Xbase++ and C#.

The recent post below
IDE doesn't warn about missing libs when only referenced in layout
(This post has a B4i companion here.) Let's say you have a library that is a view. (Example: AS Checkbox, which is what I used when I found this issue.) Add that view to a layout but don't reference it in code anywhere. Disable the library in the Libraries Manager. The IDE will not warn...

I started developing in C# our company product which is similar to our app in Xbase++ (Clipper/dBase type codes).
I found the the form designer in VS ide is stored in a .designer.cs file which is a plain text file.
After studying this file, I was able to write in Xbase++ code to create a .designer.cs from our entry module in Xbase++.
The above I write just to point that how a simple text file helped me to reduce my work of designing similar form from scratch. In no way I demean Erel's work but want to emphasis that his extra work on layout front will make many of us developers life easier and save many of our debugging hours.
Attached are the two images from Xbase++ and C#.

