Hi all.
Thought I would share my 1st b4a class. Its a calendar class. Its by know means complete but I was hopping for some sugestion. It was written for a 7in touch screen 800x480 scale 1.5 (I really would like to make it all resizible) It was fun really learning about views and views of views
OK...
The idea was to pass in a parent panel and the class would take care of it all.
There are 2 screen files in the test app:
main - main test demo screen (has the parent panel and some buttons)
day - Used by the class, the day panel with 2 lbls and 2 imgs views (I haved not hooked up the images to the class yet)
A few things...
Only added lib is AHLocale (to eventally support other languages)
The init cal is slow to build
The best way to support resizing?
other events the calendar needs to raise?
Toss it out and start again?
Any other ideas?
Thanks