Jump to content

"Window" auto-capitalization fixed


Josh
 Share

Recommended Posts

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. ;)

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

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.

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

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.

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

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...