Forum: Multimedia
2010-02-17, 17:38
|
Replies: 94
Views: 33,022
Re: What's with Canola2 2.0.0-maemo1 update?
Thank you so much! I've been wrestling with this all morning, and now it finally works!
Just a note for others, I found that simply removing the Chinook repo and leaving the Diablo repo was all I...
|
Forum: Applications
2010-02-15, 19:16
|
Replies: 0
Views: 887
Diablo Email: No inbox, no folders, no messages!
I just flashed my N810 to the latest Diablo (5.2008.43-7). All seemed to go well, but when I set up a basic IMAP account with the built-in email client, there's no inbox! It accepts the account...
|
Forum: Development
2008-02-22, 01:29
|
Replies: 52
Views: 36,275
Re: Shaped widgets? (transparent background)
Thank you!
I'm not a C programmer, but I've tried to sift through your code and find the Python parallels. If I'm understanding it correctly, it looks like the initialization code (__init__ in...
|
Forum: Development
2008-02-20, 22:01
|
Replies: 52
Views: 36,275
|
Forum: Development
2008-02-20, 11:34
|
Replies: 52
Views: 36,275
Re: Shaped widgets? (transparent background)
From the documentation for gtk.gdk.Screen.get_rgba_colormap (http://www.pygtk.org/docs/pygtk/class-gdkscreen.html#method-gdkscreen--get-rgba-colormap)
It's returning None, so it sounds like...
|
Forum: Development
2008-02-19, 12:41
|
Replies: 52
Views: 36,275
Re: Shaped widgets? (transparent background)
My hope was also for a desktop applet, but I still haven't been able to get anything working.
I'm wondering if perhaps it's a limitation of the platform. I notice that the weather applet seems to...
|
Forum: Development
2008-02-18, 21:45
|
Replies: 34
Views: 11,917
Re: Python Desktop Applets In OS2008 ?
Here's a sample; a desktop button to launch X Terminal:
/usr/share/applications/hildon-home/desktop-applet.desktop
[Desktop Entry]
Name=Demo Desktop Applet
Type=python
X-Path=desktop-applet
|
Forum: Development
2008-02-16, 13:47
|
Replies: 11
Views: 4,571
Re: Task Nav Panels in Python?
Unfortunately I don't, but it should be fairly straight-forward. The task navigator panels are just GTK widgets, so I imagine you would just need to create additional widgets representing your menu...
|
Forum: Development
2008-02-16, 13:42
|
Replies: 11
Views: 4,571
Re: Task Nav Panels in Python?
You're quite welcome, I'm glad you found it useful!
I've only just started taking up Python myself. I've done mostly VB/VBScript, PHP, and JavaScript, and coming from that background it's been...
|
Forum: Development
2008-02-16, 13:33
|
Replies: 52
Views: 36,275
Shaped widgets? (transparent background)
I'm trying to create a button that is the shape of its image (instead of rectangular). From my research, it seems that the way to do this is with shape_combine_mask, which makes all the non-mask...
|
Forum: Development
2008-02-15, 02:31
|
Replies: 11
Views: 5,870
|
Forum: Development
2008-02-14, 23:02
|
Replies: 11
Views: 4,571
Re: Task Nav Panels in Python?
Yay! With the new official desktop bindings, I have written my first task navigator panel in Python. It's just a simple shortcut to launch X Terminal.
...
|
Forum: Development
2008-02-14, 14:47
|
Replies: 34
Views: 11,917
|
Forum: Development
2008-02-13, 04:07
|
Replies: 34
Views: 11,917
|
Forum: Development
2008-02-11, 23:43
|
Replies: 11
Views: 4,571
Re: Task Nav Panels in Python?
Well, I installed the Khertan bindings (the desktop applets work great, thanks!), but so far I'm getting no love on the task navigator panel.
This is what I tried:
...
|
Forum: Development
2008-02-11, 12:29
|
Replies: 11
Views: 4,571
Re: Task Nav Panels in Python?
Ah, I'm guessing that the absence of these bindings (http://www.internettablettalk.com/forums/showthread.php?t=12049) also means the task navigator panels aren't going to work just yet. Maybe I'll...
|
Forum: Development
2008-02-11, 04:15
|
Replies: 34
Views: 11,917
|
Forum: Development
2008-02-11, 02:45
|
Replies: 11
Views: 4,571
Task Nav Panels in Python?
At one point in time (circa '06), it was apparently possible to write task navigator panels in Python...
|
Forum: Development
2008-02-10, 19:13
|
Replies: 11
Views: 5,870
Re: Re-compile GPE File Manager binary on N810?
Oy! So, I've been beating my head against this for several hours and I've officially decided that I'm in way over my head. I just don't know enough about Linux or C development to pull this off.
...
|
Forum: Development
2008-02-10, 13:07
|
Replies: 11
Views: 5,870
Re: Re-compile GPE File Manager binary on N810?
I've not done a diff before, but I think I got it right.
gpe-filemanager-2.8+maemo+svn20080114-1 is the original, gpe-filemanager-2.8+maemo+svn20080114-1h is the modified.
maemo@maemo-sdk:~$...
|
Forum: Development
2008-02-10, 12:16
|
Replies: 11
Views: 5,870
|
Forum: Development
2008-02-10, 12:15
|
Replies: 11
Views: 5,870
Re: Re-compile GPE File Manager binary on N810?
I have, but on my device it doesn't display properly. It seems like it's having some problems with screen coordinates. Elements run off the edges of the window and it registers clicks at the wrong...
|
Forum: Development
2008-02-10, 03:34
|
Replies: 11
Views: 5,870
Re-compile GPE File Manager binary on N810?
After much searching, I concluded that there just isn't a GUI file manager for OS2008 that displays hidden files (which seems quite absurd to me, but I digress..). So I decided to do something about...
|
Forum: General
2008-02-01, 16:29
|
Replies: 3
Views: 1,421
N800 screen keyboard vs N810 slide keyboard?
I'm trying to decide which N8x0 to buy. One of the main things I do with my current handheld is jot down quick notes, so one of my first concerns is the keyboard.
Overall, I like the N800 better...
|
Forum: Development
2008-02-01, 15:50
|
Replies: 6
Views: 2,335
Script/GUI apps on OS2008?
I'm a hobbyist programmer and I'm thinking about getting an N800 or N810. One of the key things I'd like to know before purchasing is what the process would be like to develop simple GUI apps,...
|