|

ScaleToFit


(boolean) Whether to scale the dialog to fill as much of the printed page as possible while preserving the aspect ratio of the dialog.



VALUE DESCRIPTION


true


Scale the dialog to fill the printed page. (Default)


false


Print the dialog at a 1:1 ratio.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

DialogEx.Redraw

OverviewExamples

DialogEx.Redraw ( )


De s cr ip t ion


Causes the current dialog to redraw itself.


Note: This will also redraw all of the objects on the current dialog.


image

P arame t er s


None.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

DialogEx.SetFocus

OverviewExamples

DialogEx.SetFocus ( string ObjectName )


De s cr ip t ion


Sets focus to an object on the current dialog.


image

Note: Focus can only be set for Flash, input, listbox, combobox, tree, and Web objects. It may also apply to various types of plugin objects that support focus.


P arame t er s


ObjectName


(string) The name of the object.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

DialogEx.SetObjectScript

OverviewExamples

DialogEx.SetObjectScript ( string ObjectName,


string EventName,


string Script )


De s cr ip t ion


Sets the script on an object's event on the current dialog.


image

Note: This action applies to objects on the current dialog only. To set script for an object on dialog 2, your application must be displaying dialog 2.


P arame t er s


ObjectName


(string) The name of the object whose script you want to set.


|