Re: dbus-send

2007-03-30 Thread Laszlo T.
> > sorry > > It works with --print-reply but without not work. Why? Looks like this bug: https://bugs.freedesktop.org/show_bug.cgi?id=896#c23 For now using print-reply is the right thing to do. Regards, Tomas Thank you! ___ maemo-developers maili

Re: dbus-send

2007-03-23 Thread Laszlo T.
2007/3/23, Laszlo T. <[EMAIL PROTECTED]>: 2007/3/23, Mika Yrjölä <[EMAIL PROTECTED]>: > On 3/23/07, Laszlo T. <[EMAIL PROTECTED]> wrote: > > Hello, > > > > Here is an example of using libosso: > > https://stage.maemo.org/viewcvs.cgi/maemo/proj

Re: dbus-send

2007-03-23 Thread Laszlo T.
2007/3/23, Mika Yrjölä <[EMAIL PROTECTED]>: On 3/23/07, Laszlo T. <[EMAIL PROTECTED]> wrote: > Hello, > > Here is an example of using libosso: > https://stage.maemo.org/viewcvs.cgi/maemo/projects/tools/trunk/maemo_testing/maemo-examples/example_message.c?rev=4852&

dbus-send

2007-03-23 Thread Laszlo T.
Hello, Here is an example of using libosso: https://stage.maemo.org/viewcvs.cgi/maemo/projects/tools/trunk/maemo_testing/maemo-examples/example_message.c?rev=4852&view=markup What's the equivalent dbus-send command for osso_rpc_run in this example? It does not send message: run-standalone.sh db

Re: DateEditor

2007-02-25 Thread Laszlo T.
http://www.maemo.org/platform/docs/api/libosso/html/group__Time.html It notifies about the changing of time over the D-BUS system bus. 2007/2/25, Iñigo Illán Aranburu <[EMAIL PROTECTED]>: Hi! I'm writting a program and I want to catch an event when a DateEditor widget changes it's status (whe

Re: [maemo-developers] Nokia's Linux-powered N800 Internet Tablet sneaks out early

2007-01-07 Thread Laszlo T.
2007/1/7, Andrew Barr <[EMAIL PROTECTED]>: http://www.linux-watch.com/news/NS7056717365.html ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers http://www.flickr.com/photos/5th_avenue/se

Re: [maemo-developers] How to access to Battery, Wifi and System parameters ?

2006-09-13 Thread Laszlo T.
2006/9/13, ipsat @ ifrance. com <[EMAIL PROTECTED]>: HelloOn the Nokia770, how to access in C, C++ to the following informations :- Battery : battery energy level - Wifi : read & write SSID on wifi card, wifi channel and others parameters. - System parameters : panel backlight level.I don't found A

Re: [maemo-developers] hildon wizard dialog

2006-08-24 Thread Laszlo T.
Hello, The wizard does not work without gtk_widget_show_all. I quickly wrote a program for demonstrate this problem. Makefile: CC=gcc CFLAGS=`pkg-config --cflags --libs hildon-libs gtk+-2.0` wizard:     $(CC) wizard.c -o wizard $(CFLAGS) $(LDFLAGS) wizard.c: #include #include #include voi

Re: [maemo-developers] hildon wizard dialog

2006-08-24 Thread Laszlo T.
Hello, Thank you! "Indeed, i would imagine dialogs to be run with gtk_dialog_run(). Any reason not to?" No. :) Now I use the gtk_dialog_run but it is not enough. The gtk_widget_show_all is required for good works. The question is why? And how can I change the page? The gtk_notebook_set_current_

[maemo-developers] hildon wizard dialog

2006-08-16 Thread Laszlo T.
Hello, The next code doesn't cath the HILDON_WIZARD_DIALOG_PREVIOUS and HILDON_WIZARD_DIALOG_NEXT. How can I fix? void on_wizard_response(HildonWizardDialog *wizard,         int response_id, gpointer user_data) {     printf("response_id: %d\n", response_id); } HildonWizardDialog *wizard = HILDON

[maemo-developers] Re: 2 dekstop file + 1 program

2006-08-15 Thread Laszlo T.
Any idea? Or is it a bug? 2006/8/13, Laszlo T. <[EMAIL PROTECTED]>: Hello, I have 2 desktop file and a service file for one program. But it didn't work perfect. x.desktop: [Desktop Entry] Encoding=UTF-8 Version=1.0 Name=X Icon=icon Type=Application Exec=/usr/bin/prog X-Osso-Service=p

[maemo-developers] 2 dekstop file + 1 program

2006-08-13 Thread Laszlo T.
Hello, I have 2 desktop file and a service file for one program. But it didn't work perfect. x.desktop: [Desktop Entry] Encoding=UTF-8 Version=1.0 Name=X Icon=icon Type=Application Exec=/usr/bin/prog X-Osso-Service=prog_service X-Osso-Type=application/x-executable y.desktop: [Desktop Entry] Enco

Re: [maemo-developers] Re: USBNET networking

