View Issue Details

IDProjectCategoryView StatusLast Update
0008992MMW v4Framework: Scripts/Extensionspublic2012-01-23 16:47
Reporterpeke Assigned To 
PrioritynoneSeverityfeatureReproducibilityN/A
Status resolvedResolutionno change required 
Product Version4.0.3 
Summary0008992: Add SDBUIOptionSheet
DescriptionSimple property OptionSheet settings/values

Members:
SheetLabel - Get/Let - String = A label that appears in the tree of option sheet.
ParentId - Get/Let - Long - ID of parent Sheet

Although these can be supplanted by the ISDBScriptControl::RegisterEvent method. I added them for reference:
-----
ScriptFile - Get/Let - String - A script file that contains event functions (InitProcedure and SaveProcedure).
InitProcedure - Get/Let - String - A function from ScriptFile that is called when Options dialog is created. There is one parameter present - a reference to the sheet (a SDBUITranspPanel object)
SaveProcedure - Get/Let - String - A function from ScriptFile that is called when Options is closed by Ok button. There is one parameter present - a reference to the sheet (a SDBUITranspPanel object)
CancelProcedure - Get/Let - String - A function from ScriptFile that is called when Options is closed, but not by Ok button. There is one parameter present - a reference to the sheet (a SDBUITranspPanel object)
-----

Events (Sender: SDBUITranspPanel object):
OnInit - A procedure that is called when Options dialog is created
OnSave - A procedure that is called when Options is closed by Ok button
OnCancel - A procedure that is called when Options is closed, but not by Ok button
TagsNo tags attached.
Fixed in build

Relationships

related to 0008994 resolvedjiri Add ISDBUI::GetOptionSheet 
related to 0008993 resolvedLudek Add ISDBUI::NewOptionSheet 

Activities

There are no notes attached to this issue.