<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.avid.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Deko Family and On-Air Graphics</title><link>http://community.avid.com/forums/67.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008 SP2 (Build: 31106.96)</generator><item><title>Re: XML save command problem</title><link>http://community.avid.com/forums/thread/407693.aspx</link><pubDate>Mon, 15 Jun 2009 20:06:09 GMT</pubDate><guid isPermaLink="false">33dbc7b4-0359-4be4-a659-9f674152ccc7:407693</guid><dc:creator>DekoCast Dave</dc:creator><slash:comments>0</slash:comments><comments>http://community.avid.com/forums/thread/407693.aspx</comments><wfw:commentRss>http://community.avid.com/forums/commentrss.aspx?SectionID=67&amp;PostID=407693</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve discussed this with the engineering team and the &amp;lt;set&amp;gt; command does not actually save the scene (as we&amp;#39;ve already figured out). But they do suggest that you could do something like sending: &lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&amp;lt;cmd&amp;gt;&amp;lt;query&amp;gt;&amp;lt;scene&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;name/&amp;gt;&amp;lt;coordinates/&amp;gt;&amp;lt;instance/&amp;gt;&amp;lt;sceneparams/&amp;gt;&amp;lt;userparams/&amp;gt;&amp;lt;object&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;name/&amp;gt;&amp;lt;fullname/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;param&amp;gt;&amp;lt;name/&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;value/&amp;gt;&amp;lt;fullname/&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;/object&amp;gt;&amp;lt;/scene&amp;gt;&amp;lt;/query&amp;gt;&amp;lt;/cmd&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Which will generate a reply of the entire scene at that point. You could then use the MS XML Parser to Save the reply in an .xml file. &lt;/p&gt;
&lt;p&gt;Also, since DekoCast is aborting on you, that in itself is a bug. Please call our helpline at (800)NEWS-DNG or (800)639-7364 and then use Options 1, then 5 and then 1 to log a call. If you have a method for reproducing the failure, it will help us isolate the bug. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Dave&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: XML save command problem</title><link>http://community.avid.com/forums/thread/407450.aspx</link><pubDate>Sun, 14 Jun 2009 05:55:14 GMT</pubDate><guid isPermaLink="false">33dbc7b4-0359-4be4-a659-9f674152ccc7:407450</guid><dc:creator>wael</dc:creator><slash:comments>0</slash:comments><comments>http://community.avid.com/forums/thread/407450.aspx</comments><wfw:commentRss>http://community.avid.com/forums/commentrss.aspx?SectionID=67&amp;PostID=407450</wfw:commentRss><description>&lt;p&gt;Thanx man for your kind response,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Actually I design interactive TV games, but sometimes DekoCast crashes, and gives a system error, so I have to stop it and run it again, so the last status of the game will be lost, and the player will have to play from begining, because the scene will be opened as it was initially,&lt;/p&gt;
&lt;p&gt;But I thought if I saved the opened scene each time I send a command, the status of the game will be saved, and the player will only have to wait a few seconds until we re-run DekoCast.&lt;/p&gt;
&lt;p&gt;so the Answer to your question is that I&amp;#39;m trying to open the scene and saving it as another or in the same name, there&amp;#39;s no differece, either ways works fine with me.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: XML save command problem</title><link>http://community.avid.com/forums/thread/407015.aspx</link><pubDate>Thu, 11 Jun 2009 19:48:29 GMT</pubDate><guid isPermaLink="false">33dbc7b4-0359-4be4-a659-9f674152ccc7:407015</guid><dc:creator>DekoCast Dave</dc:creator><slash:comments>0</slash:comments><comments>http://community.avid.com/forums/thread/407015.aspx</comments><wfw:commentRss>http://community.avid.com/forums/commentrss.aspx?SectionID=67&amp;PostID=407015</wfw:commentRss><description>&lt;p&gt;Ok, I was able to give this a try. I tried: &lt;/p&gt;
&lt;p&gt;&amp;lt;cmd&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;scene&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;set&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;D:\Crawls\test.dkx&amp;lt;/name&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/set&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/scene&amp;gt;&lt;br /&gt;&amp;lt;/cmd&amp;gt;&lt;/p&gt;
&lt;p&gt;And I got a &amp;lt;/reply&amp;gt;. But I did not have any scenes open on the DekoCast and essentially nothing happened. If I first entered an &amp;lt;add&amp;gt;&amp;lt;name&amp;gt;D:\Crawls\crawl.dkx&amp;lt;/name&amp;gt;&amp;lt;/add&amp;gt; and the scene opened ok, if I then entered the above sequence, I got the &amp;quot;Unrecognized ...&amp;quot; error.&lt;/p&gt;
&lt;p&gt;But I&amp;#39;m not sure what I think should have happened. Are you trying to create and save a scene or are you trying open one scene and then save it as another?&lt;/p&gt;
&lt;p&gt;Let me know exactly what you are expecting to happen and I will enter a bug report. It does appear to be a bug of some kind, but I need a little bit more info.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: XML save command problem</title><link>http://community.avid.com/forums/thread/406854.aspx</link><pubDate>Thu, 11 Jun 2009 06:06:47 GMT</pubDate><guid isPermaLink="false">33dbc7b4-0359-4be4-a659-9f674152ccc7:406854</guid><dc:creator>wael</dc:creator><slash:comments>0</slash:comments><comments>http://community.avid.com/forums/thread/406854.aspx</comments><wfw:commentRss>http://community.avid.com/forums/commentrss.aspx?SectionID=67&amp;PostID=406854</wfw:commentRss><description>&lt;p&gt;I tried to save it as dkx and it didn&amp;#39;t work, thanx&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;u know the problem is that it&amp;#39;s in the Dekocast manual, how can they write anything in the manual and it doesn&amp;#39;t work?!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: XML save command problem</title><link>http://community.avid.com/forums/thread/406537.aspx</link><pubDate>Tue, 09 Jun 2009 16:33:41 GMT</pubDate><guid isPermaLink="false">33dbc7b4-0359-4be4-a659-9f674152ccc7:406537</guid><dc:creator>DekoCast Dave</dc:creator><slash:comments>0</slash:comments><comments>http://community.avid.com/forums/thread/406537.aspx</comments><wfw:commentRss>http://community.avid.com/forums/commentrss.aspx?SectionID=67&amp;PostID=406537</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m not sure if this will actually save the scene, but the error message you are getting is most likely because the scene name must have an extension of .dkx. Prior to the 4.0 release the .dkc extension was used. After 4.0 the .dkc can be read, but only .dkx files can be written to. Try changing your scene name to .dkx.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: XML save command problem</title><link>http://community.avid.com/forums/thread/406264.aspx</link><pubDate>Mon, 08 Jun 2009 06:05:36 GMT</pubDate><guid isPermaLink="false">33dbc7b4-0359-4be4-a659-9f674152ccc7:406264</guid><dc:creator>wael</dc:creator><slash:comments>0</slash:comments><comments>http://community.avid.com/forums/thread/406264.aspx</comments><wfw:commentRss>http://community.avid.com/forums/commentrss.aspx?SectionID=67&amp;PostID=406264</wfw:commentRss><description>&lt;p&gt;Thank you very much for your reply,&lt;/p&gt;
&lt;p&gt;But I didn&amp;#39;t invint this &amp;lt;set&amp;gt; tag was demonstrated in the Dekocast manuals, &lt;/p&gt;
&lt;p&gt;anyway, I need a way to save the scene automatically using xml tag commands,&lt;/p&gt;
&lt;p&gt;anyone can help?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: XML save command problem</title><link>http://community.avid.com/forums/thread/405718.aspx</link><pubDate>Thu, 04 Jun 2009 19:33:03 GMT</pubDate><guid isPermaLink="false">33dbc7b4-0359-4be4-a659-9f674152ccc7:405718</guid><dc:creator>LGarvin</dc:creator><slash:comments>0</slash:comments><comments>http://community.avid.com/forums/thread/405718.aspx</comments><wfw:commentRss>http://community.avid.com/forums/commentrss.aspx?SectionID=67&amp;PostID=405718</wfw:commentRss><description>&lt;p&gt;Ther is no &amp;lt;Set&amp;gt; tag&amp;nbsp;for a scene.&lt;/p&gt;
&lt;p&gt;Valid sub tags at the scene level are listed on page 15 of the document&lt;/p&gt;
&lt;p&gt;&amp;lt;object&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;action&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;name&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;add&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;remove&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;show&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;showex&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;hide&amp;gt;&lt;/p&gt;
&lt;p&gt;-Lou Garvin&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>XML save command problem</title><link>http://community.avid.com/forums/thread/405129.aspx</link><pubDate>Tue, 02 Jun 2009 13:43:33 GMT</pubDate><guid isPermaLink="false">33dbc7b4-0359-4be4-a659-9f674152ccc7:405129</guid><dc:creator>wael</dc:creator><slash:comments>0</slash:comments><comments>http://community.avid.com/forums/thread/405129.aspx</comments><wfw:commentRss>http://community.avid.com/forums/commentrss.aspx?SectionID=67&amp;PostID=405129</wfw:commentRss><description>&lt;p&gt;Hello guys,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m new at the forum, I&amp;#39;m using DekoCast version 4.1 Build 28&lt;/p&gt;
&lt;p&gt;and I&amp;#39;m communicating with it usind Java and TCP/IP Socket and controlling the scene using XML Commands&lt;/p&gt;
&lt;p&gt;and I have done so many projects and live games, but sometimes DekoCast application hangs, and gives a windows error &amp;quot;DekoCast has caused an error and it has to close, Report this problem to Microsoft&amp;quot;, I think all of you know this error message.&lt;/p&gt;
&lt;p&gt;so I want to be able to save the scene using XML commands,&lt;/p&gt;
&lt;p&gt;the RocketEngineBCI.pdf contains all the xml commands including the following:&lt;/p&gt;
&lt;p&gt;&amp;lt;scene&amp;gt;&amp;lt;set&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This command sets properties of the selected scene(s).&lt;br /&gt;Valid subtags:&lt;br /&gt;&amp;lt;name&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Property The full path name under which the selected scene(s) should be saved.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I tried the following:&lt;/p&gt;
&lt;p&gt;&amp;lt;cmd&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;scene&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;set&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;C:\DekoCast\samples\XML\XML Sender\Elements\SimpleDeko.dkc&amp;lt;/name&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/set&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/scene&amp;gt;&lt;br /&gt;&amp;lt;/cmd&amp;gt;&lt;/p&gt;
&lt;p&gt;and gave the following error&lt;/p&gt;
&lt;p&gt;&amp;lt;reply&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;error&amp;gt;Unrecognized tag: name&amp;lt;/error&amp;gt;&lt;br /&gt;&amp;lt;/reply&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;can anybody help me with this? I want to save the scene using XML Commands, &lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>