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?
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.
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!
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
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.