Bug? Removing layout

NJDude

Expert
Licensed User
Longtime User
Removing a layout using the designer fails if the app is not compiled.

Steps:

1- Create a layout using the designer.
2- Compile and execute.
3- Go back to the designer and delete the layout.
4- Exit B4A.
5- Re-open B4A, it will complain that it cannot find the already properly deleted layout.

Similar case when renaming or deleting modules, if the app is not compiled, the IDE doesn't refresh the list.
 
Last edited:
Top