14 Oct 2013, 9:58
Hi,
I wonder how to process OS drag&drop events in engine?
I wonder how to process OS drag&drop events in engine?
File | Line | Function |
---|---|---|
/global.php | 94 | errorHandler->error |
/showthread.php | 28 | require_once |
File | Line | Function |
---|---|---|
/global.php | 550 | errorHandler->error |
/showthread.php | 28 | require_once |
File | Line | Function |
---|---|---|
/global.php | 811 | errorHandler->error |
/showthread.php | 28 | require_once |
File | Line | Function |
---|---|---|
/global.php | 811 | errorHandler->error |
/showthread.php | 28 | require_once |
File | Line | Function |
---|---|---|
/global.php(872) : eval()'d code | 26 | errorHandler->error |
/global.php | 872 | eval |
/showthread.php | 28 | require_once |
File | Line | Function |
---|---|---|
/inc/functions.php | 1449 | errorHandler->error |
/inc/functions.php | 1414 | fetch_forum_permissions |
/inc/functions.php | 2953 | forum_permissions |
/showthread.php | 657 | build_forum_jump |
File | Line | Function |
---|---|---|
/inc/functions.php | 7360 | errorHandler->error |
/inc/functions_user.php | 813 | is_member |
/inc/functions_post.php | 416 | purgespammer_show |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php(484) : eval()'d code | 6 | errorHandler->error |
/inc/functions_post.php | 484 | eval |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 672 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 757 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 762 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions.php | 7360 | errorHandler->error |
/inc/functions_user.php | 813 | is_member |
/inc/functions_post.php | 416 | purgespammer_show |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php(484) : eval()'d code | 6 | errorHandler->error |
/inc/functions_post.php | 484 | eval |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 672 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 757 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 762 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions.php | 7360 | errorHandler->error |
/inc/functions_user.php | 813 | is_member |
/inc/functions_post.php | 416 | purgespammer_show |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php(484) : eval()'d code | 6 | errorHandler->error |
/inc/functions_post.php | 484 | eval |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 672 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 757 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/inc/functions_post.php | 762 | errorHandler->error |
/showthread.php | 1114 | build_postbit |
File | Line | Function |
---|---|---|
/showthread.php(1587) : eval()'d code | 33 | errorHandler->error |
/showthread.php | 1587 | eval |
File | Line | Function |
---|---|---|
/showthread.php(1587) : eval()'d code | 41 | errorHandler->error |
/showthread.php | 1587 | eval |
File | Line | Function |
---|---|---|
/showthread.php(1587) : eval()'d code | 82 | errorHandler->error |
/showthread.php | 1587 | eval |
File | Line | Function |
---|---|---|
/showthread.php(1587) : eval()'d code | 92 | errorHandler->error |
/showthread.php | 1587 | eval |
File | Line | Function |
---|---|---|
/showthread.php(1587) : eval()'d code | 107 | errorHandler->error |
/showthread.php | 1587 | eval |
The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.30 (FreeBSD)
|
OS Drag&drop
|
14 Oct 2013, 9:58
Hi,
I wonder how to process OS drag&drop events in engine?
18 Oct 2013, 6:11
Hi!
Currently, drag&drop is not directly available in the framework. It is basically possible to extend the platform implementation to handle necessary events, e.g. by reacting on WM_DROPFILES events in source/platform/win32/gdi/murl_platform_win32_gdi_window.cpp on Windows. These events may then be forwarded to a custom control, which might also handle dragging operations in the other direction. However, the project files for rebuilding the platform front-ends is not yet included in the release package, we will add these in one of the next updates so it's possible for you to easily modify the platform libs. Best regards, Christopher
18 Oct 2013, 6:35
Thank you!
I really need it. |
« Next Oldest | Next Newest »
|