PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Steven Hua on October 14, 2013, 06:54:46 AM

Title: FireFly3 3.70 not use custom controls
Post by: Steven Hua on October 14, 2013, 06:54:46 AM
hi,

FireFly3 3.70 not use custom controls

Error : Undefined TYPE
Line : Instance FireLines1 As iExternal

other custom controls is the same problem

OBJECTFRAMEWORK  not support custom controls?
FireFly UI interface option is not  use OBJECTFRAMEWORK?






Title: Re: FireFly3 3.70 not use custom controls
Post by: Paul Squires on October 14, 2013, 07:47:50 AM
Hi Steven, the object framework is not part of 3.70. It was a beta upload that was used to gather information about the structure and usability of the framework objects. That beta is over. It is possible that some users have used the beta and object framework in their production code(?). Soon I will be detailing a plan for users to get access to the framework and much more.
Title: Re: FireFly3 3.70 not use custom controls
Post by: Steven Hua on October 14, 2013, 08:16:45 AM
Hi,Paul

FireFly 3 3.70 not use custom controls what is the problem? I do not add other code, only the interface uses a "FireLink1", Error: Undefined TYPE Line: Instance FireLines1 As iExternal

See FF auto-generated code, the code "% USEOBJECTFRAMEWORK =% TRUE" exists

Thanks!
Title: Re: FireFly3 3.70 not use custom controls
Post by: Paul Squires on October 14, 2013, 08:41:58 AM
Hi Steven, right you are. Looks like the ObjectFramework is being set to TRUE for new projects when a FireFly.ini does not yet exist. You can manually edit your project's *.ffp file and change the line:

From:
UseObjectFramework=1

To:
UseObjectFramework=0

I will recompile the FireFly3 exe and upload a fix shortly.

Thanks
Title: Re: FireFly3 3.70 not use custom controls
Post by: Paul Squires on October 14, 2013, 08:51:12 AM
I just uploaded a new package with the fix. Sorry about this problem - should be okay now. If there is still a problem then please let me know.