<?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 : TaskPanel crash version 18.5</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : TaskPanel crash version 18.5]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 02:17:12 +0000</pubDate>
  <lastBuildDate>Fri, 16 Nov 2018 07:00:25 +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=23737</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[TaskPanel crash version 18.5 : Hello,I&amp;#039;ve created project...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77145&amp;title=taskpanel-crash-version-18-5#77145</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> 23737<br /><strong>Posted:</strong> 16 November 2018 at 7:00am<br /><br />Hello,<br><br>I've created project in OpenEdge and added controls and code which you attached but I get error and I can't to run it. Popbably I do wrong steps.<br>Please, Record video with all actions (starts from create of project to error) so that I can quickly reproduce the problem.<br><br>Regards,<br>Artem Gontarenko]]>
   </description>
   <pubDate>Fri, 16 Nov 2018 07:00:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77145&amp;title=taskpanel-crash-version-18-5#77145</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel crash version 18.5 : I think I have discovered the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77133&amp;title=taskpanel-crash-version-18-5#77133</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5085">PhilM</a><br /><strong>Subject:</strong> 23737<br /><strong>Posted:</strong> 08 November 2018 at 12:51pm<br /><br />I think I have discovered the problem. We have CommandBars, DockingPane and TaskPanel all using the same ImageManager.Icons object because the same icons are used across them all so this saves loading time. If I use a separate ImageManager for the TaskPanel it doesn't crash.<div><br></div><div>This isn't ideal as it increases loading time so it would be great if it could work like it did in 17.3.</div><div><br></div><div>EDIT: Actually seems to only be stable if icons are loaded into the TaskPanel's own Icons object. Using a separate ImageManager seems to crash at random points.</div>]]>
   </description>
   <pubDate>Thu, 08 Nov 2018 12:51:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77133&amp;title=taskpanel-crash-version-18-5#77133</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel crash version 18.5 : Which looks like this:- ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77116&amp;title=taskpanel-crash-version-18-5#77116</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5085">PhilM</a><br /><strong>Subject:</strong> 23737<br /><strong>Posted:</strong> 06 November 2018 at 4:39am<br /><br />Which looks like this:-<div><br></div><div><img src="uploads/5085/taskpanel.png" height="546" width="403" border="0" /><br></div>]]>
   </description>
   <pubDate>Tue, 06 Nov 2018 04:39:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77116&amp;title=taskpanel-crash-version-18-5#77116</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel crash version 18.5 : I have created a test program...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77115&amp;title=taskpanel-crash-version-18-5#77115</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5085">PhilM</a><br /><strong>Subject:</strong> 23737<br /><strong>Posted:</strong> 06 November 2018 at 4:35am<br /><br />I have created a test program which just has ImageManager and TaskPanel in it and it works OK which now means it probably an issue in the surrounding objects DockingPaneFrame or CommandBarsFrame so I'll do a bit more digging.<div><br></div><div>Our application project if far too big to pass on and as for OpenEdge, it looks like you can get a trial version from Progress:</div><div><br></div><div>https://www.progress.com/trial-openedge<br><div><br></div><div>My test program is just hand written in their provided editor and you have to create .wrx files to use an ActiveX in their "AppBuilder" process, these are binary files with license info and properties for the program to access the ActiveX. Here is my test program so far to give you an idea (this works OK though at the moment):-</div><div><br></div><div>/***********/</div><div><div>DEFINE VAR vtask AS HANDLE NO-UNDO.</div><div>DEFINE VAR vimg AS HANDLE NO-UNDO.</div><div>DEFINE VAR chimg AS COM-HANDLE NO-UNDO.</div><div>DEFINE VAR chtask AS COM-HANDLE NO-UNDO.</div><div>DEFINE VAR vToolbarGroup AS COM-HANDLE NO-UNDO.</div><div>DEFINE BUTTON bu LABEL "Change".</div><div>DEFINE VAR vsmall AS LOG init true NO-UNDO.</div><div><br></div><div>DEFINE FRAME frm</div><div>&nbsp; &nbsp; bu AT ROW 9 COL 1</div><div>&nbsp; &nbsp; WITH SIZE 50 BY 10.</div><div><br></div><div>create control-frame vimg assign</div><div>&nbsp; &nbsp; frame = FRAME Frm:HANDLE</div><div>&nbsp; &nbsp; name = "ImageManager":u</div><div>&nbsp; &nbsp; width-pixels = 1</div><div>&nbsp; &nbsp; height-pixels = 1</div><div>&nbsp; &nbsp; x = 0</div><div>&nbsp; &nbsp; y = 0</div><div>&nbsp; &nbsp; hidden = yes</div><div>&nbsp; &nbsp; sensitive = yes</div><div>&nbsp; &nbsp; tab-stop = no.</div><div>chimg = vimg:com-handle.</div><div>chimg:LoadControls( "r:\site\wbx\mc310\wbx\imgman.wrx", "ImageManager":U ).</div><div><br></div><div>chimg = chimg:ImageManager.</div><div><br></div><div>chimg:Icons:loadIcon("r:\site\images\accessall.ico", 101, 0 ).</div><div>chimg:Icons:loadIcon("r:\site\images\alertmessage.ico", 102, 0 ).</div><div>chimg:Icons:loadIcon("r:\site\images\add1.ico", 103, 0 ).</div><div>chimg:Icons:loadIcon("r:\site\images\alarm.ico", 104, 0 ).</div><div>chimg:Icons:loadIcon("r:\site\images\address.ico", 105, 0 ).</div><div><br></div><div>create control-frame vTask assign</div><div>&nbsp; &nbsp; frame = FRAME Frm:HANDLE</div><div>&nbsp; &nbsp; name = "TaskPanel":u</div><div>&nbsp; &nbsp; height = FRAME frm:HEIGHT - 2</div><div>&nbsp; &nbsp; width = FRAME Frm:WIDTH - 1</div><div>&nbsp; &nbsp; hidden = YES</div><div>&nbsp; &nbsp; sensitive = yes.</div><div><br></div><div>chTask = vTask:com-handle.</div><div>chTask:LoadControls( "r:\site\wbx\mc310\wbx\taskpanel.wrx" , "TaskPanel":u).</div><div><br></div><div>chTask:TaskPanel:icons = chimg:icons.</div><div>chTask:TaskPanel:hotTrackStyle = 3.</div><div>chTask:TaskPanel:Behaviour = 0.</div><div>chTask:TaskPanel:ItemLayout = 2.</div><div>chTask:TaskPanel:visualTheme = 17.</div><div>vToolbarGroup = chTask:TaskPanel:Groups:add( 0, "ToolBar" ).&nbsp;</div><div>chTask:TaskPanel:animation = 1.</div><div><br></div><div>chTask:TaskPanel:SetIconSize( 16, 16 ).</div><div>vToolbarGroup:expanded = yes.</div><div>vToolbarGroup:captionVisible = no.</div><div><br></div><div>vToolbarGroup:Items:add(</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 1,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "Access All",</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 1,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 101).</div><div><br></div><div>vToolbarGroup:Items:add(</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 2,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "Alert",</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 1,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 102).</div><div>vToolbarGroup:Items:add(</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 3,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "Add",</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 1,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 103).</div><div>vToolbarGroup:Items:add(</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 4,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "Alarm",</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 1,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 104).</div><div>vToolbarGroup:Items:add(</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 5,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "Address",</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 1,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 105).</div><div><br></div><div>ON 'choose':U OF bu</div><div>DO:</div><div>&nbsp; &nbsp; IF vsmall THEN</div><div>&nbsp; &nbsp; &nbsp; &nbsp; chTask:TaskPanel:SetIconSize( 32, 32 ).</div><div>&nbsp; &nbsp; ELSE</div><div>&nbsp; &nbsp; &nbsp; &nbsp; chTask:TaskPanel:SetIconSize( 16, 16 ).</div><div>&nbsp; &nbsp; vsmall = NOT vsmall.</div><div>&nbsp; &nbsp; RETURN.</div><div>END.</div><div><br></div><div>VIEW FRAME frm.</div><div>ENABLE bu WITH FRAME frm.</div><div>vtask:HIDDEN = NO.</div><div>WAIT-FOR GO OF FRAME frm.</div><div><br></div><div>release object vToolbarGroup.</div><div>DELETE WIDGET vtask.</div><div>DELETE WIDGET vimg.</div></div><div><br></div><div>/**************************/</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>]]>
   </description>
   <pubDate>Tue, 06 Nov 2018 04:35:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77115&amp;title=taskpanel-crash-version-18-5#77115</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel crash version 18.5 : Hello,Please, get me download...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77114&amp;title=taskpanel-crash-version-18-5#77114</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> 23737<br /><strong>Posted:</strong> 06 November 2018 at 4:09am<br /><br />Hello,<br><br>Please, get me download link for same version of openedge.<br>Can you describe step by step how I can create project in OpenEdge, <br>or attach your project of application I need for debug.<br><br>It is best to record a video with all the actions so that I can quickly reproduce the problem.<br><br>Regards,<br>Artem Gontarenko]]>
   </description>
   <pubDate>Tue, 06 Nov 2018 04:09:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77114&amp;title=taskpanel-crash-version-18-5#77114</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel crash version 18.5 :   agontarenko wrote:Hello,Could...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77112&amp;title=taskpanel-crash-version-18-5#77112</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5085">PhilM</a><br /><strong>Subject:</strong> 23737<br /><strong>Posted:</strong> 02 November 2018 at 10:54am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by agontarenko" alt="Originally posted by agontarenko" style="vertical-align: text-bottom;" /> <strong>agontarenko wrote:</strong><br /><br /><div>Hello,</div><div><br></div><div>Could you describe in more detail how I can reproduce this problem, also attach the project of application. And record the video how I can to reproduce it.<br></div><div><br></div><div>Regards,</div><div>Artem Gontarenko<br></div></td></tr></table><div><br></div><div>I'll try and setup a small test program. It will be in Openedge though if that's any use. Here are a couple of screenshots in the mean time. Thanks.</div><div><br></div><div>Set icon size 32x32, works fine in 17.3 and 18.6...</div><div><br></div><div><img src="uploads/5085/toolbar32.png" height="130" width="206" border="0" /><br></div><div><br></div><div><br></div><div>Set icon size 16x16, works fine in 17.3 but crashes on display in 18.6...</div><div><br></div><div><img src="uploads/5085/toolbar16.png" height="124" width="208" border="0" /><br></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 02 Nov 2018 10:54:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77112&amp;title=taskpanel-crash-version-18-5#77112</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel crash version 18.5 : Hello,Could you describe in more...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77109&amp;title=taskpanel-crash-version-18-5#77109</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> 23737<br /><strong>Posted:</strong> 02 November 2018 at 9:34am<br /><br /><div>Hello,</div><div><br></div><div>Could you describe in more detail how I can reproduce this problem, also attach the project of application. And record the video how I can to reproduce it.<br></div><div><br></div><div>Regards,</div><div>Artem Gontarenko<br></div>]]>
   </description>
   <pubDate>Fri, 02 Nov 2018 09:34:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77109&amp;title=taskpanel-crash-version-18-5#77109</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel crash version 18.5 : Same problem in 18.6, although...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77102&amp;title=taskpanel-crash-version-18-5#77102</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5085">PhilM</a><br /><strong>Subject:</strong> 23737<br /><strong>Posted:</strong> 29 October 2018 at 5:22am<br /><br />Same problem in 18.6, although I didn't expect anything:-<div><br></div><div><div>Exception code: C0000005 ACCESS_VIOLATION</div><div>Fault address:&nbsp; 77212A31 01:00041A31 C:\WINDOWS\SYSTEM32\ntdll.dll</div><div><br></div><div>Registers:</div><div>EAX:00000000</div><div>EBX:0AA734B8</div><div>ECX:00100000</div><div>EDX:00007AB5</div><div>ESI:0AA0D090</div><div>EDI:0CB80000</div><div>CS:EIP:0023:77212A31</div><div>SS:ESP:002B:00EFE780&nbsp; EBP:00EFE8C0</div><div>DS:002B&nbsp; ES:002B&nbsp; FS:0053&nbsp; GS:002B</div><div>Flags:00210246</div><div><br></div><div>Call Stack:</div><div>Address&nbsp; &nbsp;Frame</div><div>77212A31&nbsp; 00EFE8C0&nbsp; RtlGetCurrentServiceSessionId+3E1</div><div>77212312&nbsp; 00EFE910&nbsp; RtlFreeHeap+222</div><div>0BDA2876&nbsp; 00EFE950&nbsp; DllUnregisterServer+37316</div><div>0BCE8516&nbsp; 00EFE988&nbsp; 0001:00027516 C:\PROGRA~2\CODEJO~1\ActiveX\XTREME~3.0\Bin\COFEE5~1.OCX</div><div>0BD228A1&nbsp; 00EFE99C&nbsp; png_write_chunk+13541</div><div>0BCD3E2D&nbsp; 00EFE9C0&nbsp; 0001:00012E2D C:\PROGRA~2\CODEJO~1\ActiveX\XTREME~3.0\Bin\COFEE5~1.OCX</div><div>0BCD3FDE&nbsp; 00EFE9DC&nbsp; 0001:00012FDE C:\PROGRA~2\CODEJO~1\ActiveX\XTREME~3.0\Bin\COFEE5~1.OCX</div><div>0BCCFFAC&nbsp; 00EFEA10&nbsp; 0001:0000EFAC C:\PROGRA~2\CODEJO~1\ActiveX\XTREME~3.0\Bin\COFEE5~1.OCX</div></div><div><br></div>]]>
   </description>
   <pubDate>Mon, 29 Oct 2018 05:22:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77102&amp;title=taskpanel-crash-version-18-5#77102</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel crash version 18.5 : Setting icon size to anything...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77087&amp;title=taskpanel-crash-version-18-5#77087</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5085">PhilM</a><br /><strong>Subject:</strong> 23737<br /><strong>Posted:</strong> 17 October 2018 at 10:13am<br /><br />Setting icon size to anything less than 25 crashes in version 18.5, whereas any icon size setting works perfectly in 17.3.&nbsp; I can't find a workaround as yet so any advice or suggestions would be appreciated.<div><br></div><div>Thanks</div>]]>
   </description>
   <pubDate>Wed, 17 Oct 2018 10:13:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77087&amp;title=taskpanel-crash-version-18-5#77087</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel crash version 18.5 : I need to do some more investigation...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77079&amp;title=taskpanel-crash-version-18-5#77079</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5085">PhilM</a><br /><strong>Subject:</strong> 23737<br /><strong>Posted:</strong> 12 October 2018 at 12:13pm<br /><br />I need to do some more investigation on this but this seems to be something to do with icon size. If I call SetIconSize with 32x32 and use an icon with a 32x32 image it seems to work, however if I set it to 16x16 which is what we use by default then it always crashes, even when using an icon which has a 16x16 image.<div><br></div><div>Hopefully this helps a bit in working out what has changed between versions.</div>]]>
   </description>
   <pubDate>Fri, 12 Oct 2018 12:13:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23737&amp;PID=77079&amp;title=taskpanel-crash-version-18-5#77079</guid>
  </item> 
 </channel>
</rss>