I've been playing around with Derma lately and I was wondering if the maximize/minimize buttons on the top right corner of a DFrame can be removed.
[IMG]http://i.imgur.com/60txnW3.png[/IMG]
Any help would be appreciated.
DFrame.BtnMaxim:Hide()
DFrame.BtnMinim:Hide()
[QUOTE=Netheous;42325411]DFrame.BtnMaxim:Hide()
DFrame.BtnMinim:Hide()[/QUOTE]
Btn has a lowercase b :wink:
DFrame.btnMaxim:Hide()
DFrame.btnMinim:Hide()
It doesn't seem to work :/
It doesn't show up as that browny red colour. Am I doing something wrong here?
[IMG]http://img703.imageshack.us/img703/6056/a3yw.png[/IMG]
[QUOTE=PormaHD;42332225]It doesn't seem to work :/
It doesn't show up as that browny red colour. Am I doing something wrong here?
[IMG]http://img703.imageshack.us/img703/6056/a3yw.png[/IMG][/QUOTE]
It doesn't show up because it's not a function. It's a property.
Remove the parentheses from it.
It isn't a function.
[editline]27th September 2013[/editline]
And don't treat syntax highlighting as 100% correct
Ah, it works. Thanks a lot guys :smile:
Sorry, you need to Log In to post a reply to this thread.