<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-19319</id>
	<title>Nabble - pipmak-users</title>
	<updated>2009-12-09T22:25:33Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/pipmak-users-f19319.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pipmak-users-f19319.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26722684</id>
	<title>Smoothly rotating to another angle on pano nodes</title>
	<published>2009-12-09T22:25:33Z</published>
	<updated>2009-12-09T22:25:33Z</updated>
	<author>
		<name>jfcwilson</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;&lt;DIV&gt;Hi all,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I've been working on a library for cubic panorama rotation, and have run into a problem. &lt;/DIV&gt;
&lt;DIV&gt;When I run this code,&amp;nbsp;Pipmak will smoothly rotate to either 90, 90, or 90, -90(disregarding panorama limits), and slowly spins.&lt;/DIV&gt;
&lt;DIV&gt;I can tell there's something wrong with this code, but I don't know what it is exactly, or how to fix it. Can anyone suggest a possible solution? Thanks very much, if anyone can.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;CODE**********************************************&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;cubic { &quot;front.jpg&quot;, &quot;right.jpg&quot;, &quot;back.jpg&quot;, &quot;left.jpg&quot;, &quot;top.jpg&quot;, &quot;bottom.jpg&quot; }&lt;/DIV&gt;
&lt;DIV&gt;local tarAZ, tarEL = 45, 45&lt;BR&gt;local viewAZ, viewEL = pipmak.getviewdirection()&lt;BR&gt;local speedAZ, speedEL&lt;BR&gt;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if viewAZ &amp;gt; tarAZ then&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; speedAZ = viewAZ / tarAZ &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; elseif viewAZ &amp;lt; tarAZ then&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; speedAZ = tarAZ / viewAZ &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if viewEL &amp;gt; tarEL then&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; speedEL = viewEL / tarEL&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; elseif viewEL &amp;lt; tarEL then&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; speedEL = tarEL / viewEL&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end&lt;/DIV&gt;
&lt;DIV&gt;hotspotmap &quot;hotspotmap.png&quot;&lt;/DIV&gt;
&lt;DIV&gt;hotspot {&lt;BR&gt;&amp;nbsp; onmousedown = function()&lt;BR&gt;&amp;nbsp; pipmak.schedule(&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.02,&lt;BR&gt;&amp;nbsp; function()&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; viewAZ, viewEL = pipmak.getviewdirection()&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if viewAZ == tarAZ and viewEL == tarEL then &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; viewAZ, viewEL = tarAZ, tarEL &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pipmak.setviewdirection( viewAZ + 0.8, viewEL * speedEL + 0.8 ) &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return 0.02&lt;BR&gt;&amp;nbsp;&amp;nbsp; end&lt;BR&gt;&amp;nbsp; )&lt;BR&gt;end&lt;BR&gt;}&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp; &lt;/DIV&gt;
&lt;DIV&gt;END CODE *************************************&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks again,&amp;nbsp; &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; James&lt;/DIV&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;



&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26722684&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Smoothly-rotating-to-another-angle-on-pano-nodes-tp26722684p26722684.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26628724</id>
	<title>Re: Accessing the wiki?</title>
	<published>2009-12-03T08:18:44Z</published>
	<updated>2009-12-03T08:18:44Z</updated>
	<author>
		<name>jfcwilson</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;&lt;DIV&gt;&amp;gt;Thanks James for adding the instructions. I reworded them a bit and &lt;BR&gt;&amp;gt;fixed the misspelled e-mail address.&lt;BR&gt;Oops! Thanks, Christian.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;-James CW&lt;BR&gt;--- On &lt;B&gt;Thu, 12/3/09, Christian Walther &lt;I&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628724&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cwalther@...&lt;/a&gt;&amp;gt;&lt;/I&gt;&lt;/B&gt; wrote:&lt;BR&gt;&lt;/DIV&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid&quot;&gt;&lt;BR&gt;From: Christian Walther &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628724&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cwalther@...&lt;/a&gt;&amp;gt;&lt;BR&gt;Subject: Re: Accessing the wiki?&lt;BR&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628724&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pipmak-users@...&lt;/a&gt;&lt;BR&gt;Date: Thursday, December 3, 2009, 7:19 AM&lt;BR&gt;&lt;BR&gt;
&lt;DIV class=plainMail&gt;jcowen wrote:&lt;BR&gt;&amp;gt; Could you also add &quot;jcowen&quot; to the list?&lt;BR&gt;&lt;BR&gt;Andrea Viarengo wrote:&lt;BR&gt;&amp;gt; Can you add me too to the wiki editor group?&lt;BR&gt;&lt;BR&gt;Done.&lt;BR&gt;&lt;BR&gt;Thanks James for adding the instructions. I reworded them a bit and &lt;BR&gt;fixed the misspelled e-mail address. (I am actually not sure if viewing &lt;BR&gt;pages while logged in is sufficient to get you on the user list, or if &lt;BR&gt;you need to try to edit a page - if anyone of you knows or can try it &lt;BR&gt;out, please edit.)&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&amp;nbsp; -Christian&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;------------------------------------------------------------------------------&lt;BR&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,&lt;BR&gt;a free event focused on virtualization and cloud computing. &lt;BR&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.&lt;BR&gt;&lt;A href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/A&gt;&lt;BR&gt;_______________________________________________&lt;BR&gt;Pipmak-Users mailing list&lt;BR&gt;&lt;A href=&quot;http://us.mc455.mail.yahoo.com/mc/compose?to=Pipmak-Users@lists.sourceforge.net&quot; ymailto=&quot;mailto:Pipmak-Users@lists.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/A&gt;&lt;BR&gt;news://news.gmane.org/gmane.games.devel.pipmak.user&lt;BR&gt;&lt;A href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=_blank rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/A&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;



&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628724&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Accessing-the-wiki--tp26577471p26628724.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26625495</id>
	<title>Re: Accessing the wiki?</title>
	<published>2009-12-03T04:26:14Z</published>
	<updated>2009-12-03T04:26:14Z</updated>
	<author>
		<name>Christian Walther</name>
	</author>
	<content type="html">jcowen wrote:
