Showing results 1 to 25 of 100 @ 0.01 seconds. Search: Posts Made By: luis
Forum: Development 2011-03-02, 01:07
Replies: 1
Views: 1,900
Posted By luis
Never mind...

Never mind. I found a solution:

widget_class "<GtkDialog>.*.<GtkTreeView>*" style ...

Thanks!!
L.
Forum: Development 2011-03-01, 22:32
Replies: 1
Views: 1,900
Posted By luis
pygtk: How to change font size inside a FileChooserDialog?

Hi folks,

I have a pygtk app that I modified its fonts as I want using gtk.rc_parse_string.
Problem is that a new FileChooserDialog shows huge letters. This is because I changed all GtkTreeView...
Forum: Development 2011-03-01, 02:25
Replies: 11
Views: 2,198
Posted By luis
Re: Silly small python question: task in a non blocking way?

Thanks a lot. I'll look at your code carefully.

Cheers!

L.
Forum: Development 2011-03-01, 02:24
Replies: 11
Views: 2,198
Posted By luis
Re: Silly small python question: task in a non blocking way?

My app is not extremely CPU intensive.... I will think about what you've wrote, but looks like the select/poll thing is close to what I need. I would have to do it on sockets, since I want my app to...
Forum: Development 2011-03-01, 02:16
Replies: 11
Views: 2,198
Posted By luis
Re: Silly small python question: task in a non blocking way?

Probably I didn't understand this, but isn't this something to call an external program? Kind of subprocess.Popen ? I want to run a method of the program itself async.

Thanks,
L.
Forum: Development 2011-02-28, 21:28
Replies: 11
Views: 2,198
Posted By luis
Re: Silly small python question: task in a non blocking way?

Yes, my app has a gtk GUI. I only want a dialog to open when the download is finished, but that the download does not block the program.
If you have a code for something like this, yes, I'm...
Forum: Development 2011-02-28, 19:24
Replies: 11
Views: 2,198
Posted By luis
Re: Silly small python question: task in a non blocking way?

@ epage and juise:

Sorry, I should have been more clear. I don't want anything too complicated. I just want my app not to get blocked while it downloads some specific files from the internet,...
Forum: Development 2011-02-28, 15:18
Replies: 11
Views: 2,198
Posted By luis
Silly small python question: task in a non blocking way?

Hi folks,

I know, not really the place to post this, but you've been quite helpful before, so.... sorry. :)

I want to do a task in python in a way that does not block the program. For example,...
Forum: Development 2011-02-26, 02:42
Replies: 3
Views: 3,289
Posted By luis
Re: How to recieve current sound wave of sound output in maemo?

Thansk for your code! It is surprisingly involved. I'd have expected something like module.play(song). :)

Today I work with madplay or mplayer in a dirty way ("play" calls 'madplay <song>',...
Forum: Development 2011-02-24, 02:50
Replies: 15
Views: 5,140
Posted By luis
Solved!!

Hi daperl,
I solved the problem. It was actually tricky needing three modifications, and I don't quite understand how this works. I post it here cause it could be useful to others.

Part of the...
Forum: Development 2011-02-23, 20:57
Replies: 3
Views: 3,289
Posted By luis
Re: How to recieve current sound wave of sound output in maemo?

Hi,
I also want to make a simple mp3 player for my application using python modules. But I also got no answers. Kind of surprising, actually...

If you find out, please post it here.

Thanks,...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-02-22, 14:54
Replies: 4
Views: 4,949
Posted By luis
Re: Diablo Extra repositories broken??

Nope, I triple checked that...

Thanks,
L.
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-02-22, 14:50
Replies: 4
Views: 4,949
Posted By luis
Re: Diablo Extra repositories broken??

Yes, this is what I found, too. What I don't understand is how such a trivial thing can be FOUR months without being fixed? This raises the question about to what extent maemo is being maintained.
...
Forum: Development 2011-02-22, 01:07
Replies: 1
Views: 2,298
Posted By luis
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-02-22, 00:35
Replies: 4
Views: 4,949
Posted By luis
Diablo Extra repositories broken??

Hi folks,

I am trying since a long time to download/update .deb packages with aptget, and it fails badly:

W: GPG error: http://repository.maemo.org diablo Release: The following signatures were...
Forum: Development 2011-02-21, 21:09
Replies: 15
Views: 5,140
Posted By luis
Re: pygtk and scrolling image with finger (N800)

Oh, of course no problem, it is not an easy thing. You're very kind!!
Thank you so much!

BTW, I tried to send the signals to the scrolledwindow (self.mpics_scroll) instead of the eventbox, and...
Forum: Development 2011-02-21, 20:33
Replies: 15
Views: 5,140
Posted By luis
Re: pygtk and scrolling image with finger (N800): CRAZY??

Hi daperl!!

After such a long time, I decided to implement your method.
It worked flawlessly. Well, at least in my PC. But is absolutely crazy in my N800: it kinds of multiply the movements...
Forum: Development 2011-02-20, 12:29
Replies: 4
Views: 2,805
Posted By luis
Re: Simplest python MP3 ever! Which module??

The problem with gstreamer is that I failed to check if it has volume gain control (to go slightly beyond max volume). This is one of the 4 points I do need.

Thanks,
L.
Forum: Development 2011-02-19, 13:54
Replies: 4
Views: 2,805
Posted By luis
Re: Simplest python MP3 ever! Which module??

According to their site, pyside is only available for maemo 5. I use diablo (N800).

There are some pyside-qt4 files in diablo Extra repository, but Extra and Extra devel for diablo is broken since...
Forum: Development 2011-02-19, 13:19
Replies: 4
Views: 2,805
Posted By luis
Simplest python MP3 ever! Which module??

Hi folks,
I need to add to my python ap the simplest possible mp3 player.
I only need 4 things:
Play
Stop
Volume
Volume gain (that is, to be able to play +15db or so past max volume.

I...
Forum: Development 2011-02-13, 17:03
Replies: 24
Views: 14,546
Posted By luis
STILL not working!!!!!!!!!!

Amazing..........
L.
Forum: Development 2011-02-13, 16:30
Replies: 1
Views: 2,298
Posted By luis
Where's pymad/libmad python module?

Hi folks,
I need to get a libmad python module for Diablo. Pymad would work great, but failed to find a pymad package, and failed to install it also.

Where can I find pymad python module package?...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-02-13, 15:54
Replies: 13
Views: 4,647
Posted By luis
Re: Gwibber install

I have the very same problem. Maemo distro is so badly maintained that is becoming unusable.

A pity.

L.
Forum: Development 2011-02-12, 03:03
Replies: 9
Views: 3,247
Posted By luis
Re: mplayer or other audio software as backend

Well, I implemented the mplayer backend in slave mode, but it REALLY sucks. mplayer for maemo is highly broken.
I tried to get python-gst package for maemo4, but failed miserably.
Where can I find...
Forum: Applications 2009-11-12, 21:15
Replies: 563
Views: 248,226
Posted By luis
Re: MPlayer which version is suitable

I didn't read this whole thread, but several commands for mplayer in slave mode don't work. For example, mplayer in my N800 does nothing when you send the 'stop' command. I have to send the 'pause'...
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 07:44.