Displaying 5 results from an estimated 5 matches for "loadpag".
Did you mean:
loadptg
2012 May 23
4
Possible error restoring machine
I noted a possible problem restoring a machine.
In xc_domain_restore (xc_domain_restore.c) if it''s not the last
checkpoint we set O_NONBLOCK flag (search for fcntl) that we can call
pagebuf_get or just load other pages (see following "goto loadpages;"
line).
Now we could ending up calling xc_tmem_restore/xc_tmem_restore_extra
(xc_tmem.c) which call read_extract (xc_private.c) on the same non
blocking socket/file but read_extract does not handle EAGAIN/EWOULDBLOCK
(both can be returned on non blocking socket depending on file type and
Un...
2006 Nov 06
3
HtmlWindow and friends
Hi
Attached is a patch to add HtmlWindow and some of its friends, including
HtmlEasyPrinting. Also a sample.
I haven''t tried exposing the parsing and rendering API yet to allow
custom tags etc - I just wanted to get basic HTML and the 0.6.0
compatibility classes first. There may well be some quite easy classes left.
There''s one ugly kludge to get OnOpeningURL to compile -
2006 Nov 12
0
[724] trunk/wxruby2: Initial commit of HtmlWindow functionality
...;-        /**
-         * \brief Returns anchor within currently opened page
-(see ).
-If no page is opened or if the displayed page wasn''t
-produced by call to LoadPage, empty string is returned.
-        */
-
</del><span class="cx"> wxString GetOpenedAnchor() ;
</span><del>-        /**
- &...
2010 Jun 01
31
XCP
Hi there,
We are using latest version of XCP on 6 hosts. While issuing VM.start or
VM.start_on xmlrpc functional call , it says :
{''Status'': ''Failure'', ''ErrorDescription'': [''SESSION_INVALID'',
''OpaqueRef:cfb6df14-387d-40a1-cc27-d5962cba7712'']}
However if I put VM.start in a loop maybe after
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...><span class="lines">@@ -24,8 +24,8 @@
</span><span class="cx"> bool HistoryForward() ;
</span><span class="cx"> virtual bool LoadFile(const wxFileName& filename ) ;
</span><span class="cx"> virtual bool LoadPage(const wxString& location ) ;
</span><del>- virtual void OnCellClicked(wxHtmlCell *cell , wxCoord x , wxCoord y , const wxMouseEvent& event ) ;
- virtual void OnCellMouseHover(wxHtmlCell *cell , wxCoord x , wxCoord y ) ;
</del><ins>+ // virtual bool OnCellC...