RE: Window positioning

2018-01-04 Thread Han, Guowei
Thanks you very much! New to wayland, so a lot to learn. From: Ucan, Emre (ADITG/ESB) [mailto:eu...@de.adit-jv.com] Sent: Thursday, January 04, 2018 2:17 AM To: Han, Guowei ; Jasper St. Pierre ; wayland Subject: RE: Window positioning Hi Han, In ivi-shell architecture, there are controller

RE: Window positioning

2018-01-03 Thread Ucan, Emre (ADITG/ESB)
To: Jasper St. Pierre; wayland Subject: RE: Window positioning Thanks for all the help. Will start look into ivi-shell. From: magc...@gmail.com<mailto:magc...@gmail.com> [mailto:magc...@gmail.com] On Behalf Of Jasper St. Pierre Sent: Wednesday, January 03, 2018 12:28 PM To: Han,

Re: Window positioning

2018-01-03 Thread Carsten Haitzler
On Wed, 3 Jan 2018 13:23:49 + "Han, Guowei" said: > We are running a multi process application. And GUI is act as a transparent > top layer. All other process rendering by them self underneath. So its > important for other process to place the window at right potion. Then you want to probabl

RE: Window positioning

2018-01-03 Thread Han, Guowei
Thanks for all the help. Will start look into ivi-shell. From: magc...@gmail.com [mailto:magc...@gmail.com] On Behalf Of Jasper St. Pierre Sent: Wednesday, January 03, 2018 12:28 PM To: Han, Guowei ; wayland Subject: Re: Window positioning (Please Reply All in the future so that responses go

Re: Window positioning

2018-01-03 Thread Jasper St. Pierre
l.com [mailto:magc...@gmail.com] *On Behalf Of *Jasper > St. Pierre > *Sent:* Wednesday, January 03, 2018 12:24 PM > *To:* Han, Guowei > *Cc:* Kai-Uwe ; wayland freedesktop.org> > *Subject:* Re: Window positioning > > > > Hi Han, > > Allowing yourselves to place mu

Re: Window positioning

2018-01-03 Thread Jasper St. Pierre
Hi Han, Allowing yourselves to place multiple windows where you want it then isn't going to solve that problem, since users can still drag them around, minimize them, etc. Multiprocess rendering is a bit tricksy, and there's no standardized way to do it right now. The traditional technique is to b

Re: Window positioning

2018-01-03 Thread Kai-Uwe
Am 03.01.2018 um 14:23 schrieb Han, Guowei: > We are running a multi process application. And GUI is act as a > transparent top layer. All other process rendering by them self > underneath. So its important for other process to place the window at > right potion. [Even that issue appears offtopic

Re: Window positioning

2018-01-03 Thread Han, Guowei
We are running a multi process application. And GUI is act as a transparent top layer. All other process rendering by them self underneath. So its important for other process to place the window at right potion. Sent from my iPhone On Jan 3, 2018, at 2:58 AM, Kai-Uwe mailto:ku.b-l...@gmx.de>>

Re: Window positioning

2018-01-03 Thread Thiago Macieira
On Tuesday, 2 January 2018 23:37:08 -02 Han, Guowei wrote: > Thanks Jasper. Do u know if there's a demo i can learn from? Currently i am > creating a bigger surface bigger than screen size. and make subsurface so i > can posion them as i want. Really don't think its a good way to do it. It isn't.

Re: Window positioning

2018-01-02 Thread Kai-Uwe
Maybe you are after a full screen application then. With that you should be able to decide about the positioning on the whole output. Am 03.01.2018 um 02:37 schrieb Han, Guowei: > Thanks Jasper. Do u know if there's a demo i can learn from? Currently > i am creating a bigger surface bigger than sc

Re: Window positioning

2018-01-02 Thread Carsten Haitzler
On Wed, 3 Jan 2018 01:37:08 + "Han, Guowei" said: > Thanks Jasper. Do u know if there's a demo i can learn from? Currently i am > creating a bigger surface bigger than screen size. and make subsurface so i > can posion them as i want. Really don't think its a good way to do it. that is the i

Re: Window positioning

2018-01-02 Thread Han, Guowei
Thanks Jasper. Do u know if there's a demo i can learn from? Currently i am creating a bigger surface bigger than screen size. and make subsurface so i can posion them as i want. Really don't think its a good way to do it. Sent from my iPhone On Jan 2, 2018, at 4:25 PM, Jasper St. Pierre mailt

Re: Window positioning

2018-01-02 Thread Jasper St. Pierre
Hi Han, You cannot position surfaces absolutely using the traditional xdg-shell protocol. However, for embedded cases, there are protocols like ivi-shell which provide that functionality. On Fri, Dec 29, 2017 at 10:09 AM, Han, Guowei < guowei@johnsonoutdoors.com> wrote: > Hi, > > > > Wonder