PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → components
components
Started by Teun van Unen, Jun., 04 2004 9:15 PM - 2 replies
Posted on June, 04 2004 - 9:15 PM
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
Posted on June, 06 2004 - 11:34 AM
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
Posted on June, 07 2004 - 11:18 AM
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