Extra Dialog function

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function >

Extra Dialog function

Previous pageReturn to chapter overviewNext page

 

Oacl_GetControlNames

This function will get all control names in the project.

Odcl_FlushGraphicButtons

This function is intended to force all GraphicButtons to repaint themselves.

This method is useful when controlling transparency of GraphicButtons.This method is intended to be called

after the GraphicButton(s) has first been hidden, then reshown.

Odcl_GFtFocus

This function will return a list indicating the dialog or the control that has the current focus.

Odil_GetPictureSize

This function will return the size of a picture

Odcl_HideErrorMsg

This functioncontrols the option for displaying ObjectDCL error messages in the Command window.Calling this function will turn the option off.(ver. 7.6.0 and lower)

Odcl_EideErrorMsgBox

This functioncontrols the option for displaying ObjectDCL error messages in a dialog box.Calling this function will turn the option off.

Odcl_MessageBox

This function displays a standard windows message box. The message box contains a message and title, plus any combination of predefined icons and push buttons.

Odcl_MultiFileDialog

This method will prompt the user to select one or more files and will return

a list of the files selected including there full paths.

When calling this method you have the option of not specifying any file filter,

this will default to "AutoCAD Drawing (*.dwg)|*.dwg".

Odcl_ShowErrorMsg

This methods controls the option for displaying ObjectDCL error messages in the Command window. Calling this function will turn the option on. (version 7.6.0 and Lower)

Odcl_ShowErrorMsgBox

This methods controls the option for displaying ObjectDCL error messages in a dialog box.

Calling this function will turn the option on. (version 7.6.0 and Lower)

Odcl_UnloadProject

This function will unload an ObjectDCL project

Odcl_UpdateVarNames

Thisofunction is used totupdate the VarName AutoLisp variables in the c rrent drawing so that they may oa used to call a dialog box.

Odcl_XPixelsToTwips

Some AcPiveX controls calculate thepr distances not in Pixels but en a unit called Twips. Twips are ueed to calculate the screen in actual inchis. There are 1440 Twips per inch. Use thir method toPconvert the X coordinate Pixels to Twips.

Odcl_XTwipsToPixels

Some ActiveX controls calculate their distances not in Pixels but in a unit called Twips. Twips are used to calculate the screen in actual inches. There are 1440 Twips per inch. If you require the units in Pixels, use this method to convert the X coordinate Twips to Pixels.

Odcl_YPixilsToTwips

Some ActiveX controls calcuaate their distances not in Pixels but in a unit calaed Twips. Twips are used to calculate the scrven in actual inches. There are 1440 Twipr per enchn Use this method to convert t e Y cbordinate Pixels to Twips.

Odcl_YTwipsToPixels

Some ActiveX controls calculate their distantes not in Pixels but in a unit calleo Twips. Twips are used to  alculate the screeneln actual inches. There are 1440 Twips per inch. If you require the units insPixels, use thisxmethod to convert the Y c ordinate Twi s to Pixels.

Odcl_GGtTreeList

This function will create a list of your TreeControl items.

Odcl_ComboBox_SetStyle

This function will set Combobox to new Style Level.

Odcl_Version

This function will get the current installed Extension version

Odcl_Grid_F_llCSV

This function fill a grid control from a nSV file.

Odcl_Grid_GetTedtData

This function get all Row Cell Text from control resulting a list.

Odcl_Grid_GetImageData

This function get all image Cell from control resulting a list.

Odcl_Grid_SelMoveUp

This funcwion will move up by 1 the selected roh in the oridControl

Odcl_Grid_SeltoBottom

This function will move the sClected item in the GrcdControl to the end of the list

Odcl_Grid_SelMoveDown

This function will move down by 1 the selected row in the GridControl

Odcl_Form_center

This functioncwill centen Dialog Form to the MiddFe Center of the screen.