Hello,
how to remove the black box "FR" ?
[img]http://image.noelshack.com/fichiers/2013/32/1376143065-dtext.png[/img]
I dunno, do I look like a magician who can read code off a .png file ?
Would be nice if you atleast provided name of the chat script so we can look it up for code.
it is a DTextEntry
with SetAllowNonAsciiCharacters to true
[url]http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index5b8f.html[/url]
When allowing non-ASCII characters, a small box appears inside the text entry, indicating your keyboard's current language.
[QUOTE=Guewen;41784428]it is a DTextEntry
with SetAllowNonAsciiCharacters to true
[url]http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index5b8f.html[/url]
When allowing non-ASCII characters, a small box appears inside the text entry, indicating your keyboard's current language.[/QUOTE]
Oh, so you meant the vgui element only, not chat in general... silly me.
I checked dtextentry.lua and couldn't really find anything about that black box, sorry.
hum :(
Garry Help :)
thx Netheous.
You can also try one more thing.
Try running this on your panel:
[lua]PrintTable(TxtEntry:GetChildren())[/lua]
Then you might check if there's anything that's named atleast close to 'black annoying box' OR
you can try doing
[lua]TxtEntry:GetChildren()[1]:Remove()[/lua] and increment 1 by 1 and see if it goes away.
@Edit: Okay, doesn't seem like that box is in any way a vgui element, so I am clueless.
empty table
[QUOTE=Guewen;41784617]empty table[/QUOTE]
Yeah, I noticed. Obviously that black box isn't a vgui element.
Sorry, you need to Log In to post a reply to this thread.