<?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 : Create XML layot for RC</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Create XML layot for RC]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 08:21:23 +0000</pubDate>
  <lastBuildDate>Tue, 09 May 2006 16:37:05 +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=3634</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[Create XML layot for RC : Hi, Yes, in 10.1.1 it was fixed....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=12832&amp;title=create-xml-layot-for-rc#12832</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3634<br /><strong>Posted:</strong> 09 May 2006 at 4:37pm<br /><br /><P>Hi,</P><P>Yes, in 10.1.1 it was fixed.</P>]]>
   </description>
   <pubDate>Tue, 09 May 2006 16:37:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=12832&amp;title=create-xml-layot-for-rc#12832</guid>
  </item> 
  <item>
   <title><![CDATA[Create XML layot for RC : &amp;lt;bump&amp;gt; ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=12831&amp;title=create-xml-layot-for-rc#12831</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1944">guywmustang</a><br /><strong>Subject:</strong> 3634<br /><strong>Posted:</strong> 09 May 2006 at 3:56pm<br /><br /><P>&lt;bump&gt;</P>]]>
   </description>
   <pubDate>Tue, 09 May 2006 15:56:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=12831&amp;title=create-xml-layot-for-rc#12831</guid>
  </item> 
  <item>
   <title><![CDATA[Create XML layot for RC : Has this error been fixed since...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=12827&amp;title=create-xml-layot-for-rc#12827</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1944">guywmustang</a><br /><strong>Subject:</strong> 3634<br /><strong>Posted:</strong> 09 May 2006 at 2:08pm<br /><br />Has this error been fixed since version 9.81 because I have had the same crash.&nbsp; I need to know if upgrading codejock will solve this problem, as it is a large bug for my software when trying to restore the layout.]]>
   </description>
   <pubDate>Tue, 09 May 2006 14:08:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=12827&amp;title=create-xml-layot-for-rc#12827</guid>
  </item> 
  <item>
   <title><![CDATA[Create XML layot for RC : yes, see it now :(  Please replace...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=11318&amp;title=create-xml-layot-for-rc#11318</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3634<br /><strong>Posted:</strong> 08 March 2006 at 11:42am<br /><br /><P>yes, see it now :(&nbsp; </P><P>Please replace two methods:</P><P>void CXTPDockingPaneLayout::Free()<BR>{<BR>&nbsp;m_pTopContainer = 0;<BR>&nbsp;m_pClient = 0;</P><P>&nbsp;while (!m_lstStack.IsEmpty())<BR>&nbsp;{<BR>&nbsp;&nbsp;CXTPDockingPaneBase* pPane = m_lstStack.RemoveTail();<BR>&nbsp;&nbsp;if (pPane-&gt;GetType() == xtpPaneTypeDockingPane)<BR>&nbsp;&nbsp;{<BR> &nbsp;&nbsp;&nbsp;((CXTPDockingPane*)pPane)-&gt;InternalRele ase();<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;else<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;delete pPane;<BR>&nbsp;&nbsp;}<BR>&nbsp;}</P><P>&nbsp;m_lstPanes.RemoveAll();</P><P>&nbsp;memset(m_wndPanels, 0, sizeof(m_wndPanels));<BR>}<BR></P><P>and</P><P>void CXTPDockingPaneMiniWnd::OnSetFocus(CWnd* pOldWnd)<BR>{<BR>&nbsp;CMiniFrameWnd::OnSetFocus(pOldWnd);</P><P>&nbsp;if (m_pTopContainer == 0)<BR>&nbsp;&nbsp;return;</P><P>&nbsp;if (!m_pLayout || !m_pLayout-&gt;IsValid())<BR>&nbsp;&nbsp;return;</P><P>&nbsp;CXTPDockingPaneBaseList lst;<BR> &nbsp;m_pTopContainer-&gt;FindPane(xtpPaneTypeTabbedContaine r, &amp;lst);</P><P>&nbsp;if (lst.GetCount() == 1)<BR>&nbsp;{<BR>&nbsp;&nbsp;CXTPDockingPane* pPane =<BR> &nbsp;&nbsp;&nbsp;((CXTPDockingPaneTabbedContainer*)lst.GetH ead())-&gt;GetSelected();<BR>&nbsp;&nbsp;if (pPane)<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;pPane-&gt;SetFocus();<BR>&nbsp;&nbsp;}<BR>&nbsp;}<BR>}<BR></P><P>&nbsp;</P><P>Thank you. </P>]]>
   </description>
   <pubDate>Wed, 08 Mar 2006 11:42:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=11318&amp;title=create-xml-layot-for-rc#11318</guid>
  </item> 
  <item>
   <title><![CDATA[Create XML layot for RC : I have the last version - 9.81 Very...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=11315&amp;title=create-xml-layot-for-rc#11315</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1780">Tanya</a><br /><strong>Subject:</strong> 3634<br /><strong>Posted:</strong> 08 March 2006 at 4:52am<br /><br /><P>I have the last version - 9.81</P><P>Very strange that you can't reproduce.<BR><BR>1. Run Pane sample</P><P>2. DoubleClick on Pane 2 to make it Float</P><P>3. Go to Layout-&gt;Run Mode</P><P>Crash in the function -<BR><FONT color=#0000ff size=2>void</FONT><FONT size=2> CXTPDockingPaneMiniWnd::OnSetFocus(CWnd* pOldWnd)</FONT></P><P><FONT size=2>Line-<BR><FONT size=2>m_pTopContainer-&gt;FindPane(xtpPaneTypeTabbedContainer, &amp;lst);</P></FONT></FONT><P>Here is a stack dump:</P><P> &gt;&nbsp;ToolkitPro981vc71D.dll!CXTPDockingPaneMiniWnd::OnS etFocus(CWnd * pOldWnd=0x016ed9b0)&nbsp; Line 381 + 0x1c&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!CWnd::OnWndMsg(unsigned int message=7, unsigned int wParam=2361370, long lParam=0, long * pResult=0x0012e2c8)&nbsp; Line 2074&nbsp;C++<BR> &nbsp;&nbsp;ToolkitPro981vc71D.dll!CXTPDockingPaneMiniWnd::O nWndMsg(unsigned int message=7, unsigned int wParam=2361370, long lParam=0, long * pResult=0x0012e2c8)&nbsp; Line 850&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!CWnd::WindowProc(unsigned int message=7, unsigned int wParam=2361370, long lParam=0)&nbsp; Line 1745 + 0x1e&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!AfxCallWndProc(CWnd * pWnd=0x016c6890, HWND__ * hWnd=0x0009085e, unsigned int nMsg=7, unsigned int wParam=2361370, long lParam=0)&nbsp; Line 241 + 0x1a&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!AfxWndProc(HWND__ * hWnd=0x0009085e, unsigned int nMsg=7, unsigned int wParam=2361370, long lParam=0)&nbsp; Line 389&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!AfxWndProcBase(HWND__ * hWnd=0x0009085e, unsigned int nMsg=7, unsigned int wParam=2361370, long lParam=0)&nbsp; Line 209 + 0x15&nbsp;C++<BR>&nbsp;&nbsp;user32.dll!77d48654() &nbsp;<BR>&nbsp;&nbsp;user32.dll!77d48723() &nbsp;<BR>&nbsp;&nbsp;user32.dll!77d49153() &nbsp;<BR>&nbsp;&nbsp;user32.dll!77d49196() &nbsp;<BR>&nbsp;&nbsp;ntdll.dll!77f75da3() &nbsp;<BR>&nbsp;&nbsp;user32.dll!77d4d191() &nbsp;<BR>&nbsp;&nbsp;mfc71d.dll!CWnd::DestroyWindow()&nbsp; Line 988 + 0xd&nbsp;C++<BR> &nbsp;&nbsp;ToolkitPro981vc71D.dll!CXTPDockingPaneTabbedCont ainer::~CXTPDockingPaneTabbedContainer()&nbsp;  Line 177&nbsp;C++<BR> &nbsp;&nbsp;ToolkitPro981vc71D.dll!CXTPDockingPaneTabbedCont ainer::`vector deleting destructor'()&nbsp; + 0x6c&nbsp;C++<BR> &nbsp;&nbsp;ToolkitPro981vc71D.dll!CXTPDockingPaneLayout::Fr ee()&nbsp; Line 83 + 0x32&nbsp;C++<BR> &nbsp;&nbsp;ToolkitPro981vc71D.dll!CXTPDockingPaneLayout::Co py(const CXTPDockingPaneLayout * pLayout=0x016c8860)&nbsp; Line 598&nbsp;C++<BR> &nbsp;&nbsp;ToolkitPro981vc71D.dll!CXTPDockingPaneManager::S etLayout(const CXTPDockingPaneLayout * pLayout=0x016c8860)&nbsp; Line 894&nbsp;C++<BR>&nbsp;&nbsp;PaneD.exe!CMainFrame::SwitchLayout()&nbsp; Line 476 + 0x1c&nbsp;C++<BR>&nbsp;&nbsp;PaneD.exe!CMainFrame::OnLayoutRun()&nbsp; Line 494&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!_AfxDispatchCmdMsg(CCmdTarget * pTarget=0x00332870, unsigned int nID=2788, int nCode=0, void (void)* pfn=0x0041164a, void * pExtra=0x00000000, unsigned int nSig=53, AFX_CMDHANDLERINFO * pHandlerInfo=0x00000000)&nbsp; Line 89&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!CCmdTarget::OnCmdMsg(unsigned int nID=2788, int nCode=0, void * pExtra=0x00000000, AFX_CMDHANDLERINFO * pHandlerInfo=0x00000000)&nbsp; Line 396 + 0x27&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!CFrameWnd::OnCmdMsg(unsigned int nID=2788, int nCode=0, void * pExtra=0x00000000, AFX_CMDHANDLERINFO * pHandlerInfo=0x00000000)&nbsp; Line 897 + 0x18&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!CMDIFrameWnd::OnCmdMsg(unsigned int nID=2788, int nCode=0, void * pExtra=0x00000000, AFX_CMDHANDLERINFO * pHandlerInfo=0x00000000)&nbsp; Line 85&nbsp;C++<BR> &nbsp;&nbsp;ToolkitPro981vc71D.dll!CXTPMDIFrameWnd::OnCmdMsg (unsigned int nID=2788, int nCode=0, void * pExtra=0x00000000, AFX_CMDHANDLERINFO * pHandlerInfo=0x00000000)&nbsp; Line 306&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!CWnd::OnCommand(unsigned int wParam=2788, long lParam=0)&nbsp; Line 2550&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!CFrameWnd::OnCommand(unsigned int wParam=2788, long lParam=0)&nbsp; Line 320&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!CMDIFrameWnd::OnCommand(unsigned int wParam=2788, long lParam=0)&nbsp; Line 54 + 0x10&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!CWnd::OnWndMsg(unsigned int message=273, unsigned int wParam=2788, long lParam=0, long * pResult=0x0012f0f0)&nbsp; Line 1759 + 0x1c&nbsp;C++<BR> &nbsp;&nbsp;ToolkitPro981vc71D.dll!CXTPCommandBarsSiteBase&l t;CMDIFrameWnd&gt;::OnWndMsg(unsigned  int message=273, unsigned int wParam=2788, long lParam=0, long * pResult=0x0012f0f0)&nbsp; Line 214&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!CWnd::WindowProc(unsigned int message=273, unsigned int wParam=2788, long lParam=0)&nbsp; Line 1745 + 0x1e&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!AfxCallWndProc(CWnd * pWnd=0x00332870, HWND__ * hWnd=0x000607de, unsigned int nMsg=273, unsigned int wParam=2788, long lParam=0)&nbsp; Line 241 + 0x1a&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!AfxWndProc(HWND__ * hWnd=0x000607de, unsigned int nMsg=273, unsigned int wParam=2788, long lParam=0)&nbsp; Line 389&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!AfxWndProcBase(HWND__ * hWnd=0x000607de, unsigned int nMsg=273, unsigned int wParam=2788, long lParam=0)&nbsp; Line 209 + 0x15&nbsp;C++<BR>&nbsp;&nbsp;user32.dll!77d48654() &nbsp;<BR>&nbsp;&nbsp;user32.dll!77d48723() &nbsp;<BR>&nbsp;&nbsp;user32.dll!77d4a7eb() &nbsp;<BR>&nbsp;&nbsp;user32.dll!77d4aa95() &nbsp;<BR> &nbsp;&nbsp;ToolkitPro981vc71D.dll!CXTPHookManager::HookWndP roc(HWND__ * hWnd=0x000607de, unsigned int message=273, unsigned int wParam=2788, long lParam=0)&nbsp; Line 169 + 0x1c&nbsp;C++<BR>&nbsp;&nbsp;user32.dll!77d48654() &nbsp;<BR>&nbsp;&nbsp;user32.dll!77d48723() &nbsp;<BR>&nbsp;&nbsp;user32.dll!77d4a0ec() &nbsp;<BR>&nbsp;&nbsp;user32.dll!77d4aa77() &nbsp;<BR>&nbsp;&nbsp;mfc71d.dll!CWnd::SendMessageA(unsigned int message=273, unsigned int wParam=2788, long lParam=0)&nbsp; Line 44 + 0x42&nbsp;C++<BR> &nbsp;&nbsp;ToolkitPro981vc71D.dll!CXTPControl::OnExecute()& nbsp; Line 339&nbsp;C++<BR> &nbsp;&nbsp;ToolkitPro981vc71D.dll!CXTPControlButton::OnLBut tonUp(CPoint __formal={...})&nbsp; Line 52 + 0x10&nbsp;C++<BR> &nbsp;&nbsp;ToolkitPro981vc71D.dll!CXTPCommandBar::OnLButton Up(unsigned int nFlags=0, CPoint point={...})&nbsp; Line 352 + 0x18&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!CWnd::OnWndMsg(unsigned int message=514, unsigned int wParam=0, long lParam=2162750, long * pResult=0x0012fa54)&nbsp; Line 2164&nbsp;C++<BR> &nbsp;&nbsp;ToolkitPro981vc71D.dll!CXTPCommandBar::OnWndMsg( unsigned int message=514, unsigned int wParam=0, long lParam=2162750, long * pResult=0x0012fa54)&nbsp; Line 1898&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!CWnd::WindowProc(unsigned int message=514, unsigned int wParam=0, long lParam=2162750)&nbsp; Line 1745 + 0x1e&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!AfxCallWndProc(CWnd * pWnd=0x016dc348, HWND__ * hWnd=0x00050996, unsigned int nMsg=514, unsigned int wParam=0, long lParam=2162750)&nbsp; Line 241 + 0x1a&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!AfxWndProc(HWND__ * hWnd=0x00050996, unsigned int nMsg=514, unsigned int wParam=0, long lParam=2162750)&nbsp; Line 389&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!AfxWndProcBase(HWND__ * hWnd=0x00050996, unsigned int nMsg=514, unsigned int wParam=0, long lParam=2162750)&nbsp; Line 209 + 0x15&nbsp;C++<BR>&nbsp;&nbsp;user32.dll!77d48654() &nbsp;<BR>&nbsp;&nbsp;user32.dll!77d48723() &nbsp;<BR>&nbsp;&nbsp;user32.dll!77d4a7eb() &nbsp;<BR>&nbsp;&nbsp;user32.dll!77d4aa95() &nbsp;<BR> &nbsp;&nbsp;ToolkitPro981vc71D.dll!CXTPHookManager::HookWndP roc(HWND__ * hWnd=0x00050996, unsigned int message=514, unsigned int wParam=0, long lParam=2162750)&nbsp; Line 169 + 0x1c&nbsp;C++<BR>&nbsp;&nbsp;user32.dll!77d48654() &nbsp;<BR>&nbsp;&nbsp;user32.dll!77d48723() &nbsp;<BR>&nbsp;&nbsp;user32.dll!77d48637() &nbsp;<BR>&nbsp;&nbsp;user32.dll!77d48999() &nbsp;<BR>&nbsp;&nbsp;mfc71d.dll!AfxInternalPreTranslateMessage(tagMSG * pMsg=0x00153c10)&nbsp; Line 246 + 0x8&nbsp;C++<BR>&nbsp;&nbsp;user32.dll!77d48fd2() &nbsp;<BR>&nbsp;&nbsp;mfc71d.dll!AfxInternalPumpMessage()&nbsp; Line 188&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!CWinThread::PumpMessage()&nbsp; Line 916&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!CWinThread::Run()&nbsp; Line 637 + 0xb&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!CWinApp::Run()&nbsp; Line 701&nbsp;C++<BR>&nbsp;&nbsp;mfc71d.dll!AfxWinMain(HINSTANCE__ * hInstance=0x00400000, HINSTANCE__ * hPrevInstance=0x00000000, char * lpCmdLine=0x00151f34, int nCmdShow=1)&nbsp; Line 49 + 0xb&nbsp;C++<BR>&nbsp;&nbsp;PaneD.exe!WinMain(HINSTANCE__ * hInstance=0x00400000, HINSTANCE__ * hPrevInstance=0x00000000, char * lpCmdLine=0x00151f34, int nCmdShow=1)&nbsp; Line 25&nbsp;C++<BR>&nbsp;&nbsp;PaneD.exe!WinMainCRTStartup()&nbsp; Line 390 + 0x39&nbsp;C<BR>&nbsp;&nbsp;kernel32.dll!77e8141a() &nbsp;<BR></P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 08 Mar 2006 04:52:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=11315&amp;title=create-xml-layot-for-rc#11315</guid>
  </item> 
  <item>
   <title><![CDATA[Create XML layot for RC : I can&amp;#039;t reproduce it also. What...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=11303&amp;title=create-xml-layot-for-rc#11303</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3634<br /><strong>Posted:</strong> 07 March 2006 at 10:44am<br /><br /><P>I can't reproduce it also.</P><P>What version of Toolkit do you have? </P><P>Better open issue in issuetrack&nbsp;for faster response. </P>]]>
   </description>
   <pubDate>Tue, 07 Mar 2006 10:44:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=11303&amp;title=create-xml-layot-for-rc#11303</guid>
  </item> 
  <item>
   <title><![CDATA[Create XML layot for RC : Hi Oleg,  It was very agent...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=11302&amp;title=create-xml-layot-for-rc#11302</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1780">Tanya</a><br /><strong>Subject:</strong> 3634<br /><strong>Posted:</strong> 07 March 2006 at 6:47am<br /><br /><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US">Hi Oleg,<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US"><o:p>&nbsp;</o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US">It was very agent bug. And I didn’t have a time to debug,<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US">Because all these computers are always busy.<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US">So I decided to remove all the “load from resource” issue.<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US"><o:p>&nbsp;</o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US">All I need is to have 4 layouts (not in XML file that user can see and change).<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US">And let user to switch between them.<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US">So I created the layouts inside my program.<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US">Like Run and Editor Mode in the Pane Sample.<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US"><o:p>&nbsp;</o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US">And now I have a crash.<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US"><o:p>&nbsp;</o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US">Scenario –<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US"><o:p>&nbsp;</o:p></SPAN></P><UL style="MARGIN-TOP: 0in" =disc><LI =Ms&#111;normal style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US">Run Pane Sample.<o:p></o:p></SPAN></LI><LI =Ms&#111;normal style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US">Make some pane float.<o:p></o:p></SPAN></LI><LI =Ms&#111;normal style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US">Change the Mode<o:p></o:p></SPAN></LI></UL><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US"><o:p>&nbsp;</o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US">Please try to help me as fast as possible.<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US"><o:p>&nbsp;</o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US">Thanks,<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-ansi-: EN-US">Tanya<o:p></o:p></SPAN></P>]]>
   </description>
   <pubDate>Tue, 07 Mar 2006 06:47:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=11302&amp;title=create-xml-layot-for-rc#11302</guid>
  </item> 
  <item>
   <title><![CDATA[Create XML layot for RC : I can&amp;#039;t reproduce it with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=11270&amp;title=create-xml-layot-for-rc#11270</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3634<br /><strong>Posted:</strong> 03 March 2006 at 8:58am<br /><br /><P>I can't reproduce it with even "clear" Windows 2000 :(</P><P>May be something with msxml... not sure, Can you ask them to try to debug into px.LoadFromString and check what line failed.</P><P>:(</P>]]>
   </description>
   <pubDate>Fri, 03 Mar 2006 08:58:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=11270&amp;title=create-xml-layot-for-rc#11270</guid>
  </item> 
  <item>
   <title><![CDATA[Create XML layot for RC : Yes ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=11240&amp;title=create-xml-layot-for-rc#11240</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1780">Tanya</a><br /><strong>Subject:</strong> 3634<br /><strong>Posted:</strong> 01 March 2006 at 7:40am<br /><br />Yes]]>
   </description>
   <pubDate>Wed, 01 Mar 2006 07:40:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=11240&amp;title=create-xml-layot-for-rc#11240</guid>
  </item> 
  <item>
   <title><![CDATA[Create XML layot for RC : Do you use Visual Studio 2003...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=11239&amp;title=create-xml-layot-for-rc#11239</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3634<br /><strong>Posted:</strong> 01 March 2006 at 7:39am<br /><br /><P>Do you use Visual Studio 2003 to compile it?</P>]]>
   </description>
   <pubDate>Wed, 01 Mar 2006 07:39:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3634&amp;PID=11239&amp;title=create-xml-layot-for-rc#11239</guid>
  </item> 
 </channel>
</rss>