To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.announceOpen lugnet.announce in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Announcements / 3953
     
   
Subject: 
Peeron_to_MLCad
Newsgroups: 
lugnet.announce, lugnet.cad, lugnet.cad.dev, lugnet.cad.mlcad
Followup-To: 
lugnet.cad.dev
Date: 
Mon, 4 May 2009 20:42:45 GMT
Highlighted: 
(details)
Viewed: 
37339 times
  

Hi All

I have developed a program called Peeron_to_MLCad. It's useful to simplify the
initial phase of implementation of existing Lego sets. With Peeron_to_MLCad is
possible to reduce drastically the time needed to select the parts and find the
appropriate colors. The program converts a web page with an inventory
(downloaded from www.peeron.com) into a MLCad file. It generates a *.ldr file
with the imported parts and a file with the missing parts. In addition it also
generates parts in MLCad's "Favourites" folder with all the parts previously
imported. The program suits the Microsoft Internet Explorer as well as Mozilla
Firefox. Here's a link where you can download it.
http://zaxxonit.altervista.org/peeron_to_mlcad_eng.htm

   
         
     
Subject: 
Re: Peeron_to_MLCad
Newsgroups: 
lugnet.cad.dev
Date: 
Mon, 4 May 2009 21:10:17 GMT
Viewed: 
12066 times
  

In lugnet.announce, Michele Somma wrote:
Hi All

I have developed a program called Peeron_to_MLCad. It's useful to simplify the
initial phase of implementation of existing Lego sets. With Peeron_to_MLCad is
possible to reduce drastically the time needed to select the parts and find the
appropriate colors. The program converts a web page with an inventory
(downloaded from www.peeron.com) into a MLCad file. It generates a *.ldr file
with the imported parts and a file with the missing parts. In addition it also
generates parts in MLCad's "Favourites" folder with all the parts previously
imported. The program suits the Microsoft Internet Explorer as well as Mozilla
Firefox. Here's a link where you can download it.
http://zaxxonit.altervista.org/peeron_to_mlcad_eng.htm

Sounds great, and just the thing I was looking for. I'll give it a try asap

Jetro

   
         
   
Subject: 
Re: Peeron_to_MLCad
Newsgroups: 
lugnet.cad.dev
Date: 
Tue, 5 May 2009 13:30:30 GMT
Viewed: 
12278 times
  

That is pretty neat!  It is kind of like getting a LEGO set in all digital form.
All you need to do is put it together.

I'll have to give this a try as soon as a I have some time.

Thanks,
Scott W.

   
         
   
Subject: 
Re: Peeron_to_MLCad
Newsgroups: 
lugnet.cad.dev
Date: 
Sat, 9 May 2009 16:59:51 GMT
Viewed: 
12685 times
  

Now that I've had a chance to use Peeron_to_MLCAD, I must say again, excellent
work.  After getting everything setup, it was fun 'building' the model in MLCAD.

The tutorial was great and very necessary, as I was overwhelmed by all of the
buttons and had no idea what order they needed to be pushed in.  It might be
nice to have fewer buttons that perform multiple steps.  Also, it would be nice
if Peeron_to_MLCAD remembered the settings from the main page, like 'only 1
piece for each part' or 'use qty pieces per part'?

If you think that you can use it, I have some code in my ColorManager that
allows the program to download HTTP files, just like a web browser.  I use a
library called CURL to skip the step of the user finding and saving the web
page.

If you don't mind me asking, how do you run MLCAD and have it open a .ldr file?

Great work!  I look forward to 'building' all of those sets that I can't afford.

Thanks,
Scott

   
         
   
Subject: 
Re: Peeron_to_MLCad
Newsgroups: 
lugnet.cad.dev
Date: 
Mon, 11 May 2009 21:21:26 GMT
Viewed: 
12852 times
  

In lugnet.cad.dev, Scott Wardlaw wrote:
Now that I've had a chance to use Peeron_to_MLCAD, I must say again, excellent
work.  After getting everything setup, it was fun 'building' the model in MLCAD.

The tutorial was great and very necessary, as I was overwhelmed by all of the
buttons and had no idea what order they needed to be pushed in.  It might be
nice to have fewer buttons that perform multiple steps.  Also, it would be nice
if Peeron_to_MLCAD remembered the settings from the main page, like 'only 1
piece for each part' or 'use qty pieces per part'?

If you think that you can use it, I have some code in my ColorManager that
allows the program to download HTTP files, just like a web browser.  I use a
library called CURL to skip the step of the user finding and saving the web
page.

