Silent Typing - Printable Version +- NEUS Projects (https://neus-projects.net/forums) +-- Forum: Sigrogana Legend 2 (OOC) (https://neus-projects.net/forums/forumdisplay.php?fid=8) +--- Forum: Suggestions (https://neus-projects.net/forums/forumdisplay.php?fid=7) +--- Thread: Silent Typing (/showthread.php?tid=1164) |
Silent Typing - MakeshiftWalrus - 04-25-2015 It appears that the new writing indicator only works if you write using this input bar. Could we have it for these as well? That'd be appreciated for us few that use them. Re: Silent Typing - Soapy - 04-26-2015 Very much so. Re: Silent Typing - Neus - 04-26-2015 This isn't likely the change; it would require say to bring up the input box always instead of being able to type into the input bar, which is obviously undesirable. Re: Silent Typing - Rendar - 04-26-2015 If you're not using macros to type stuff out, you're being horribly inefficient. Re: Silent Typing - MakeshiftWalrus - 04-26-2015 "[url=http://www.neus-projects.net/viewtopic.php?p=6841#p6841 Wrote:Rendar » Sun Apr 26, 2015 6:42 am[/url]"]If you're not using macros to type stuff out, you're being horribly inefficient. To me it's a matter of what you prefer. I for one prefer to use the boxes. Re: Silent Typing - MakeshiftWalrus - 04-26-2015 "[url=http://www.neus-projects.net/viewtopic.php?p=6840#p6840 Wrote:Neus » Sun Apr 26, 2015 6:23 am[/url]"]This isn't likely the change; it would require say to bring up the input box always instead of being able to type into the input bar, which is obviously undesirable. You can't have two different lines of code? One for the input bar which triggers whenever text is written in it and one for the input box which could trigger whenever it was present on the screen regardless of it being typed in or not? Re: Silent Typing - Kippeh - 04-26-2015 As for me, I just tie the command into macros and it's much more faster. :> Extra codes are unnecessary. Re: Silent Typing - Neus - 04-27-2015 "[url=http://www.neus-projects.net/viewtopic.php?p=6843#p6843 Wrote:MakeshiftWalrus » Sun Apr 26, 2015 11:16 am[/url]"]"[url=http://www.neus-projects.net/viewtopic.php?p=6840#p6840 Wrote:Neus » Sun Apr 26, 2015 6:23 am[/url]"]This isn't likely the change; it would require say to bring up the input box always instead of being able to type into the input bar, which is obviously undesirable. This isn't that simple. The input box shows up because of the way BYOND handles verbs with arguments (if the argument is empty, it will show the text box). I have no way to reliably detect when that input box is being shown. |