Wish "Page" code module template

qsrtech

Active Member
Licensed User
Longtime User
Please try to add a new code module (template) that is based on a Page including the page events like appear, BarButtonClick, etc. and a generic "Initialize" sub similar to Activity_Create in b4a.

in the ide menu it would look something like "Add New Module->Code Module (Page)"

Thanks
 

qsrtech

Active Member
Licensed User
Longtime User
Exactly, and it needs to be automated and "consistent". We could make our own templates but the ide doesn't give us the option to pick it when creating a new class, etc. Also i'm not sure why we need to have different names for essentially the same thing between the two OS's. I realize they could be named differently in there respective OS but that doesn't mean they need to be in essentially a wrapped language. For example, page & activity, they could be both named "activity" but obviously have their own respective properties/events. But even then they could have the same names. For example page_appear and activity_resume are essentially the same thing.
 
Top