similar to: MediaCtrl?

Displaying 20 results from an estimated 1000 matches similar to: "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 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
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 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 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
2003 Nov 13
7
modified classes
-- +-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+ | http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy | | Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" | +-- Magyar php mirror es magyar php dokumentacio: http://hu.php.net --+ -------------- next part -------------- A non-text attachment was scrubbed... Name:
2006 Mar 26
3
Updating tools
Hello all. I decided to see how things were progressing and have updated my Swig to 1.3.29 and my wxWindows to 2.6.3. I''ll try rebuilding everything as soon as I''m done compiling wx 2.6.3. Then I hope to have some time to read up on the new ruby stuff in Swig to see if we can close the last few holes. Roy
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 Jun 17
2
Wx::TextCtrl and wxMSW
Hey Alex, Found a solution to the problem that was occuring with wxMSW and the Wx::TextCtrl, have yet to verify that this will work in linux, but my little trick to the matter, was simple, thanks to the things that are provided with both Wx::TextCtrl, and Wx::Window classes. I''m providing this bit of information for thoes who may have trouble with dealing with Wx::TextCtrl, _AND_ have
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
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
2006 Dec 07
5
Search Multiple Models
Hello folks, I have four models, each with their own separate index. Models = Articles, Blogs, MusicTracks, and MediaFiles I have individual searches within each section of the site working just fine, but I want to have a gloabl search that searches across all of them at the same time and returns the results ordered by score. Here''s how far I am now... def search query =
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,
2015 Aug 12
0
Help viewer issues
Hi. Does anyone else have issues with the GNOME help viewer on CentOS 6? I think it mostly worked a while back, but after some recent update or the other, I have problems like: 1. Nothing happens when I click "Desktop User Guide" or "GNOME Desktop Accessibility Guide" or "GNOME Desktop System Administration Guide" on the "Help Topics" page. 2. If I
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