Hi,
On 19/9/18 2:40 am, Jason H wrote:
produces no updates, nor any warnings or errors.
Does this actually work? Did it ever?
No and apparently not. Thanks for the bug report. Should be rather
trivial to add in support.
-
Lorn
___
Interest mailin
On Wed, 19 Sep 2018 at 13:28, Jason H wrote:
> I noticed that when using the offline installer that the Qt 5.11.1 box is not
> checked by default. It would be good if it came pre-checked because that's
> what I'm trying to do. :-) It's too easy to blow past that and get an install
> were Qt Cre
Il 19/09/2018 15:02, Andy ha scritto:
Any thoughts on the second part about why I get a 3.0 context if I try
to set samples instead of the 3.3 I get when I don't? On macOS if I
request 16 samples, and it can only do 8, I get 8.
That now boils down to how the different integration layers (GLX
No - because deleting an application object never occurred to me :-) I've
always treated it like main() - I guess I assumed you could only
instantiate one.
Any thoughts on the second part about why I get a 3.0 context if I try to
set samples instead of the 3.3 I get when I don't? On macOS if I req
Il 19/09/2018 14:32, Andy ha scritto:
That was my initial thought too, but in order to create the context to
check the results, I need an application. But if I set the default after
I create the application I get a warning:
Warning: Setting a new default format with a different version or
p
Thanks Sean.
That was my initial thought too, but in order to create the context to
check the results, I need an application. But if I set the default after I
create the application I get a warning:
Warning: Setting a new default format with a different version or profile
after the global shared
Hi Andy,
On 12.09.2018 19:50, Andy wrote:
(Posted in the forum - no response - but thought I'd mention it here as
well to see if others have the same problem.)
macOS 10.12.6
- run maintenance tool (v 3.0.1)
- choose Add or remove components
- deselect all new things (Qt 5.11.2 snapshot)
- des
Hi Andy,
In your main, set up the desired QSurfaceFormat, use it to try to create
a context, and check the results. If that works great, destroy it and
carry on with that as the default surface format. Otherwise, drop down a
level and try again until you find a surface format that works.
Che