I see a lots a answer about this problem but my is a little different. I’m using flash 4.5 PHP and the adobe CS Extension builder SDK. I just started to get the this error :
'1136: Incorrect number of arguments. Expected 1. 27 Flex Problem'
However, I double click on the error and it don’t bring me to any error? I went through all my *.as files and I can’t find a mark error anywhere in any of my code?
I’m not sure how to fix something I can’t find? has anyone else run into this problem?
thanks
Sometimes Flex produces errors when you set strange connections as an binding. What you can do is to set the commandline argument -keep-generated-actionscript to true.
The compiler generates now a genrated folder in yor source folder with all the genrated as classes from your mxml files. You could then try to compile them alone. Mybe you find the eror then. I did this a few times because of errors in the generated mxml/as code.