Re: [Interest] OSX: Losing internet and regaining it does not allow XMLHttpRequest to work

2016-01-08 Thread jhihn
Also claimed for iOS -Original message- Sent: Friday, 08 January 2016 at 22:39:58 From: "Jason H" To: "Interests Qt" Subject: [Interest] OSX: Losing internet and regaining it does not allow XMLHttpRequest to work I have an app (mobile, but develop mostly on OSX (God I love Qt!)) and I'm

Re: [Interest] Macro support with QTextEdit.

2016-01-08 Thread william.croc...@analog.com
On 01/08/2016 05:40 PM, Bill Crocker wrote: Hello: I am working on a WYSIWYG editor. The user needs to be able to enter macros which render specially on the screen. For the purpose of this conversation, pretend they enter "$DATE" which displays as "8-JAN" on the screen. They are not allowed to e

[Interest] Macro support with QTextEdit.

2016-01-08 Thread Bill Crocker
Hello: I am working on a WYSIWYG editor. The user needs to be able to enter macros which render specially on the screen. For the purpose of this conversation, pretend they enter "$DATE" which displays as "8-JAN" on the screen. They are not allowed to edit the "8-JAN" directly. If they act to edit

[Interest] OSX: Losing internet and regaining it does not allow XMLHttpRequest to work

2016-01-08 Thread Jason H
I have an app (mobile, but develop mostly on OSX (God I love Qt!)) and I'm trying various failure modes. I login in the app, Disable wifi, Attempt a request, it fails Re-enable wifi, Attempt request. It seems that once a XMLHttpRequest fails, even after if I reenable wifi, Qt will always immed

Re: [Interest] QTimer priority

2016-01-08 Thread Thiago Macieira
On Friday 08 January 2016 11:11:11 Etienne Sandré-Chardonnal wrote: > Could it be that the QTimer is using a different thread, that gets stuck > due to the high system load? If you created it in a different thread, then it is using that thread. -- Thiago Macieira - thiago.macieira (AT) intel.com

Re: [Interest] IDE used to develop qt library

2016-01-08 Thread Thiago Macieira
On Friday 08 January 2016 07:31:45 Boettger, Heiko wrote: > Hi, > > I just wonder what kind of IDE do you use to develop the qt library itself. Qt Creator. > I didn't find any qtcreator files in the source. What do tools do you use > for development and browsing the code? Qt Creator can read th

Re: [Interest] QTabWidget activity

2016-01-08 Thread Murphy, Sean
> Does something different happen every time > or does the same thing happen every time. > > If the same thing happens every time then the user > has very little to learn. If I were the user, an > over animated, eye-catching response would get old > real fast. Good question! The same thing happen

Re: [Interest] QTabWidget activity

2016-01-08 Thread william.croc...@analog.com
On 01/08/2016 09:49 AM, Murphy, Sean wrote: I would probably prefer something like an overlay message popping up for a few seconds or (a bit nineties style) a status bar message. Another would be to have a subtle small icon overlay float from the button up to the tab. Overlay message probably i

Re: [Interest] QTabWidget activity

2016-01-08 Thread Murphy, Sean
> I would probably prefer something like an overlay message popping up for a > few seconds or (a bit nineties style) a status bar message. Another would be > to have a subtle small icon overlay float from the button up to the tab. Overlay message probably is a little more intrusive than we want, b

Re: [Interest] QTimer priority

2016-01-08 Thread Edward Sutton
On Jan 8, 2016, at 4:11 AM, Etienne Sandré-Chardonnal mailto:etienne.san...@m4x.org>> wrote: Dear all, In a recent stress test, where I created 5 sub-processes, each one starting idealThreadCount() fully working threads (ie they never sleep), I found that a QTimer responsible for sending some

Re: [Interest] Qt/QML fullscreen app not visible through Teamviewer on Windows

2016-01-08 Thread Cornelius Hald
Sorry, I found that setting but it seems to make no difference :( Cheers, Conny On Fri, 2016-01-08 at 09:47 +0100, Cornelius Hald wrote: > Hi Kulias, > > thanks for your input and sorry for the delay (been on vacation). > > Which version of Teamviewer are you using? With Teamviewer 10 it > look

[Interest] QTimer priority

2016-01-08 Thread Etienne Sandré-Chardonnal
Dear all, In a recent stress test, where I created 5 sub-processes, each one starting idealThreadCount() fully working threads (ie they never sleep), I found that a QTimer responsible for sending some information messages to the sub-process stdout was stuck until the working threads stopped. The

Re: [Interest] IDE used to develop qt library

2016-01-08 Thread Koehne Kai
> -Original Message- > From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of > Boettger, Heiko > Sent: Friday, January 08, 2016 8:32 AM > To: interest@qt-project.org > Subject: [Interest] IDE used to develop qt library > > Hi, > > I just wonder what kind of IDE do you use t

Re: [Interest] QTabWidget activity

2016-01-08 Thread Bo Thorsen
Den 07-01-2016 kl. 21:44 skrev Murphy, Sean: I'm trying to figure out the right way to show some feedback to the user and I'm stuck. Here's the setup: - I have a QTabWidget, that has three tabs, one for live data, one for archived data, and a third tab that doesn't having much to do with this p

Re: [Interest] Qt/QML fullscreen app not visible through Teamviewer on Windows

2016-01-08 Thread Cornelius Hald
Hi Kulias, thanks for your input and sorry for the delay (been on vacation). Which version of Teamviewer are you using? With Teamviewer 10 it looks like there is no such setting. Cheers, Conny On Fri, 2015-12-18 at 04:15 +, Kulias wrote: > Hi, > > Try unchecked "Ignore alpha blending on t

Re: [Interest] IDE used to develop qt library

2016-01-08 Thread Tomasz Siekierda
On 8 January 2016 at 08:31, Boettger, Heiko wrote: > > I didn’t find any qtcreator files in the source What did you expect to find? The .pro files are there and Qt Creator understands them well. ___ Interest mailing list Interest@qt-project.org http://l