First update for vector to pdf

Jan Schenkel janschenkel at yahoo.com
Sun Aug 8 11:23:29 EDT 2004


--- Jim Hurley <jhurley at infostations.com> wrote:
> >
> >Message: 18
> >Date: Fri, 6 Aug 2004 23:25:54 -0700 (PDT)
> >From: Alejandro Tejada <capellan2000 at yahoo.com>
> >Subject: First update for vector to pdf
> >To: use-revolution at lists.runrev.com
> >Message-ID:
> <20040807062554.562.qmail at web40513.mail.yahoo.com>
> >Content-Type: text/plain; charset=us-ascii
> >
> >Hi Developers,
> >
> >Here is a quick fix for the problem mentioned
> >by Jim Hurley.
> >
> >Replace the whole section of code for
> >the case of Polygon with this code:
> >Tested and works with the 3d vector graphic
> >of the Rotater stack.
> >Beware of linewraps introduced by this yahoo mail.
> 
> [snip]
> 
> Another small point I noticed.
> 
> My graphic was named "rainbow" and so the *short*
> name did not 
> contain the word "graphic." So I just changed the
> code line:
> 
> 	if the short name of control i contains "graphic"
> 
> to
> 
> 	if the name of control i contains "graphic"
> 

Hi Jim and Alejandro,

This part of the code would even fire for images that
just happened to have a name like "silly graphics" ;
it is best to check word 1 of the long name of control
i.

Just something that came to mind as I was catching up
on use-rev mail -- keep up the great work :-)

Jan Schenkel.

=====
"As we grow older, we grow both wiser and more foolish at the same time."  (La Rochefoucauld)


		
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail


More information about the use-livecode mailing list