Larger text entry box than PyPopup's createEditBox?

Rex Tyrannus

280lbs of gross stupidity
Joined
Feb 22, 2006
Messages
2,942
Location
Charlotte, NC USA
Hi guys, I'm trying to make an internal note-taking mod, using python custom assets. Essentially this will be something akin to notepad, but without having to alt+tab out of the game.

I've got it done to a point where I can use it, but my version relies on the createEditBox method from the PyPopup class for the text entry, which is one line at a time. (This is the method for popups that allow users to rename cities, or send chat messages to one another.)

I'd really like to have a multi-line interface and I haven't found a means to do it. Obviously, I could SDK something, but I'm really hoping to get this allowed in official events and I think anything compiled might hinder that process.

Does anyone know of a python method I can use, or has anyone seen a mod with a multi-line text input I could view?

Thanks,
RT
 
Back
Top Bottom