86
« on: August 28, 2017, 12:18:10 am »
@OnTheCuttingEdge The following plugin crashes Hal on start up. I attached the error.
'Rem Type=Plugin
'Rem Name=Microphone Auto Loader
'Rem Author=Gerald L. Blakley A.K.A OnTheCuttingEdge2005
'Rem Host=Assistant
'This sub setups the plug-ins option panel in Hal's options dialog
Sub OptionsPanel()
lblPlugin(0).Caption = "Automatically loads Microphone to On at HAL start up."
lblPlugin(0).Move 120, 10, 3300, 1000
lblPlugin(0).WordWrap = True
lblPlugin(0).Visible = True
End Sub
Rem PLUGIN: SCRIPT_LOAD
'The preceding comment is actually a plug-in directive for
'the Ultra Hal host application. It allows for code snippets
'to be inserted here on-the-fly based on user configuration.
'AUTO LOAD HAL'S MICROPHONE TO ON AT START UP AND SHOW HAL PANEL.
Script_Load = Script_Load & "<SHOWHAL>"
Script_Load = Script_Load & "<MICON>"