Mono - GUI not work (ArchLinux)

M

Matesax

Guest
I have problem with .NET - I cannot create working text input and so forth. (GTK+ entry, WF TextBox, WF RichTextBox, ...) For example TextBox included. (Only black rectangle!) Multiline text is written to one line or not rendered. So, I cannot write, I cannot create any GUI application. What can I do? (ArchLinux + Mono + MonoDevelop)
 

Attachments

  • screenshot_20150609_215221.png
    screenshot_20150609_215221.png
    2.2 KB · Views: 1,444


Is there any useful output in a terminal? Do you have mon-basic installed? Would you share your code?
 
So - window working, TextBox is placed (only bad rendered) - I must have mono-basic... Code is only: "new TextBox { Parent = mainForm };" and "mainForm = new Form { ClientSize = new Size(800, 600) }" What can I do?
 
See TextBox - building working (C#) -> Windows Forms is rendered, TextBox is rendered -> only controls are rendered so pure and bad... (And I hate BASIC family.)
 

Members online


Top