PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Nathan Durland on December 10, 2009, 10:39:59 AM

Title: Double click control to edit code gets lost
Post by: Nathan Durland on December 10, 2009, 10:39:59 AM
I'm seeing a strange behavior that I'm having trouble reproducing reliably.  Very often, when I double click a button control to edit the code behind the control, FF3 (3.04) creates a new MAINFORM_MYBUTTON_BN_CLICKED function, even though there's already one in the form.  Sometimes, it takes me to a completely unrelated function -- this morning, I double clicked the button control, and FF took me to the double-click code for the My Little Grid control.

I'm having trouble determining the exact conditions -- so far, all I can say is that whether the button is part of a control array or not doesn't seem to make a difference.

Any advice appreciated.