Home
Contents

Online Bible Helps

Prev Page Next Page
 
Product Information
Title Page
Program Copyright
Acknowledgments
Help Tutorial
Quick Start Tutorial
Program Concepts
Setting up the Program
Toolbar
Understanding The Online Bible Tool Bar
(F1) Tutorial
(Ctrl-F1) View Passage
(F2) View Note Button
(F3) View Library
(F4) View Maps and Charts
(F5) Bookmark
(F6) Load Desktop
(F7) Phrase Search Button
(F8) Verses to Clipboard Button
(F9) Favourites
(F10) Edit Note
(F11) Edit User Verse List
(F12) Print
Menu
File
Open
Passage (Ctrl-F1)
Verse List
Note F2
Books
Devotionals
Dictionary
Definition
Maps and Charts
Calendar
Astro Calendar
Bible Stories
Open My files
Note
Topic/book/Lexicon Module
Text File
User Verse List
Print
Setup Printer
Exit
Edit
Cut Ctrl+X
Copy Ctrl+C
Paste Ctrl+V
Find
Word or Phrase
Book Marks F5
Copy Verses to Clipboard
View
Desktop
Load
Merge
Save As
New
Delete
Rename
Daily Desktop
Next Note or Verse
Previous Note or Verse
Cross References
Strongs
Footnotes
Variants
Paragraph Style
Floating Window Lookup
Library
Library Index
Selection Favourites
Audio
Read Current Verse
Start Reading From Current Verse
Tools
Customise Settings
Copy CD Items to Hard Drive
Delete Items from hard Drive
Add New Content from CD
Activate Locked Material
User Module Tools
Define User Material
Compile Tools
Check Module
Conversion Tools
Backup
Restore Backups/Add material
Import
Note/Topic/Book/Lexicon
Verse List
Export
Note/Topic/Book/Lexicon
Verse List
Directory Tree Backup
Online Bible Diagnostics
Reconfigure Online Bible Program
Test Printer
Test Mouse
Test Sound
Test Video
Test Online Bible CDROM
Windows Resources
Test Help Messages
Window
Open New Window
Show Favourites
Tile Classic
Tile Custom Cascade
Tile as Single Window
Tile Cascade
Tile Horizontal
Tile Vertical
Tile Vertical and Horizontal
Synchronise Scrolling
Arrange and Tile Minimised Window Icons
Close All Windows
How To...
Add Your Own Material
Create A Personal Note
Create A Daily Desktop
Eliminate Startup Screen
Using the Screen Reader
Add Your Own Dictionary
Create Your Own Bible Version
Save a Word/Phrase Search
Tips and Tricks
On Using This Help File
Data Location
Creating Modules for the Internet
How to Use Desktops
Working With Notes
Opening the Dictionary
Shortcut Keys
Hotkeys
On Selecting Fonts
About the Apocrypha
Frequently Asked Questions
FAQs

Screen Reader Technical Information

Screen reader support is implemented as follows.

  • All labels for components are of the class TStaticText. The tab sequence is set so that the next tab number indicates the component the label is for. Also the FocusControl property for the TStaticText label is set to that component. The shortcut key for the label causes the component the label describes, to receive focus. The screen reader can determine the label for the component by finding the TStaticText field with a tab order value one less than the component that has focus.
  • The Search, Preselect Versions and Notes forms use a TCheckListBox component to select the versions or notes. Except for this component, we are using all the common Windows components. Most screen readers cannot handle the TCheckListBox component since it is an Owner Draw component. To get around this we included a button on the form to bring up a form to do multiple selections. It is obvious from the name of the button what it is for.

The following lists all the components the program uses on its forms.

  • TButton
  • TCheckBox
  • TCheckListbox
  • TComboBox
  • TComponent
  • TEdit
  • TFontDialog
  • TGauge
  • TGroupBox
  • TImage
  • TListBox
  • TMenu
  • TMenuItem
  • TPanel
  • TPopupMenu
  • TRadioButton
  • TRadioGroup
  • TRichEdit
  • TSaveDialog
  • TScrollBar
  • TSpeedButton
  • TSpinButton
  • TStaticText
  • TTimer
  • TTreeView

Note the TLabel and TMemo are NOT used. For your screen reader to work correctly, you must set it up for these classes as defined in Delphi Version 4.

Related Topics
Converted from CHM to HTML with chm2web Standard 2.85 (unicode)