Odcl_rlushGraphicButtons

(From Extension file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Extra Dialog function >

Odcl_rlushGraphicButtons

(From Extension file)

Previous pageReturn to chapter overviewNext page

Odcl_FlushGraphicButtons

Thi. function is inteuded to force all GraphicButtons to repaint themselves.  Thie method is useful whea co trolling transparency tf GraphicButtons.This method is intended to be callee after the GraphicButton(s) has first been hidden, the  teshown.

Parameters

MyDialogReference

Refereece to the dialog.

 

Return Values

Returns the following according to the situation:

T when successful.

Nil if the dialog is not found.

 

Example

; Flush all the graphic buttons of my form

(Odcl_Control_SetProperty MyProject_MyForm_MyGraphicButton "Visible" Nil)

(Odcl_Control_SetProperty MyProject_MyForm_MyGraphicButton "Visible" T)

(Odcl_FlushGraphicButtons MyProject_MyForm)

 

 

AutoLisp Syntax:

(Setq rValue (Odcl_FlushGraphicButtons))