Skip to content

Forcing redraw of the entire gui? #7

@XeonG

Description

@XeonG

So I'm using another dll that has in it calls to Console.Writeline etc.. and its being a bit problematic as it will draw those text lines randomly in different parts of the gui I'm doing with ConsoleDraw..

Basically with ConsoleDraw I just have large textArea where I want logs to go and where I've replaced my own Console.WriteLines to setting the textArea, and below that a textbox area where I can input ... that all works but I can't do anything about the Console.WriteLines from this other dll... is there anyway to redirect those to the textArea? Or how to force a redraw of the entire ConsoleDraw UI?

Before
i
After
i

As you can see the Console.WriteLine from the dll has messed up the gui..

Not much documents to go on, so not sure how to force a redraw fix on it?

btw nice library I spent ages looking around for doing something like this, not sure if its the only project, do you know if this will work on mono c# run on linux? I've not tried, I saw sadconsole.. but that seems to be infested with third party library requirements like XNA.. and not sure that would work on linux under mono c#

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions