TOC PREV NEXT INDEX



Creating the Bank Account application


We will now create the BankAccout Main Application.

  1. In the IDE, choose 'Create a Main App' from button bar. (The lightbulb button).
  2. Rename it 'BankAccount.Main' and then double-click it to open the Composer.
  3. Change the 'Title Bar' to 'Bank Account'.
  4. Choose the 'Listeners' page and check 'Listen for window events'.
  5. Choose the newly added 'Window' page.
  6. Choose 'windowClosing' from the window events list.
  7. Press Code Sourcerer and choose 'Change a property of an existing part...'. Press Next.
  8. Choose 'BankAccount' from the list. Press Next.
  9. Choose 'dispose of this frame'. Press Done.

Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX