Hi Andreas, Hugh and Dirk
Thanks for your quick answers. In fact, the DragAndDropHandler wasn't
copied to the build version. I tried Andreas suggestion, but it didn't
work. I found no APPLICATION_ADDITIONAL_BUILD_OPTIONS entry in the
makefiles. But i found another solution:
#require(qx.event.handler.DragAndDropHandler)
I put it into my application.js file and the Handler got copied to the
build version. Everything works fine! Yupiee!! :o)
Again, thanks for your hints to get me on the right track!
Stefan
> Hi Stefan!
>
>
>> I've a table with a registered dragstart event handler. It works
>> perfectly fine in my source version. In the build version of the same
>> application, the dragstart event does not get fired. I don't get an
>> error message. Hope somebody has a clue where to look.
>>
>
> The automatic dependency resolving for an optimized build, that does
> only include the classes required by your application ("JS Linker"),
> needs to be given a hint about the optional drag & drop functionality.
>
> I think the following setting in your Makefile should help:
>
> APPLICATION_ADDITIONAL_BUILD_OPTIONS =
> --include=qx.event.handler.DragAndDropHandler
>
> Bye,
>
> Andreas
>
>
>
>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel