similar to: MediaCtrl

Displaying 20 results from an estimated 200 matches similar to: "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 --disable-shared --with-gtk
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/.
2018 May 12
2
Formula/heuristic for estimating packet size?
Thanks for the input! --Albin On Sat, May 12, 2018 at 6:00 PM, Orestes Zoupanos <oresteszoupanos at hotmail.com> wrote: > Hi Albin! > > There may be some details at: https://tools.ietf.org/html/rfc7845#section-6 > > Otherwise, I hope someone else on this list might be able to give a better > formula for estimating packet size. > > Regards, > > Orestes >
2018 May 12
1
Formula/heuristic for estimating packet size?
Note also that the packet size you give the encoder also acts as an absolute max on the bitrate. For example, if you ask for 32 kb/s VBR but give a max packet size of 120 bytes, then you're absolutely certain the bitrate will never go over 48 kb/s. Jean-Marc On 05/12/2018 12:42 PM, Albin Stigö wrote: > Just a follow up... I guess I was a bit confused about the VBR > setting. I realise
2018 May 12
2
Formula/heuristic for estimating packet size?
Hello, I'm working on an Opus encoder block for GNUradio (a signal processing toolkit). I was wondering if there's some formula/heuristic for estimating the packet size average case / worst case given a certain encoder setting (assuming VBR). I need to provided a reasonable estimate to the GNUradio memory allocator. --Albin
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''
2016 Apr 28
4
Where can I find the CentOS gpg keys?
Hi! I'm currently using a non-CentOS system, and wondering where I can find the GPG keys so I can verify the checksum file? The page on the website (https://www.centos.org/keys/) only give information where I can find them on an already installed system. Regards, Albin
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
2008 Sep 25
2
ggplot, qplot in loop
Dear List, yes, me again trying to work with qplot ;-) I would like to make several single plots within a loop, like this (simplified and so on...): trials <- c("A","B","C") mycolours <- ("wheat","darkolivegreen","lightgreen",
2008 May 05
2
RODBC and schemas
I have found that the "schema.table" syntax used in Postgresql (and Oracle) does not work directly with RODBC. This works library(RODBC) con<-odbcConnect("mydb") d<-sqlQuery(con,"select * from meso.trees") However this does not. d<-sqlFetch(con,"meso.trees") Error in odbcTableExists(channel, sqtable) : ?meso.trees?: table not found on channel
2012 May 09
2
plot betadisper, change of pch
Hello! After performing an analysis with betadisper, package vegan I would like to plot the results - so far, so good. But I would also like to "tune" a little bit the plotting characters, as '+' and 'x' are a little to similar... My (boiled down) code: [See session info at the bottom of the mail, vegan is vegan_2.0-3] mod <- betadisper(mydata, mygroups,
2008 Jun 10
2
application using wxRuby: Albuin (OT?)
Hi. Just wanted to tell you that I''ve just uploaded Albuin - a music player I''ve been working on - to RubyForge. Albuin is heavily inspired by Muine - a music player for GNOME with a really nice and simple UI. As I''m stuck on windows (photoshop, autocad, archicad...) Albuin is my attempt to "port" Muine to windows. Using Ruby and WxRuby as a bonus
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
2016 Apr 28
2
Where can I find the CentOS gpg keys?
On 2016-04-28 21:08, Andreas Benzler wrote: > repository gpg can be found in > /etc/pki/rpm-gpg/ > > read the repo file(s) in > > /etc/yum.repos.d/ > > cat /etc/yum.repos.d/CentOS-Base.repo > # CentOS-Base.repo > # > # The mirror system uses the connecting IP address of the client and the > # update status of each mirror to pick mirrors that are updated to
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 Jul 18
3
Change font-face in title
Dear List, Is there a possibility to change the font-face for a part of the title of a plot? For example I have the following... plot(nirs, type="l", xlab="Wellenl?nge [nm]", col="darkslategray", main = "Spektrum Deschampsia caespitosa") ...and I would like to change the part of the title-string "Deschampsia caespitosa" to italics? Is
2008 Jun 28
1
catch all key events in frame?
Hi. How do I best capture *all* key events in a frame. Specifically: In Albuin I want to delete selected songs in the playlist when the user presses ''del'' - no matter what control in the frame happens to be in focused atm. What event should I bind to and to which control? (as a side note, the latest svn of albuin fixed the alexs'' problem with sequel-2.x - never, ever,
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