Here is the final part to this module: wrapping it up and making it easy to use. SIMPL Windows is a powerful tool because it easily abstracts away a lot of details about how things happen. The way our phonebook works under the hood will be a detail we needn’t worry about, it will just plug into our larger programs.
Continue reading “Soup-to-Nuts: Phonebook Module (Part 4)”Month: November 2020
Soup-to-Nuts: Phonebook Module (Part 3)
In this part, we’ll add support for pages to our phonebook. That may not sound like much, but it will set us up for the 4th (and final) part where we wrap everything into a SIMPL User Macro that we can easily drop into our programs.
Continue reading “Soup-to-Nuts: Phonebook Module (Part 3)”Soup-to-Nuts: Phonebook Module (Part 2)
In this part, we’ll continue to develop our Phonebook class to provide more functionality to our SIMPL Windows programs. We won’t quite finish in this part, but we’ll be very close.
Make sure you download the current source code from GitHub, too.
Continue reading “Soup-to-Nuts: Phonebook Module (Part 2)”