Re: [Interest] General QTimer question

2013-12-12 Thread Bo Thorsen
Den 12-12-2013 13:57, Jason Kretzer skrev: > This is more a general question about the behavior of QTimer followed by > a more specific instance of the question. > > What can make a QTimer not timeout()? In a general sense, what can make > it miss its firing? Only one thing: When timer timeouts a

Re: [Interest] General QTimer question

2013-12-12 Thread Harish Surana
Yes, reuse them. I had similar problem when I was creating a digital signage solution. On Thu, Dec 12, 2013 at 2:53 PM, Jason Kretzer wrote: > So, reuse the QWebViews instead of destroying and creating new ones. > > Interesting. > > *- - - - - - - - - - - - - - - - - - - - - - -* > *Jason R. **

Re: [Interest] General QTimer question

2013-12-12 Thread Jason Kretzer
So, reuse the QWebViews instead of destroying and creating new ones. Interesting. - - - - - - - - - - - - - - - - - - - - - - - Jason R. Kretzer Application Developer Google # 606-887-9011 Cell # 606-792-0079 ja...@gocodigo.com “quidquid latine dictum sit altum videtu

Re: [Interest] General QTimer question

2013-12-12 Thread Harish Surana
I would say change your approach little bit: 1. Create only 3 instance of QWebView 2. Whenever QTimer shots change content of QWebView and show them. 3. After they are finished displaying content hide them. 4. repeat step 2 and 3 On Thu, Dec 12, 2013 at 1:57 PM, Jason Kretzer wrote: > Good Mor

[Interest] General QTimer question

2013-12-12 Thread Jason Kretzer
Good Morning! This is more a general question about the behavior of QTimer followed by a more specific instance of the question. What can make a QTimer not timeout()? In a general sense, what can make it miss its firing? That was the general question. My specific situation: I display 3 QWeb