search for: mediactrl

Displaying 19 results from an estimated 19 matches for "mediactrl".

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 -...
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 wxFile...
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/.
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 there technical problems implementing it? I have read about the policy to only wrap GUI functionality and not classes already present in ruby. Thing is, I haven''t found any other way to pla...
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
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 Jan 30
2
Re: libgstreamer, slackware => libgconf.......???
...t 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 accidentally stumbling on your discussion about modularisation on http://rubyforge.org/pipermail/wxruby-development/2007-June/000790.html , the ideas in here might provide a long-term solution to the problems I encountered. Please do not start changing things for my sake (I was only tryin...
2008 Mar 11
0
wxRuby 1.9.5
...lasses. It also has additions and improvements to the documentation, such as better cross-referencing. There''s a full list of changes here: http://rubyforge.org/frs/shownotes.php?release_id=19932 One change to note is that the default linux-x86 build now *doesn''t* include Wx::MediaCtrl. This is to reduce the package dependencies required to use the gem. As normal, if compiling yourself, and suitable packages are installed, support for MediaCtrl will be included. Feedback''s welcome on this. == WHAT''S NEXT == The main focus will be on bugfixing, minor syntax...
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
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...Event.o obj/IdleEvent.o obj/Image.o obj/ImageList.o obj/KeyEvent.o obj/LayoutAlgorithm.o obj/ListBox.o obj/ListCtrl.o obj/ListEvent.o obj/ListItem.o obj/ListItemAttr.o obj/Listbook.o obj/ListbookEvent.o obj/Locale.o obj/Log.o obj/LogTextCtrl.o obj/MDIChildFrame.o obj/MDIParentFrame.o obj/Mask.o obj/MediaCtrl.o obj/MediaEvent.o obj/MemoryDC.o obj/Menu.o obj/MenuBar.o obj/MenuEvent.o obj/MenuItem.o obj/MessageDialog.o obj/MiniFrame.o obj/MouseEvent.o obj/MouseState.o obj/MoveEvent.o obj/MultiChoiceDialog.o obj/NavigationKeyEvent.o obj/Notebook.o obj/NotebookEvent.o obj/NotifyEvent.o obj/NumberEntryDialog...
2010 Oct 24
0
[ wxruby-Bugs-28669 ] INSTALL file states incorrect use of class exclusion
...this is most often useful if a particular class is causing problems: export WXRUBY_EXCLUDE=ThisClass,ThatClass ================================ This is just wrong. I spent three days in order to realize that it''s not me who''s doing something wrong in excluding a special class (MediaCtrl in this case), but it''s the docs. After hunting around in the rakefiles, I found out, the exported variable misses a *D* at the end. Therefore, the statement must be like this: ================================ export WXRUBY_EXCLUDED=ThisClass,ThatClass ================================...
2007 Dec 22
0
release plans
...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 is much appreciated. Given the range of new features (GraphicsContext, OpenGL, MediaCtrl etc) it''d would be useful also to hear from people who don''t regularly compile against trunk but who would be willing to test out pre-release binaries on any platform. We want to check that we haven''t introduced any external dependencies for end users. It seems recen...
2008 Jan 15
0
version 1.9.3 released
...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 * GLCanvas, for drawing with OpenGL (requires ruby-opengl) * Drag''n''drop and Clipboard support for exchanging data within and between applications * Other minor additions, including SearchCtrl and GridTableBase * Support for univ...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...Event.o obj/IdleEvent.o obj/Image.o obj/ImageList.o obj/KeyEvent.o obj/LayoutAlgorithm.o obj/ListBox.o obj/ListCtrl.o obj/ListEvent.o obj/ListItem.o obj/ListItemAttr.o obj/Listbook.o obj/ListbookEvent.o obj/Locale.o obj/Log.o obj/LogTextCtrl.o obj/MDIChildFrame.o obj/MDIParentFrame.o obj/Mask.o obj/MediaCtrl.o obj/MediaEvent.o obj/MemoryDC.o obj/Menu.o obj/MenuBar.o obj/MenuEvent.o obj/MenuItem.o obj/MessageDialog.o obj/MiniFrame.o obj/MouseEvent.o obj/MoveEvent.o obj/MultiChoiceDialog.o obj/Notebook.o obj/NotebookEvent.o obj/NotifyEvent.o obj/NumberEntryDialog.o obj/Object.o obj/PageSetupDialog.o obj/...
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
2007 Nov 28
6
Problems installing/running svn-code
...-2.8.6, Ruby 1.8.6, RubyGems 0.9.4 and the wxruby subversion archive is up-to-date (rev 1450). I compiled wxGTK with the following configure command: ./configure --disable-shared --with-gtk --enable-monolithic \ --enable-unicode --enable-debug --enable-catch_segvs --enable-graphics_ctx \ --enable-mediactrl --with-opengl --with-libjpeg=builtin --with-libpng=builtin \ --with-libtiff=builtin --with-zlib=builtin --with-expat=builtin --enable-gui \ --enable-xrc --enable-mdi --enable-gif \ --enable-pcx --enable-iff --enable-pnm --enable-xpm With kind regards, Jonathan Maasland
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