CpcDropDown not found

All except GUI problems
Post Reply
jackD
Posts: 10
Joined: Fri Oct 15, 2021 9:10 am

CpcDropDown not found

Post 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.
User avatar
Ivan Denisov
Posts: 362
Joined: Tue Sep 17, 2013 12:21 am
Location: Krasnoyarsk, Russia

Re: CpcDropDown not found

Post 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"
jackD
Posts: 10
Joined: Fri Oct 15, 2021 9:10 am

Re: CpcDropDown not found

Post by jackD »

Thanks Ivan.
Post Reply