Josh Posted May 22, 2017 Share Posted May 22, 2017 If you want to create a window, use the Window:Create() function: local window = Window:Create() Or in C++ use Window::Create(): auto window = Window::Create(); Notice that the capitalization in this thread is correct. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
macklebee Posted May 23, 2017 Share Posted May 23, 2017 what about the issue with the word Window ending with a period, which was a long running bug report for the forum. window = Window:Create("example",0,0,1024,768,Window.Center) Edit- looks like it works now and that report can finally be closed. Quote Win7 64bit / Intel i7-2600 CPU @ 3.9 GHz / 16 GB DDR3 / NVIDIA GeForce GTX 590 LE / 3DWS / BMX / Hexagon macklebee's channel Link to comment Share on other sites More sharing options...
Josh Posted May 23, 2017 Author Share Posted May 23, 2017 Window? Or window. I don't know if Window will end in a period, but it appears that Window will not end in a period: Window Window Window! Window. Window Window? I strongly suspect there was some custom edit I did in the forum code to experiment with making words in the forum link to commands in the documentation. I think I am going to not make so many customizations this time around, and just rely on the skin. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
macklebee Posted May 23, 2017 Share Posted May 23, 2017 The bug report had to do with Window styles would always lower case the 'Window' portion of the code when posted in the forum. So 'Window.Center' would automatically convert to 'window.Center' for whatever reason. Quote Win7 64bit / Intel i7-2600 CPU @ 3.9 GHz / 16 GB DDR3 / NVIDIA GeForce GTX 590 LE / 3DWS / BMX / Hexagon macklebee's channel Link to comment Share on other sites More sharing options...
Josh Posted May 23, 2017 Author Share Posted May 23, 2017 Window.Center Window.Center Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
macklebee Posted May 23, 2017 Share Posted May 23, 2017 yep looks like its fixed. You can close this bug report: 1 Quote Win7 64bit / Intel i7-2600 CPU @ 3.9 GHz / 16 GB DDR3 / NVIDIA GeForce GTX 590 LE / 3DWS / BMX / Hexagon macklebee's channel Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.