&lt;br&gt;&amp;gt; Could you also add &amp;quot;jcowen&amp;quot; to the list?
&lt;br&gt;&lt;br&gt;Andrea Viarengo wrote:
&lt;br&gt;&amp;gt; Can you add me too to the wiki editor group?
&lt;br&gt;&lt;br&gt;Done.
&lt;br&gt;&lt;br&gt;Thanks James for adding the instructions. I reworded them a bit and
&lt;br&gt;fixed the misspelled e-mail address. (I am actually not sure if viewing
&lt;br&gt;pages while logged in is sufficient to get you on the user list, or if
&lt;br&gt;you need to try to edit a page - if anyone of you knows or can try it
&lt;br&gt;out, please edit.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; -Christian
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26625495&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Accessing-the-wiki--tp26577471p26625495.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26625498</id>
	<title>Re: Accessing the wiki?</title>
	<published>2009-12-03T04:19:13Z</published>
	<updated>2009-12-03T04:19:13Z</updated>
	<author>
		<name>Christian Walther</name>
	</author>
	<content type="html">jcowen wrote:
&lt;br&gt;&amp;gt; Could you also add &amp;quot;jcowen&amp;quot; to the list?
&lt;br&gt;&lt;br&gt;Andrea Viarengo wrote:
&lt;br&gt;&amp;nbsp;&amp;gt; Can you add me too to the wiki editor group?
&lt;br&gt;&lt;br&gt;Done.
&lt;br&gt;&lt;br&gt;Thanks James for adding the instructions. I reworded them a bit and 
&lt;br&gt;fixed the misspelled e-mail address. (I am actually not sure if viewing 
&lt;br&gt;pages while logged in is sufficient to get you on the user list, or if 
&lt;br&gt;you need to try to edit a page - if anyone of you knows or can try it 
&lt;br&gt;out, please edit.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; -Christian
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26625498&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Accessing-the-wiki--tp26577471p26625498.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26622313</id>
	<title>Re: Accessing the wiki?</title>
	<published>2009-12-03T00:09:57Z</published>
	<updated>2009-12-03T00:09:57Z</updated>
	<author>
		<name>Andrea Viarengo</name>
	</author>
	<content type="html">Hi Chriss,
&lt;br&gt;&lt;br&gt;Can you add me too to the wiki editor group?
&lt;br&gt;My Username is &amp;quot;Aviare&amp;quot;.
&lt;br&gt;Thank you!
&lt;br&gt;&lt;br&gt;Andrea
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26622313&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Accessing-the-wiki--tp26577471p26622313.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26619385</id>
	<title>Re: Accessing the wiki?</title>
	<published>2009-12-02T17:00:51Z</published>
	<updated>2009-12-02T17:00:51Z</updated>
	<author>
		<name>jfcwilson</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;&lt;DIV&gt;Hi JC,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Any chance you could add your sound.lua to the wiki once you have permission, if you get a chance? &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; James CW&lt;BR&gt;&lt;BR&gt;--- On &lt;B&gt;Wed, 12/2/09, jcowen &lt;I&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26619385&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jcowen@...&lt;/a&gt;&amp;gt;&lt;/I&gt;&lt;/B&gt; wrote:&lt;BR&gt;&lt;/DIV&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid&quot;&gt;&lt;BR&gt;From: jcowen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26619385&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jcowen@...&lt;/a&gt;&amp;gt;&lt;BR&gt;Subject: Re: Accessing the wiki?&lt;BR&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26619385&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pipmak-users@...&lt;/a&gt;&lt;BR&gt;Date: Wednesday, December 2, 2009, 7:32 PM&lt;BR&gt;&lt;BR&gt;
&lt;DIV class=plainMail&gt;&lt;BR&gt;Hi Christian,&lt;BR&gt;&lt;BR&gt;As mentioned here &lt;BR&gt;&amp;lt;&lt;A href=&quot;http://thread.gmane.org/gmane.games.devel.pipmak.user/560/focus=625&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://thread.gmane.org/gmane.games.devel.pipmak.user/560/focus=625&lt;/A&gt;&amp;gt;, I &lt;BR&gt;apparently need to give everyone write permission individually. &lt;BR&gt;&lt;BR&gt;&lt;BR&gt;I've been meaning to add in some of the sound topics my students need as&lt;BR&gt;well. Could you also add &quot;jcowen&quot; to the list?&lt;BR&gt;&lt;BR&gt;Just to chime in on the library structure... I've been using a sound.lua to&lt;BR&gt;package things like sound fades etc... I've loved the dofile inclusion.&lt;BR&gt;&lt;BR&gt;Thank you,&lt;BR&gt;&lt;BR&gt;JC&lt;BR&gt;-- &lt;BR&gt;View this message in context: &lt;A href=&quot;http://old.nabble.com/Accessing-the-wiki--tp26577471p26619143.html&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Accessing-the-wiki--tp26577471p26619143.html&lt;/A&gt;&lt;BR&gt;Sent from the pipmak-users mailing list archive at
 Nabble.com.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;------------------------------------------------------------------------------&lt;BR&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,&lt;BR&gt;a free event focused on virtualization and cloud computing. &lt;BR&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.&lt;BR&gt;&lt;A href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/A&gt;&lt;BR&gt;_______________________________________________&lt;BR&gt;Pipmak-Users mailing list&lt;BR&gt;&lt;A href=&quot;http://us.mc455.mail.yahoo.com/mc/compose?to=Pipmak-Users@lists.sourceforge.net&quot; ymailto=&quot;mailto:Pipmak-Users@lists.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/A&gt;&lt;BR&gt;news://news.gmane.org/gmane.games.devel.pipmak.user&lt;BR&gt;&lt;A href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=_blank rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/A&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;

&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26619385&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Accessing-the-wiki--tp26577471p26619385.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26619143</id>
	<title>Re: Accessing the wiki?</title>
	<published>2009-12-02T16:32:40Z</published>
	<updated>2009-12-02T16:32:40Z</updated>
	<author>
		<name>jcowen</name>
	</author>
	<content type="html">Hi Christian,
&lt;br&gt;&lt;br&gt;As mentioned here 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://thread.gmane.org/gmane.games.devel.pipmak.user/560/focus=625&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://thread.gmane.org/gmane.games.devel.pipmak.user/560/focus=625&lt;/a&gt;&amp;gt;, I 
&lt;br&gt;apparently need to give everyone write permission individually. 
&lt;br&gt;&lt;/quote&gt;&lt;br&gt;&lt;br&gt;I've been meaning to add in some of the sound topics my students need as well. Could you also add &amp;quot;jcowen&amp;quot; to the list?
&lt;br&gt;&lt;br&gt;Just to chime in on the library structure... I've been using a sound.lua to package things like sound fades etc... I've loved the dofile inclusion.
&lt;br&gt;&lt;br&gt;Thank you,
&lt;br&gt;&lt;br&gt;JC</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Accessing-the-wiki--tp26577471p26619143.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26614374</id>
	<title>Re: Accessing the wiki?</title>
	<published>2009-12-02T10:59:10Z</published>
	<updated>2009-12-02T10:59:10Z</updated>
	<author>
		<name>jfcwilson</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;&lt;DIV&gt;&amp;gt;&amp;nbsp;I think that should be a good idea add a paragraph to main wiki page which &lt;BR&gt;.&amp;gt;explain how to contribute to the wiki (for example, indicating the need to &lt;BR&gt;&amp;gt;ask to Christian to add the username to the editor list...)&lt;BR&gt;Yes, that is a good idea. I'll do that.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;gt;James, have you used the library structure which I have proposed? &lt;BR&gt;&amp;gt;Do you think that this structure be sufficiently versatile?&lt;BR&gt;&amp;gt;Surely any improvement is welcome!!&lt;BR&gt;Yes, I have, and it has considerable use. I'm using color.lua to write curvemotion.lua, details of which, and a few other new ones, can be found on the library page, on the Wiki.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;-James CW&lt;BR&gt;--- On &lt;B&gt;Wed, 12/2/09, Andrea Viarengo &lt;I&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26614374&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andrea.viarengo@...&lt;/a&gt;&amp;gt;&lt;/I&gt;&lt;/B&gt; wrote:&lt;BR&gt;&lt;/DIV&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid&quot;&gt;&lt;BR&gt;From: Andrea Viarengo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26614374&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andrea.viarengo@...&lt;/a&gt;&amp;gt;&lt;BR&gt;Subject: Re: Accessing the wiki?&lt;BR&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26614374&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pipmak-users@...&lt;/a&gt;&lt;BR&gt;Date: Wednesday, December 2, 2009, 11:56 AM&lt;BR&gt;&lt;BR&gt;
&lt;DIV class=plainMail&gt;I think that should be a good idea add a paragraph to main wiki page which &lt;BR&gt;explain how to contribute to the wiki (for example, indicating the need to &lt;BR&gt;ask to Christian to add the username to the editor list...)&lt;BR&gt;&lt;BR&gt;James, have you used the library structure which I have proposed? &lt;BR&gt;Do you think that this structure be sufficiently versatile?&lt;BR&gt;Surely any improvement is welcome!!&lt;BR&gt;&lt;BR&gt;Probably this structure should be changed when Chriss will introduce the&lt;BR&gt;proposed management modules..&lt;BR&gt;&lt;BR&gt;I would add a newest version of my autocubic.lua which have a lot of new &lt;BR&gt;features, but I have no time to do that!!! &lt;BR&gt;&lt;BR&gt;Bye!!&lt;BR&gt;&lt;BR&gt;Andrea&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;------------------------------------------------------------------------------&lt;BR&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,&lt;BR&gt;a free event focused on virtualization and cloud computing. &lt;BR&gt;Attend in-depth sessions from your desk. Your
 couch. Anywhere.&lt;BR&gt;&lt;A href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/A&gt;&lt;BR&gt;_______________________________________________&lt;BR&gt;Pipmak-Users mailing list&lt;BR&gt;&lt;A href=&quot;http://us.mc455.mail.yahoo.com/mc/compose?to=Pipmak-Users@lists.sourceforge.net&quot; ymailto=&quot;mailto:Pipmak-Users@lists.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/A&gt;&lt;BR&gt;news://news.gmane.org/gmane.games.devel.pipmak.user&lt;BR&gt;&lt;A href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=_blank rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/A&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;

&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26614374&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Accessing-the-wiki--tp26577471p26614374.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26612340</id>
	<title>Re: Accessing the wiki?</title>
	<published>2009-12-02T08:56:43Z</published>
	<updated>2009-12-02T08:56:43Z</updated>
	<author>
		<name>Andrea Viarengo</name>
	</author>
	<content type="html">I think that should be a good idea add a paragraph to main wiki page which 
&lt;br&gt;explain how to contribute to the wiki (for example, indicating the need to 
&lt;br&gt;ask to Christian to add the username to the editor list...)
&lt;br&gt;&lt;br&gt;James, have you used the library structure which I have proposed? 
&lt;br&gt;Do you think that this structure be sufficiently versatile?
&lt;br&gt;Surely any improvement is welcome!!
&lt;br&gt;&lt;br&gt;Probably this structure should be changed when Chriss will introduce the
&lt;br&gt;proposed management modules..
&lt;br&gt;&lt;br&gt;I would add a newest version of my autocubic.lua which have a lot of new 
&lt;br&gt;features, but I have no time to do that!!! 
&lt;br&gt;&lt;br&gt;Bye!!
&lt;br&gt;&lt;br&gt;Andrea
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26612340&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Accessing-the-wiki--tp26577471p26612340.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26580465</id>
	<title>Re: Accessing the wiki?</title>
	<published>2009-11-30T11:28:33Z</published>
	<updated>2009-11-30T11:28:33Z</updated>
	<author>
		<name>jfcwilson</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;&lt;DIV&gt;Ah, thanks Christian. Yes, my SourcForge username is jfcwilson.&lt;/DIV&gt;
&lt;DIV&gt;And I'll vote. This restriction seems rather pesky to me.&lt;/DIV&gt;
&lt;DIV&gt;I'll be adding a few libraries fairly soon, and I'll do some tidying up(spell checking, etc.)&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks again, &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp; James CW&lt;BR&gt;&lt;BR&gt;--- On &lt;B&gt;Mon, 11/30/09, Christian Walther &lt;I&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580465&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cwalther@...&lt;/a&gt;&amp;gt;&lt;/I&gt;&lt;/B&gt; wrote:&lt;BR&gt;&lt;/DIV&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid&quot;&gt;&lt;BR&gt;From: Christian Walther &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580465&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cwalther@...&lt;/a&gt;&amp;gt;&lt;BR&gt;Subject: Re: Accessing the wiki?&lt;BR&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580465&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pipmak-users@...&lt;/a&gt;&lt;BR&gt;Date: Monday, November 30, 2009, 1:27 PM&lt;BR&gt;&lt;BR&gt;
&lt;DIV class=plainMail&gt;James Wilson wrote:&lt;BR&gt;&amp;gt; How can I access(edit) the wiki? Even when I'm logged in to sourceorge, &lt;BR&gt;&amp;gt; it tells me I need to be an admin or something...&lt;BR&gt;&lt;BR&gt;As mentioned here &lt;BR&gt;&amp;lt;&lt;A href=&quot;http://thread.gmane.org/gmane.games.devel.pipmak.user/560/focus=625&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://thread.gmane.org/gmane.games.devel.pipmak.user/560/focus=625&lt;/A&gt;&amp;gt;, I &lt;BR&gt;apparently need to give everyone write permission individually. I assume &lt;BR&gt;your SourceForge user name is &quot;jfcwilson&quot;? I have just added that user &lt;BR&gt;to the editor group. Let me know if you still have trouble editing.&lt;BR&gt;&lt;BR&gt;I didn't realize this at the time I evaluated the wiki, and I'm not &lt;BR&gt;happy about it because it somewhat defeats the purpose of a wiki. If you &lt;BR&gt;&amp;nbsp; would like SourceForge to change it, please vote here: &lt;BR&gt;&amp;lt;&lt;A href=&quot;http://sourceforge.net/apps/ideatorrent/sourceforge/ideatorrent/idea/172/&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://sourceforge.net/apps/ideatorrent/sourceforge/ideatorrent/idea/172/&lt;/A&gt;&amp;gt;&lt;BR&gt;&lt;BR&gt;&amp;nbsp; -Christian&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;------------------------------------------------------------------------------&lt;BR&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day &lt;BR&gt;trial. Simplify your report design, integration and deployment - and focus on &lt;BR&gt;what you do best, core application coding. Discover what's new with&lt;BR&gt;Crystal Reports now.&amp;nbsp; &lt;A href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/A&gt;&lt;BR&gt;_______________________________________________&lt;BR&gt;Pipmak-Users mailing list&lt;BR&gt;&lt;A href=&quot;http://us.mc455.mail.yahoo.com/mc/compose?to=Pipmak-Users@lists.sourceforge.net&quot; ymailto=&quot;mailto:Pipmak-Users@lists.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/A&gt;&lt;BR&gt;news://news.gmane.org/gmane.games.devel.pipmak.user&lt;BR&gt;&lt;A href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=_blank rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/A&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;

&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580465&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Accessing-the-wiki--tp26577471p26580465.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26579567</id>
	<title>Re: Accessing the wiki?</title>
	<published>2009-11-30T10:27:43Z</published>
	<updated>2009-11-30T10:27:43Z</updated>
	<author>
		<name>Christian Walther</name>
	</author>
	<content type="html">James Wilson wrote:
&lt;br&gt;&amp;gt; How can I access(edit) the wiki? Even when I'm logged in to sourceforge, 
&lt;br&gt;&amp;gt; it tells me I need to be an admin or something...
&lt;br&gt;&lt;br&gt;As mentioned here 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://thread.gmane.org/gmane.games.devel.pipmak.user/560/focus=625&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://thread.gmane.org/gmane.games.devel.pipmak.user/560/focus=625&lt;/a&gt;&amp;gt;, I 
&lt;br&gt;apparently need to give everyone write permission individually. I assume 
&lt;br&gt;your SourceForge user name is &amp;quot;jfcwilson&amp;quot;? I have just added that user 
&lt;br&gt;to the editor group. Let me know if you still have trouble editing.
&lt;br&gt;&lt;br&gt;I didn't realize this at the time I evaluated the wiki, and I'm not 
&lt;br&gt;happy about it because it somewhat defeats the purpose of a wiki. If you 
&lt;br&gt;&amp;nbsp; would like SourceForge to change it, please vote here: 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://sourceforge.net/apps/ideatorrent/sourceforge/ideatorrent/idea/172/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/apps/ideatorrent/sourceforge/ideatorrent/idea/172/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; -Christian
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26579567&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Accessing-the-wiki--tp26577471p26579567.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26577471</id>
	<title>Accessing the wiki?</title>
	<published>2009-11-30T08:25:39Z</published>
	<updated>2009-11-30T08:25:39Z</updated>
	<author>
		<name>jfcwilson</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;&lt;DIV&gt;Hi all,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;How can I access(edit) the wiki? Even when I'm logged in to sourceforge, it tells me I need to be an admin or something...&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; James CW&lt;/DIV&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;



&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26577471&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Accessing-the-wiki--tp26577471p26577471.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26213945</id>
	<title>Re: Screen capture?</title>
	<published>2009-11-05T04:14:56Z</published>
	<updated>2009-11-05T04:14:56Z</updated>
	<author>
		<name>Christian Walther</name>
	</author>
	<content type="html">James Wilson wrote:
&lt;br&gt;&amp;gt; The reason I wanted to do this was to create a graphical save game system.
&lt;br&gt;&lt;br&gt;For what it's worth, enabling this has been on my mind as a vague idea - 
&lt;br&gt;but it hasn't even made it onto the official to-do list yet. See 
&lt;br&gt;&lt;a href=&quot;http://thread.gmane.org/gmane.games.devel.pipmak.user/289/focus=290&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://thread.gmane.org/gmane.games.devel.pipmak.user/289/focus=290&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; -Christian
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26213945&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Screen-capture--tp26192365p26213945.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26202966</id>
	<title>Re: Screen capture?</title>
	<published>2009-11-04T11:21:42Z</published>
	<updated>2009-11-04T11:21:42Z</updated>
	<author>
		<name>jfcwilson</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;&lt;DIV&gt;I see. Thanks. The reason I wanted to do this was to create a graphical save game system.&lt;/DIV&gt;
&lt;DIV&gt;So I don't think that using something like the print screen key would work, as it has to be automated.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks, &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;James&lt;BR&gt;&lt;BR&gt;--- On &lt;B&gt;Wed, 11/4/09, Aidan Gauland &lt;I&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26202966&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wgsilkie@...&lt;/a&gt;&amp;gt;&lt;/I&gt;&lt;/B&gt; wrote:&lt;BR&gt;&lt;/DIV&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid&quot;&gt;&lt;BR&gt;From: Aidan Gauland &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26202966&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wgsilkie@...&lt;/a&gt;&amp;gt;&lt;BR&gt;Subject: Re: Screen capture?&lt;BR&gt;To: &quot;Content creation for the Pipmak Game Engine&quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26202966&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pipmak-users@...&lt;/a&gt;&amp;gt;&lt;BR&gt;Date: Wednesday, November 4, 2009, 4:36 AM&lt;BR&gt;&lt;BR&gt;
&lt;DIV class=plainMail&gt;-----BEGIN PGP SIGNED MESSAGE-----&lt;BR&gt;Hash: SHA1&lt;BR&gt;&lt;BR&gt;James Wilson wrote:&lt;BR&gt;&amp;gt; Is it possible to capture the screen and save it to a file?&lt;BR&gt;&lt;BR&gt;Simply, no.&lt;BR&gt;&lt;BR&gt;&amp;gt; I know it isn't built into pipmak, but is there a Lua function for it?&lt;BR&gt;&lt;BR&gt;I'm not sure what you're asking here.&amp;nbsp; All Lua functions provided by Pipmak&lt;BR&gt;are interfaces (for lack of a better word) to a function built into Pipmak.&lt;BR&gt;&lt;BR&gt;If you mean a Lua function that is part of the standard Lua library, then I'm&lt;BR&gt;sorry to be the one to tell you that Lua is more primitive than you seem to&lt;BR&gt;realise. ;)&lt;BR&gt;&lt;BR&gt;Oh, and this will will probably never be implemented in Pipmak, because it is&lt;BR&gt;so simple to just take a screen shot of the window on just about any system.&lt;BR&gt;&lt;BR&gt;--Aidan&lt;BR&gt;-----BEGIN PGP SIGNATURE-----&lt;BR&gt;Version: GnuPG v1.4.9 (GNU/Linux)&lt;BR&gt;Comment: Using GnuPG with Mozilla - &lt;A href=&quot;http://enigmail.mozdev.org/&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;iEYEARECAAYFAkrxSwUACgkQjyzTRvYJmaUSzQCZAck4oW1RQ3SsZE+oWDQp4y56&lt;BR&gt;k3IAn0iE6HhcqUTRD93SAHhKEU2sOpiZ&lt;BR&gt;=Z74t&lt;BR&gt;-----END PGP SIGNATURE-----&lt;BR&gt;&lt;BR&gt;------------------------------------------------------------------------------&lt;BR&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day &lt;BR&gt;trial. Simplify your report design, integration and deployment - and focus on &lt;BR&gt;what you do best, core application coding. Discover what's new with&lt;BR&gt;Crystal Reports now.&amp;nbsp; &lt;A href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/A&gt;&lt;BR&gt;_______________________________________________&lt;BR&gt;Pipmak-Users mailing list&lt;BR&gt;&lt;A href=&quot;http://us.mc455.mail.yahoo.com/mc/compose?to=Pipmak-Users@lists.sourceforge.net&quot; ymailto=&quot;mailto:Pipmak-Users@lists.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/A&gt;&lt;BR&gt;news://news.gmane.org/gmane.games.devel.pipmak.user&lt;BR&gt;&lt;A href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=_blank rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/A&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;



&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26202966&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Screen-capture--tp26192365p26202966.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26193288</id>
	<title>Re: Screen capture?</title>
	<published>2009-11-04T01:36:05Z</published>
	<updated>2009-11-04T01:36:05Z</updated>
	<author>
		<name>Aidan Gauland-2</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;James Wilson wrote:
&lt;br&gt;&amp;gt; Is it possible to capture the screen and save it to a file?
&lt;br&gt;&lt;br&gt;Simply, no.
&lt;br&gt;&lt;br&gt;&amp;gt; I know it isn't built into pipmak, but is there a Lua function for it?
&lt;br&gt;&lt;br&gt;I'm not sure what you're asking here. &amp;nbsp;All Lua functions provided by Pipmak
&lt;br&gt;are interfaces (for lack of a better word) to a function built into Pipmak.
&lt;br&gt;&lt;br&gt;If you mean a Lua function that is part of the standard Lua library, then I'm
&lt;br&gt;sorry to be the one to tell you that Lua is more primitive than you seem to
&lt;br&gt;realise. ;)
&lt;br&gt;&lt;br&gt;Oh, and this will will probably never be implemented in Pipmak, because it is
&lt;br&gt;so simple to just take a screen shot of the window on just about any system.
&lt;br&gt;&lt;br&gt;&amp;nbsp;--Aidan
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkrxSwUACgkQjyzTRvYJmaUSzQCZAck4oW1RQ3SsZE+oWDQp4y56
&lt;br&gt;k3IAn0iE6HhcqUTRD93SAHhKEU2sOpiZ
&lt;br&gt;=Z74t
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26193288&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Screen-capture--tp26192365p26193288.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26192365</id>
	<title>Screen capture?</title>
	<published>2009-11-04T00:01:19Z</published>
	<updated>2009-11-04T00:01:19Z</updated>
	<author>
		<name>jfcwilson</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;&lt;DIV&gt;Hi all,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Is it possible to capture the screen and save it to a file? I know it isn't built into pipmak, but is there a Lua function for it?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; James&lt;/DIV&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;