If you don't mind me asking, how do you run MLCAD and have it open a .ldr file?

Great work!  I look forward to 'building' all of those sets that I can't afford.

Thanks,
Scott



Hi Scott

If I decide to write a new version of Peeron_to_MLCad I will take note of your
suggestions. I am writing to you in private on technical aspects related to
programming.

   
         
   
Subject: 
Re: Peeron_to_MLCad
Newsgroups: 
lugnet.cad.dev
Date: 
Sat, 17 Oct 2009 20:17:48 GMT
Viewed: 
16935 times
  

In lugnet.cad.dev, Michele Somma wrote:
In lugnet.cad.dev, Scott Wardlaw wrote:
Now that I've had a chance to use Peeron_to_MLCAD, I must say again, excellent
work.  After getting everything setup, it was fun 'building' the model in MLCAD.

The tutorial was great and very necessary, as I was overwhelmed by all of the
buttons and had no idea what order they needed to be pushed in.  It might be
nice to have fewer buttons that perform multiple steps.  Also, it would be nice
if Peeron_to_MLCAD remembered the settings from the main page, like 'only 1
piece for each part' or 'use qty pieces per part'?

If you think that you can use it, I have some code in my ColorManager that
allows the program to download HTTP files, just like a web browser.  I use a
library called CURL to skip the step of the user finding and saving the web
page.

If you don't mind me asking, how do you run MLCAD and have it open a .ldr file?

Great work!  I look forward to 'building' all of those sets that I can't afford.

Thanks,
Scott



Hi Scott

If I decide to write a new version of Peeron_to_MLCad I will take note of your
suggestions. I am writing to you in private on technical aspects related to
programming.

This program is interesting for me. But It does not work correctly now. I think
the reason is that Peeron's html code has changed and a Peeron2MLCAD's parser
needs an update.
I have an universal parser from my another program and I prefer to make
an update instead writing a new program from a scratch with another name and
etc. I send a e-mail to author but don't get a feedback. I will put some effort
if author allow me. So keep me in a mind.

A half of LDraw's programs become out of date too fast.
I understand all programs are free, 'AS IS' and 'From funs For funs'
but ... it is so ruefully.

Il'dar Ismagilov

   
         
   
Subject: 
Re: Peeron_to_MLCad
Newsgroups: 
lugnet.cad.dev
Date: 
Sat, 17 Oct 2009 22:30:01 GMT
Viewed: 
17354 times
  

In lugnet.cad.dev, Il'dar Ismagilov wrote:
In lugnet.cad.dev, Michele Somma wrote:
In lugnet.cad.dev, Scott Wardlaw wrote:
Now that I've had a chance to use Peeron_to_MLCAD, I must say again, excellent
work.  After getting everything setup, it was fun 'building' the model in MLCAD.

The tutorial was great and very necessary, as I was overwhelmed by all of the
buttons and had no idea what order they needed to be pushed in.  It might be
nice to have fewer buttons that perform multiple steps.  Also, it would be nice
if Peeron_to_MLCAD remembered the settings from the main page, like 'only 1
piece for each part' or 'use qty pieces per part'?

If you think that you can use it, I have some code in my ColorManager that
allows the program to download HTTP files, just like a web browser.  I use a
library called CURL to skip the step of the user finding and saving the web
page.

If you don't mind me asking, how do you run MLCAD and have it open a .ldr file?

Great work!  I look forward to 'building' all of those sets that I can't afford.

Thanks,
Scott



Hi Scott

If I decide to write a new version of Peeron_to_MLCad I will take note of your
suggestions. I am writing to you in private on technical aspects related to
programming.

This program is interesting for me. But It does not work correctly now. I think
the reason is that Peeron's html code has changed and a Peeron2MLCAD's parser
needs an update.
I have an universal parser from my another program and I prefer to make
an update instead writing a new program from a scratch with another name and
etc. I send a e-mail to author but don't get a feedback. I will put some effort
if author allow me. So keep me in a mind.

A half of LDraw's programs become out of date too fast.
I understand all programs are free, 'AS IS' and 'From funs For funs'
but ... it is so ruefully.

Il'dar Ismagilov

Hi Il'dar Ismagilov

I'm sorry but I haven't received an email from you or I have cancelled it
involuntarily. I have tested again Peroon_to_Mlcad with Internet Explorer 8.0
and Mozilla Fireworks 3.5 and there are no problems for me. Contact me again in
private.

Michele Somma

 

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR