PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Elias Montoya on March 31, 2006, 07:05:27 PM

Title: Control problem in Firefly...
Post by: Elias Montoya on March 31, 2006, 07:05:27 PM
Paul, i found a problem while using Firefly.

I was working as usual with it, strange i never had this problem before...
Here are the steps to reproduce it (Yes, latest version of Firefly):

1- Create a new form.
2.- Add an Egrid32 to the form and leave space for another.
3.- Add another Egrid32 in the remaining space.
4- Double clic first grid, and the EGN_AFTERPROPERTIES module is created.
5.- Go back to the form, and double click the second grid. another EGN_AFTERPROPERTIES module is created for the second grid.
6.- try to compile.

Firefly complains about a notification event that is not even used...
any ideas why this is happening?

Please help me with a workaround asap.

Thank you.

Elias :)
Title: Control problem in Firefly...
Post by: Elias Montoya on March 31, 2006, 07:25:23 PM
I found a workaround, the problem seems to go away if i add a dummy
module for the EGN_ROWHEADERDRAWN module... But i would
appreciate if you can take a loot at this.

Elias :)
Title: Control problem in Firefly...
Post by: TechSupport on April 02, 2006, 03:37:40 PM
Hi Elias,

Appears to be a problem whereby I was holding data in a sized 64 bit array and your control has 65 messages.... I am in the process of fixing this now.
Title: Control problem in Firefly...
Post by: TechSupport on April 02, 2006, 03:57:37 PM
It now appears to be fixed. It will be in the next update (version 2.70) (soon).
Title: Control problem in Firefly...
Post by: Elias Montoya on April 03, 2006, 04:58:23 AM
Not bad... 20 minutes for the fix... Thanx paul. :)