Re: [Interest] Noob Stuck with QtIFW Code

2017-04-22 Thread Oliver Niebuhr
About 1 Week and now I found the culprit: NEVER use '(qsTr(' with the QMessageBox or the print Function - or they wont get shown :( Sorry and thanks everyone. Oliver On 22.04.2017 17:04, Oliver Niebuhr wrote: > Oh my. You really have to love those messy Documentations. > I now added to config.xm

Re: [Interest] Noob Stuck with QtIFW Code

2017-04-22 Thread Oliver Niebuhr
Oh my. You really have to love those messy Documentations. I now added to config.xml, renamed the Script File, removed all that is Component related and put the Script File in the config Folder - but still no Luck. I also changed the File Suffix from .qs to .js It simply does not work. I am so cl

[Interest] Noob Stuck with QtIFW Code

2017-04-22 Thread Oliver Niebuhr
Hello List. I started to move over from InnoSetup to QtIFW 2.0.5. Definitely not because it is easier, but I want to have less work later on, maintaining a Linux and a Windows Installer. Being a total Noob with JavaScript: Thanks to the Example Documentation and the provided Files, I finally got

Re: [Interest] [Qt3D] Update vertex buffer data together with increasing count of vertices leads to artifacts

2017-04-22 Thread Sean Harmer
Hi, could you file a JIRA with a test case please? These changes are supposed to be batched within a spin of the event loop before sent to to the backend. And on the backend, the geometry buffer update should happen within the same frame as the count is adjusted. So, looks like we've missed s