2006-08-07 Thread Laszlo T.
le? I >2006/8/5 Laszlo T. tlacix at gmail.com > http://maemo.org/maemowiki/HowToSetUpUsbNetworkingDebian > >2006/8/5, ThomasBambrough < thomas.bambrough at charter.net>: >> >> I'm running Debian 2.6.8 with USBNET support. I connect the Nokia to >> the la

Re: [maemo-developers] USBNET networking

2006-08-05 Thread Laszlo T.
http://maemo.org/maemowiki/HowToSetUpUsbNetworkingDebian2006/8/5, ThomasBambrough < [EMAIL PROTECTED]>:I'm running Debian 2.6.8 with USBNET support. I connect the Nokia to the laptop via the USB cable supplied with the 770. I can not get itto recognize the 770 being connected to the laptop.  I have

Re: [maemo-developers] HildonDateEditor

2006-07-28 Thread Laszlo T.
Hello! Thank you! It works. g_object_set( G_OBJECT(date), "min-year", 1902, NULL ); Laci2006/7/28, Jan Arne Petersen <[EMAIL PROTECTED]>: Hi,> The minimum value of HildonDateEditor is 1970. But I need 1902 for> store bithdays.> What can I do this minimum value?It seems that the properties are not

[maemo-developers] HildonDateEditor

2006-07-28 Thread Laszlo T.
Hello! The minimum value of HildonDateEditor is 1970. But I need 1902 for store bithdays. What can I do this minimum value? Laci ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Including library files in deb package for app installer

2006-07-19 Thread Laszlo T.
2006/7/19, Steven Hill <[EMAIL PROTECTED]>: Is it possible to include library files in an application installerpackage?  If so, could someone explain how it is done?Thanks,Steve Hill___maemo-developers mailing list maemo-developers@maemo.orghttps://maemo.

Re: [maemo-developers] IT2006 development problems - HildonProgram and HildonWindow

2006-07-16 Thread Laszlo T.
2006/7/16, Steven Hill <[EMAIL PROTECTED]>: In the documentation for the new UI using HildonProgram andHildonWindow, we see the following, both in the porting instructions andin the "developing new application" doc:"/* Begin the main app */ gtk_widget_show ( GTK_WIDGET ( program ) );gtk_mai

Re: [maemo-developers] cannot compile example_libosso.c

2006-07-06 Thread Laszlo T.
2006/7/6, Dionisis Petromanolakis <[EMAIL PROTECTED]>: hi all,   i m trying to compile file example_libosso.c from the tutorial of maemo and everything goes wrong. First of all, there wasnt i directory dbus but a directory dbus-1.0 which contains this. I removed it outside of dbus-1.0 in

Re: [maemo-developers] osso-xterm for mamemo 2.0 beta

2006-06-30 Thread Laszlo T.
Thanks, your help, but "The sources are here:   https://stage.maemo.org/svn/maemo/projects/haf/trunk/osso-application-installer/" What can I do this source? Sorry, but I don't understand. "You can use the "assume-connection" setting in /home/user/.appinstaller to suppress connection requests by

Re: [maemo-developers] osso-xterm for mamemo 2.0 beta

2006-06-30 Thread Laszlo T.
"Because the "lib" packages you list are not 'user' packages.  The error message is a bit misleading, granted..." "I'd say it is correct: the "lib" packages are not supposed to be visible in the Application manager.  They are considered part of the system, like "libgtk2.0" etc." Ok. "Spoiler ala

[maemo-developers] osso-xterm for mamemo 2.0 beta

2006-06-29 Thread Laszlo T.
Hello! How do I install osso-xterm for mamemo 2.0 beta? I downloaded manually: (because I have no internet connection for pda.) osso-xterm_0.13_armel.deb dependencies: libvte-common_0.11.13-3osso1_all.deb libvte4_0.11.13-3osso1_armel.deb libncurses5_5.4-3_armel.deb and I tried to install from fil

Re: [maemo-developers] gtk-infoprint

2006-05-26 Thread Laszlo T.
Hello, /* For another example: */ #include #include #include #include static gint infoprint_type = 1; /* Callback to show infoprints */ void show_infoprint(GtkButton * widget, HildonApp * app) {     switch (infoprint_type) {     case 1:  /* no animation, only sleep */ /*   gtk_in

Re: [maemo-developers] gtk-infoprint

2006-05-19 Thread Laszlo T.
2006/5/19, Eero Tamminen <[EMAIL PROTECTED]>: Hi,> gtk_banner_show_animation(app, "Searching");> slow_searching_function();> gtk_banner_close(app);Are you calling the gtk mainloop (or otherwise letting the widgetprocess events) occasionally from the slow_searching_function() so that:- banner can pr

[maemo-developers] gtk-infoprint

2006-05-18 Thread Laszlo T.
Hello! I have a primitive animation problem:     gtk_banner_show_animation(app, "Searching");     slow_searching_function();     gtk_banner_close(app); There's no animation. Why? And how do I solve the problem? Thx, Laci ___ maemo-developers mailing l