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

Rui Miguel Silva Seabra rms at 1407.org
Wed Sep 16 16:06:55 CEST 2009


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 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 defined as above.
> > > > >
> > > > > That means that all SHR apps will get non-resizable 198x350
> > > > > windows under any stardards-compliant window manager.
> > > > >
> > > > > This is definitly a bug that should be fixed.
> > > >
> > > > and what is the proposed fix? Use XSetWMSizeHints?
> > >
> > > I've never written a line using E libraries, but quick search suggests
> > > evas_object_size_hint_min_set() / evas_object_size_hint_max_set()
> >
> > Like those are of much use when you can turn from portrait to landscape.
> >
> > NOT a solution!
> 
> What for to set maximum size at all?

If you want to do that only for Freerunners, max(640,640) :)

Or you could query and place a max for the biggest on the dimensions.

Rui



More information about the community mailing list