Re: [Interest] Finished resizing a window?

2014-02-26 Thread André Somers
John Weeks schreef op 24-2-2014 22:56: We have windows in our application that are potentially expensive to repaint, so when the user resizes a window we may need to put off repainting until the resizing is finished. It seems that we don't get mouse down/mouse up events when the user clicks

Re: [Interest] Finished resizing a window?

2014-02-25 Thread Sean Harmer
On Monday 24 February 2014 13:56:01 John Weeks wrote: We have windows in our application that are potentially expensive to repaint, so when the user resizes a window we may need to put off repainting until the resizing is finished. It seems that we don't get mouse down/mouse up events when the

Re: [Interest] Finished resizing a window?

2014-02-25 Thread Thiago Macieira
Em seg 24 fev 2014, às 14:30:29, John Weeks escreveu: On 24-Feb-2014, at 2:24 PM, Thiago Macieira wrote: That's something entirely controlled by the window manager. Sorry. Thanks, Thiago. That's good to know. Here's a suggestion: do a delayed repainting after you get a resize event. If you

Re: [Interest] Finished resizing a window?

2014-02-25 Thread william.croc...@analog.com
On 02/25/2014 12:56 PM, Thiago Macieira wrote: Em seg 24 fev 2014, às 14:30:29, John Weeks escreveu: On 24-Feb-2014, at 2:24 PM, Thiago Macieira wrote: That's something entirely controlled by the window manager. Sorry. Thanks, Thiago. That's good to know. Here's a suggestion: do a delayed

Re: [Interest] Finished resizing a window?

2014-02-25 Thread Jason H
...@analog.com To: interest@qt-project.org Sent: Tuesday, February 25, 2014 1:08 PM Subject: Re: [Interest] Finished resizing a window? On 02/25/2014 12:56 PM, Thiago Macieira wrote: Em seg 24 fev 2014, às 14:30:29, John Weeks escreveu: On 24-Feb-2014, at 2:24 PM, Thiago Macieira wrote: That's

[Interest] Finished resizing a window?

2014-02-24 Thread John Weeks
We have windows in our application that are potentially expensive to repaint, so when the user resizes a window we may need to put off repainting until the resizing is finished. It seems that we don't get mouse down/mouse up events when the user clicks in the window frame/resize grip area, so I

Re: [Interest] Finished resizing a window?

2014-02-24 Thread John Weeks
On 24-Feb-2014, at 2:24 PM, Thiago Macieira wrote: That's something entirely controlled by the window manager. Sorry. Thanks, Thiago. That's good to know. -John ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Finished resizing a window?

2014-02-24 Thread Thiago Macieira
Em seg 24 fev 2014, às 13:56:01, John Weeks escreveu: We have windows in our application that are potentially expensive to repaint, so when the user resizes a window we may need to put off repainting until the resizing is finished. It seems that we don't get mouse down/mouse up events when the

Re: [Interest] Finished resizing a window?

2014-02-24 Thread Tony Rietwyk
[mailto:interest-bounces+tony=rightsoft.com...@qt-project.org] On Behalf Of John Weeks Sent: Tuesday, 25 February 2014 8:56 AM To: Interest@qt-project.org Interest Subject: [Interest] Finished resizing a window? We have windows in our application that are potentially expensive to repaint, so when

Re: [Interest] Finished resizing a window?

2014-02-24 Thread Jason H
think the below will work, but like I said, it's been a whole for me working with widgets.  From: Tony Rietwyk t...@rightsoft.com.au To: interest@qt-project.org Sent: Monday, February 24, 2014 6:45 PM Subject: Re: [Interest] Finished resizing a window? Hi John

Re: [Interest] Finished resizing a window?

2014-02-24 Thread william.croc...@analog.com
We have windows in our application that are potentially expensive to repaint, so when the user resizes a window we may need to put off repainting until the resizing is finished. It seems that we don't get mouse down/mouse up events when the user clicks in the window frame/resize grip

Re: [Interest] Finished resizing a window?

2014-02-24 Thread Jason H
] Finished resizing a window? We have windows in our application that are potentially expensive to repaint, so when the user resizes a window we may need to put off repainting until the resizing is finished. It seems that we don't get mouse down/mouse up events when the user clicks

Re: [Interest] Finished resizing a window?

2014-02-24 Thread Till Oliver Knoll
Am 25.02.2014 um 00:45 schrieb Tony Rietwyk t...@rightsoft.com.au: Hi John, I would suggest a short single-shot timer roughly: Yes, using a timer should work, I did this in a 3D point rendering/editing application where rendering the point cloud (in software - and we talk about the year