mob |
Just a few things I think BYOND should include in a future update. "Font" would let you select a font-family at runtime and "window.OnTop" if selected would keep the window on top of every other program and window.
Thanks
ID:91990
Feb 23 2010, 5:00 pm
|
|||||||
| |||||||
Copied from BYOND Features forum by Airjoe
Just a few things I think BYOND should include in a future update. "Font" would let you select a font-family at runtime and "window.OnTop" if selected would keep the window on top of every other program and window. Thanks | |||||||
#2 Sep 8 2010, 3:04 am
|
|
I don't know the rules for this section, bit I am going to BUMP this anyways. I still think both the features would be nice and have found even more need for both features in recent ventures.
| |
#3 Sep 8 2010, 8:57 am
|
|
You already can change fonts at runtime, so that's redundant. It's worth hashing out whether keep-on-top would be worth having though. I suspect it would actually just be too abusable and not worth the trouble, but I'm open to discussion.
| |
#4 Sep 8 2010, 8:43 pm
|
|
Well I know in my situation a .OnTop function could be very handy. I use windows very often to handle key events in games such as Turn based battle. But if a player clicks the default window it will put the window under it on occasion, or if i minimize the default window and reopen every other window is under the default one.
| |
#5 Sep 8 2010, 9:10 pm
|
|
That shouldn't actually be how the default window works; the other windows are subsidiaries of the default. Of course if you're doing something weird like changing the default at runtime, all bets are off.
| |
Comment by Falacy: A similar, or just built-in setting for alerts/inputs would also be nice, as interface windows tend to cover them up.