Displaying 20 results from an estimated 25 matches for "vwmc".
Did you mean:
vlmc
2008 May 02
3
FIX for wxruby-1.9.6 on Windows
Hi
If you''ve installed the latest wxRuby 1.9.6 on Windows and are having
trouble running applications, please try the following steps:
1) Ensure that you have msvcr80.dll and msvcp80.dll available on your
system. If you haven''t got them, they can be downloaded for free from
http://www.dll-files.com/ and placed in your ruby/bin directory.
2) Copy a file called
2008 Mar 01
11
wxRIDE Finally Available
.../svn/wxride/trunk or
http://wxride.rubyforge.org/svn/trunk/.
Suggestions, Help, Comments, whatever are much appreciated!
L8ers,
--
Mario Steele
http://www.trilake.net
http://www.ruby-im.net
http://rubyforge.org/projects/wxruby/
http://rubyforge.org/projects/wxride/
http://rubyforge.org/projects/vwmc/
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2008 Feb 24
4
wxruby effect like fxshutter
hi,
i was searching for an efect in wxruby like fxshutter from fxruby.
http://www.fxruby.org/doc/examples.html
is it possible to build an skeleton like this in wxruby?
i am ruby beginner
--
Posted via http://www.ruby-forum.com/.
2008 May 03
3
what type of variable use? (setting text on another class va
so, i have a MinimalFrame class where i have a form, then, after a user
add a new client i would like to send a log message on MainFrame
status_bar.
--
Posted via http://www.ruby-forum.com/.
2008 Mar 01
4
1.9.5 Release
...xRuby, so as to allow the sdl.so extension to be
re-distro''ed with the package.
What do you guys think of this?
L8ers,
--
Mario Steele
http://www.trilake.net
http://www.ruby-im.net
http://rubyforge.org/projects/wxruby/
http://rubyforge.org/projects/wxride/
http://rubyforge.org/projects/vwmc/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wxruby-development/attachments/20080301/247faab8/attachment.html
2008 Jan 19
10
lose focus event?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I''m new to wxruby, and I haven''t found any answer with google: Is
there a way to capture a lose focus event on controls, such as a combo
box? All my experiments show events when changing the text, but not
when leaving the box.
I want to make a combobox that autocompletes if I press tab (or down
arrow or something), but if I
2008 May 03
2
sqlite3, inserting values in database
hi,
i have a small form of textfields and i need to add these informations
to a table in sqlite3 database. but i dont know how to do it. i mean
that its small address book program. and ''id'' from ''clients'' table has
to increments. i open database with : db = Database.open("data.db"), but
then i dont know what to do...
anyone can help?
--
Posted via
2008 May 11
2
wxruby-1.9.7.tar.gz
Bonjour, comment est-ce que je fait pour installer wxruby1.9.7?
Je ne peut plus l''installer à partir de rubygems.
J''ai télécharger "wxruby-1.9.7.tar.gz" et après que faut-il faire?
merci
sebastien
http://beusse.liveror.com/
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
2008 Jan 12
1
GraphicsContext demo
...all that I have found. AUI is working beautifully now,
without having to run GC.disable in it, with the newest patches.
L8ers,
--
Mario Steele
http://www.trilake.net
http://www.ruby-im.net
http://rubyforge.org/projects/wxruby/
http://rubyforge.org/projects/wxride/
http://rubyforge.org/projects/vwmc/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wxruby-development/attachments/20080112/f67b633c/attachment.html
2008 Jan 14
0
Sockets.....
...be about 3:30,
4:00 in the morning on Monday), so I can start working on this for the
1.9.4release of wxRuby.
Thanks and L8ers,
--
Mario Steele
http://www.trilake.net
http://www.ruby-im.net
http://rubyforge.org/projects/wxruby/
http://rubyforge.org/projects/wxride/
http://rubyforge.org/projects/vwmc/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wxruby-development/attachments/20080113/36cbd648/attachment.html
2008 Jan 22
0
Wx::GenericDirCtrl fixes
...r as I know, this will work with any of the evt_tree* signals. A bit
of a hack, but it should work without any problems.
L8ers,
--
Mario Steele
http://www.trilake.net
http://www.ruby-im.net
http://rubyforge.org/projects/wxruby/
http://rubyforge.org/projects/wxride/
http://rubyforge.org/projects/vwmc/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wxruby-development/attachments/20080122/b44764d5/attachment.html
2008 Jan 24
0
Win32 Compile
...so I can
see about setting up this environment for myself, to do some compiles of SVN
wxRuby on Windows.
Let me know, and l8ers,
--
Mario Steele
http://www.trilake.net
http://www.ruby-im.net
http://rubyforge.org/projects/wxruby/
http://rubyforge.org/projects/wxride/
http://rubyforge.org/projects/vwmc/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wxruby-development/attachments/20080123/1be2ae4e/attachment.html
2008 Mar 12
0
wxRIDE Mailing Lists open
...se lists, as that
is what they are ment for, to keep down on the wxRIDE emails comming through
on wxRuby''s mailing list.
--
Mario Steele
http://www.trilake.net
http://www.ruby-im.net
http://rubyforge.org/projects/wxruby/
http://rubyforge.org/projects/wxride/
http://rubyforge.org/projects/vwmc/
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2008 Mar 05
21
wxruby, XRC, DialogBlock
I''ve been trying to figure out the best method for generating GUI''s with
Ruby. I ended up using DialogBlock because it seems like the fastest
way. But not I have to work backwards and have not done this before.
How do I go from the file I generate in DialogBlock to a code in Ruby?
--
Posted via http://www.ruby-forum.com/.
2007 Nov 12
4
XRCise says "Cannot create wrapper for subclass of wxWizard"
I have created a very simple DialogBlocks project that
consists of a very simple wxWizard. I have exported the
project to XRC and am trying to get XRCise to process it.
XRCise produces the message "Cannot create wrapper for
subclass of wxWizard".
Is this a symptom of the XPath parsing in Ruby 1.8.6 bug?
Or am I doing something wrong?
My env:
ruby 1.8.6 (2007-03-13 patchlevel 0)
2008 Jan 17
1
wxSockets
...what needs to be
done, when wrapping a class, I''ll more then happily add the tutorial to the
Wiki.
TTFN,
Mario Steele
--
Mario Steele
http://www.trilake.net
http://www.ruby-im.net
http://rubyforge.org/projects/wxruby/
http://rubyforge.org/projects/wxride/
http://rubyforge.org/projects/vwmc/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wxruby-development/attachments/20080116/bb0f179d/attachment.html
2008 May 11
2
instabilities in wxRuby 1.9.6
I have recently started to use wxRuby, because I have used the wxWidgets
library from C++ for a few years and found it an excellent toolkit. I am
using Ubuntu 8.04 and version 1.9.6 of wxRuby.
A problem though is a number of instabilities. This may be due to my own
ignorance, but I have usually found C++/wxWidgets, once the program compiles
it will at least stay working, if at times
2008 May 11
4
Choosing a Sizer
Following alex advices, i''ve used both "text/textctrl.rb" and
"etc/threaded.rb" to build my first wxApp.
I''ve changed the Sizer type mainly (from "Wx::BoxSizer" to
"Wx::FlexGridSizer").
I didn''t find the way to let @log (Wx::TextCtrl) span 2 columns. At the time
of writing it''s growing only vertically.
And also how to get
2008 Jan 21
0
Wx::GenericDirCtrl Segfault Crash
...exec () from /usr/lib/libruby.so.1.8
#83 0xb7e4127f in ruby_run () from /usr/lib/libruby.so.1.8
#84 0x0804867d in main ()
L8ers,
--
Mario Steele
http://www.trilake.net
http://www.ruby-im.net
http://rubyforge.org/projects/wxruby/
http://rubyforge.org/projects/wxride/
http://rubyforge.org/projects/vwmc/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wxruby-development/attachments/20080121/564ff177/attachment-0001.html
2008 Jan 17
7
1.9.4 released
Hi
Just a quick note to say we released a new version, 1.9.4. The main
purpose of this release is to offer an OS X gem that''s compatible with
both 10.4 and 10.5 - The wxruby-1.9.3 OS X binary gem would only work
with version 10.5 (Leopard).
Version 1.9.4 also includes a couple of other minor fixes and
enhancements, including
* Some new AuiNotebook methods added in recent wxWidgets