Page 1 of 1

CpcDropDown not found

Posted: Mon Feb 07, 2022 9:44 am
by jackD
Hi, I've downloaded the CpcPreprocessor file from zinnamturm.eu but when trying to run the command

"StdMenuTool.UpdateAllMenus; CpcDropDown.MakeDropDowns"

in the quick-start Docu I get an error telling me CpcDropDown can't be found (side note: I'm assuming when the text is red it means the file isn't there?). However, CpcDropDown doesn't appear to be on the zinnamturm site, although it's mentioned as being required for some other files.

I'm new to BB and am working through Stan Warford's book.

Thanks for any advice.

Re: CpcDropDown not found

Posted: Mon Feb 07, 2022 10:20 am
by Ivan Denisov
CpcDropDown functionality is now the part of BlackBox 1.7.2, so you do not need this to be installed.

You can simply reduce this line to
"StdMenuTool.UpdateAllMenus; CpcDropDown.MakeDropDowns"
to the
"StdMenuTool.UpdateAllMenus"

Re: CpcDropDown not found

Posted: Mon Feb 07, 2022 11:35 am
by jackD
Thanks Ivan.