similar to: 1.9.4 released

Displaying 20 results from an estimated 2000 matches similar to: "1.9.4 released"

2008 Jan 30
2
Re: libgstreamer, slackware => libgconf.......???
Hoi, Mario and Alex, Thanks for your ideas and I''ll be able to get ahead with them. I dunno whether I am the only sole on linux planet wihout gconf or libgstreamer.... but I used the gem system of installing wxruby, which is a great tool. Of course I can give it a try to compile wxRuby myself (and hopefully not running into other dependencies when omitting Wx::MediaCtrl ) but, by
2008 Jan 28
4
GridTableBase
Hello all, i''m using wxruby 1.9.4 with Grid and the model class: "GridTableBase" like in the code below. But the method set_table of the grid does''nt work. Can anyone help me? require ''wx'' include Wx class MyGridTableBase < GridTableBase def get_attr row, col, attr_kind ## end def get_number_rows 0
2007 Dec 28
3
more problems with 1.9.2
The files: wx/accessors.rb wx/keyword_ctors.rb wx/keyword_defs.rb do not exist in the tarball: % pwd /home/rwa/Distributions/test/wxruby-1.9.2 % find . -name accessors.rb % but are required in wx.rb: % tail wx.rb Dir.glob(class_files) do | class_file | require ''wx/classes/'' + class_file[/\w+\.rb$/] end # Load in syntax sweetner require ''wx/accessors''
2007 Nov 21
6
MediaCtrl
Hi. Attached you find an attempt to adding MediaCtrl to WxRuby. It''s only tested on windows (compiled with msvc 6.0). Everything seems to be working fine except for a small problem with a few functions: wxFileOffset Seek(wxFileOffset where, wxSeekMode mode = wxFromStart); wxFileOffset Tell(); //FIXME: This should be const wxFileOffset Length(); //FIXME: This should be const
2007 Dec 08
1
Compiling SVN with MediaCtrl
Hey guys, Trying to get wxRuby to compile with the new MediaCtrl option available, and I can''t for some reason, get wxRuby to compile, saying that it can''t find the events for wxEVT_MEDIA_FINISHED, and such. I''ve looked at my compile, and I have the tag enabled for --enable-mediactrl, infact, the full configure line is: ./configure --disable-shared --with-gtk
2009 Nov 05
17
installing wxruby 2.0.1. missing lwx_gtk2u_media-2.8
Hi, i tried too install wxruby-2.0.1 on opensuse 11.2 from the rake command I get the following error: ... usr/lib/gcc/i586-suse-linux/4.4/../../../../i586-suse-linux/bin/ld: cannot find -lwx_gtk2u_media-2.8 collect2: ld returned 1 exit status rake aborted! Command failed with status (1): [g++ -shared -fPIC -o -L. -rdynamic -Wl,-...] /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:995:in
2008 Nov 01
13
wxRuby 1.9.9 released
Hello I''m happy to announce that wxRuby version 1.9.9 is now available for download and gem installation: http://rubyforge.org/frs/?group_id=35&release_id=27842 gem install wxruby On Linux, the default binary gem is now dynamically linked to wxWidgets. This means you''ll need to install wxWidgets from your package manager. See below for more info. == CHANGES == This
2008 Mar 11
2
How can I play files .mp3 and midi ??
I use def button_event3() Sound.new(''destiny.wav'').play end and I can play normally but this can''t use with .mp3 and midi files. how can I play it?? it work for .wav only?? -- Posted via http://www.ruby-forum.com/.
2010 May 18
8
gem for snow leopard?
Does anybody plan to post binary rem for SL? Id''love to rely on its availability in the installation script... As wx included in installation package makes it huge... Sergey Chernov real.sergeych@gmail.com
2008 Feb 17
15
A bug in wxRuby. Segmentation fault in random situations.
Hello, I wrote an application in wxRuby: ruby 1.8.6 wxruby 1.9.4 installed from gem windows xp sp2 After several minutes of running it crashes with the following error: "c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way. Please contact
2007 Mar 01
1
Tesco Internet Phone
I've gotten hold of a "Tesco Internet Phone" which is a dect phone with the base connecting to the pc via usb. Has anyone been able to get this working with any softphone like xlite ? It seems as if the tesco internet phone uses IAX - the software that comes with it is a rebranded firefly (or so it seems) I already have a SPA2000 and SPA3000 hooked up, but I was just curious to
2014 Feb 20
2
Unable to Join Samba server to AD windows server 2008 R2
Hi We are facing some issue While joining samba server to AD We have ClearCase VOB server on AIX 5.3 with TL 12 and SAMBA version 3.5.0 installed on Aix server. The AD server is Windows 2008 R2. We are unable to Join Samba server to AD . Command: net ads join createcomputer=<OU> -U <username> Please find the details smb.conf. Please advice on resolving this issue is highly
2017 Feb 24
2
Rstudio
Estimados colegas: Tuve que instalar en mi PC Ubuntu 16.10 y quiero instalar nuevamente RStudio, sin embargo no sucede así, porque en la terminal se indica que hay dependencias incumplidas. He encontrado que se ha cambiado una librería libgstreamer y no se como hacer para que se pueda instalar adecuadamente el paquete RStudio. ¿Alguno de ustedes me puede decir el procedimiento completo para lograr
2008 Mar 01
4
1.9.5 Release
Hey Alex and Sean, It looks like it is getting to be that time again for a new release. What are we looking at for the release time frame? I''m working still on the wxSDL type library for wxSugar, as I think this would be a great thing to create a Library for, to incorporate SDL into wxRuby. I''m already looking at creating Wx::SDLPanel, which will be the equivalent of
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
Hello, I''m trying to compile wxruby for Ruby 1.9 on Ubuntu Karmic 64 bit, but I can''t get it to work. I''ve already done this for the 32 bit version (on another machine, of course), so I don''t see where''s the problem with that. I thought, I had all neccessary libraries installed, but maybe you know better... After compiling for a long time, rake fails
2008 Jan 25
2
"undefined symbol" with wxRuby gem on Fedora Core 5...
I''m trying to test on platforms other than Windows, starting with my Fedora Core 5 box. I''m getting this error when trying to run the Hello World script (http://wxruby.rubyforge.org/wiki/wiki.pl?Hello_World): undefined symbol: gtk_widget_is_composited - /usr/local/lib/ruby/gems/1.8/gems/wxruby-1.9.4-x86- linux/lib/wxruby2.so (LoadError) This happens with both the
2008 Apr 30
1
MediaCtrl with no parent?
Hiyas, I''m trying to make a mediactrl with no parent or with my application as the parent, so it can play music in the background (I''m making a simple alarm app), but I cant seem to get it workin. Any ideas or does it need to have a frame as a parent? -- Posted via http://www.ruby-forum.com/.
2008 Jan 29
1
wxruby and ActiveRecord
Hello, i''m running wxruby 1.9.4, and i show my ActiveRecord data in a grid (with GridTableBase) (a grid with 30 columns) >From my base Window, i open and close the GridWindow. After several openings and closes, this message appears: c:/Programme/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_ record/base.rb:1860: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13)
2010 Sep 29
4
matrix plot
Hi, Fairly new to R - have done basic plots but now faced with plotting a matrix/table of results -I know what I want but cannot find out how to do it. Basically have individual questions ( x) to which an organization can rate themselves 1-10 (y) what I want to show is a matrix/density type plot (like the matrix corrolation plots I have seen on R graph site) showing for eac question (x) a
2008 Jan 19
5
No joy from Wx::App.dispatch, Wx::App.yield...
OK, back with another iteration of the same problem... I updated my game demo, but the Close button failed to respond when (and only when) there were too many objects onscreen. The drawing loop is probably lasting longer than my drawing timer interval. I was able to reproduce the problem in my (probably familiar by now) test script just by boosting the number of lines drawn per frame. After