Re: [Interest] qws and dialogs

2012-07-30 Thread Josiah Bryan
On Mon, Jul 30, 2012 at 4:15 AM, pritam.ghang...@gmail.com < pritam.ghang...@gmail.com> wrote: > Hi Atlant, > > I tried that method some time back. The problem is my dfb setup doesnt > blend windows when there is an alpha involved. > The Dialog becomes opaque even when I paint it with alpha. I hav

Re: [Interest] qws and dialogs

2012-07-30 Thread pritam.ghang...@gmail.com
** ** > > *From:* interest-bounces+aschmidt=dekaresearch@qt-project.org [mailto: > interest-bounces+aschmidt=dekaresearch@qt-project.org] *On Behalf Of * > linzheming > *Sent:* Thursday, July 26, 2012 9:24 PM > *To:* pritam.ghang...@gmail.com > *Cc:* interest > *Subject:*

Re: [Interest] qws and dialogs

2012-07-27 Thread Atlant Schmidt
: Re: [Interest] qws and dialogs Hi pritam, I am afraid that u can not achieve similar result with QWS. Since QWS is only a minimal windows system , you can't expect too much of it. linzheming From: pritam.ghang...@gmail.com<mailto:pritam.ghang...@gmail.c

Re: [Interest] qws and dialogs

2012-07-27 Thread Konstantin Tokarev
27.07.2012, 16:34, "pritam.ghang...@gmail.com" : > I was working towards dialogs because focus handling becomes much easier. The > possibility of losing focus much less. I work with a remote controlled device. Focus management is not that difficult, you just need to organize it properly. -- Re

Re: [Interest] qws and dialogs

2012-07-27 Thread pritam.ghang...@gmail.com
I was working towards dialogs because focus handling becomes much easier. The possibility of losing focus much less. I work with a remote controlled device. On Fri, Jul 27, 2012 at 3:53 PM, Konstantin Tokarev wrote: > > 27.07.2012, 13:23, "pritam.ghang...@gmail.com" >: > > HiHow did you get tran

Re: [Interest] qws and dialogs

2012-07-27 Thread Konstantin Tokarev
27.07.2012, 13:23, "pritam.ghang...@gmail.com" : > HiHow did you get transparency to work. On my device as soon as I set > anything having alpha as background (color or image), that area becomes > black. It seems its not blending two top level windows. So effectively I get > dialogs over black

Re: [Interest] qws and dialogs

2012-07-27 Thread pritam.ghang...@gmail.com
Hi How did you get transparency to work. On my device as soon as I set anything having alpha as background (color or image), that area becomes black. It seems its not blending two top level windows. So effectively I get dialogs over black full screen background. Blending works fine for non window

Re: [Interest] qws and dialogs

2012-07-26 Thread linzheming
Hi pritam, I am afraid that u can not achieve similar result with QWS. Since QWS is only a minimal windows system , you can't expect too much of it. linzheming From: pritam.ghang...@gmail.com Date: 2012-07-26 22:46 To: interest Subject: [Interest] qws and dialogs Hi I have an emb

[Interest] qws and dialogs

2012-07-26 Thread pritam.ghang...@gmail.com
Hi I have an embedded device with qt. I run my applications with QWS in full screen mode. When I show QDialog on this application, the rest of the application should dim out. I dont want to write that code in application because on desktop systems this kind of effect is generally already provided