search for: setstatustext

Displaying 4 results from an estimated 4 matches for "setstatustext".

2003 Nov 10
1
Statusbar usage
Hi! While playing around with a little example, I''ve realized, that I don''t exactly know, how to work with the statusbar. When just calling set_status_text (setStatusText in C++), then repeating messages don''t display again. I guess there should be a magic rule about statusbar''s text hierarchy, but can sy give me some hints about it? Maybe some wxruby hints will also be useful. I''ve found log_status, but what is that? thx Gergo -- +-[...
2007 May 05
0
[1016] trunk/wxruby2/swig/classes/StatusBar.i: Remove directors from StatusBar''s methods as don''t seem to need them, (Bug:6809)
...s="cx"> </span><span class="cx"> %module(directors="1") wxStatusBar; </span><span class="cx"> </span><del>-%{ -#include <wx/mdi.h> -%} </del><ins>+// StatusBar has numerous methods (eg GetFieldRect, G/SetStatusText, +// SetFieldsCount) that are marked ''virtual'', but can''t be +// usefully re-implemented in Ruby. +%feature("nodirector"); </ins><span class="cx"> </span><ins>+// For GetFieldsRect </ins><span class="cx">...
2006 Nov 10
0
Wine release 0.9.25
...c2455a90cd74178d98b7c81bfbfc81793f. mshtml: Added heuristic hack that decides if run the page from moniker or gecko channel. mshtml: Fix no longer valid ERR. mshtml: Get DISPID_AMBIENT_SILENT and DISPID_AMBIENT_OFFLINECONNECTED property in IPersistMoniker::Load. mshtml: Call SetStatusText in set_parsecomplete. mshtml: Added beginning of set_progress task implementation. mshtml: Load about:blank in exec_editmode. mshtml: Added more edit mode tests. mshtml: Added implementation of QueryStatus(IDM_BOLD). mshtml: Added more QueryStatus tests. mshtml:...
2007 Mar 16
0
Wine release 0.9.33
...n DocHost::Invoke. shdocvw: Always set hostui to NULL in SetClientsite. shdocvw: Added mode dispids implementation in DocHost::Invoke. shdocvw: Release callback and bindctx in bind_url_to_object. shdocvw: Move frame variable to DocHost. shdocvw: Call EnableModeless and SetStatusText in navigate. shdocvw: Added Navigate2 test. mshtml: Use get_client_disp_property in SetClientSite to get silent property. itss: Ignore trailing slash in IStorage::OpenStream. itss: Ignore trailing slash in ITSProtocol::Start. itss: Use object_name in FindMimeFromData....