Displaying 7 results from an estimated 7 matches for "dmiceman".
Did you mean:
dikeman
2005 May 03
4
Wx::HtmlWindow.on_link_clicked
...;'
sizer = Wx::BoxSizer.new Wx::VERTICAL
dialog.set_sizer sizer
html = WrappedHtml.new dialog, -1
html.set_page <<EOF
<html>
<body>
<a href="http://favicon.ru/en/">My wife web project</a><br />
<a href="mailto:dmiceman@mail.ru">mail me</a><br />
</body>
</html>
EOF
sizer.add html, 1, Wx::EXPAND
dialog.set_size Wx::Size.new(400, 300)
dialog.center_on_screen Wx::BOTH
dialog.show true
dialog.evt_close do exit_main_loop end
end
end
app = App....
2005 Apr 27
6
does anyone have success with wxruby with wxwidgets 2.6?
...an anyone show me the way to fight this trouble?
BTW: What is a correct way to debug ruby extensions under windows?
With gdb i can`t get symbols on stack with ''bt'' command, but
everything -- ruby, wxwidgets, wxruby is compiled with -g.
--
Dmitry mailto:dmiceman@ubiz.ru
2005 May 02
3
where is destructors?
...{
+ delete bmp;
+ };
+};
+
VALUE
WxBitmap::alloc(VALUE self)
{
- return Data_Wrap_Struct(self, 0, 0, 0);
+ return Data_Wrap_Struct(self, 0, WxBitmap_free, 0);
}
VALUE
================================================================
--
Dmitry mailto:dmiceman@ubiz.ru
2005 May 02
0
Wx::StringInputBuffer/Wx::StringOutputBuffer
...39;'
image_data = stream.get_string
Installation: just place ''sstream.cpp'' and ''sstream.in'' in ''src'' and
add ''sstream.o'' to $objs variable in ''src/extconf.rb''.
--
Dmitry mailto:dmiceman@ubiz.ru
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Apr 30
1
wxRuby Roadmap, Schedule and wxWidgets 2.6.0
Hi,
I''m very interested in migrating some apps to ruby and wxRuby.
Is there a rough estimate of when wxRuby will support wxWidgets 2.6.0?
Are there specific tasks that require volunteers?
2005 May 06
3
Problems setting image data
Hi,
I''ve been having some intermittent (but repeatable) problems using
Image#set_data. In some cases, I get just a black image drawn after I''ve set
a (non-black) image. Other times I get a MSVC++ runtime exception. It
happens on the same files at the same time. I''m confident that I''m setting
the correct amount of data for the image size. (Note: Ruby 1.8.2,
2012 May 18
0
4. Re: domU backup strategy (Simon Hobson)
...ne Linux Xen Dom0 LiveCD (Roger Pau Monne)
10. Re: Alpine Linux Xen Dom0 LiveCD (Mark Schneider)
----------------------------------------------------------------------
Message: 1
Date: Thu, 17 May 2012 17:52:07 +0100
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Dmitry Morozhnikov <dmiceman@mail.ru>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>, xen-devel
<xen-devel@lists.xen.org>
Subject: Re: [Xen-users] libxl vs pygrub in 4.1.2 on rebooting domU
Message-ID: <1337273527.7781.109.camel@zakaz.uk.xensource.com>
Content-Type: text/plain; charset=...