Displaying 20 results from an estimated 200 matches similar to: "Compiling SVN with MediaCtrl"
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 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 Oct 24
2
MediaCtrl?
Hi.
First of all, thank you for your hard work - wxRuby (with wxSugar) is a
wonderful tool! I have been playing with it on and off for a year or so for
toy projects and really like it!
I need to play mediafiles (mostly mp3s) from within an application. In
wxwidgets (the c++) I can use wxMediaCtrl. As I understand it this class is
not implemented in wxRuby - right?
Is there a reason for this - is
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/.
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
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
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
2007 Nov 28
6
Problems installing/running svn-code
Hi,
The last couple of days I''ve been trying to get back on the wxRuby-horse
however I''ve ran into some problems while compiling/testing the
subversion sources. Mind, the 1.9.2 official release works fine.
Absolutely no problems whatsoever.
The first hurdle was that the rake install target doesn''t work. It fails
on rakewx.rb:145. Looking into it I found that
2008 Jan 02
0
[ wxruby-Bugs-16762 ] src/Event.cpp:3156: error: ''wxEVT_MEDIA_FINISHED'' was not declared in this scope
Bugs item #16762, was opened at 2008-01-02 06:26
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=16762&group_id=35
Category: Compile/build
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: src/Event.cpp:3156: error: ''wxEVT_MEDIA_FINISHED'' was not declared in
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
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
Bugs item #20211, was opened at 2008-05-18 13:46
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=20211&group_id=35
Category: Compile/build
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Tobias Peters (t-peters)
Assigned to: Nobody (None)
Summary: Unresolved symbol due to linkage error
Initial Comment:
While compiling wxruby
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 Mar 11
0
wxRuby 1.9.5
Hi
wxRuby 1.9.5 is now out with a full set of binary gems. It can be
downloaded from the usual place:
http://rubyforge.org/frs/?group_id=35&release_id=19932
Or via rubygems: gem install wxruby
== WHAT''S NEW ==
This doesn''t have any major new features, but has a lot of bugfixes,
including some nasty crashers, and additional useful methods within
existing classes. It
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/.
2007 Dec 22
0
release plans
Hi all
We''ve been a bit quiet for a few weeks, being busy with other things,
but now looking at getting some new releases out again. We have lots of
nice stuff to get out there:
For 1.9.3, we''re looking to target early January. Aside from trying to
get a few more bugfixes in, most of the code is now there. As usual, any
time you''re able to spend testing SVN trunk
2008 Jan 15
0
version 1.9.3 released
Hi
We''re pleased to invite you to try the latest version of wxRuby, 1.9.3.
http://rubyforge.org/frs/?group_id=35&release_id=18145
== WHAT''S NEW ==
Thanks to a number of contributors, this is a feature-packed release:
* GraphicsContext, for high-quality, anti-aliased drawing and
sophisticated image transforms
* MediaCtrl, for playing and controlling sound and video files
2010 Oct 24
0
[ wxruby-Bugs-28669 ] INSTALL file states incorrect use of class exclusion
Bugs item #28669, was opened at 2010-10-24 19:02
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=28669&group_id=35
Category: Incorrect or missing docs
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Marvin G?lker (mguelker)
Assigned to: Alex Fenton (brokentoy)
Summary: INSTALL file states incorrect use of class exclusion
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
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 Nov 04
4
Can''t run samples - Mac OS 10.3 w/ RubyGems
Hello -
I''m interested in leveraging wxRuby on my PowerPC-based iBook.
I''ve got Mac OS 10.3.9 and I installed wxRuby 1.9.2 using gems.
However, when I try to run samples such as minimal.rb, I get the
following error:
dyld: ruby Undefined symbols:
_DataBrowserChangeAttributes
_PMGetDuplex
_PMSetDuplex
_TXNGetCommandEventSupport
_TXNSetCommandEventSupport