User Interface Creation


Access to most of the popular WPF user interface controls have been made possible via the BobCAD Lua scripting engine.

All of the topics inside this book contain the common controls that you will need to extract the necessary data from the user.  All of the user interface elements are being created via BobCAD's native WPF architecture.


Topics include:


  • Adding buttons to the BobCAD Ribbon bar to execute your LUA scripts via Bcc.AddCommand
  • Displaying a message box via Bcc.ShowMessageBox
  • Creating your own dialog utilizing various common user interface controls via Bcc.ShowDialogBox
  • Updating items like control visibility, enabling/disabling controls, and updating control content while the dialog is open via Bcc.UpdateDialogBox