&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26192365&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Screen-capture--tp26192365p26192365.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26187208</id>
	<title>Re: Need help with hotspot maps</title>
	<published>2009-11-03T13:47:44Z</published>
	<updated>2009-11-03T13:47:44Z</updated>
	<author>
		<name>Aidan Gauland-2</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;James Wilson wrote:
&lt;br&gt;&amp;gt; I think Aidan forgot to add that you can only find the palette in the source code download, not the binaries.
&lt;br&gt;&lt;br&gt;Oh, sorry. &amp;nbsp;I only use the source from Subversion repository, and I didn't
&lt;br&gt;check to see if that's included with the binary releases. :P
&lt;br&gt;&lt;br&gt;&amp;nbsp;--Aidan
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkrwpOwACgkQjyzTRvYJmaVfggCfVfhzlXKdlqwjUR5oOkHfKcr5
&lt;br&gt;EfoAn1fvYweFIMAr92hQbKxJSLYkOLKt
&lt;br&gt;=YQ3/
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26187208&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-help-with-hotspot-maps-tp26160490p26187208.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26185839</id>
	<title>Re: Need help with hotspot maps</title>
	<published>2009-11-03T12:12:45Z</published>
	<updated>2009-11-03T12:12:45Z</updated>
	<author>
		<name>jfcwilson</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;&lt;DIV&gt;I think Aiden forgot to add that you can only find the palette in the source code download, not the bineries. Also, note that you must place the hotspot in node.lua according to the location on the indexed hotspot file. Like so:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;If you have one hotspot that is the first(or ordered first, it doesn't actually matter what color it is, as long as it comes before the others in the palette) color, you include the following standard hotspot line in node.lua:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;hotspot { target = 2, effect = { pipmak.rotate, pipmak.left, 10, state.slideduration }, cursor = pipmak.hand_right }&lt;/DIV&gt;
&lt;DIV&gt;Make sure that it is the FIRST hotspot definition in the node.lua file.&lt;/DIV&gt;
&lt;DIV&gt;Then go from there.&lt;BR&gt;&lt;BR&gt;--- On &lt;B&gt;Tue, 11/3/09, Aidan Gauland &lt;I&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26185839&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wgsilkie@...&lt;/a&gt;&amp;gt;&lt;/I&gt;&lt;/B&gt; wrote:&lt;BR&gt;&lt;/DIV&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid&quot;&gt;&lt;BR&gt;From: Aidan Gauland &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26185839&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wgsilkie@...&lt;/a&gt;&amp;gt;&lt;BR&gt;Subject: Re: Need help with hotspot maps&lt;BR&gt;To: &quot;Content creation for the Pipmak Game Engine&quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26185839&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pipmak-users@...&lt;/a&gt;&amp;gt;&lt;BR&gt;Date: Tuesday, November 3, 2009, 2:07 PM&lt;BR&gt;&lt;BR&gt;
&lt;DIV class=plainMail&gt;-----BEGIN PGP SIGNED MESSAGE-----&lt;BR&gt;Hash: SHA1&lt;BR&gt;&lt;BR&gt;syxified wrote:&lt;div class='shrinkable-quote'&gt;&lt;BR&gt;&amp;gt; I have never been able to successfully get a hotspot map to work in pipmak,&lt;BR&gt;&amp;gt; even if I am pretty much word for word copying the syntax from the demo&lt;BR&gt;&amp;gt; where they seem to work perfectly.&amp;nbsp; I've simplified a few down to just a&lt;BR&gt;&amp;gt; slide and some spots that would print out a msg if clicked, but nothing&lt;BR&gt;&amp;gt; doing.&amp;nbsp; I have never been able to find that file with the pallette for the&lt;BR&gt;&amp;gt; indexed colors, which there is a good chance is the root of the issue.&amp;nbsp; I'm&lt;BR&gt;&amp;gt; not sure exactly how that indexing is supposed to work - are there&lt;BR&gt;&amp;gt; pre-established colors that are set to indexes 0,1,2, etc?&amp;nbsp; Or does that&lt;BR&gt;&amp;gt; depend on the image file and how it was set up when saved?&amp;nbsp; Any advice&lt;BR&gt;&amp;gt; towards making a successful hotspot map would be greatly appreciated.&lt;/div&gt;&lt;BR&gt;There are no pre-established colors
 that are used, but the colors used by the&lt;BR&gt;image file itself.&amp;nbsp; An image with indexed colors is one that uses its own set&lt;BR&gt;color palette of up to 256 colors.&lt;BR&gt;&lt;BR&gt;Pipmak comes with a color palette that is well suited to drawing hotspot maps,&lt;BR&gt;because of the contrast between the colors.&amp;nbsp; The file is &quot;hotspot-palette.gif&quot;&lt;BR&gt;in the folder &quot;extras&quot; (that comes with Pipmak).&amp;nbsp; How to import this into your&lt;BR&gt;bitmap-image editor depends on what you are using.&lt;BR&gt;&lt;BR&gt;So, in short...&lt;BR&gt;* Your hotspot map has to be an indexed image (not RGB).&lt;BR&gt;* The first color on the palette maps to the first hotspot, the second color&lt;BR&gt;to the second hotspot, etc.&lt;BR&gt;* /Anywhere/ color 0 appears on the image will be hotspot 0, so hotspots do&lt;BR&gt;not have to be all one (visual) piece.&lt;BR&gt;&lt;BR&gt;Hope this helps,&lt;BR&gt;Aidan&lt;BR&gt;-----BEGIN PGP SIGNATURE-----&lt;BR&gt;Version: GnuPG v1.4.9 (GNU/Linux)&lt;BR&gt;Comment: Using GnuPG with Mozilla - &lt;A href=&quot;http://enigmail.mozdev.org/&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;iEYEARECAAYFAkrwf18ACgkQjyzTRvYJmaWT0wCfWzwylu6OfSmdQDRO0A5DC/bp&lt;BR&gt;iVkAnjYFZCI9Nw2AAabBKBX3spjoWaqu&lt;BR&gt;=zJq6&lt;BR&gt;-----END PGP SIGNATURE-----&lt;BR&gt;&lt;BR&gt;------------------------------------------------------------------------------&lt;BR&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA&lt;BR&gt;is the only developer event you need to attend this year. Jumpstart your&lt;BR&gt;developing skills, take BlackBerry mobile applications to market and stay &lt;BR&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!&lt;BR&gt;&lt;A href=&quot;http://p.sf.net/sfu/devconference&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/A&gt;&lt;BR&gt;_______________________________________________&lt;BR&gt;Pipmak-Users mailing list&lt;BR&gt;&lt;A href=&quot;http://us.mc455.mail.yahoo.com/mc/compose?to=Pipmak-Users@lists.sourceforge.net&quot; ymailto=&quot;mailto:Pipmak-Users@lists.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/A&gt;&lt;BR&gt;news://news.gmane.org/gmane.games.devel.pipmak.user&lt;BR&gt;&lt;A href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=_blank rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/A&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;

&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26185839&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-help-with-hotspot-maps-tp26160490p26185839.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26184872</id>
	<title>Re: Need help with hotspot maps</title>
	<published>2009-11-03T11:07:12Z</published>
	<updated>2009-11-03T11:07:12Z</updated>
	<author>
		<name>Aidan Gauland-2</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;syxified wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have never been able to successfully get a hotspot map to work in pipmak,
&lt;br&gt;&amp;gt; even if I am pretty much word for word copying the syntax from the demo
&lt;br&gt;&amp;gt; where they seem to work perfectly. &amp;nbsp;I've simplified a few down to just a
&lt;br&gt;&amp;gt; slide and some spots that would print out a msg if clicked, but nothing
&lt;br&gt;&amp;gt; doing. &amp;nbsp;I have never been able to find that file with the pallette for the
&lt;br&gt;&amp;gt; indexed colors, which there is a good chance is the root of the issue. &amp;nbsp;I'm
&lt;br&gt;&amp;gt; not sure exactly how that indexing is supposed to work - are there
&lt;br&gt;&amp;gt; pre-established colors that are set to indexes 0,1,2, etc? &amp;nbsp;Or does that
&lt;br&gt;&amp;gt; depend on the image file and how it was set up when saved? &amp;nbsp;Any advice
&lt;br&gt;&amp;gt; towards making a successful hotspot map would be greatly appreciated.
&lt;/div&gt;&lt;br&gt;There are no pre-established colors that are used, but the colors used by the
&lt;br&gt;image file itself. &amp;nbsp;An image with indexed colors is one that uses its own set
&lt;br&gt;color palette of up to 256 colors.
&lt;br&gt;&lt;br&gt;Pipmak comes with a color palette that is well suited to drawing hotspot maps,
&lt;br&gt;because of the contrast between the colors. &amp;nbsp;The file is &amp;quot;hotspot-palette.gif&amp;quot;
&lt;br&gt;in the folder &amp;quot;extras&amp;quot; (that comes with Pipmak). &amp;nbsp;How to import this into your
&lt;br&gt;bitmap-image editor depends on what you are using.
&lt;br&gt;&lt;br&gt;So, in short...
&lt;br&gt;* Your hotspot map has to be an indexed image (not RGB).
&lt;br&gt;* The first color on the palette maps to the first hotspot, the second color
&lt;br&gt;to the second hotspot, etc.
&lt;br&gt;* /Anywhere/ color 0 appears on the image will be hotspot 0, so hotspots do
&lt;br&gt;not have to be all one (visual) piece.
&lt;br&gt;&lt;br&gt;Hope this helps,
&lt;br&gt;Aidan
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkrwf18ACgkQjyzTRvYJmaWT0wCfWzwylu6OfSmdQDRO0A5DC/bp
&lt;br&gt;iVkAnjYFZCI9Nw2AAabBKBX3spjoWaqu
&lt;br&gt;=zJq6
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26184872&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-help-with-hotspot-maps-tp26160490p26184872.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26160490</id>
	<title>Need help with hotspot maps</title>
	<published>2009-11-03T08:48:44Z</published>
	<updated>2009-11-03T08:48:44Z</updated>
	<author>
		<name>syxified</name>
	</author>
	<content type="html">I have never been able to successfully get a hotspot map to work in pipmak, even if I am pretty much word for word copying the syntax from the demo where they seem to work perfectly. &amp;nbsp;I've simplified a few down to just a slide and some spots that would print out a msg if clicked, but nothing doing. &amp;nbsp;I have never been able to find that file with the pallette for the indexed colors, which there is a good chance is the root of the issue. &amp;nbsp;I'm not sure exactly how that indexing is supposed to work - are there pre-established colors that are set to indexes 0,1,2, etc? &amp;nbsp;Or does that depend on the image file and how it was set up when saved? &amp;nbsp;Any advice towards making a successful hotspot map would be greatly appreciated.
&lt;br&gt;&lt;br&gt;Matt</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-help-with-hotspot-maps-tp26160490p26160490.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26160488</id>
	<title>Cannot get hotspot maps to work for me</title>
	<published>2009-11-03T08:47:59Z</published>
	<updated>2009-11-03T08:47:59Z</updated>
	<author>
		<name>syxified</name>
	</author>
	<content type="html">I have never been able to successfully get a hotspot map to work in pipmak, even if I am pretty much word for word copying the syntax from the demo where they seem to work perfectly. &amp;nbsp;I've simplified a few down to just a slide and some spots that would print out a msg if clicked, but nothing doing. &amp;nbsp;I have never been able to find that file with the pallette for the indexed colors, which there is a good chance is the root of the issue. &amp;nbsp;I'm not sure exactly how that indexing is supposed to work - are there pre-established colors that are set to indexes 0,1,2, etc? &amp;nbsp;Or does that depend on the image file and how it was set up when saved? &amp;nbsp;Any advice towards making a successful hotspot map would be greatly appreciated.
&lt;br&gt;&lt;br&gt;Matt</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cannot-get-hotspot-maps-to-work-for-me-tp26160488p26160488.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26160486</id>
	<title>Cannot get hotspot maps to work for me</title>
	<published>2009-11-03T08:47:36Z</published>
	<updated>2009-11-03T08:47:36Z</updated>
	<author>
		<name>syxified</name>
	</author>
	<content type="html">I have never been able to successfully get a hotspot map to work in pipmak, even if I am pretty much word for word copying the syntax from the demo where they seem to work perfectly. &amp;nbsp;I've simplified a few down to just a slide and some spots that would print out a msg if clicked, but nothing doing. &amp;nbsp;I have never been able to find that file with the pallette for the indexed colors, which there is a good chance is the root of the issue. &amp;nbsp;I'm not sure exactly how that indexing is supposed to work - are there pre-established colors that are set to indexes 0,1,2, etc? &amp;nbsp;Or does that depend on the image file and how it was set up when saved? &amp;nbsp;Any advice towards making a successful hotspot map would be greatly appreciated.
&lt;br&gt;&lt;br&gt;Matt</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cannot-get-hotspot-maps-to-work-for-me-tp26160486p26160486.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26154743</id>
	<title>Re: drawimage not working?</title>
	<published>2009-11-01T12:59:20Z</published>
	<updated>2009-11-01T12:59:20Z</updated>
	<author>
		<name>Christian Walther</name>
	</author>
	<content type="html">James Wilson wrote:
&lt;br&gt;&amp;gt; I know. Sorry, but what I meant was how does one refer to that image 
&lt;br&gt;&amp;gt; object in code? The manual doesn't seem to make that clear.
&lt;br&gt;&lt;br&gt;I'm not sure I understand your question. The pipmak.newimage function 
&lt;br&gt;returns an image object that you can treat that like any other Lua value 
&lt;br&gt;- e.g. assign it to a variable, call methods on it, etc. - and use it 
&lt;br&gt;with any Pipmak functionality that accepts images.
&lt;br&gt;&lt;br&gt;For example,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;patch { x = 30, y = 80, image = pipmak.newimage(30, 20):color(1, 0, 
&lt;br&gt;0):fill() }
&lt;br&gt;&lt;br&gt;or
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;local myimage = pipmak.newimage(30, 20)
&lt;br&gt;&amp;nbsp; &amp;nbsp;myimage:color(1, 0, 0)
&lt;br&gt;&amp;nbsp; &amp;nbsp;myimage:fill()
&lt;br&gt;&amp;nbsp; &amp;nbsp;mypatch:setimage(myimage)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Does that answer the question?
&lt;br&gt;&lt;br&gt;&amp;nbsp; -Christian
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26154743&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/drawimage-not-working--tp26108021p26154743.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26154242</id>
	<title>Re: drawimage not working?</title>
	<published>2009-11-01T12:00:11Z</published>
	<updated>2009-11-01T12:00:11Z</updated>
	<author>
		<name>jfcwilson</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;I know. Sorry, but what I meant was how does one refer to that image object in code? The manual doesn't seem to make that clear.&lt;BR&gt;&lt;BR&gt;--- On &lt;B&gt;Sun, 11/1/09, Christian Walther &lt;I&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26154242&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cwalther@...&lt;/a&gt;&amp;gt;&lt;/I&gt;&lt;/B&gt; wrote:&lt;BR&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid&quot;&gt;&lt;BR&gt;From: Christian Walther &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26154242&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cwalther@...&lt;/a&gt;&amp;gt;&lt;BR&gt;Subject: Re: drawimage not working?&lt;BR&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26154242&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pipmak-users@...&lt;/a&gt;&lt;BR&gt;Date: Sunday, November 1, 2009, 4:54 AM&lt;BR&gt;&lt;BR&gt;
&lt;DIV class=plainMail&gt;James Wilson wrote:&lt;BR&gt;&amp;gt; I see. How does one reference an image object again, to be used in this &lt;BR&gt;&amp;gt; fashion?&lt;BR&gt;&lt;BR&gt;pipmak.newimage() - see section 3.12 &quot;Image Manipulation&quot; in the manual.&lt;BR&gt;&lt;BR&gt;&amp;nbsp; -Christian&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;------------------------------------------------------------------------------&lt;BR&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA&lt;BR&gt;is the only developer event you need to attend this year. Jumpstart your&lt;BR&gt;developing skills, take BlackBerry mobile applications to market and stay &lt;BR&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!&lt;BR&gt;&lt;A href=&quot;http://p.sf.net/sfu/devconference&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/A&gt;&lt;BR&gt;_______________________________________________&lt;BR&gt;Pipmak-Users mailing list&lt;BR&gt;&lt;A href=&quot;http://us.mc455.mail.yahoo.com/mc/compose?to=Pipmak-Users@lists.sourceforge.net&quot; ymailto=&quot;mailto:Pipmak-Users@lists.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/A&gt;&lt;BR&gt;news://news.gmane.org/gmane.games.devel.pipmak.user&lt;BR&gt;&lt;A href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=_blank rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/A&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;



&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26154242&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/drawimage-not-working--tp26108021p26154242.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26149477</id>
	<title>Re: drawimage not working?</title>
	<published>2009-11-01T01:54:18Z</published>
	<updated>2009-11-01T01:54:18Z</updated>
	<author>
		<name>Christian Walther</name>
	</author>
	<content type="html">James Wilson wrote:
&lt;br&gt;&amp;gt; I see. How does one reference an image object again, to be used in this 
&lt;br&gt;&amp;gt; fashion?
&lt;br&gt;&lt;br&gt;pipmak.newimage() - see section 3.12 &amp;quot;Image Manipulation&amp;quot; in the manual.
&lt;br&gt;&lt;br&gt;&amp;nbsp; -Christian
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149477&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/drawimage-not-working--tp26108021p26149477.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26147785</id>
	<title>Re: drawimage not working?</title>
	<published>2009-10-31T19:01:11Z</published>
	<updated>2009-10-31T19:01:11Z</updated>
	<author>
		<name>jfcwilson</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;I see. How does one&amp;nbsp;reference an image object&amp;nbsp;again, to be used in this fashion?&lt;BR&gt;&lt;BR&gt;--- On &lt;B&gt;Sat, 10/31/09, Christian Walther &lt;I&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26147785&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cwalther@...&lt;/a&gt;&amp;gt;&lt;/I&gt;&lt;/B&gt; wrote:&lt;BR&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid&quot;&gt;&lt;BR&gt;From: Christian Walther &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26147785&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cwalther@...&lt;/a&gt;&amp;gt;&lt;BR&gt;Subject: Re: drawimage not working?&lt;BR&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26147785&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pipmak-users@...&lt;/a&gt;&lt;BR&gt;Date: Saturday, October 31, 2009, 12:02 PM&lt;BR&gt;&lt;BR&gt;
&lt;DIV class=plainMail&gt;James Wilson wrote:&lt;BR&gt;&amp;gt; While running some tests concerning a flashlight effect, I came across this:&lt;BR&gt;&amp;gt; When I try the code below, pipmak tells me that &quot;drawimage&quot; is not a &lt;BR&gt;&amp;gt; valid method.&lt;BR&gt;&lt;BR&gt;You're trying to call the &quot;drawimage&quot; method of a patch, but patches &lt;BR&gt;don't have such a method. Images have one.&lt;BR&gt;&lt;BR&gt;&amp;nbsp; -Christian&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;------------------------------------------------------------------------------&lt;BR&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA&lt;BR&gt;is the only developer event you need to attend this year. Jumpstart your&lt;BR&gt;developing skills, take BlackBerry mobile applications to market and stay &lt;BR&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!&lt;BR&gt;&lt;A href=&quot;http://p.sf.net/sfu/devconference&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/A&gt;&lt;BR&gt;_______________________________________________&lt;BR&gt;Pipmak-Users mailing list&lt;BR&gt;&lt;A href=&quot;http://us.mc455.mail.yahoo.com/mc/compose?to=Pipmak-Users@lists.sourceforge.net&quot; ymailto=&quot;mailto:Pipmak-Users@lists.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/A&gt;&lt;BR&gt;news://news.gmane.org/gmane.games.devel.pipmak.user&lt;BR&gt;&lt;A href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=_blank rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/A&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;

&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26147785&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/drawimage-not-working--tp26108021p26147785.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26147782</id>
	<title>Re: Flashlight effect</title>
	<published>2009-10-31T18:59:03Z</published>
	<updated>2009-10-31T18:59:03Z</updated>
	<author>
		<name>jfcwilson</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;&lt;DIV&gt;Hi Christian,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Yeah, I thought of that just a couple days ago, and I finished it. With that technique, one can use the effect on both panoramic and slide nodes. It's simple code, but just to enchance simplicity further, I think I'll try my hand at writing a function for it, to be placed in a lua file and attached to the project using dofile. I'm also going to try something similar with panoramic smooth rotation, which has never been implmented, and so&amp;nbsp;will be rather more complex.&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; James&lt;BR&gt;--- On &lt;B&gt;Sat, 10/31/09, Christian Walther &lt;I&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26147782&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cwalther@...&lt;/a&gt;&amp;gt;&lt;/I&gt;&lt;/B&gt; wrote:&lt;BR&gt;&lt;/DIV&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid&quot;&gt;&lt;BR&gt;From: Christian Walther &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26147782&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cwalther@...&lt;/a&gt;&amp;gt;&lt;BR&gt;Subject: Re: Flashlight effect&lt;BR&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26147782&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pipmak-users@...&lt;/a&gt;&lt;BR&gt;Date: Saturday, October 31, 2009, 12:00 PM&lt;BR&gt;&lt;BR&gt;
&lt;DIV class=plainMail&gt;James Wilson wrote:&lt;div class='shrinkable-quote'&gt;&lt;BR&gt;&amp;gt; I've been experimenting with Pipmak a bit, and I was wondering, might it &lt;BR&gt;&amp;gt; be possible to write a &quot;flashlight effect&quot; function?&lt;BR&gt;&amp;gt; Here's how I'm thinking it'd work(and this is how it usually does in &lt;BR&gt;&amp;gt; games, I've checked)&lt;BR&gt;&amp;gt;&amp;nbsp; &lt;BR&gt;&amp;gt; Cubic node background has images set that show a lit scene, with a weak &lt;BR&gt;&amp;gt; light with little falloff.&lt;BR&gt;&amp;gt;&amp;nbsp; &lt;BR&gt;&amp;gt; Patches overlaid each of the faces have the same scene, rendered &lt;BR&gt;&amp;gt; with nearly no light.&lt;BR&gt;&amp;gt;&amp;nbsp; &lt;BR&gt;&amp;gt; One patch(a PNG) with a flashlight &quot;ring&quot; on it. The ring area is &lt;BR&gt;&amp;gt; transparent, no coloration.&lt;BR&gt;&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;This patch is set to follow the cursor, and to &quot;cut&quot; through the &lt;BR&gt;&amp;gt; patches(according&amp;nbsp; to the transparency of the flashlight patch) to the &lt;BR&gt;&amp;gt; node background.&lt;/div&gt;&lt;BR&gt;The way you describe, with totally independent lit and unlit scenes, is
 &lt;BR&gt;currently not possible in Pipmak. I'd have to think about how it could &lt;BR&gt;be implemented. However, if the unlit scene is simply a darkened version &lt;BR&gt;of the lit one, this can easily be achieved in the same way as the &lt;BR&gt;telescope in the demo project works.&lt;BR&gt;&lt;BR&gt;&amp;nbsp; -Christian&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;------------------------------------------------------------------------------&lt;BR&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA&lt;BR&gt;is the only developer event you need to attend this year. Jumpstart your&lt;BR&gt;developing skills, take BlackBerry mobile applications to market and stay &lt;BR&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!&lt;BR&gt;&lt;A href=&quot;http://p.sf.net/sfu/devconference&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/A&gt;&lt;BR&gt;_______________________________________________&lt;BR&gt;Pipmak-Users mailing list&lt;BR&gt;&lt;A href=&quot;http://us.mc455.mail.yahoo.com/mc/compose?to=Pipmak-Users@lists.sourceforge.net&quot; ymailto=&quot;mailto:Pipmak-Users@lists.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/A&gt;&lt;BR&gt;news://news.gmane.org/gmane.games.devel.pipmak.user&lt;BR&gt;&lt;A href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=_blank rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/A&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;



&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26147782&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Flashlight-effect-tp26068456p26147782.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26143641</id>
	<title>Re: drawimage not working?</title>
	<published>2009-10-31T09:02:14Z</published>
	<updated>2009-10-31T09:02:14Z</updated>
	<author>
		<name>Christian Walther</name>
	</author>
	<content type="html">James Wilson wrote:
&lt;br&gt;&amp;gt; While running some tests concerning a flashlight effect, I came across this:
&lt;br&gt;&amp;gt; When I try the code below, pipmak tells me that &amp;quot;drawimage&amp;quot; is not a 
&lt;br&gt;&amp;gt; valid method.
&lt;br&gt;&lt;br&gt;You're trying to call the &amp;quot;drawimage&amp;quot; method of a patch, but patches 
&lt;br&gt;don't have such a method. Images have one.
&lt;br&gt;&lt;br&gt;&amp;nbsp; -Christian
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26143641&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/drawimage-not-working--tp26108021p26143641.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26143642</id>
	<title>Re: Flashlight effect</title>
	<published>2009-10-31T09:00:19Z</published>
	<updated>2009-10-31T09:00:19Z</updated>
	<author>
		<name>Christian Walther</name>
	</author>
	<content type="html">James Wilson wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I've been experimenting with Pipmak a bit, and I was wondering, might it 
&lt;br&gt;&amp;gt; be possible to write a &amp;quot;flashlight effect&amp;quot; function?
&lt;br&gt;&amp;gt; Here's how I'm thinking it'd work(and this is how it usually does in 
&lt;br&gt;&amp;gt; games, I've checked)
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Cubic node background has images set that show a lit scene, with a weak 
&lt;br&gt;&amp;gt; light with little falloff.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Patches overlaid each of the faces have the same scene, rendered 
&lt;br&gt;&amp;gt; with nearly no light.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; One patch(a PNG) with a flashlight &amp;quot;ring&amp;quot; on it. The ring area is 
&lt;br&gt;&amp;gt; transparent, no coloration.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; This patch is set to follow the cursor, and to &amp;quot;cut&amp;quot; through the 
&lt;br&gt;&amp;gt; patches(according &amp;nbsp;to the transparency of the flashlight patch) to the 
&lt;br&gt;&amp;gt; node background.
&lt;/div&gt;&lt;br&gt;The way you describe, with totally independent lit and unlit scenes, is 
&lt;br&gt;currently not possible in Pipmak. I'd have to think about how it could 
&lt;br&gt;be implemented. However, if the unlit scene is simply a darkened version 
&lt;br&gt;of the lit one, this can easily be achieved in the same way as the 
&lt;br&gt;telescope in the demo project works.
&lt;br&gt;&lt;br&gt;&amp;nbsp; -Christian
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26143642&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Flashlight-effect-tp26068456p26143642.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26108021</id>
	<title>drawimage not working?</title>
	<published>2009-10-29T00:33:27Z</published>
	<updated>2009-10-29T00:33:27Z</updated>
	<author>
		<name>jfcwilson</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;&lt;DIV&gt;Hi all,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;While running some tests concerning a flashlight effect, I came across this:&lt;/DIV&gt;
&lt;DIV&gt;When I try the code below, pipmak tells me that &quot;drawimage&quot; is not a valid method.&lt;/DIV&gt;
&lt;DIV&gt;Anyone know what I(or Pipmak) am doing wrong?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks a lot,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp; James&lt;/DIV&gt;
&lt;DIV&gt;CODE/&lt;/DIV&gt;
&lt;DIV&gt;slide &quot;light.jpg&quot;&lt;/DIV&gt;
&lt;DIV&gt;local darkLayer = patch { x = 0, y = 0, image = &quot;dark.png&quot; }&lt;BR&gt;local flashlightmask = patch { x = 0, y = 0, image = &quot;flashlightmask.png&quot;, visible=false }&lt;/DIV&gt;
&lt;DIV&gt;hotspotmap &quot;hotspotmap.png&quot;&lt;/DIV&gt;
&lt;DIV&gt;hotspot {&lt;BR&gt;&amp;nbsp; onmousedown = function()&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; darkLayer:drawimage (300, 200, flashlightmask)&lt;BR&gt;&amp;nbsp; end&lt;BR&gt;}&lt;/DIV&gt;
&lt;DIV&gt;CODE\&lt;/DIV&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;

&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26108021&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/drawimage-not-working--tp26108021p26108021.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26098693</id>
	<title>Re: Flashlight effect</title>
	<published>2009-10-28T10:24:03Z</published>
	<updated>2009-10-28T10:24:03Z</updated>
	<author>
		<name>jfcwilson</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;Something using this, perhaps: &lt;FONT face=NimbusMonL-ReguObli size=2&gt;
&lt;DIV&gt;image&lt;/FONT&gt;&lt;FONT face=NimbusMonL-Regu size=2&gt;:drawimage(&lt;/FONT&gt;&lt;FONT face=NimbusMonL-ReguObli size=2&gt;x, y, sourceimage [, sx, sy, w, h]&lt;/FONT&gt;&lt;FONT face=NimbusMonL-Regu size=2&gt;)&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=NimbusMonL-Regu size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=NimbusMonL-Regu size=2&gt;And some other info from wikipedia: &lt;A href=&quot;http://en.wikipedia.org/wiki/Alpha_compositing&quot; target=_blank rel=&quot;nofollow&quot;&gt;&lt;SPAN class=yshortcuts id=lw_1256750554_0&gt;http://en.wikipedia.org/wiki/Alpha_compositing&lt;/SPAN&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;--- On &lt;B&gt;Mon, 10/26/09, James Wilson &lt;I&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26098693&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfcwilson@...&lt;/a&gt;&amp;gt;&lt;/I&gt;&lt;/B&gt; wrote:&lt;BR&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid&quot;&gt;&lt;BR&gt;From: James Wilson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26098693&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jfcwilson@...&lt;/a&gt;&amp;gt;&lt;BR&gt;Subject: Flashlight effect&lt;BR&gt;To: &quot;Pipmak User Mailing List&quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26098693&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pipmak-users@...&lt;/a&gt;&amp;gt;&lt;BR&gt;Date: Monday, October 26, 2009, 5:58 PM&lt;BR&gt;&lt;BR&gt;
&lt;DIV id=yiv1891716985&gt;
&lt;TABLE cellSpacing=0 cellPadding=0 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD vAlign=top&gt;
&lt;DIV&gt;Hi all,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I've been experimenting with Pipmak a bit, and I was wondering, might it be possible to write a &quot;flashlight effect&quot; function? &lt;/DIV&gt;
&lt;DIV&gt;Here's how I'm thinking it'd work(and this is how it usually does in games, I've checked)&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Cubic node background has images set that show a lit scene, with&amp;nbsp;a weak light with little&amp;nbsp;falloff.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Patches overlaid each of the faces have the same scene, rendered with&amp;nbsp;nearly no&amp;nbsp;light.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;One patch(a PNG) with a flashlight &quot;ring&quot; on it. The ring area is transparent, no coloration.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;This patch is set to follow the cursor, and to &quot;cut&quot; through the patches(according&amp;nbsp; to the&amp;nbsp;transparency of the flashlight patch) to the node background. &lt;/DIV&gt;
&lt;DIV&gt;So, thoughts?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; James CW&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;

&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26098693&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Flashlight-effect-tp26068456p26098693.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26068456</id>
	<title>Flashlight effect</title>
	<published>2009-10-26T14:58:23Z</published>
	<updated>2009-10-26T14:58:23Z</updated>
	<author>
		<name>jfcwilson</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;&lt;DIV&gt;Hi all,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I've been experimenting with Pipmak a bit, and I was wondering, might it be possible to write a &quot;flashlight effect&quot; function? &lt;/DIV&gt;
&lt;DIV&gt;Here's how I'm thinking it'd work(and this is how it usually does in games, I've checked)&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Cubic node background has images set that show a lit scene, with&amp;nbsp;a weak light with little&amp;nbsp;falloff.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Patches overlaid each of the faces have the same scene, rendered with&amp;nbsp;nearly no&amp;nbsp;light.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;One patch(a PNG) with a flashlight &quot;ring&quot; on it. The ring area is transparent, no coloration.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;This patch is set to follow the cursor, and to &quot;cut&quot; through the patches(according&amp;nbsp; to the&amp;nbsp;transparency of the flashlight patch) to the node background. &lt;/DIV&gt;
&lt;DIV&gt;So, thoughts?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; James CW&lt;/DIV&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;

