B bridge1 Member Feb 11, 2022 #1 Have any developments been made to manage the layout file (.bal) in text files, to also manage them with version systems (SVN)? Thanks.
Have any developments been made to manage the layout file (.bal) in text files, to also manage them with version systems (SVN)? Thanks.
Erel B4X founder Staff member Licensed User Longtime User Feb 13, 2022 #2 I'm not sure whether it is really practical but you can use this tool to convert layouts to json strings: https://www.b4x.com/android/forum/t...e-layouts-files-to-json-and-vice-versa.41623/ Upvote 0
I'm not sure whether it is really practical but you can use this tool to convert layouts to json strings: https://www.b4x.com/android/forum/t...e-layouts-files-to-json-and-vice-versa.41623/
B bridge1 Member Feb 15, 2022 #3 At least there is the possibility to compare the files in text mode the layout files (.bal) We have converted the program into a console application. How can we at the end of compiling the project, automatically call the execution of a jar or an exe? Thank you. Upvote 0
At least there is the possibility to compare the files in text mode the layout files (.bal) We have converted the program into a console application. How can we at the end of compiling the project, automatically call the execution of a jar or an exe? Thank you.
Erel B4X founder Staff member Licensed User Longtime User Feb 16, 2022 #4 You can do it with #CustomBuildAction: https://www.b4x.com/android/forum/threads/modules-attributes.24721/#content Upvote 0
You can do it with #CustomBuildAction: https://www.b4x.com/android/forum/threads/modules-attributes.24721/#content