Games
Developers
Forums
More
BYOND
Download
Developer Guide
Developer Reference
Support
Terms of Service
Membership
Contact Us
Many features on this site require JavaScript. Please enable JavaScript support in your browser.
Register
Login
BYOND Forums
Announcements
·
BYOND Help
·
Bug Reports
·
Feature Requests
·
Beta Testers
·
Beta Bugs
·
Developer Help
·
Design Philosophy
·
Demos & Libraries
·
Tutorials & Snippets
·
Art & Sound
·
Classified Ads
·
Game Updates
·
Contests & Events
·
Linux Talk
·
On Topic
·
Off Topic
I'm confused about somethin'
[Tips]
ID:273457
May 14 2010, 11:14 pm
Darker Legends
Well i wanted to know how i can make a skin window unmovable without disabling the buttons
May 15 2010, 10:41 am
Jarquille
what's the problem with having it move?
anyways.. a easy trick you can use is this:
remove the windows titlebar and statusbar. then make a label and stretch it over the whole window's surface. make the label transparent so it doesn't show. and vola! you have a window which cannot me moved. and buttons functioning.
May 16 2010, 11:09 pm
In response to
Jarquille
Darker Legends
Thanks for your help
Copyright © 2025 BYOND Software. All rights reserved.
anyways.. a easy trick you can use is this:
remove the windows titlebar and statusbar. then make a label and stretch it over the whole window's surface. make the label transparent so it doesn't show. and vola! you have a window which cannot me moved. and buttons functioning.