&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26068456&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Flashlight-effect-tp26068456p26068456.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26041552</id>
	<title>Re: Brush and eyedropper</title>
	<published>2009-10-24T11:07:54Z</published>
	<updated>2009-10-24T11:07:54Z</updated>
	<author>
		<name>Aidan Gauland-2</name>
	</author>
	<content type="html">Christian Walther wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; They are part of the half-implemented hotspot painting feature. &amp;nbsp;
&lt;br&gt;&amp;gt; Searching for &amp;quot;brush&amp;quot; on this mailing list should get you some &amp;nbsp;
&lt;br&gt;&amp;gt; instructions on how to try it, here's a bit copied from &amp;lt;&lt;a href=&quot;http://thread.gmane.org/gmane.games.devel.pipmak.user/119/focus=124&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://thread.gmane.org/gmane.games.devel.pipmak.user/119/focus=124&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; On a panorama that already has some hotspots, show them (C key) and &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; call pipmak_internal.tool(2) to bring up the brush tool. Press the &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; option/alt key or call pipmak_internal.tool(3) to select the &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; eyedropper tool to pick up another color (hotspot number). Pan using &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; the right mouse button (or using shift to switch to direct mode). &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; pipmak_internal.tool(0) brings you back to the hand tool. Currently, &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; your paintings aren't saved, you can't change the brush size &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; (without recompiling), and it only works on panoramas.
&lt;/div&gt;&lt;br&gt;OK, thanks. &amp;nbsp;I guessed it was something like that.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;--Aidan
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26041552&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Brush-and-eyedropper-tp26037460p26041552.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26037698</id>
	<title>Re: Brush and eyedropper</title>
	<published>2009-10-24T03:09:13Z</published>
	<updated>2009-10-24T03:09:13Z</updated>
	<author>
		<name>Christian Walther</name>
	</author>
	<content type="html">Aidan Gauland wrote:
