<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Flow Graoh version 16.1.0</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : Flow Graoh version 16.1.0]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 20:21:00 +0000</pubDate>
  <lastBuildDate>Mon, 15 Jul 2013 06:07:51 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=21618</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Flow Graoh version 16.1.0 : Some news for the next release...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21618&amp;PID=71366&amp;title=flow-graoh-version-16-1-0#71366</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5158">lrenoux</a><br /><strong>Subject:</strong> 21618<br /><strong>Posted:</strong> 15 July 2013 at 6:07am<br /><br />Some news for the next release date (16.2.1) ?]]>
   </description>
   <pubDate>Mon, 15 Jul 2013 06:07:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21618&amp;PID=71366&amp;title=flow-graoh-version-16-1-0#71366</guid>
  </item> 
  <item>
   <title><![CDATA[Flow Graoh version 16.1.0 : The crash is fixed and will be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21618&amp;PID=71232&amp;title=flow-graoh-version-16-1-0#71232</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7464">ilya</a><br /><strong>Subject:</strong> 21618<br /><strong>Posted:</strong> 27 June 2013 at 8:37am<br /><br />The crash is fixed and will be available soon in 16.2.1]]>
   </description>
   <pubDate>Thu, 27 Jun 2013 08:37:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21618&amp;PID=71232&amp;title=flow-graoh-version-16-1-0#71232</guid>
  </item> 
  <item>
   <title><![CDATA[Flow Graoh version 16.1.0 : This is not serious.Release 16.2.0...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21618&amp;PID=71145&amp;title=flow-graoh-version-16-1-0#71145</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5158">lrenoux</a><br /><strong>Subject:</strong> 21618<br /><strong>Posted:</strong> 19 June 2013 at 3:32am<br /><br /><div>This is not serious.</div><div><br></div>Release 16.2.0 is a great regression ! Nothing has changed except the size node saved in file format (oh !), but new bugs come to us. Just try to start FlowGraphSample, just move a node and finally File/New or Ctrl+N and click somewhere in the page or change in combobox 'Flow Graph Diagrams' type, always resulting in a crash or assert or whatever.<div><br></div><div>And please don't tell me to read the documentation, the API AddNamedConnectionPoints is not used correctly in YOUR sample because of changes.</div><div><br></div><div>FlowGraphSampleView.cpp : line 1021</div><div><div><span ="Apple-tab-span" style="white-space:pre">		</span>else if (nCommand == ID_CONNECTIONPOINT_ADD)</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>static int iConnectionPointN = 0;</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">			</span>CString newPointName;</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>newPointName.Format(_T("New connection point %d"), iConnectionPointN++);</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">			</span>pNode-&gt;AddNamedConnectionPoints(newPointName, xtpFlowGraphPointInputAndOutput);</div><div><span ="Apple-tab-span" style="white-space:pre">			</span></div><div><span ="Apple-tab-span" style="white-space:pre">			</span>m_wndControl.RedrawControl();</div><div><span ="Apple-tab-span" style="white-space:pre">			</span></div><div><span ="Apple-tab-span" style="white-space:pre">			</span>m_wndControl.RenameConnectionPoint(pConnectionPoint); &lt;=== WRONG CODE</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>}</div></div><div><br></div><div>Tickets opened with no answer (no mail returns with id, created here&nbsp;<a href="https://www.codejock.com/support/" target="_blank" rel="nofollow">https://www.codejock.com/support/</a><span style="line-height: 1.4;">).</span></div><div><span style="line-height: 1.4;"><br></span></div><div>Disappointed.</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Wed, 19 Jun 2013 03:32:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21618&amp;PID=71145&amp;title=flow-graoh-version-16-1-0#71145</guid>
  </item> 
  <item>
   <title><![CDATA[Flow Graoh version 16.1.0 : AddNamedConnectionPoints doesn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21618&amp;PID=71110&amp;title=flow-graoh-version-16-1-0#71110</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7464">ilya</a><br /><strong>Subject:</strong> 21618<br /><strong>Posted:</strong> 17 June 2013 at 11:22am<br /><br /><div><span style=": rgb248, 248, 252;">AddNamedConnectionPoints doesn't return any values.</span></div>16.2 release with FlowGraph issues fixed is released on 14 of June 2013<div>Please read the document called '<span style=": rgb248, 248, 252;"><span style="line-height: 1.4;">NewFlowGraphDoc.pdf', it describes new&nbsp;</span>approach<span style="line-height: 1.4;">&nbsp;towards connection points and default nodes.</span></span></div><div><span style=": rgb248, 248, 252;"><span style="line-height: 1.4;">Your support tickets will be answered.</span></span></div>]]>
   </description>
   <pubDate>Mon, 17 Jun 2013 11:22:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21618&amp;PID=71110&amp;title=flow-graoh-version-16-1-0#71110</guid>
  </item> 
  <item>
   <title><![CDATA[Flow Graoh version 16.1.0 : 1. No backward compatibility is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21618&amp;PID=71102&amp;title=flow-graoh-version-16-1-0#71102</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5158">lrenoux</a><br /><strong>Subject:</strong> 21618<br /><strong>Posted:</strong> 14 June 2013 at 4:55am<br /><br />1. No backward compatibility is just amazing : do you think you sold a library to don't be used ! With tinyXml library, it remains some problems with node size but if it can help someone ...<div><br><div><div><span ="Apple-tab-span" style="white-space:pre">	</span>TiXmlDocument* pXMLSchedulers = new TiXmlDocument( "Schedulers.xml" );</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>TiXmlDocument* pXMLFlowGraph = new TiXmlDocument( "FlowGraph.xml" );</div><div><span ="Apple-tab-span" style="white-space:pre">	</span></div><div><span ="Apple-tab-span" style="white-space:pre">	</span>map &lt;string, pair&lt;string,string&gt; &gt; connectionPointMap;</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">	</span>if ( pXMLSchedulers-&gt;LoadFile( TIXML_ENCODING_UTF8 ))</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>TiXmlNode* pSchedulers = &nbsp;pXMLSchedulers-&gt;FirstChild("Schedulers");</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">		</span>if (pSchedulers)</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>TiXmlElement flowGraph("FlowGraph");</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">			</span>flowGraph.SetAttribute("CompactMode","1");</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">			</span>TiXmlNode *pFlowGraph = pXMLFlowGraph-&gt;InsertEndChild(flowGraph);</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">			</span>TiXmlNode* pPages = pSchedulers-&gt;FirstChild("Pages");</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">			</span>while (pPages != NULL)</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">				</span>TiXmlNode *pPagesClone = pPages-&gt;Clone();</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">				</span>pFlowGraph-&gt;LinkEndChild(pPagesClone);</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">				</span>TiXmlNode *pPage = pPagesClone-&gt;FirstChild("Page");</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">				</span>while (pPage)</div><div><span ="Apple-tab-span" style="white-space:pre">				</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">					</span>TiXmlNode *pNode = pPage-&gt;FirstChild("Node");</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">					</span>while (pNode)</div><div><span ="Apple-tab-span" style="white-space:pre">					</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">						</span>string idNode = Util::Convert("%ld",pNode);</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">						</span>TiXmlElement *pNodeElement = pNode-&gt;ToElement();</div><div><span ="Apple-tab-span" style="white-space:pre">						</span>pNodeElement-&gt;SetAttribute("Id",idNode.c_str());</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">						</span>// don't know how to calc real size.</div><div><span ="Apple-tab-span" style="white-space:pre">						</span>pNodeElement-&gt;SetAttribute("UserSize","200, 200");</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">						</span>TiXmlNode *pConnectionPoint = pNode-&gt;FirstChild("ConnectionPoint");</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">						</span>uint index = 0;</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">						</span>while (pConnectionPoint)</div><div><span ="Apple-tab-span" style="white-space:pre">						</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">							</span>TiXmlElement* pConnectionPointElement = pConnectionPoint-&gt;ToElement();</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">							</span>// Create name attribute</div><div><span ="Apple-tab-span" style="white-space:pre">							</span>CString newPointName;</div><div><span ="Apple-tab-span" style="white-space:pre">							</span>newPointName.Format(_T("%ld"), Timer().Start());</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">							</span>pConnectionPointElement-&gt;SetAttribute("Name",newPointName);</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">							</span>// Memorize Id to reconnect</div><div><span ="Apple-tab-span" style="white-space:pre">							</span>string idConnectionPoint = pConnectionPointElement-&gt;Attribute("Id");</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">							</span>connectionPointMap&#091;idConnectionPoint&#093;=make_pair(idNode,Util::Convert("%d",index));</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">							</span>pConnectionPointElement-&gt;RemoveAttribute("Id");</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">							</span>pConnectionPoint = pConnectionPoint-&gt;NextSibling("ConnectionPoint");</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">							</span>index++;</div><div><span ="Apple-tab-span" style="white-space:pre">						</span>}</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">						</span>pNode = pNode-&gt;NextSibling("Node");</div><div><span ="Apple-tab-span" style="white-space:pre">					</span>}</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">					</span>TiXmlNode *pConnection = pPage-&gt;FirstChild("Connection");</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">					</span>while (pConnection)</div><div><span ="Apple-tab-span" style="white-space:pre">					</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">						</span>TiXmlElement *pConnectionElement = pConnection-&gt;ToElement();</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">						</span>string input = pConnectionElement-&gt;Attribute("Input");</div><div><span ="Apple-tab-span" style="white-space:pre">						</span>string output = pConnectionElement-&gt;Attribute("Output");</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">						</span>if (connectionPointMap.find(input) == connectionPointMap.end() || connectionPointMap.find(output) == connectionPointMap.end())</div><div><span ="Apple-tab-span" style="white-space:pre">						</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">							</span>assert(false);</div><div><span ="Apple-tab-span" style="white-space:pre">							</span>continue;</div><div><span ="Apple-tab-span" style="white-space:pre">						</span>}</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">						</span>pConnectionElement-&gt;SetAttribute("InputNode",connectionPointMap&#091;input&#093;.first.c_str());</div><div><span ="Apple-tab-span" style="white-space:pre">						</span>pConnectionElement-&gt;SetAttribute("InputPointIndex",connectionPointMap&#091;input&#093;.second.c_str());</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">						</span>pConnectionElement-&gt;SetAttribute("OutputNode",connectionPointMap&#091;output&#093;.first.c_str());</div><div><span ="Apple-tab-span" style="white-space:pre">						</span>pConnectionElement-&gt;SetAttribute("OutputPointIndex",connectionPointMap&#091;output&#093;.second.c_str());</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">						</span>pConnectionElement-&gt;RemoveAttribute("Input");</div><div><span ="Apple-tab-span" style="white-space:pre">						</span>pConnectionElement-&gt;RemoveAttribute("Output");</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">						</span>pConnection = pConnection-&gt;NextSibling("Connection");</div><div><span ="Apple-tab-span" style="white-space:pre">					</span>}</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">					</span>pPage = pPage-&gt;NextSibling("Page");</div><div><span ="Apple-tab-span" style="white-space:pre">				</span>}</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">				</span>pPages = pPages-&gt;NextSibling("Pages");</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>}</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>}</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>}</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">	</span>bool ret = pXMLFlowGraph-&gt;SaveFile();</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">	</span>delete pXMLSchedulers;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>delete pXMLFlowGraph;</div></div></div><div><br></div><div>2. Ok. When is the next release ?</div><div><br></div><div>3. No. This is not an api changed but a bug. Your sample try to give a chance to the user to rename a connecting point added. With theses changes, you can't (no return with the new method AddNamedConnectionPoints) and the sample code is wrong, trying to rename not the connection point added but the last selected.</div><div><br></div><div>4. I have opened so many tickets with no return that it seems that my english is not understood.</div><div><br></div><div>Cheers,</div><div><br></div><div>L.</div>]]>
   </description>
   <pubDate>Fri, 14 Jun 2013 04:55:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21618&amp;PID=71102&amp;title=flow-graoh-version-16-1-0#71102</guid>
  </item> 
  <item>
   <title><![CDATA[Flow Graoh version 16.1.0 : 1. There&amp;#039;s no backward compatibility...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21618&amp;PID=71035&amp;title=flow-graoh-version-16-1-0#71035</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7464">ilya</a><br /><strong>Subject:</strong> 21618<br /><strong>Posted:</strong> 31 May 2013 at 1:57pm<br /><br />1. There's no backward compatibility for old file format<div>2. Will fix it the next release</div><div>3. Yes, API is changed. See&nbsp;</div><div>Workspace\Support\FlowGraph\NewFlowGraphDoc.pdf</div>]]>
   </description>
   <pubDate>Fri, 31 May 2013 13:57:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21618&amp;PID=71035&amp;title=flow-graoh-version-16-1-0#71035</guid>
  </item> 
  <item>
   <title><![CDATA[Flow Graoh version 16.1.0 : Lot of bugs in the new release...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21618&amp;PID=70889&amp;title=flow-graoh-version-16-1-0#70889</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5158">lrenoux</a><br /><strong>Subject:</strong> 21618<br /><strong>Posted:</strong> 30 April 2013 at 11:20am<br /><br />Lot of bugs in the new release 16.1.0.<div><br></div><div>1. File format has changed and no ascendant compatibility has been given.</div><div>2. New file format doesn't remember size of node.</div><div>3. API to add a connection point to a node has been changed (AddNamedConnectionPoints), but we have no access to the connection point created. Sample FlowGraphSample has some bugs due to this restriction like being unable to rename the connection point created.</div><div><br></div><div>and so on ...</div><div><br></div><div>Tickets has been opened.</div><div><br></div><div>Could we waiting for a hot patch ?</div>]]>
   </description>
   <pubDate>Tue, 30 Apr 2013 11:20:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21618&amp;PID=70889&amp;title=flow-graoh-version-16-1-0#70889</guid>
  </item> 
 </channel>
</rss>