company logo
  1. Quick Starter Guide
    1. Introduction
    2. Installation
    3. 9 Steps to run an ODABA GUI application
    4. Initialize Application Options
    5. Defining the data model
  2. Reference documentation
    1. Design references
    2. Design classes
    3. GUI Model reference
    4. ODE options
    5. Action reference
      1. Default actions
        1. Associate - Associate entry from base collection (Ctrl+Shift+F5)
        2. AppendEntry - Append (new) entry (Shift+Ctrl+A)
        3. InsertEntry - Insert (new) entry before current position (Shift+Ctrl+I)
        4. BrowseDirectory - Browse directories (Shift+Ctrl+B,D)
        5. BrowseFiles - Browse file for processing (Shift+Ctrl+B,F)
        6. BrowseWriteFiles - Browse new file for processing (Shift+Ctrl+B,F)
        7. EditEntry - Edit currently selected entry (F4)
        8. Exit - Exit application (Ctrl+Q)
        9. ExportFile - Export text to file (Ctrl+Shift+E,F)
        10. FindEntry - Find next entry
        11. Goto - Go to line or paragraph (Ctrl+G)
        12. Help - Display context related help
        13. ImportFile - import text from a file (Ctrl+Shift+I,F)
        14. Maximize - Maximize multi-line edit control (Ctrl+F11)
        15. NewFindEntry - Find text entry in list or text field (Ctrl+F3)
        16. NextEntry - Select next entry (Ctrl+Right)
        17. PlainText - Display and edit plain text (Ctrl+F10)
        18. ProcessAction - Process action
        19. RemoveEntry - Remove entry from reference (Ctrl+Del)
        20. TextBackColor - Set text background color
        21. TextBar - Show text edit bar (F10)
        22. TextBold - Use bold face style (Ctrl+B)
        23. TextCenter - Center text (Ctrl+T,C)
        24. TextColor - Set text color
        25. TextFont - Change text font
        26. TextFontBigger - Increase text size
        27. TextFontSmaller - Decrease text size
        28. TextItalic - Use italic style (Ctrl+I)
        29. TextJustify - Justify text (Ctrl+T,J)
        30. TextLeft - Allign text left (Ctrl+T,L)
        31. TextRight - Allign text right (Ctrl+T,R)
        32. TextStrikeOut - Strike out text (Ctrl+O)
        33. TextStyleCircle - Set circle list style (Ctrl+L,C)
        34. TextStyleDecimal - Set number list style (Ctrl+L,N)
        35. TextStyleDisc - Set disc list style (Ctrl+L,D)
        36. TextStyleIndent - Increase text indent level
        37. TextStyleLowerAlpha - Set lower case letter list style (Ctrl+L,L)
        38. TextStyleNoList - Reset list style (Ctrl+L,X)
        39. TextStyleSquare - Set square list style (Ctrl+L,S)
        40. TextStyleUnIndent - Decrease text indent level
        41. TextStyleUpperAlpha - Set upper case letter list style (Ctrl+L,L)
        42. TextTopMarginLess - Decrease top margins
        43. TextTopMarginMore - Increase top margins
        44. TextUnderline - Underline text (Ctrl+U)
        45. ZoomIn - ToDefault - Restore default size for multi-line edit control (Ctrl+F12)
      2. Action elements
    6. Error classes
  3. ODABA Development Environment (ODE)
    1. Initialize development database
    2. Browser applications
    3. Terminology builder
    4. Class Editor
    5. Designer
    6. Component resources
    7. Object Commander
  4. ODABA GUI Framework - Concepts