Good Old Dialog Box
Hi,
I really thought that the Dialog Box will become redundant and irrelevant after the advent of DialogEx. I was wrong. What I realize now is that, IR gave more options for us to choose from.
Dialog Box uses lower system overhead and the compiled app has smaller byte-size. It is very efficient in displaying short messages and making data-entry.
So, I guess some users might want to see an example. I’ll give two examples instead, in 1 APZ file.
Example 1 : Shows how to Add Combo Items via one instance of a Pop-up Dialog Box only. This means, Text & Data entered will have the same value.
Example 2: Shows how to Add Combo Items via 2 separate Pop-Up Dialogs. One for Text and One for Data in the same item.
In this 2-in-1 example, you will also see how I use Buttons to Navigate between them. To enrich this example further, you will see how the navigation Buttons and the Background Color are INHERITed from a different page.
Hope you like it.
Please Login or Register to download this file.
Please leave a message in this blog, if you decide to download the example.

