Subject:
|
Re: DATHeader NEW as .NET application (version 2.0.1)
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Mon, 18 May 2009 21:17:40 GMT
|
Viewed:
|
13996 times
|
| |
| |
In lugnet.cad.dev, Michael Heidemann wrote:
> 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
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
sure I get DATHeader to work for both, maybe also for MAC.
So, watchout for the next release of DATHeader.
If there is a MAC user out there that is willing to run some tests on his
machine I would be glad for that assistance.
cu
mikeheide
|
|
Message is in Reply To:
| | Re: DATHeader NEW as .NET application (version 2.0.1)
|
| (...) 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)
|
11 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|