Following the instructions from ESRI, I tried to make my first simple widget in Flex Builder 4. After copying the "HelloWorld" mxml from the Samples folder to a new 'renamed" mxml. Slightly changed the coding in the xml code and complied the module to create the .swf and xml pair. Then copied the pair into my flexviewer test site samples folder in the widget directory. Then altered the config.xml to acces the new widget, and ran the application.
Though the application runs, the WidgetManager Eorr#2036 pops up when I click on the new widget icon. After reviewing the steps and code several times, I blew all that away to start from scratch.
This time, however, all I did was to alter the config.xml in my test viewer to access the the "helloworldwidget" directly, with no recodeing. Same results - Widgetmanager Error # 2036. Below is a copy of the config.xml section. I do not see any codeing problems, but granted I am very furstrated at this point. This should be fairly simple thing to do, but if any light can be shed on what is wrong here, please do so.
OK, After stepping away and taling a walk around the buiolding, I came back to see the issue glaring at me. The paths to the swf and xml were not complete. I forgot to add the folder "helloWorld" in which they reside. As I have said in the past, most of the issues are found between the keyboard and chair.....
OK, After stepping away and taling a walk around the buiolding, I came back to see the issue glaring at me. The paths to the swf and xml were not complete. I forgot to add the folder "helloWorld" in which they reside. As I have said in the past, most of the issues are found between the keyboard and chair.....