| | Re: DATHeader NEW as .NET application (version 2.0.1) Michael Heidemann
|
| | (...) I have now found what happend. I use under windows the following code for a messagebox that gives an result back: answer = msgbox() But this does not work under MONO. Here I have to use: answer = messagebox.show(). So I have to check the (...) (16 years ago, 18-May-09, to lugnet.cad.dev)
|
| | |
| | | | Re: DATHeader NEW as .NET application (version 2.0.1) Michael Heidemann
|
| | | | (...) I have just tested the changed DATHeader also on UBUNTU/Linux with MONO. IT WORKS!!! Now as I have realized that there are differences between some functions that do the same on windows enviroment, but totally different on linux machines I am (...) (16 years ago, 18-May-09, to lugnet.cad.dev)
|
| | | | |