Share

XPTable - advanced data grid

Tracker: Bugs

5 Clicking a ComboBox or DateTime causes error in VS 2005 - ID: 1556835
Last Update: Settings changed ( adarmus )

I'm not sure if you're supporting VS 2005 or not for
this, but I'm having a problem with the ComboBox, and
DatePicker controls. Any time that I click the built
in button for the dropdown of those two controls, my
app blows up with an OverflowException. For some
reason there is an unhandled exception when I click
this. If you have any tips/hints/suggestions, please
let me know.

I have a very basic form setup. I have added the
XPTable through the designer. Also added the
ColumnModel and TableModel objects through the designer
and setup the ColumnModel mappings through the
designer. I can add the controls to the XPTable just
fine...except for one detail, when I click the dropdown
button on either of the above mentioned controls, the
text doesn't display in the control (it shows a
dropdown with about 12 items, but no text for the
items)...and the Datepicker doesn't actually show the
calendar, just a white window pops up in place.

If you would like anymore descriptions or maybe a code
example, just let me know.

Thanks,

Alan Juden


Alan Juden ( alanjuden ) - 2006-09-12 04:55

5

Closed

Fixed

Nobody/Anonymous

None

None

Public


Comments ( 2 )




Date: 2008-10-24 22:58
Sender: daisydave

This seems to have been fixed prior to the version 1.1.12 release


Date: 2007-12-30 17:30
Sender: nobody

Logged In: NO

The P/Invoke Calls should be using IntPtr, but mostly use int, so calling
them blows exceptions on x64 Windows. Change the needed Arguments from int
to IntPtr and it works fine on 64 and 32bit Windows


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Open 2008-10-25 16:51 adarmus
resolution_id None 2008-10-25 16:51 adarmus
close_date - 2008-10-25 16:51 adarmus