<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/cognitionmaster/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/cognitionmaster/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 27 May 2013 10:45:20 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cognitionmaster/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/cognitionmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Stephan,&lt;/p&gt;
&lt;p&gt;About the "Process" menu, when I compile the code, it finds the plugin files in the directory: path=Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData)+PROCESS_PATH;&lt;/p&gt;
&lt;p&gt;But the files in this directory are installed when we setup CognitionMaster.exe&lt;/p&gt;
&lt;p&gt;Can you suggest me the solution that I do not have to install CognitionMaster.exe but plugins are loaded fully.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dung</dc:creator><pubDate>Mon, 27 May 2013 10:45:20 -0000</pubDate><guid>https://sourceforge.netc75418796684ff2fd44008933073cb998053351f</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/cognitionmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks Stephan.&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dung</dc:creator><pubDate>Fri, 03 May 2013 00:46:51 -0000</pubDate><guid>https://sourceforge.netfca0081f6e9b9c85429ad5a6824e484efaf49737</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/cognitionmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Dung,&lt;/p&gt;
&lt;p&gt;to change or add menu entires you can use ProgramMainMenu.cs in the #Accessory.CognitionMaster project. There are all menu entries except the "Process" menu. This menu entry is created dynamically by the ProcessMenu plugin which is defined in ProcessMenu.cs in the #Accessory.CognitionMaster.DefaultPlugins Project.&lt;/p&gt;
&lt;p&gt;Cheers&lt;br /&gt;
Stephan&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephan Wienert</dc:creator><pubDate>Thu, 02 May 2013 17:10:50 -0000</pubDate><guid>https://sourceforge.netbbd6e90fe7da356d859f1dd151fb3c8947f176fa</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/cognitionmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Stephan,&lt;/p&gt;
&lt;p&gt;I want to change exited behavior directly of menu buttons instead of overriding, I have been searching for OnItemClicked methods but with no luck. I did open Quick Guide and doxygen.&lt;/p&gt;
&lt;p&gt;It is really hard to trace codes. What I tried was searching keywords on menu items for example "Contour Based Segmentation RGB", "Object Layer"... The results were not found.I also manually opened files on projects but still no luck.&lt;/p&gt;
&lt;p&gt;Can you suggest ways to reach those methods.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Dung &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dung</dc:creator><pubDate>Thu, 02 May 2013 06:41:06 -0000</pubDate><guid>https://sourceforge.net39bce27aab1384599093f2da8d816c563b82234a</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/cognitionmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Dung,&lt;/p&gt;
&lt;p&gt;did you see our quick guide? You may open it via the windows start menu Programs =&amp;gt; CognitionMaster =&amp;gt; Quick Guide or via pressing F1 within CognitionMaster. If you want to change the behaviour for specific buttons or menu entries you may write a plugin and overwrite the OnItemClicked method.&lt;/p&gt;
&lt;p&gt;If you have any other questions just contact me.&lt;/p&gt;
&lt;p&gt;Cheers&lt;br /&gt;
Stephan&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephan Wienert</dc:creator><pubDate>Thu, 25 Apr 2013 03:59:00 -0000</pubDate><guid>https://sourceforge.net2c4fa223b0e068d1e7e811bbcf131de1206aecc9</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/cognitionmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I got it.&lt;br /&gt;
In fact I find that it is hard to find event-handlers without using Design Form in your project (Just my opinion). I will try to understand.&lt;/p&gt;
&lt;p&gt;Again, thanks you!&lt;br /&gt;
Cheers,&lt;br /&gt;
Dung&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dung</dc:creator><pubDate>Wed, 24 Apr 2013 18:56:28 -0000</pubDate><guid>https://sourceforge.net938f1735a977b5a33186f06d4da80adcb9f3d5df</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/cognitionmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Dung,&lt;/p&gt;
&lt;p&gt;if you run the software from within your IDE the executable from the bin\release folder of the start project is executed. That is why i use the built events to copy the binaries to the program files folder and configured the project to execute CognitionMaster from there. Because these pathes are specific for my computer you get the mentioned errors. If you want to use the built events you have to change the pathes in the project settings (built events tab) to the correct project location on your computer. If you dont want use the built events then just remove the commands in the project settings. You may then execute CognitionMaster from the bin\release folder of the DefaultPlugins Project.&lt;/p&gt;
&lt;p&gt;Cheers&lt;br /&gt;
Stephan&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephan Wienert</dc:creator><pubDate>Wed, 24 Apr 2013 17:49:39 -0000</pubDate><guid>https://sourceforge.netf6c23316291b421106efeb560cd8909d4727cba3</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/cognitionmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Stephan,&lt;/p&gt;
&lt;p&gt;I just ran Debug -&amp;gt; Run in IDE, so it should load all plugins as you said. I did not launch directly from the bin/release folder.&lt;/p&gt;
&lt;p&gt;I did not get the two following ideas.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;[URL=http://s697.photobucket.com/user/tang_em_yeu/media/1.jpg.html]&lt;/span&gt;&lt;br /&gt;
When I press Run Debug, it will start external program instead of launching complied code.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="http://s697.photobucket.com/user/tang_em_yeu/media/2.jpg.html"&gt;http://s697.photobucket.com/user/tang_em_yeu/media/2.jpg.html&lt;/a&gt;&lt;br /&gt;
Why do we need use those commands with "S:.." is not real directory in a computer hard disk.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;As a result, those commands will make error as I compiled the code&lt;br /&gt;
&lt;a href="http://s697.photobucket.com/user/tang_em_yeu/media/3.jpg.html"&gt;http://s697.photobucket.com/user/tang_em_yeu/media/3.jpg.html&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Thanks for your support,&lt;br /&gt;
Dung&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dung</dc:creator><pubDate>Wed, 24 Apr 2013 13:54:04 -0000</pubDate><guid>https://sourceforge.net2aa0ba88e72a20f727ce5d7b1c9032a56b196cdc</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/cognitionmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Dung,&lt;/p&gt;
&lt;p&gt;the Process menu and the tab pages come from the #Accessory.CogntionMaster.DefaultPlugins.dll. CognitionMaster parses all dll files in the startup path to find plugins. If you launch CognitionMaster directly from its bin\release folder you will not have the plugins because the corresponding dll file is not located in this directory. I use build events to copy the dll files and CognitionMaster.exe to the program files folder and then launch CognitionMaster from that folder.&lt;/p&gt;
&lt;p&gt;Stephan&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephan Wienert</dc:creator><pubDate>Wed, 24 Apr 2013 11:26:03 -0000</pubDate><guid>https://sourceforge.net63170be77600fa07e41cf41031592d63390e21aa</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/cognitionmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Stephan,&lt;/p&gt;
&lt;p&gt;I complied the code but it has different behaviours.&lt;br /&gt;
It does not have "Process" menu, Tab on the right panel, clicked functions on buttons.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[URL=http://s697.photobucket.com/user/tang_em_yeu/media/MyCompiled.jpg.html]&lt;/span&gt;&lt;span&gt;[IMG]&lt;/span&gt;http://i697.photobucket.com/albums/vv335/tang_em_yeu/MyCompiled.jpg&lt;span&gt;[/IMG]&lt;/span&gt;&lt;span&gt;[/URL]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;You can have a look at the picture.&lt;/p&gt;
&lt;p&gt;Thanks for replying,&lt;br /&gt;
Dung&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dung</dc:creator><pubDate>Wed, 24 Apr 2013 11:19:02 -0000</pubDate><guid>https://sourceforge.net0d08784ddc441006497a7af91deb6f5f99947ad4</guid></item></channel></rss>