Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gizmon/gz_msgbox

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gz_msgbox

GizmoLabs による AutoCAD や AutoLISPが利用可能な 互換 CAD 用の各種のメッセージボックス関数

ファイル:gz_msgbox.lsp, gz_msgbox.dcl

確認済み動作環境 (すべてLISPが読み込み出来るグレードが対象 )

  • AutoCAD
  • BricsCAD
  • GstarCAD
  • IJCAD
  • IntelliCAD系
  • AresCAD系 (AresCAD, Draftsight, CorelCAD)

ダイアログの種類と対応する関数


ダイアログの種類 --- 対応する関数

  • [OK]-[Cancel] --- gz:lspOkCancel

  • [Yes]-[No] --- gz:lspYesNo

  • [OK] --- gz:lspOkOnly

  • [Yes]-[No]-[Cancel] --- gz:lspYesNoCancel

  • [OK]-[Cancel] --- gz:lspRetryCancel

  • 戻り値: OK=T、キャンセル=nil、No="F"


  • [パスワード入力] --- gz:lspGetPass

  • [Inputbox] --- gz:lspInputBox (ボタンが横にあるタイプ)

  •                   --- gz:lspInputBox2 (ボタンが下にあるタイプ)
    
  •                   --- gz:lspInputBox3 (ボタンが下でチェックボックスがあるタイプ)
    
  • [Combobox] --- gz:lspComboBox

  • [Listbox] --- gz:lspListBox

  • [Listbox] --- gz:lspListBoxMlti (複数選択可)

  • 戻り値: OK=文字列、キャンセル=nil


  • [フォルダ選択] --- gz:lspbrowsefolder

  • 戻り値: フォルダ名の文字列


  • [popup] WSH の popup メソッドを使ったMSGボックス --- gz:popup

  • 戻り値: OK=1,キャンセル=2, 中止=3, 再試行=4, 無視=5, はい=6, いいえ=7, 再実行=10, 続行=11

[GizmoLabs Wiki] (https://wiki.gz-labs.net/)

About

AutoLISP 用メッセージボックス関数群

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.