GUI exception when mapping entities

Posts   
 
    
MacDennis avatar
MacDennis
User
Posts: 50
Joined: 03-May-2005
# Posted on: 25-Oct-2005 12:25:33   

First of all, congratulations on the new release! I'm sure the many new features will come in very handy.

I found the following bug while playing with the new release.

1.0.2005.1 Final SQL Server, Northwind database.

Project > Add new entities mapped on tables Check the Categories element Hit 'Select All Rows' Hit 'Toggle Checkboxes of Selected Rows'

BOOM


Message:
Operation is not valid due to the current state of the object.

Stack trace:
-----[Core exception]--------------------
   at Janus.Windows.GridEX.GridEXRow.set_IsChecked(Boolean value)
   at SD.LLBLGen.Pro.Gui.Forms.ElementRetrievalEditor._toggleCheckboxesSelectedButton_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Source:
Janus.Windows.GridEX.v2


Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 25-Oct-2005 14:16:43   

Thanks, will look into it.

Prio 1 now has the site, which seems to stay up now, but needs some adjustments to play nice with the limited memory we get from our ISP, till that's solved.

I hope to have bugfixes later today or tomorrow.

Frans Bouma | Lead developer LLBLGen Pro
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 26-Oct-2005 17:11:59   

This is caused by that janus grid, which also sees group headers as rows....

Fixing...

(edit) fixed in next build.

Frans Bouma | Lead developer LLBLGen Pro