12-13-2021, 08:47 PM
(This post was last modified: 12-13-2021, 08:53 PM by clarencemartin.)
I forgot to mention the fact that my extensive use of libraries makes sense for me to create my own library folder.
for instance, I use an AppData library that deals with all of my Data Calls, and I am now using a MenuLibrary that lets me deal with my different and common menus in my applications. For instance, I have several cards that use some common menu options along with several menus each. I also have a resources library. I am sure that my wandering mind will come up with more. I truly like to modularize my applications. it keeps my code in strategic places for editing and updating.
for instance, I use an AppData library that deals with all of my Data Calls, and I am now using a MenuLibrary that lets me deal with my different and common menus in my applications. For instance, I have several cards that use some common menu options along with several menus each. I also have a resources library. I am sure that my wandering mind will come up with more. I truly like to modularize my applications. it keeps my code in strategic places for editing and updating.