<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/bjsupport/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/bjsupport/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 11 Oct 2006 05:31:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bjsupport/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>WTL ListView error</title><link>https://sourceforge.net/p/bjsupport/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am using a WTL list control.&lt;br /&gt;
when i use the control with records more than 10000, &lt;br /&gt;
the application gets hang, and it takes too much &lt;br /&gt;
time. Where the same code used with commctrl's &lt;br /&gt;
listview, i have no problem in adding any number of &lt;br /&gt;
records.&lt;/p&gt;
&lt;p&gt;*******************************The code &lt;br /&gt;
snippet************************&lt;br /&gt;
for (DWORD i = 0; i &amp;lt; dwCount; i++) {&lt;br /&gt;
LVITEM lvi = {LVIF_TEXT|LVIF_PARAM}; &lt;br /&gt;
lvi.iItem = i; lvi.lParam = i;&lt;br /&gt;
char text[0x8000]; lvi.pszText = text;&lt;br /&gt;
//State&lt;br /&gt;
lstrcpy(text,pStates[i]);&lt;br /&gt;
lvi.iSubItem = 0; lvi.iItem = (int)SendMessage&lt;br /&gt;
(m_hwndListFiles,LVM_INSERTITEM,NULL,&lt;/p&gt;
&lt;p&gt;(LPARAM)&amp;amp;lvi);&lt;br /&gt;
//Name&lt;br /&gt;
WideCharToMultiByte(CP_ACP,0,pwszNameExt[i],-&lt;br /&gt;
1,text,ARRAYSIZE(text),NULL,NULL);&lt;br /&gt;
lvi.iSubItem = 1; lvi.mask = LVIF_TEXT; &lt;br /&gt;
SendMessage(m_hwndListFiles,LVM_SETITEM,NULL,&lt;/p&gt;
&lt;p&gt;(LPARAM)&amp;amp;lvi);&lt;br /&gt;
//Location&lt;br /&gt;
WideCharToMultiByte(CP_ACP,0,pwszLocation[i],-&lt;br /&gt;
1,text,ARRAYSIZE(text),NULL,NULL);&lt;br /&gt;
lvi.iSubItem = 2; SendMessage&lt;br /&gt;
(m_hwndListFiles,LVM_SETITEM,NULL,(LPARAM)&amp;amp;lvi);&lt;br /&gt;
//Size&lt;br /&gt;
SizeToStr(text,ullSize[i]);&lt;br /&gt;
lvi.iSubItem = 3; SendMessage&lt;br /&gt;
(m_hwndListFiles,LVM_SETITEM,NULL,(LPARAM)&amp;amp;lvi);&lt;br /&gt;
}&lt;br /&gt;
*******************************End of &lt;br /&gt;
code******************************&lt;/p&gt;
&lt;p&gt;When i use this in project where common controls &lt;br /&gt;
{commctrl.h} is used, it works in less than a second &lt;br /&gt;
for 7000 records, but wen used in any VisualStudio &lt;br /&gt;
Environment with WTL, it takes more than 100 seconds.&lt;br /&gt;
Can you help me on this.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">invinJerry</dc:creator><pubDate>Wed, 11 Oct 2006 05:31:10 -0000</pubDate><guid>https://sourceforge.net3fa2e3058dea938e0baac1957d01ce0e335f99f8</guid></item><item><title>WM_ERASEBKGND used for Dialog but Buttons got erased </title><link>https://sourceforge.net/p/bjsupport/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am using WTL75 with Visual Studio 2005.&lt;br /&gt;
I have created all the UI controls and it works fine.&lt;br /&gt;
But in XP when when Windows XP theme is enabled the &lt;br /&gt;
button is getting hidden or erased.&lt;/p&gt;
&lt;p&gt;Can you help me on this. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">invinJerry</dc:creator><pubDate>Tue, 10 Oct 2006 07:50:55 -0000</pubDate><guid>https://sourceforge.net5ca83ec83baad70081444259682015817416ed10</guid></item></channel></rss>