Re: bug on CheckListBox

Alexander Olk <[email protected]>
Newsgroups gmane.comp.lib.wxwindows.wxnet
Message-ID <1092336331.3879.5.camel@Dellkiste>
Am Di, den 10.08.2004 schrieb Pedro Cardoso um 18:58:
> The ischecked method always returns true ignoring when the item is not
> checked

Already found a solution for this problem:

Change wxCheckListBox_IsChecked in listbox.cxx:

extern "C" WXEXPORT
bool wxCheckListBox_IsChecked(wxCheckListBox* self, int index)
{
	return self->IsChecked(index)?1:0; // this line needs to be changed
}

-- 
Alexander Olk



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.