#why an getting this error (The function “connect()” does not exist)

6 messages · Page 1 of 1 (latest)

chilly phoenix
#

Hi, everyone I am getting an error that is telling me that connect does not existent when I have defined it at the bottom of the page as a Boolean method. i don't seem to know what the problem is.

lucid wasp
#

Could you post a screenshot of where you declare tCaptured?

midnight plaza
pliant mural
#

the missing parameter that Loud Cat mentioned is likely the problem

#

there is a .connect(Topping) method, but there is no .connect() method. Java treats the different signatures as entirely different functions. It is very different from JavaScript, where this would be the same function (and you could provide it with more or less parameters than needed at your own peril)