Re: shr-contacts/messages/dialer: window size and further issues

2009-09-17 Thread The Rasterman
On Thu, 17 Sep 2009 09:49:26 +0400 Nikita V. Youshchenko yo...@debian.org said: WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified minimum size: 198 by 350 program specified maximum size: 198 by 350 ... the way the contents are specified for the

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-17 Thread Rui Miguel Silva Seabra
On Thu, Sep 17, 2009 at 09:01:49PM +1000, Carsten Haitzler wrote: On Thu, 17 Sep 2009 09:49:26 +0400 Nikita V. Youshchenko yo...@debian.org said: WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified minimum size: 198 by 350 program specified maximum size: 198 by

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread Klaus 'mrmoku' Kurzmann
Am Mittwoch 16 September 2009 00:22:04 schrieb Michal Brzozowski: 2009/9/15 jeremy jozwik jerjoz.for...@gmail.com On Tue, Sep 15, 2009 at 10:44 AM, arne anka openm...@ginguppin.de wrote: [debian] shr-contacts/messages/dialer: window size and further issues no. if only debian

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread arne anka
evas_object_resize(win-win, 480, 600); is what we do. yepp. and it does not resize correetly on at least LXDE and apparently IceWM -- in my LXDE it is far from 480x600, less than a quarter (approx 80x120). ___ Openmoko community mailing

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread Nikita V. Youshchenko
evas_object_resize(win-win, 480, 600); is what we do. yepp. and it does not resize correetly on at least LXDE and apparently IceWM -- in my LXDE it is far from 480x600, less than a quarter (approx 80x120). May this be dpi-related? Could you please try with different X server dpi

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread arne anka
evas_object_resize(win-win, 480, 600); is what we do. yepp. and it does not resize correetly on at least LXDE and apparently IceWM -- in my LXDE it is far from 480x600, less than a quarter (approx 80x120). May this be dpi-related? Could you please try with different X server dpi

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread Michal Brzozowski
If the WM takes into account these values, you'll never be able to resize the window. From my experience they don't depend on dpi. r...@om-gta02 ~ $ wmctrl -l 0x0102 0 om-gta02 Notifier r...@om-gta02 ~ $ xprop -id 0x0102 ... WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread The Rasterman
On Wed, 16 Sep 2009 11:28:18 +0200 arne anka openm...@ginguppin.de said: evas_object_resize(win-win, 480, 600); is what we do. yepp. and it does not resize correetly on at least LXDE and apparently IceWM -- in my LXDE it is far from 480x600, less than a quarter (approx

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread The Rasterman
On Wed, 16 Sep 2009 12:00:33 +0200 Michal Brzozowski ruso...@poczta.fm said: If the WM takes into account these values, you'll never be able to resize the window. From my experience they don't depend on dpi. r...@om-gta02 ~ $ wmctrl -l 0x0102 0 om-gta02 Notifier r...@om-gta02 ~ $

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread Michal Brzozowski
2009/9/16 Carsten Haitzler ras...@rasterman.com On Wed, 16 Sep 2009 12:00:33 +0200 Michal Brzozowski ruso...@poczta.fm said: If the WM takes into account these values, you'll never be able to resize the window. From my experience they don't depend on dpi. r...@om-gta02 ~ $ wmctrl -l

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread Nikita V. Youshchenko
WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified minimum size: 198 by 350 program specified maximum size: 198 by 350 ... the way the contents are specified for the window, it isnt resizable. the app is in control of this. All SHR apps have these values

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread Klaus 'mrmoku' Kurzmann
Am Mittwoch 16 September 2009 13:37:28 schrieb Nikita V. Youshchenko: WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified minimum size: 198 by 350 program specified maximum size: 198 by 350 ... the way the contents are specified for the window, it isnt

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread Nikita V. Youshchenko
Am Mittwoch 16 September 2009 13:37:28 schrieb Nikita V. Youshchenko: WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified minimum size: 198 by 350 program specified maximum size: 198 by 350 ... the way the contents are specified for the window, it isnt

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread Rui Miguel Silva Seabra
On Wed, Sep 16, 2009 at 04:13:16PM +0400, Nikita V. Youshchenko wrote: Am Mittwoch 16 September 2009 13:37:28 schrieb Nikita V. Youshchenko: WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified minimum size: 198 by 350 program specified maximum size: 198 by 350

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread Nikita V. Youshchenko
On Wed, Sep 16, 2009 at 04:13:16PM +0400, Nikita V. Youshchenko wrote: Am Mittwoch 16 September 2009 13:37:28 schrieb Nikita V. Youshchenko: WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified minimum size: 198 by 350 program specified maximum size: 198 by

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread Rui Miguel Silva Seabra
On Wed, Sep 16, 2009 at 04:48:58PM +0400, Nikita V. Youshchenko wrote: On Wed, Sep 16, 2009 at 04:13:16PM +0400, Nikita V. Youshchenko wrote: Am Mittwoch 16 September 2009 13:37:28 schrieb Nikita V. Youshchenko: WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread The Rasterman
On Wed, 16 Sep 2009 14:00:47 +0200 Klaus 'mrmoku' Kurzmann m...@mnet-online.de said: Am Mittwoch 16 September 2009 13:37:28 schrieb Nikita V. Youshchenko: WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified minimum size: 198 by 350 program specified maximum size: 198

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread The Rasterman
On Wed, 16 Sep 2009 15:37:28 +0400 Nikita V. Youshchenko yo...@debian.org said: WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified minimum size: 198 by 350 program specified maximum size: 198 by 350 ... the way the contents are specified for the window, it

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread The Rasterman
On Wed, 16 Sep 2009 13:21:10 +0100 Rui Miguel Silva Seabra r...@1407.org said: On Wed, Sep 16, 2009 at 04:13:16PM +0400, Nikita V. Youshchenko wrote: Am Mittwoch 16 September 2009 13:37:28 schrieb Nikita V. Youshchenko: WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-16 Thread Nikita V. Youshchenko
WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified minimum size: 198 by 350 program specified maximum size: 198 by 350 ... the way the contents are specified for the window, it isnt resizable. the app is in control of this. All SHR apps have

shr-contacts/messages/dialer: window size and further issues

2009-09-15 Thread arne anka
sebastian reichel made shr-messages/dialer/contacts available for debian and i decided to check them out. i do not run illume, enlightment or whatever the name is, but LXDE. when one of the apps mentioned above opens up its window is too small (about 80x120) and not resizable. font size is

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-15 Thread jeremy jozwik
On Tue, Sep 15, 2009 at 8:28 AM, arne anka openm...@ginguppin.de wrote: sebastian reichel made shr-messages/dialer/contacts available for debian and i decided to check them out. [debian] shr-contacts/messages/dialer: window size and further issues please

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-15 Thread arne anka
[debian] shr-contacts/messages/dialer: window size and further issues no. if only debian it would have kept that to pkg-fso list. these apps are developed and mainly used on shr, so the shr guys are meant as well -- and probably re the only one able to answer

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-15 Thread jeremy jozwik
On Tue, Sep 15, 2009 at 10:44 AM, arne anka openm...@ginguppin.de wrote: [debian] shr-contacts/messages/dialer: window size and further issues no. if only debian it would have kept that to pkg-fso list. these apps are developed and mainly used on shr, so the shr guys are meant as well

Re: shr-contacts/messages/dialer: window size and further issues

2009-09-15 Thread Michal Brzozowski
2009/9/15 jeremy jozwik jerjoz.for...@gmail.com On Tue, Sep 15, 2009 at 10:44 AM, arne anka openm...@ginguppin.de wrote: [debian] shr-contacts/messages/dialer: window size and further issues no. if only debian it would have kept that to pkg-fso list. these apps are developed and mainly