|
| [WD20] Component in a Component |
| Iniciado por guest, 27,nov. 2015 09:03 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 27,noviembre 2015 - 09:03 |
Hi,
I try to develop an application in which a Component loads another Component.
EXE->Loads Component1->Loads Component1.1
Did anybody this done before ?
In debug mode it works, but in Runtime mode only the Component1 is loaded. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 27,noviembre 2015 - 10:54 |
Hi,
Yes, it is possible.
If you include Component1.1 in componente 1 (during the generation of the component 1 you have this option) there's no problem, the componente is loaded the first time that it is used (this option is checked by default).
If componente 1.1 is not included in componente 1, then you must assure that it is in the application directory (no code needed to load it), or in other localtion (use componentLocate tho specify the directory).
Bruno |
| |
| |
| | | |
|
| | |
| |
| Publicado el 27,noviembre 2015 - 13:16 |
| |
| |
| | | |
|
| | | | |
| | |
|