Re: Autocomplete Library

2010-09-27 Thread Piñeiro
From: Tanmay Verma > Hi I have taken Maemo development project in my mobile computing course and > our group was thinking of developing an Autocomplete library. Is there any > such library available in GNU C or other libraries which support Maemo apps You mean something like this (already tested

Re: Methods for developping on the device itself

2010-07-08 Thread Piñeiro
From: Cedric Cellier > Back to the time when I developed on the n810, I managed to install all > required package to build my hildon C programs onto the n810 itself (I > had to move things around to fit all required packages). > > I'm now trying to develop for the n900, and want to compile on th

Re: Error History of running Hello World in Scratchbox and Application Framework

2010-06-25 Thread Piñeiro
From: Jean Marangos > As requested, please find attached the error history of running Hello > Word in the Scratchbox and attempt to start the Application Framework. > Thanks for support. I think that the problem is in this line: j...@pluto:~> Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -a

Re: Building hildon library

2010-04-19 Thread Piñeiro
From: André Hänsel > I'm trying to make an enhancement to the Hildon library. Unfortunately I > cannot figure out how to build it for N900/Fremantle. I have installed the > Scratchbox VM and I know how to build applications using ESbox. But how do I > build the libraries? Sorry, I'm not familiar

Re: Proposal for new hildon-extras widget

2010-04-13 Thread Piñeiro
From: "Gabriel Schulhof" > I've been working on a HildonPannableArea/GtkTreeView-based multicolumn > widget to replace GtkMenu widgets. I wanted to do this because, as you > know, Pidgin has quite a complex menu structure. > > I have created a pair of before/after videos that illustrate the new

Re: Not able to install Hildon Test Automation Framework on N900

2010-04-08 Thread Piñeiro
From: praveen koduru > at-spi is running. > Nokia-N900-42-11:/# ps aux | grep at-spi > 1795 root 13832 R/usr/lib/at-spi/at-spi-registryd > 2458 root 2088 Sgrep at-spi > I am able to run some applications on N900. But I am able to run only with > "dogtail.rawinput" functions. >

Re: Not able to install Hildon Test Automation Framework on N900

2010-04-07 Thread Piñeiro
From: praveen koduru > I have checked atspi is running or not like this import atspi > (no errors). Is this the way to check whether it is running or not?? No, I mean something more simple: ps aux | grep at-spi > I am trying to get the object of "Calculator" app on N900. I really don

Re: Not able to install Hildon Test Automation Framework on N900

2010-04-07 Thread Piñeiro
From: praveen koduru > Thanks for the quick response Piñeiro. > I tried your 2 steps. Please find the results below. > > Step 1: > Nokia-N900-42-11:/home/opt# python > Python 2.5.1 (r251:54863, May 23 2007, 17:32:51) > [GCC 3.4.4 (release) (CodeSourcery ARM 2005q3-2)] o

Re: Not able to install Hildon Test Automation Framework on N900

2010-04-07 Thread Piñeiro
From: praveen koduru > Hi , > I tried the steps suggested in the following link. > http://hildon-test-aut.garage.maemo.org/installation.html This is a really old guide. The target were the Nokia 770/810, not sure if works fine on N900. > Steps I have tried: > > 1. Installed all .deb packages

Re: HildonTouchSelector and visible rows

2010-03-15 Thread Piñeiro
From: Nicolai Hess > Anyone knows how to set the size for the touchselector or knows an example > where I can > look at. There are a package called libhildon1-examples, with several examples of hildon widgets, including the HildonTouchSelector. You can also see these examples downloading direct

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

2010-03-03 Thread Piñeiro
From: Patrick Beck > 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_c

Re: How to capture ALL key events, no focus/No-GUI

2010-01-28 Thread Piñeiro
From: Stefan Iwanowitsch > Hi everybody, > I've tried to figure out for some days, how I can capture ALL key events > even if I have no focus on my window or if my app is running without GUI. > Failed sofar :( > Using Fremantle/Hildon/GTK I suppose that you are talking about all key events redir

Re: Programmatically showing the desktop in Fremantle

2010-01-15 Thread Piñeiro
From: obb770 > Given that if there isn't a "good" way to do this, then it might not > be fixed in the Fremantle lifetime - is there an ugly way to show the > desktop? like simulating pressing the right place on the screen, > somehow getting into non-public API of hildon-desktop, or something > el

Re: row-activate signal for HildonTouchSelector

2010-01-14 Thread Piñeiro
From: "Neal H. Walfield" Sorry for the delay. > I want to use the HildonTouchSelector widget to enable the user to > select an item from a list. I want an action to occur when the user > "clicks" on an item. I don't want the user to have to press another > button. > > The HildonTouchSelector

Re: GtkTreeView behaviour

2010-01-13 Thread Piñeiro
From: Claudio Saavedra > El mié, 13-01-2010 a las 15:16 +0100, Piñeiro escribió: > > > > > > I have just check the documentation on > > > hildon_pannable_area_add_with_viewport, and this is not mentioned, > > > just assumed. Probably it would be a good ide

Re: GtkTreeView behaviour

2010-01-13 Thread Piñeiro
From: Piñeiro > From: George Kibardin > > > Thank you Alberto for your code samble. I've found the problem. > > gtk_container_add() shoud be used instead of > > hildon_pannable_area_add_with_viewportl(). > > This is because the treeview has native scrolli

Re: GtkTreeView behaviour

2010-01-13 Thread Piñeiro
From: George Kibardin > Thank you Alberto for your code samble. I've found the problem. > gtk_container_add() shoud be used instead of > hildon_pannable_area_add_with_viewportl(). This is because the treeview has native scrolling support, so it is wrong. There are additional information on : h

Re: GtkTreeView behaviour

2010-01-12 Thread Piñeiro
From: George Kibardin > Hi everybody! > > I'm porting my application (FeedCircuit) to N900 and faced strange problem. I > have no real device so I'm using scratchbox. According to guidelines (like > this > http://sw.nokia.com/id/a3187f95-ad88-4233-b0ef-a182da3ec1c7/Hildon_2_2_Widget_UI_Specif

Re: Disable portrait support for dialog with Hildon

2009-10-29 Thread Piñeiro
From: Cornelius Hald > the main window of my app supports portrait mode. Now I have a settings > dialog which does not support portrait mode but it inherits those flags > from the main window. So you'll have the main window in portrait mode, and there is a possibility that a dialog in non-portra

Re: orca screen reader

2009-10-28 Thread Piñeiro
From: jonathan > Hello list, > > I was wondering if you knew about the orca screen reader working with > the n900? Sorry if this isn't the right list to post to about this. Well you asked about a specific application on a maemo based device, so I bet that this is the correct list ;) AFAIK, no

Re: HildonAnimationActor and button events

2009-10-23 Thread Piñeiro
From: Cornelius Hald > the documentation of HildonAnimationActor states that by design it is > not reactive. Meaning that actors do not receive motion or button > events. > > The thing is, I want to get notified if someone clicks on my actor, so > how can I do this? Well, as the documentation s

Re: Fremantle Hildon desktop components available from maemo.gitorious.org

2009-10-20 Thread Piñeiro
From: Kimmo Hämäläinen > > This means that the people couldn't compile it, as there isn't any > > cail library. Of course, I mean using dpkg-buildpackage. Using autogen.sh compile with the a11y support is configurable. > > I would like to create a patch to solve that (it is just to change the >

Re: Fremantle Hildon desktop components available from maemo.gitorious.org

2009-10-20 Thread Piñeiro
From: Kimmo Hämäläinen > Hi, > > Hildon-desktop, hildon-home, hildon-status-menu, libhildondesktop, > libclutter are now developed in open repository: > http://maemo.gitorious.org/fremantle-hildon-desktop > > Now you can start making your own modified Fremantle desktop :) There is any kind of

Re: Hildon Extras project launched

2009-10-05 Thread Piñeiro
From: Cornelius Hald I have just took a quick look. > the initial project is set up now. What do we have? > > - Autotools project that builds a library > - 3 Debian packages (the lib, -dev, -doc) but docs are deactivated ATM > - pkg-config support > - i18n support > - HeCheckButton implementati

Re: Community widgets for Fremantle

2009-09-28 Thread Piñeiro
From: Thomas Perl > 2009/9/26 Cornelius Hald : > > So how about a dialog that just shows n rows with 3 to 4 colors in each > > row. Those rows are in a panable area so it's easy to scroll them. Those > > colors are taken from a palette and (maybe) colors that have been > > selected in the advance

Re: Community widgets for Fremantle

2009-09-25 Thread Piñeiro
From: Cornelius Hald > > In hildon was not required to created a specific dialog for the > > HildonDateButton or the HildonTimeButton. Both uses the current > > HildonPickerDialog. Why do you think that a specific dialog is > > required? What features do you think that misses HildonPickerDialog?

Re: Community widgets for Fremantle

2009-09-24 Thread Piñeiro
From: Claudio Saavedra > El jue, 24-09-2009 a las 08:28 +0200, Cornelius Hald escribió: > > > > I propose to create a garage project, let's say 'hildon-extras' with > > the goal of creating a library containing missing widgets where more > > than one person is interested in. > > I am not sure w

Re: Community widgets for Fremantle

2009-09-24 Thread Piñeiro
From: Andrew Olmsted > I have started work on a pannable-font-selector and pannable-color-selector > (for lack of better names at this point) with the help and input of some of > the folks at #maemo. I want to have a dialog and button for each of them as > well as you suggest, to make it as easy

Re: Community widgets for Fremantle

2009-09-24 Thread Piñeiro
From: Cornelius Hald > There are some important widgets which are deprecated without a > replacement in Fremantle. Those widgets are still available, but they > are not fully finger-friendly or don't look good. As far as I remember, we have a conversation with you about the color selector and pi

Re: Fremantle: Opening URLs and local files

2009-09-17 Thread Piñeiro
From: Claudio Saavedra > El jue, 17-09-2009 a las 12:15 +0200, Thomas Perl escribió: > > Hello! > > > > What is the canonical way of opening a browser and the media player > > (or more general: opening a URL and opening a local file) from code > > on Fremantle? In Fremantle you usually use the

Re: New apps for fremantle with Qt?

2009-09-07 Thread Piñeiro
From: > These things are easier in some toolkits and harder in some others. To my > knowledge, Gtk was not really designed for handheld touch user interface > with kinetic scroll etc. on mind in the first place - it is a rather a > desktop toolkit with the rather traditional mindset - > and so

Re: New apps for fremantle with Qt?

2009-09-04 Thread Piñeiro
From: Andre Klapper > Am Freitag, den 04.09.2009, 13:47 +0200 schrieb ext-mox.so...@nokia.com: > > See > > https://projects.maemo.org/svn/af/projects/hildon-widgets/trunk/src/ > > for details of the hildon widgets. > > Not accessible. As Claudio just said, hildon development was moved to a publ