&lt;br&gt;&amp;gt; There seems to be code for &amp;quot;brush&amp;quot; and &amp;quot;eyedropper&amp;quot; tools in &amp;nbsp;
&lt;br&gt;&amp;gt; Pipmak's source,
&lt;br&gt;&amp;gt; but they do not seem to either be documented anywhere or ever appear &amp;nbsp;
&lt;br&gt;&amp;gt; in Pipmak
&lt;br&gt;&amp;gt; when it's running. &amp;nbsp;Does anyone know about this?
&lt;br&gt;&lt;br&gt;They are part of the half-implemented hotspot painting feature. &amp;nbsp;
&lt;br&gt;Searching for &amp;quot;brush&amp;quot; on this mailing list should get you some &amp;nbsp;
&lt;br&gt;instructions on how to try it, here's a bit copied from &amp;lt;&lt;a href=&quot;http://thread.gmane.org/gmane.games.devel.pipmak.user/119/focus=124&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://thread.gmane.org/gmane.games.devel.pipmak.user/119/focus=124&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;gt;:
&lt;br&gt;&lt;br&gt;&amp;gt; On a panorama that already has some hotspots, show them (C key) and &amp;nbsp;
&lt;br&gt;&amp;gt; call pipmak_internal.tool(2) to bring up the brush tool. Press the &amp;nbsp;
&lt;br&gt;&amp;gt; option/alt key or call pipmak_internal.tool(3) to select the &amp;nbsp;
&lt;br&gt;&amp;gt; eyedropper tool to pick up another color (hotspot number). Pan using &amp;nbsp;
&lt;br&gt;&amp;gt; the right mouse button (or using shift to switch to direct mode). &amp;nbsp;
&lt;br&gt;&amp;gt; pipmak_internal.tool(0) brings you back to the hand tool. Currently, &amp;nbsp;
&lt;br&gt;&amp;gt; your paintings aren't saved, you can't change the brush size &amp;nbsp;
&lt;br&gt;&amp;gt; (without recompiling), and it only works on panoramas.
&lt;br&gt;&lt;br&gt;&amp;nbsp; -Christian
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26037698&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Brush-and-eyedropper-tp26037460p26037698.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26037460</id>
	<title>Brush and eyedropper</title>
	<published>2009-10-24T02:08:17Z</published>
	<updated>2009-10-24T02:08:17Z</updated>
	<author>
		<name>Aidan Gauland-2</name>
	</author>
	<content type="html">There seems to be code for &amp;quot;brush&amp;quot; and &amp;quot;eyedropper&amp;quot; tools in Pipmak's source, 
&lt;br&gt;but they do not seem to either be documented anywhere or ever appear in Pipmak 
&lt;br&gt;when it's running. &amp;nbsp;Does anyone know about this?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Aidan
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Pipmak-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26037460&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Pipmak-Users@...&lt;/a&gt;
&lt;br&gt;news://news.gmane.org/gmane.games.devel.pipmak.user
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/pipmak-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/pipmak-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Brush-and-eyedropper-tp26037460p26037460.html" />
</entry>

</feed>
