hello Experts
i am trying to launch ADE L from config->schematic, somehow i could not get it work. always errors out on:
*Error* _deBasePrintMsg: (DEBASE-103050): _deValidateAppName: viewType unknown is not registered!
it seems it tries to launch before the hePromptForm is done, i tried ipcsleep to let it wait .. still same error
need your advice on this, here is my code ..thanks
tea
schWin= ddsServOpen("test_config" "tb_port" "config" "edit" nil)
; or geOpen(?window (wid=hiOpenWindow()) ?lib "test_config" ?cell "tb_port" ?view "config")
hiiSetCurrentForm('hePromptForm)
hePromptForm->editCfg->value= "no"
hePromptForm->editTopCV->value="yes"
hiFormDone(hePromptForm)
schSingleSelectPt()
(ipcSleep 10)
deInstallApp(wid=hiGetCurrentWindow() "analogArtist-Schematic")