| | Re: DATHeader NEW as .NET application (version 2.0.1) Santeri Piippo
|
| | (...) Great job! Maybe one of the tools evolves so much that it becomes an all-in-one checker. :-) However for me it doesn't actually remove the COLOR definitions from files, nor the ROTATION definitions (it simply turns them into //-comments). (...) (16 years ago, 17-May-09, to lugnet.cad.dev)
|
| | |
| | | | Re: DATHeader NEW as .NET application (version 2.0.1) Santeri Piippo
|
| | | | More (again on MONO): - Maybe turn the Option menu into a single Preferences button (like the ? button)? - Edit -> License Types -> Close closes DATHeader. Same for BFC Statements and Part Types - Edit -> Category brings up the popup box which asks (...) (16 years ago, 17-May-09, to lugnet.cad.dev)
|
| | | | |
| | | | | | Re: DATHeader NEW as .NET application (version 2.0.1) Michael Heidemann
|
| | | | | (...) Thank you very much for your respond. As I noted before I have done some checks with MONO, but under windows enviroment. Now that I have your feedback I will try to eliminate those errors. As my UBUNTU (in a virtual box) does not run DATHeader (...) (16 years ago, 17-May-09, to lugnet.cad.dev)
|
| | | | | |
| | | | Re: DATHeader NEW as .NET application (version 2.0.1) Michael Heidemann
|
| | | | (...) At present I have no idea why color and rotation is not removed, but I will investigate. I did not checked the hand for being under MONO or not, only the function itself as I have detected trouble with that function under MONO. cu mikeheide (16 years ago, 17-May-09, to lugnet.cad.dev)
|
| | | | |
| | | | | | 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)
|
| | | | |