PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → components
components
Iniciado por Teun van Unen, 04,jun. 2004 21:15 - 2 respuestas
Publicado el 04,junio 2004 - 21:15
Hi (wo)men,
I have (a) question(s) about components. I have already searched for it on this forum but not found the answer(s).
I think of the following and ask if it is possible in any (what) way :
I have a 3 big applications written in Magic and want to 'convert' it to WinDev. They each uses many files with the same name, definitions and fysical storage. Now I think to make components (how? projects?) consists of one main file (e.g. relations) with all the needed windows (programs) for browsing, modifying, printing, selecting and so on.
So I can use these components in the 'conversion' of each of my applications.
Is this an (the best) option or are there other (better) possibilities in WD8.
TIA, Teun.


undix
Publicado el 06,junio 2004 - 11:34
Hi Teun
I have (a) question(s) about components. I have already searched for it on this
forum but not found the answer(s).
I think of the following and ask if it is possible in any (what) way :
I have a 3 big applications written in Magic and want to 'convert' it to
WinDev. They each uses many files with the same name, definitions and fysical

[...]
Not sure but the way you explain (3 big apps) i should keep the 3 projects
apart, eventually using the same analysis.
In WD55, you had the possibility to create 1 or more Windev libraries (.WDL)
from a project, handy when you want to split your big app in different smaller
parts.
In WD75, the Windev libraries still exists, but as an extra you can create
and import Windev components. They are quite easy to handle but basicly
the same idea as the Windev libraries.
Peter
Publicado el 07,junio 2004 - 11:18
Hello Peter,
Thanks for your hints. I'll have a better look at 'libraries' and I'll make some little trial projects for testing 'common' analyses.
Teun

Hi Teun
I have (a) question(s) about components. I have already searched for it on this
forum but not found the answer(s).
I think of the following and ask if it is possible in any (what) way :
I have a 3 big applications written in Magic and want to 'convert' it to
WinDev. They each uses many files with the same name, definitions and fysical
[...]

Not sure but the way you explain (3 big apps) i should keep the 3 projects
apart, eventually using the same analysis.
In WD55, you had the possibility to create 1 or more Windev libraries (.WDL)
from a project, handy when you want to split your big app in different smaller
parts.
In WD75, the Windev libraries still exists, but as an extra you can create
and import Windev components. They are quite easy to handle but basicly
the same idea as the Windev libraries.
Peter