<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Indigo Rose Software Development Tools Forum</title>
		<link>http://www.indigorose.com/forums/</link>
		<description>Windows software development forum. Discuss software programming, autorun cd/dvd, autoplay menus, installer builders, software updating and software patching.</description>
		<language>en</language>
		<lastBuildDate>Wed, 19 Jun 2013 14:06:58 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.indigorose.com/forums/images/misc/rss.png</url>
			<title>Indigo Rose Software Development Tools Forum</title>
			<link>http://www.indigorose.com/forums/</link>
		</image>
		<item>
			<title>parse text file</title>
			<link>http://www.indigorose.com/forums/threads/34882-parse-text-file?goto=newpost</link>
			<pubDate>Wed, 19 Jun 2013 07:05:16 GMT</pubDate>
			<description><![CDATA[hi folks, could you help me in solving my problem? 
i have a text file like this: 
Server1, 192.168.2.1 
Server2, 192.168.2.2 
 
i would like to parse the text file, using colum 1 (the server name) to make visible or not a button (if Server1 line exist, "server1" button will be visible) then using...]]></description>
			<content:encoded><![CDATA[<div>hi folks, could you help me in solving my problem?<br />
i have a text file like this:<br />
Server1, 192.168.2.1<br />
Server2, 192.168.2.2<br />
<br />
i would like to parse the text file, using colum 1 (the server name) to make visible or not a button (if Server1 line exist, &quot;server1&quot; button will be visible) then using the column 2 as a parameter to run a shell command (i.e: if Server1 line exist modify the &quot;onclick&quot; properties and set command as &quot;mstsc -v &quot;column2&quot;)<br />
it is possible?<br />
thanks for any advise<br />
<br />
Luca</div>

 ]]></content:encoded>
			<category domain="http://www.indigorose.com/forums/forums/98-AutoPlay-Media-Studio-8-Discussion">AutoPlay Media Studio 8 Discussion</category>
			<dc:creator>bertelu</dc:creator>
			<guid isPermaLink="true">http://www.indigorose.com/forums/threads/34882-parse-text-file</guid>
		</item>
		<item>
			<title>Hard coded paths for include files</title>
			<link>http://www.indigorose.com/forums/threads/34881-Hard-coded-paths-for-include-files?goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 17:59:29 GMT</pubDate>
			<description><![CDATA[I have not been able to find more information on a problem I'm having and would appreciate some guidance. 
 
I include a custom icon and a LUA include script in the project, but I find that when changing the paths for these (for example from c:\here\icon.ico to c:\there\icon.ico), the EXE needs to...]]></description>
			<content:encoded><![CDATA[<div>I have not been able to find more information on a problem I'm having and would appreciate some guidance.<br />
<br />
I include a custom icon and a LUA include script in the project, but I find that when changing the paths for these (for example from c:\here\icon.ico to c:\there\icon.ico), the EXE needs to update itself on the client machine when I publish and distribute the files. So a few questions: <ol class="decimal"><li>Is there any way to get around using hard-coded paths in the project?</li>
<li>Can environment variables be used or Session Variables? I can use these other places like the output log path, but it doesn't seem to work for include files.</li>
<li>If this is possible, will the EXE still need to update itself? If so, why is that?</li>
<li>Are there any other workarounds to avoid the EXE needing to update itself (right now I am just recreating the hard-coded paths, but this is not an optimal solution)?</li>
</ol><br />
I'm using TrueUpdate version 3.5.4.1. If anyone has any feedback, I would greatly appreciate it.</div>

 ]]></content:encoded>
			<category domain="http://www.indigorose.com/forums/forums/78-TrueUpdate-3.5-Discussion">TrueUpdate 3.5 Discussion</category>
			<dc:creator>rxrxr</dc:creator>
			<guid isPermaLink="true">http://www.indigorose.com/forums/threads/34881-Hard-coded-paths-for-include-files</guid>
		</item>
		<item>
			<title>RE: Primer Files and the Used By Uninstall and Delete on Exit checkboxes</title>
			<link>http://www.indigorose.com/forums/threads/34880-RE-Primer-Files-and-the-Used-By-Uninstall-and-Delete-on-Exit-checkboxes?goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 14:26:16 GMT</pubDate>
			<description><![CDATA[Hey folks, 
 
We have a DLL primer file used at both Install and Uninstall time. It works fine at Install, and is set as "Used by Uninstall" and "Do not delete on exit". After install, I find the DLL in the Uninstall folder under %AppFolder%. At Uninstall, I'm getting an error 2400 ("Failed to load...]]></description>
			<content:encoded><![CDATA[<div>Hey folks,<br />
<br />
We have a DLL primer file used at both Install and Uninstall time. It works fine at Install, and is set as &quot;Used by Uninstall&quot; and &quot;Do not delete on exit&quot;. After install, I find the DLL in the Uninstall folder under %AppFolder%. At Uninstall, I'm getting an error 2400 (&quot;Failed to load the specified DLL.&quot;). What do I have to do to make this DLL available at Uninstall time?<br />
<br />
Thanks in advance,<br />
DDoutelMS</div>

 ]]></content:encoded>
			<category domain="http://www.indigorose.com/forums/forums/107-Setup-Factory-9-Discussion">Setup Factory 9 Discussion</category>
			<dc:creator>DDoutelMS</dc:creator>
			<guid isPermaLink="true">http://www.indigorose.com/forums/threads/34880-RE-Primer-Files-and-the-Used-By-Uninstall-and-Delete-on-Exit-checkboxes</guid>
		</item>
		<item>
			<title>ProgressEx Action plugin</title>
			<link>http://www.indigorose.com/forums/threads/34879-ProgressEx-Action-plugin?goto=newpost</link>
			<pubDate>Mon, 17 Jun 2013 18:16:11 GMT</pubDate>
			<description><![CDATA[Hi boys  
i need help with this plugin......... 
i have this script  
 
if e_ID == 15 then 
	MaxSize = Audio.GetLength(CHANNEL_BACKGROUND); 
        ProgressEx.SetRange("Progress2",0 , 10 ); 
	Position = Audio.GetCurrentPos(CHANNEL_BACKGROUND);	 
	ProgressEx.SetCurrentPosition("Progress2",...]]></description>
			<content:encoded><![CDATA[<div>Hi boys <br />
i need help with this plugin.........<br />
i have this script <br />
<br />
if e_ID == 15 then<br />
	MaxSize = Audio.GetLength(CHANNEL_BACKGROUND);<br />
        ProgressEx.SetRange(&quot;Progress2&quot;,0 , 10 );<br />
	Position = Audio.GetCurrentPos(CHANNEL_BACKGROUND);	<br />
	ProgressEx.SetCurrentPosition(&quot;Progress2&quot;, Position);<br />
	end<br />
<br />
the problem is that, get an error with the maximum range of this.....<br />
as achievement solve this problem<br />
the plugin is crated on input......called &quot;Progress2&quot;</div>

 ]]></content:encoded>
			<category domain="http://www.indigorose.com/forums/forums/98-AutoPlay-Media-Studio-8-Discussion">AutoPlay Media Studio 8 Discussion</category>
			<dc:creator>josevez</dc:creator>
			<guid isPermaLink="true">http://www.indigorose.com/forums/threads/34879-ProgressEx-Action-plugin</guid>
		</item>
		<item>
			<title>SQLite Help</title>
			<link>http://www.indigorose.com/forums/threads/34878-SQLite-Help?goto=newpost</link>
			<pubDate>Mon, 17 Jun 2013 13:23:45 GMT</pubDate>
			<description>Hello guys, 
 
What am I doing wrong with my code ? 
I am trying to delete selected grid row from db, it deletes but not refreshing the grid I can only see it is deleted if I rerun the software ; 
 
 
Code: 
--------- 
function FindSelectedGrid(strGrid) 
tblSelect ={};</description>
			<content:encoded><![CDATA[<div>Hello guys,<br />
<br />
What am I doing wrong with my code ?<br />
I am trying to delete selected grid row from db, it deletes but not refreshing the grid I can only see it is deleted if I rerun the software ;<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">function FindSelectedGrid(strGrid)<br />
tblSelect ={};<br />
nRows = Grid.GetRowCount(strGrid)-1;<br />
nColumns = Grid.GetColumnCount(strGrid)-1;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; local x= 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; while (x&lt;(nRows)) do <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; x = x+1;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  for count = 1,nColumns do<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (Grid.IsCellSelected(strGrid, x, count))== true then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  tblSelect.Row = x;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; local n = 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; while (n&lt;nColumns) do <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; n = n+1;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for count = 1,nRows do<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (Grid.IsCellSelected(strGrid, count, n))== true then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tblSelect.Column = n;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  end<br />
&nbsp; &nbsp; &nbsp; &nbsp; end<br />
<br />
&nbsp;return tblSelect <br />
<br />
end&nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
selected = FindSelectedGrid(&quot;Grid1&quot;)<br />
if selected ~= nil then<br />
result = Grid.GetCellText(&quot;Grid1&quot;, selected.Row, 8);<br />
SQLite3Cursor, err = SQLite3Connection:execute(&quot;delete from devices where id=&quot;..result..&quot;&quot;);<br />
Dialog.Message(&quot;Succes&quot;, &quot;Record deleted.&quot; , MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);<br />
---------------------------------<br />
SQLite3Cursor, err = SQLite3Connection:execute(&quot;SELECT * FROM devices&quot;);<br />
show = SQLite3Cursor:fetch({},&quot;a&quot;)<br />
a = 1;<br />
<br />
while show do<br />
&nbsp; &nbsp; Grid.SetRowCount(&quot;Grid1&quot;, a + 1);<br />
&nbsp; &nbsp; &nbsp; &nbsp; Grid.SetCellText(&quot;Grid1&quot;, a, 1, show.name, true);<br />
&nbsp; &nbsp; &nbsp; &nbsp; Grid.SetCellText(&quot;Grid1&quot;, a, 2, show.surname, true);<br />
&nbsp; &nbsp; &nbsp; &nbsp; Grid.SetCellText(&quot;Grid1&quot;, a, 3, show.device, true);<br />
&nbsp; &nbsp; &nbsp; &nbsp; Grid.SetCellText(&quot;Grid1&quot;, a, 4, show.brand, true);<br />
&nbsp; &nbsp; &nbsp; &nbsp; Grid.SetCellText(&quot;Grid1&quot;, a, 5, show.model, true);<br />
&nbsp; &nbsp; &nbsp; &nbsp; Grid.SetCellText(&quot;Grid1&quot;, a, 6, show.date, true);&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; Grid.SetCellText(&quot;Grid1&quot;, a, 7, show.serial, true);<br />
&nbsp; &nbsp; &nbsp; &nbsp; Grid.SetCellText(&quot;Grid1&quot;, a, 8, show.id, true);<br />
&nbsp; &nbsp; &nbsp; &nbsp; show= SQLite3Cursor:fetch(show,&quot;a&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; a = a+1; <br />
end<br />
<br />
<br />
Grid.Refresh(&quot;Grid1&quot;);<br />
else <br />
Dialog.Message(&quot; No Selection ! &quot;);<br />
end</code><hr />
</div> Thanks</div>

 ]]></content:encoded>
			<category domain="http://www.indigorose.com/forums/forums/98-AutoPlay-Media-Studio-8-Discussion">AutoPlay Media Studio 8 Discussion</category>
			<dc:creator>jakabo</dc:creator>
			<guid isPermaLink="true">http://www.indigorose.com/forums/threads/34878-SQLite-Help</guid>
		</item>
		<item>
			<title>Update Details of TrueUpdate Server at Runtime</title>
			<link>http://www.indigorose.com/forums/threads/34877-Update-Details-of-TrueUpdate-Server-at-Runtime?goto=newpost</link>
			<pubDate>Mon, 17 Jun 2013 11:42:17 GMT</pubDate>
			<description>Hi, 
 
At run time I would like to be able to dynamically update FOLDER URL, TIMEOUT, PORT depending on selections made in the CLIENT SCRIPT area. 
 
I can do this for FOLDER URL by entering a variable such as %HTTPG_URL% and that works perfectly at runtime by updating the variable as required.  
...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
At run time I would like to be able to dynamically update FOLDER URL, TIMEOUT, PORT depending on selections made in the CLIENT SCRIPT area.<br />
<br />
I can do this for FOLDER URL by entering a variable such as %HTTPG_URL% and that works perfectly at runtime by updating the variable as required. <br />
<br />
But when I try and add a variable for TIMEOUT or PORT it tells me that I need to enter an integer.<br />
<br />
Any help is much appreciated.<br />
<br />
Cheers<br />
David</div>

 ]]></content:encoded>
			<category domain="http://www.indigorose.com/forums/forums/78-TrueUpdate-3.5-Discussion">TrueUpdate 3.5 Discussion</category>
			<dc:creator>centsoft</dc:creator>
			<guid isPermaLink="true">http://www.indigorose.com/forums/threads/34877-Update-Details-of-TrueUpdate-Server-at-Runtime</guid>
		</item>
		<item>
			<title>LuaHPDF + libHaru</title>
			<link>http://www.indigorose.com/forums/threads/34876-LuaHPDF-libHaru?goto=newpost</link>
			<pubDate>Fri, 14 Jun 2013 19:04:55 GMT</pubDate>
			<description>libHaru is a free, cross platform, open source library for generating PDF files, and LuaHPDF is a module that lets you programmatically create PDF files via Lua using this library. 
 
LuaHPDF was developed by Kurt Jung as an interface to the Haru PDF Library. I have built libHaru 2.2.0.0, with zlib...</description>
			<content:encoded><![CDATA[<div>libHaru is a free, cross platform, open source library for generating PDF files, and LuaHPDF is a module that lets you programmatically create PDF files via Lua using this library.<br />
<br />
LuaHPDF was developed by Kurt Jung as an interface to the Haru PDF Library. I have built libHaru 2.2.0.0, with zlib 1.2.8 and libpng 1.6.2, and finally compiled the LuaHPDF 1.3.0 module.<br />
<br />
<div align="center"><img src="http://www.mindquake.com.br/files/ams/SNAP-2013-06-14-01.png" border="0" alt="" /></div><br />
A sample project features 16 different example routines, each showing different capabilities of the libHaru PDF library.<br />
<br />
Download: <a href="http://www.mindquake.com.br/en/utils/haru" target="_blank">MindQuake</a><br />
Documentation: <a href="https://github.com/libharu/libharu/wiki" target="_blank">libHaru Docs</a><br />
<br />
Ulrich</div>

 ]]></content:encoded>
			<category domain="http://www.indigorose.com/forums/forums/100-AutoPlay-Media-Studio-8-Plugins-and-Addons">AutoPlay Media Studio 8 Plugins and Addons</category>
			<dc:creator>Ulrich</dc:creator>
			<guid isPermaLink="true">http://www.indigorose.com/forums/threads/34876-LuaHPDF-libHaru</guid>
		</item>
		<item>
			<title>DLL Parameter Types and parameter passing</title>
			<link>http://www.indigorose.com/forums/threads/34875-DLL-Parameter-Types-and-parameter-passing?goto=newpost</link>
			<pubDate>Fri, 14 Jun 2013 17:02:30 GMT</pubDate>
			<description><![CDATA[Hey guys, 
 
I've written external C++ DLL's successfully for SetupFactory to call in the past. That said, I'm having some problems passing numeric values, as OutputDebugString() is telling me. I need to pass a bunch of strings (which are working fine), an int and 3 DWORDS. The int and DWORDS are...]]></description>
			<content:encoded><![CDATA[<div>Hey guys,<br />
<br />
I've written external C++ DLL's successfully for SetupFactory to call in the past. That said, I'm having some problems passing numeric values, as OutputDebugString() is telling me. I need to pass a bunch of strings (which are working fine), an int and 3 DWORDS. The int and DWORDS are simply showing up blank and then the setup crashes. Is there a &quot;recommended&quot; type for numeric values being passed from SetupFactory to a function in an external DLL?<br />
<br />
Thanks in advance!<br />
DDoutelMS</div>

 ]]></content:encoded>
			<category domain="http://www.indigorose.com/forums/forums/107-Setup-Factory-9-Discussion">Setup Factory 9 Discussion</category>
			<dc:creator>DDoutelMS</dc:creator>
			<guid isPermaLink="true">http://www.indigorose.com/forums/threads/34875-DLL-Parameter-Types-and-parameter-passing</guid>
		</item>
		<item>
			<title>Using C Source File in AMS</title>
			<link>http://www.indigorose.com/forums/threads/34874-Using-C-Source-File-in-AMS?goto=newpost</link>
			<pubDate>Thu, 13 Jun 2013 19:39:54 GMT</pubDate>
			<description><![CDATA[Hello again everyone, 
 
I'm trying to work with a C Source file (hpdf.c), but I'm unsure of how to operate with it. The examples I've seen show to use the "require" function and you can start using it, but I get an error when trying to call it in "require": 
 
 
Sample: 
 
---Quote--- 
require...]]></description>
			<content:encoded><![CDATA[<div>Hello again everyone,<br />
<br />
I'm trying to work with a C Source file (hpdf.c), but I'm unsure of how to operate with it. The examples I've seen show to use the &quot;require&quot; function and you can start using it, but I get an error when trying to call it in &quot;require&quot;:<br />
<br />
<br />
Sample:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			require &quot;hpdf&quot;<br />
local pdf = hpdf.New()<br />
if pdf then<br />
  local page = hpdf.AddPage(pdf)<br />
  local height = hpdf.Page_GetHeight(page)<br />
  local width = hpdf.Page_GetWidth(page)<br />
  local font = hpdf.GetFont(pdf, &quot;Helvetica&quot;)<br />
  hpdf.Page_SetFontAndSize(page, font, 24)<br />
  hpdf.Page_BeginText(page)<br />
  hpdf.Page_TextOut(page, 60, height - 60, &quot;Hello from Haru&quot;)<br />
  hpdf.Page_EndText(page)<br />
  hpdf.SaveToFile(pdf, &quot;hello.pdf&quot;)<br />
  hpdf.Free(pdf)<br />
else<br />
  io.write(&quot;Error creating PDF object\n&quot;)<br />
end
			
		<hr />
	</div>
</div> <br />
<br />
<br />
<br />
<br />
Error:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			---------------------------<br />
Error<br />
---------------------------<br />
Error: module 'hpdf' not found:<br />
	no field package.preload['hpdf']<br />
	no file '.\AutoPlay\Scripts\hpdf'<br />
	no file 'hpdf'<br />
	no file '.\AutoPlay\Scripts\hpdf.lua'<br />
	no file 'hpdf.lua'<br />
	no file '.\hpdf.lua'<br />
	no file 'C:\Users\Preston\Documents\AutoPlay Media Studio 8\Projects\FPDF\CD_Root\lua\hpdf.lua'<br />
	no file 'C:\Users\Preston\Documents\AutoPlay Media Studio 8\Projects\FPDF\CD_Root\lua\hpdf\init.lua'<br />
	no file 'C:\Users\Preston\Documents\AutoPlay Media Studio 8\Projects\FPDF\CD_Root\hpdf.lua'<br />
	no file 'C:\Users\Preston\Documents\AutoPlay Media Studio 8\Projects\FPDF\CD_Root\hpdf\init.lua'<br />
	no file '.\AutoPlay\Scripts\hpdf.dll'<br />
	no file 'hpdf.dll'<br />
	no file '.\AutoPlay\Scripts\hpdf'<br />
	no file 'hpdf'<br />
	no file '.\hpdf.dll'<br />
	no file '.\hpdf51.dll'<br />
	no file 'C:\Users\Preston\Documents\AutoPlay Media Studio 8\Projects\FPDF\CD_Root\hpdf.dll'<br />
	no file 'C:\Users\Preston\Documents\AutoPlay Media Studio 8\Projects\FPDF\CD_Root\hpdf51.dll'<br />
	no file 'C:\Users\Preston\Documents\AutoPlay Media Studio 8\Projects\FPDF\CD_Root\clibs\hpdf.dll'<br />
	no file 'C:\Users\Preston\Documents\AutoPlay Media Studio 8\Projects\FPDF\CD_Root\clibs\hpdf51.dll'<br />
	no file 'C:\Users\Preston\Documents\AutoPlay Media Studio 8\Projects\FPDF\CD_Root\loadall.dll'<br />
	no file 'C:\Users\Preston\Documents\AutoPlay Media Studio 8\Projects\FPDF\CD_Root\clibs\loadall.dll'<br />
<br />
Stack Traceback:<br />
<br />
1: [Project -&gt; On Startup] Line: 1 in main chunk<br />
---------------------------<br />
OK   <br />
---------------------------
			
		<hr />
	</div>
</div> The C Source file is called &quot;hpdf.c&quot; - What am I doing wrong here?</div>

 ]]></content:encoded>
			<category domain="http://www.indigorose.com/forums/forums/98-AutoPlay-Media-Studio-8-Discussion">AutoPlay Media Studio 8 Discussion</category>
			<dc:creator>Jrb1x</dc:creator>
			<guid isPermaLink="true">http://www.indigorose.com/forums/threads/34874-Using-C-Source-File-in-AMS</guid>
		</item>
		<item>
			<title>SetFolderPermissions</title>
			<link>http://www.indigorose.com/forums/threads/34873-SetFolderPermissions?goto=newpost</link>
			<pubDate>Thu, 13 Jun 2013 15:54:05 GMT</pubDate>
			<description>Hi, 
 
I need to set folder permissions for a folder created during a patch process. In the Setup Factory there is a function SetPermissions, but this function is missing in Visual Patch. 
 
How can I set folder permissions in a Visual Patch action? 
 
Thanks for any help or instruction. 
EvRenesse</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I need to set folder permissions for a folder created during a patch process. In the Setup Factory there is a function SetPermissions, but this function is missing in Visual Patch.<br />
<br />
How can I set folder permissions in a Visual Patch action?<br />
<br />
Thanks for any help or instruction.<br />
EvRenesse</div>

 ]]></content:encoded>
			<category domain="http://www.indigorose.com/forums/forums/74-Visual-Patch-3.5-Discussion">Visual Patch 3.5 Discussion</category>
			<dc:creator>EvRenesse</dc:creator>
			<guid isPermaLink="true">http://www.indigorose.com/forums/threads/34873-SetFolderPermissions</guid>
		</item>
		<item>
			<title><![CDATA[[Plugin] ExplorerLIst...]]></title>
			<link>http://www.indigorose.com/forums/threads/34872-Plugin-ExplorerLIst...?goto=newpost</link>
			<pubDate>Thu, 13 Jun 2013 13:53:28 GMT</pubDate>
			<description><![CDATA[Hello  
anyone have this plugin in version 1.0.0.1 
where I can download it 
I have the version 1.0.0.0 
I can not update the page's creator does not work]]></description>
			<content:encoded><![CDATA[<div>Hello <br />
anyone have this plugin in version 1.0.0.1<br />
where I can download it<br />
I have the version 1.0.0.0<br />
I can not update the page's creator does not work</div>

 ]]></content:encoded>
			<category domain="http://www.indigorose.com/forums/forums/98-AutoPlay-Media-Studio-8-Discussion">AutoPlay Media Studio 8 Discussion</category>
			<dc:creator>josevez</dc:creator>
			<guid isPermaLink="true">http://www.indigorose.com/forums/threads/34872-Plugin-ExplorerLIst...</guid>
		</item>
		<item>
			<title>Update</title>
			<link>http://www.indigorose.com/forums/threads/34871-Update?goto=newpost</link>
			<pubDate>Thu, 13 Jun 2013 10:27:25 GMT</pubDate>
			<description>Hello people, 
 
What would be the best way to update a Web/Email Executable file to a new version ? 
 
Thanks</description>
			<content:encoded><![CDATA[<div>Hello people,<br />
<br />
What would be the best way to update a Web/Email Executable file to a new version ?<br />
<br />
Thanks</div>

 ]]></content:encoded>
			<category domain="http://www.indigorose.com/forums/forums/98-AutoPlay-Media-Studio-8-Discussion">AutoPlay Media Studio 8 Discussion</category>
			<dc:creator>jakabo</dc:creator>
			<guid isPermaLink="true">http://www.indigorose.com/forums/threads/34871-Update</guid>
		</item>
		<item>
			<title>Fpdf Image Errors</title>
			<link>http://www.indigorose.com/forums/threads/34870-Fpdf-Image-Errors?goto=newpost</link>
			<pubDate>Wed, 12 Jun 2013 18:13:30 GMT</pubDate>
			<description><![CDATA[Hello everyone, 
 
I've been playing around with the Fpdf library lately. All of the functionality seems to work just fine, but when I try to add an image of any kind, it throws an error. 
 
PNG Error: 
 
---Quote--- 
--------------------------- 
Error 
---------------------------]]></description>
			<content:encoded><![CDATA[<div>Hello everyone,<br />
<br />
I've been playing around with the Fpdf library lately. All of the functionality seems to work just fine, but when I try to add an image of any kind, it throws an error.<br />
<br />
PNG Error:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			---------------------------<br />
Error<br />
---------------------------<br />
Error: .\AutoPlay\Scripts\luaFpdf.lua:381: Unsupported image type: png<br />
<br />
Stack Traceback:<br />
<br />
1: [.\AutoPlay\Scripts\luaFpdf.lua] Line: 381 in function 'Error'<br />
2: [.\AutoPlay\Scripts\luaFpdf.lua] Line: 512 in function 'Image'<br />
3: [Globals] Line: 213 in function 'writePDF'<br />
4: [Project -&gt; On Startup] Line: 11 in main chunk<br />
---------------------------<br />
OK   <br />
---------------------------
			
		<hr />
	</div>
</div> <br />
<br />
<br />
JPG Error:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			---------------------------<br />
Error<br />
---------------------------<br />
Error: .\AutoPlay\Scripts\get_image_info.lua:187: bad argument #2 to 'error' (number expected, got string)<br />
<br />
Stack Traceback:<br />
<br />
1: [.\AutoPlay\Scripts\get_image_info.lua] Line: 187 in function 'get_jpeg_info'<br />
2: [.\AutoPlay\Scripts\luaFpdf.lua] Line: 1750 in function '_parsejpg'<br />
3: [.\AutoPlay\Scripts\luaFpdf.lua] Line: 503 in function 'Image'<br />
4: [Globals] Line: 213 in function 'writePDF'<br />
5: [Project -&gt; On Startup] Line: 11 in main chunk<br />
---------------------------<br />
OK   <br />
---------------------------
			
		<hr />
	</div>
</div> <br />
The code I'm using is simple &amp; follows the official API:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">local pdf = luaFPDF:new()<br />
pdf:AddPage();<br />
pdf:SetFont('Arial','',8);<br />
pdf:Image('C:\\13.png',10,6,30);</code><hr />
</div> Has anyone else experienced this with Fpdf?</div>

 ]]></content:encoded>
			<category domain="http://www.indigorose.com/forums/forums/98-AutoPlay-Media-Studio-8-Discussion">AutoPlay Media Studio 8 Discussion</category>
			<dc:creator>Jrb1x</dc:creator>
			<guid isPermaLink="true">http://www.indigorose.com/forums/threads/34870-Fpdf-Image-Errors</guid>
		</item>
		<item>
			<title>Comment lines/files</title>
			<link>http://www.indigorose.com/forums/threads/34869-Comment-lines-files?goto=newpost</link>
			<pubDate>Wed, 12 Jun 2013 14:14:45 GMT</pubDate>
			<description><![CDATA[Hi, 
 
 it could be fine, in the main screen (Archive), to have buttons to comment a file or more; something, it's interesting, during the development, to suspend the installation of files; now, we are obliged to remove them and to re-create them if needed 
 
 thanks if you can take care of this...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
 it could be fine, in the main screen (Archive), to have buttons to comment a file or more; something, it's interesting, during the development, to suspend the installation of files; now, we are obliged to remove them and to re-create them if needed<br />
<br />
 thanks if you can take care of this request<br />
 sincerely,<br />
 Domi.</div>

 ]]></content:encoded>
			<category domain="http://www.indigorose.com/forums/forums/108-Setup-Factory-9-Suggestions">Setup Factory 9 Suggestions</category>
			<dc:creator>Domi</dc:creator>
			<guid isPermaLink="true">http://www.indigorose.com/forums/threads/34869-Comment-lines-files</guid>
		</item>
		<item>
			<title>Move up/down lines</title>
			<link>http://www.indigorose.com/forums/threads/34868-Move-up-down-lines?goto=newpost</link>
			<pubDate>Wed, 12 Jun 2013 13:56:00 GMT</pubDate>
			<description><![CDATA[Hi, 
 
it could be fine, in the main screen (Archive), to have buttons to move up/down lines to re-organize (or group) them; I'm always obliged to edit .suf file. 
 
thanks if you can take care of this request 
sincerely, 
Domi.]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
it could be fine, in the main screen (Archive), to have buttons to move up/down lines to re-organize (or group) them; I'm always obliged to edit .suf file.<br />
<br />
thanks if you can take care of this request<br />
sincerely,<br />
Domi.</div>

 ]]></content:encoded>
			<category domain="http://www.indigorose.com/forums/forums/108-Setup-Factory-9-Suggestions">Setup Factory 9 Suggestions</category>
			<dc:creator>Domi</dc:creator>
			<guid isPermaLink="true">http://www.indigorose.com/forums/threads/34868-Move-up-down-lines</guid>
		</item>
	</channel>
</rss>
