Displaying 6 results from an estimated 6 matches for "processmessage".
Did you mean:
process_message
2008 May 26
9
App#process_message
how can rewrite the App # process_message to treat the messages of the
system?
wxruby
--
Posted via http://www.ruby-forum.com/.
2010 Sep 02
1
XmlHttpObject
...9;t work?
Simple Delphi code.
Uses comobj;
procedure TForm1.Button1Click(Sender: TObject);
var xmlhttp: variant;
begin
xmlhttp:=createoleobject('MSXML2.XMLHTTP.3.0');
xmlhttp.open('GET', edit1.text, true);
xmlhttp.send();
while (xmlhttp.readystate<>4) do application.processmessages;
memo1.lines.add(xmlhttp.responsetext);
end;
Screen cap: http://netikka.net/dev/ole.jpg
Here is zipped exe: http://netikka.net/dev/ole.zip
Click ok -> OLE error 800401F3 (Ubuntu 10.04, Wine 1.31)
Works fine with any Windows.
2007 Apr 03
0
[941] branches/wxruby2/wxwidgets_282/swig/classes/App.i: Avoid segfault when exiting with Ruby exception rather than end of main_loop
...pan class="cx"> %}
</span><span class="cx">
</span><ins>+
</ins><span class="cx"> %ignore GetAuto3D;
</span><span class="cx"> %ignore OnQueryEndSession;
</span><span class="cx"> %ignore ProcessMessage;
</span><span class="lines">@@ -20,6 +21,11 @@
</span><span class="cx"> #//////////////////////////////////
</span><span class="cx"> %rename(App) wxRubyApp;
</span><span class="cx">
</span><ins>+//...
2013 May 08
2
[Bug 2099] New: SshClient.connect() failure on port 22
...lang.System.arraycopy(Native Method)
at
com.sshtools.j2ssh.transport.TransportProtocolInputStream.readBufferedData(Unknown
Source)
at
com.sshtools.j2ssh.transport.TransportProtocolInputStream.readMessage(Unknown
Source)
at
com.sshtools.j2ssh.transport.TransportProtocolCommon.processMessages(Unknown
Source)
at
com.sshtools.j2ssh.transport.TransportProtocolCommon.startBinaryPacketProtocol(Unknown
Source)
at
com.sshtools.j2ssh.transport.TransportProtocolCommon.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:662)
com.sshtools.j2ssh.transport.MessageStoreEO...
2007 Jun 28
0
[1092] trunk/wxruby2/swig/classes/App.i: Pass correctly typed Events into filter_event, if defined (bug 10797);
...t;cx">
</span><span class="cx">
</span><ins>+// Not supported
</ins><span class="cx"> %ignore GetAuto3D;
</span><span class="cx"> %ignore OnQueryEndSession;
</span><span class="cx"> %ignore ProcessMessage;
</span><span class="cx"> %ignore SetAuto3D;
</span><span class="cx">
</span><ins>+// Redefined below
</ins><span class="cx"> %ignore MainLoop;
</span><ins>+%ignore FilterEvent;
+
</ins><span class=&...
2007 Mar 19
0
[898] branches/wxruby2/wxwidgets_282/swig/classes/App.i: Fix init of stock objects for Wx2.8 - was causing infinite loop +crash on OS X
...pan><del>- virtual bool OnInit() ;
</del><ins>+ bool OnInit() ;
</ins><span class="cx"> virtual void OnInitCmdLine(wxCmdLineParser& parser ) ;
</span><span class="cx"> ;
</span><span class="cx"> bool ProcessMessage(WXMSG * msg ) ;
</span><span class="lines">@@ -176,7 +168,5 @@
</span><span class="cx"> void SetVendorName(const wxString& name ) ;
</span><span class="cx"> void SetUseBestVisual(bool flag ) ;
</span><span class=&q...