I have a project with Main, Starter, 7 classes and 3 modules. When I open the project, I can see tabs for Main, Starter, the classes and 2 of the 3 modules - my "modTests" module doesn't show up as a tab. I can do a quick find for a sub name that I know is in the module, then click on the quick find window to go to the found instance and at the point, B4A shows a tab for the module. But why does it start out "hidden"?
I can;t be sure, but I think this only started happening when I wrapped all of the code in the module (except for an empty Process_Globals) with #IF DEBUG/#END IF conditional compilation tags. I've tried adding another sub outside of the # tags, but no change.
Anyone any idea why this is happening and how to stop it?
I can;t be sure, but I think this only started happening when I wrapped all of the code in the module (except for an empty Process_Globals) with #IF DEBUG/#END IF conditional compilation tags. I've tried adding another sub outside of the # tags, but no change.
Anyone any idea why this is happening and how to stop it?