I compiled the HTTPFormServer sample (svn sandbox) with VC8 (express edition)
all worked fine.
Except that the delegate HTTPFormServer::onClicked is not called.
- Code: Select all
Poco::AutoPtr< Button > ptrBut = new Button("Submit");
ptrBut->ESingleClick += delegate(this, &HTTPFormServer::onClicked);
ptrStack->add(ptrBut);
I tried to debug but I am not familiar enough with the abstract event code and got lost.
And I didn't find a relevant bug report.
Any idea?
Also what is the status on the WebWidgets project?
I saw on another thread that you consider either Ajax and/or Flash.
Any plans?
(Rant: it is a pain to login all the time).





