Appbuilder > EB2

How do I created a software ADDON for EB2 that is created in the appbuilder? My software currently has the apperance of being in a never ending loop, the eggtimer is just busy constantly. I know the 1 world 1 wait for statement though this is not applied here as the Smart win created in the appbuilder does not have a wait for in it. My custom app uses Smart Objects.
Cheers.
 
When running custom programs in mfg/pro one should take care of all the include files that is required by mfg/pro to run. eg all custom programs must have {mfdtitle.i } on the top and relevant include files at the bottom of the program.

Based on the version, check mfgpro standard program and included those files in your custom program.

Good Luck.


mpowell_esq said:
How do I created a software ADDON for EB2 that is created in the appbuilder? My software currently has the apperance of being in a never ending loop, the eggtimer is just busy constantly. I know the 1 world 1 wait for statement though this is not applied here as the Smart win created in the appbuilder does not have a wait for in it. My custom app uses Smart Objects.
Cheers.
 
Back
Top