search for: postmessage

Displaying 12 results from an estimated 12 matches for "postmessage".

2006 Aug 25
3
RJS Error: Element.update is not a function
Hi, I have implemented some RJS code and I have the same exact code in 2 different places. In one place I get the error "Element.update is not a function" and the other place works fine. Any idea why this error is coming? Breaking my head. -Vinod --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2001 Feb 14
0
Wine Weekly News #82 (2001 Week 07)
...sting issue: I have an application that handles several text edit controls. At one point it flips from the first to the second (after you have entered the fourth character). This is done by a function, which does (simplified) this: { DWORD startsel,endsel; PostMessageA(hwnd1,EM_GETSEL,&startsel,&endsel); SetFocus(hwnd2); PostMessageA(hwnd2,EM_SETSEL,0,0); /* ... */ CallWindowProcA(hwnd,....); return; } According to the +relay,+edit trace the EM_GETSEL is executed way _AFTER_ the return from the functi...
2001 Feb 14
0
Wine Weekly News #82 (2001 Week 07)
...sting issue: I have an application that handles several text edit controls. At one point it flips from the first to the second (after you have entered the fourth character). This is done by a function, which does (simplified) this: { DWORD startsel,endsel; PostMessageA(hwnd1,EM_GETSEL,&startsel,&endsel); SetFocus(hwnd2); PostMessageA(hwnd2,EM_SETSEL,0,0); /* ... */ CallWindowProcA(hwnd,....); return; } According to the +relay,+edit trace the EM_GETSEL is executed way _AFTER_ the return from the functi...
2003 Oct 26
0
Help needed to get the application work for native linux editors
...) First we have to get the handle of the window/control where the cursor is currently located, for that the GetFocus API is used. 3) Virtual-key code of the key that generated the keystroke message is converted to appropriate another code for making the keyboard Inscript or phonetic and send using Postmessage API. I have some doubts. Do these APIs written for windows work in linux. In linux , How could i get the handle of the window where the cursor is currently located. What are the changes that i should make in the source code to make it work for linux editors. Looking for your suggessions. Thank...
2006 Aug 08
1
Using wine for automatization
Hello list I have a windows application that is runnable under wine. Now i want this app to be controllable without the gui. For Reasons somewhere between licensing,a crazy management, and legal issues this app cant be replaced be a better solution nor can i reverse engineer it to find out what is does and then recode that. And it has to run under linux. So the plan for automatization
2017 Oct 31
0
Wine release 2.20
...re_event_obj to dispatch XHR readystatechange event. mshtml: Don't use fire_event to dispatch contextmenu event. mshtml: Don't use fire_event to dispatch window load event. mshtml: Use create_event_from_nsevent in handle_htmlevent. mshtml: Don't use fire_event in postMessage. mshtml: Don't use fire_event to dispatch help event. mshtml: Don't use fire_event to dispatch focusin and focusout events. mshtml: Don't use fire_event to dispatch document load event. mshtml: Don't use fire_event to dispatch script readystatechange event....
2011 Mar 09
1
Javascript call from view.
...v class="postWrap"> <%= submit_to_remote "Post"," Post ", :update => "div3", :method => "post", :condition => "postMessage()", :before => "resetCharCount(''remaining'');clearInnerHtml(''div3'')", :loading => "Element.show(''spinnerTimeLineDiv3'')",...
2016 Apr 15
0
Wine release 1.9.8
.... mshtml: Added support for focusout event and IHTMLElement4::onfocusout property. mshtml: Added focusin and focusout event tests. mshtml.idl: Added IDOMMessageEvent declaration. mshtml: Added IHTMLWindow6::onmessage property implementation. mshtml: Added IHTMLWindow6::postMessage semi-stub implementation. mshtml: Event tests code clean up. mshtml: Skip headers problematic for cache. mshtml: Added support for sending BSTR over IHTMLXMLHttpRequst::send. mshtml: Added more IHTMLXMLHttpRequst::send tests. user32: Use top level window as dialog pare...
2013 Sep 13
0
Wine release 1.7.2
...Fix remaining cases of implementation pointer being returned. po: Tweak Russian strings for winecfg. kernel32/tests: Some tests for initial thread activation context. ntdll: Inherit default activation context from creation thread. user32/tests: Test to show that SendMessage/PostMessage don't force caller activation context on window thread. kernel32/tests: Added some activation context tests for SearchPath(). comctl32: Fix LVS_OWNERDRAWFIXED handling in hittesting. comctl32/tests: Manually load comctl32.dll with newly activated context. ntdll: Added co...
2012 Nov 23
0
Wine release 1.5.18
...nter access in heap_str*. msxml3: Fix possible NULL pointer access in heap_strdupW. urlmon: Fix possible NULL pointer access in heap_strdup*. Aric Stewart (3): wineqtdecoder: Properly clean up splitter and loader threads on QTSplitter destruction. imm32: Use SendMessage not PostMessage for the default IME winproc. imm32/tests: Test showing that communication to the IME window is done via SendMessage. Austin English (2): secur32: Get rid of deprecated types. include: Remove stray linefeeds. Christian Costa (12): d3drm: Implement texture SetAppData and Get...
2011 Apr 15
0
Wine release 1.3.18
...rce directly from the git repository. Check http://www.winehq.org/git for details. Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 1.3.18: 1918 PostMessage(hwnd,WM_QUIT,0,0) doesn't exit the message loop 4553 Future Cop doesn't start 5559 rendering problem in Beyond Good and Evil 7663 War Of the Ring Demo aborts silently on startup 9026 division by zero in winealsa 13387 Crysis patcher fails 14045 SketchUp was unable to i...
2007 Jul 27
0
Wine release 0.9.42
...be initialized. Steven Edwards (1): version: VerQueryValueA/W NULL pointer check. Tim Schwartz (1): netapi32: Add NetUseAdd() stub. Vitaliy Margolen (9): msvcrt: Preserve registers when calling unwind function. pdh: Forward PdhOpenQuery to PdhOpenQueryW. dinput: Use PostMessage instead of SendMessage. Remove message window. dinput: Use CALLWINDPROC hook to monitor focus loses away from acquired windows. user32/test: Destroy no longer needed test dialog windows. user32: Add test for SetForegroundWindow(desktop). server: Treat desktop as a top-level...