Construct_Object()
- Integer
Changed_State - Integer
Allow_Select_Bitmap_StateIf true, double click sends Get Select_Bitmap which invokes
an open file dialog
- String
Dialog_Captiontitle for common file dialog
- String
Initial_Folderstart-up directory for common file dialog
Add_Focus(Integer Obj)
Although this is not a client it should add child objects to
the focus tree. Should only be textboxes!
- string
Select_Bitmap()
Popup an open file dialog and select a bitmap file. Returns file
name
- String
sFileName - String
sPropVal - Integer
iRet - Integer
hoOpenFile
Invoke_Select_Bitmap()
Purpose: Public message to cause bitmap selection dialog to
appear and, if selected, displays the bitmap.
Ken Ross 11/15/96 10:03PM
- String
sFileName
Mouse_Click(integer i1 integer i2)
Augmented to invoke the filedialog to retrieve a new bitmap
Page_Object(Integer iState)
RequestAddToolTip()
Called by Page_Object. Handles tooltip creation. We use a dedicated
method to perform AddToolTip because it is often the case that Page_Object
is implemented in a mixin class.
RequestDeleteToolTip()
Called by Page_Object. Handles tooltip removal.