PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Robert Rioja on March 20, 2014, 12:31:47 PM

Title: Strange behavior
Post by: Robert Rioja on March 20, 2014, 12:31:47 PM
Running FF ver 3.70 and I found a strange problem.  Normally, when I click on the "Handles and ID's" tab, I get something like the attached "Good.png".  For the text box it shows HWND_FRMMAIN_TXTTAGS and IDCFRMMAIN_TXTTAGS.

I just started a new project and I am getting what you can see in the attached "Bad.png".

Please explain ???

Thanks,
Robert
Title: Re: Strange behavior
Post by: Eddy Van Esch on March 20, 2014, 01:00:00 PM
I think you created the new project in OOP mode.
Did you install Pauls beta FF to test FF with OOP?
If so, there should be a setting in Project Settings or the like to turn that off.
Title: Re: Strange behavior
Post by: Robert Rioja on March 20, 2014, 01:22:56 PM
I am using the latest ver 3.70 which I have been using for a while.  I don't see anywhere a setting for controlling OOP.  I looked in Project Settings and every where else.  I cannot explain this.
Title: Re: Strange behavior
Post by: Robert Rioja on March 20, 2014, 01:24:27 PM
Now it seems that all new projects are in this mode.  Any ideas anyone?
Robert
Title: Re: Strange behavior
Post by: Paul Squires on March 20, 2014, 06:03:28 PM
Open your *.ffp FireFly project file and look for this line:

UseObjectFramework=0

It is probably set to "1" for you. Change it to 0.

Check out this link:  http://www.planetsquires.com/protect/forum/index.php?topic=3416.msg24827

You probably have a older version of 3.70
Title: Re: Strange behavior
Post by: Robert Rioja on March 20, 2014, 06:40:37 PM
Thanks for the tip.  I downloaded 3.70 again and the problem went away.  I guess not all 3.70s are the same.
Robert