Re: Integrating with System Contacts (RTComm)

2010-03-06 Thread Edward Page
On Sat, Jan 30, 2010 at 4:31 AM,   wrote:
> Hi,
> Try to add "SecondaryVCardFields=TEL" to the main section of your profile.
> Or you could set/unset it for an account at run-time using libmcclient.

Sorry for the long delay on this.  Sadly adding a SecondaryVCardFields
to my profile did not help.  I have not tried using libmcclient.

Any ideas why setting the field isn't taking affect?

Thanks
Ed Page
http://theonering.garage.maemo.org/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Downloads screenshot

2010-03-06 Thread Thomas Troy
I see it now. Thanks alot


> Go to your package page on maemo.org.
> http://maemo.org/downloads/product/Maemo5/foopackage/
>
>  In the top center there is a floating bar (you must be signed in). Click
> on
> "Page-->Edit". There you will find a place to upload a screenshot. It takes
> awhile to show up.
>
> -Jeff Moe
> http://wiki.maemo.org/User:Jebba
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Downloads screenshot

2010-03-06 Thread Jeff Moe
On Saturday 06 March 2010 13:30:01 Thomas Troy wrote:
> Hi,
> 
> I'm wondering how do you add a screenshot to the maemo.org/downloads page
> of your application?
> 
> I've an application that's been promoted to extras and but it doesn't show
> a screenshot and I don't know how to add one.

Go to your package page on maemo.org.
http://maemo.org/downloads/product/Maemo5/foopackage/

 In the top center there is a floating bar (you must be signed in). Click on 
"Page-->Edit". There you will find a place to upload a screenshot. It takes 
awhile to show up.

-Jeff Moe
http://wiki.maemo.org/User:Jebba
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Downloads screenshot

2010-03-06 Thread Thomas Troy
Hi,

I'm wondering how do you add a screenshot to the maemo.org/downloads page of
your application?

I've an application that's been promoted to extras and but it doesn't show a
screenshot and I don't know how to add one.

Regards,
Thom
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: pymaemo, hildon.TouchSelector and gtk.Treeview, hildon-desktop, scripting help

2010-03-06 Thread Patrick Beck
Hi,

thank you for your explanation of the widget system. That means that no
entry field is possible. So i think i will look for a other way - create
a icon and display a small widget with a searchfield.

with kind regards

Patrick 

Am Mittwoch, den 03.03.2010, 12:25 +0100 schrieb PiƱeiro:
> > The last problem is, if it is possible to place a gtk.Entry field on the
> > hildon-desktop. I get no focus in it. Perhaps the hildon-desktop is only
> > clickable? I have only seen a solution where a seperate dialog will
> > popup.
> 
> I suppose that what you are creating is a hildon-home applet with a
> gtk entry.
> 
> The hildon desktop and hildon-home are special applications, and
> manage by himself several events, and it only re-sent some of them to
> the plugins placed on the hildon-home.
> 
> For example, if you create a applet on the hildon-desktop/hildon-home,
> you could place a pannable area inside, but you can't interact with it
> like in a application, because this movements are directly managed by
> the hildon-desktop, in order to change between desktops. So in the end
> a pannable area on a applet is useless.
> 
> Take as example the RSS applet. It shows several RSS feeds, but in
> order to scroll, it was required to add some scrolling buttons,
> instead of put a pannable area.
> 
> Anyway, about the hildon-desktop and hildon-home applets, Kimmo
> Hamalainen and Jan Arne Petersen have more information.
> 
> BR
> 
> ===
> API (apinhe...@igalia.com)
> 
> 
> 


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: pymaemo, hildon.TouchSelector and gtk.Treeview, hildon-desktop, scripting help

2010-03-06 Thread Patrick Beck
Hi,

yeah thats right but thats means that the column will not be
displayed ;) So i will let it as is and don't worry about the warning.

with kind regards

Patrick

Am Mittwoch, den 03.03.2010, 12:46 +0100 schrieb Daniel Martin Yerga:
> Hi.
> 
> On 02/03/10 19:57, Patrick Beck wrote:
> >
> > I have only a small logic problem. I have to call a renderer in
> > append_column - None as in the documentation won't work.
> >
> > column = selector.append_column(store_icons, renderer) #i have to call a
> > renderer, not None
> >
> > And the application raises a warning
> >
> > multi_cells_example.py:21: GtkWarning:
> > gtk_tree_view_column_cell_layout_pack_start: assertion `!
> > gtk_tree_view_column_get_cell_info (column, cell)' failed
> >column.pack_start(renderer, 0)
> >
> > but the application works :)
> >
> 
> I don't know the theory about it, but the practice says that if you 
> remove the line "column.pack_start(renderer, 0)", it doesn't show the 
> warning.
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
> 


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers