On Tuesday 11 June 2013 13:55:24 Med Hamza wrote: > I work on a program generator and I selected Mseide because we can > easily separate > forms and the logic the user want to drive. Do you have any tip-off or > recommendation? > I usually implement the program logic in datamodules and connect the GUI forms via MSEifi or tdatasource<->db*widgets, I assume you do the same. For the problem with the tactivator in the submodules there is maybe the issue that the pending links to the previous created components.activator properties will be resolved after creating the submodule with the tactivator. Destroying and recreating the submodule will not restore the connection submodule.activator -> datamodule.<component>.activator because the "to be resolved" items have been deleted by resolving while the first creation of the submodule. It is probably better to place the activator in the datamodule and to set <tactivator>.active in <thesubmodule>.onloaded.
Martin ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

