Subject:
|
Re: DATHeader NEW as .NET application (version 2.0.1)
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Mon, 18 May 2009 16:02:22 GMT
|
Viewed:
|
13999 times
|
| |
| |
In lugnet.cad.dev, Michael Heidemann wrote:
> In lugnet.cad.dev, Santeri Piippo wrote:
> > In lugnet.cad.dev, Michael Heidemann wrote:
> > > Version 2.0.1 of DATHeader is now available for download at
> > > www.michael-heidemann.de as my other webspace is down :-( in the moment.
> > >
> > > There are now more tests performed.
> > > For example:
> > > - check for coplanarity (based on Philo's code)
> > > - check for double lines (slow on large files)
> > > - check for leading spaces in title
> > >
> > > Enjoy
> > >
> > > mikeheide
> > 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).
> >
> > Interestingly also my cursor turns into a hand when it hovers over the double
> > lines box. I'm on Linux, thus I use MONO. Great job however, DATHeader looks
> > much more native on my system now!
>
> 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
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 complete code for the occurance of msgbox and substitude
that. This can take a while.
cu
mikeheide
|
|
Message has 1 Reply: | | Re: DATHeader NEW as .NET application (version 2.0.1)
|
| (...) 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)
|
Message is in Reply To:
| | Re: DATHeader NEW as .NET application (version 2.0.1)
|
| (...) 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)
|
11 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|