Home > Archive > Clarion > January 2006 > How to inherit existing template
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to inherit existing template
|
|
|
| Hi,
If i have for example a form in my appalication, is it possible to make
"copy" of it so that new form has all parents
methods,events etc.
KLo
| |
| Tor-Bjarne 2006-01-18, 7:55 am |
| Hi,
See "procedure"=>"Copy"
--
Cheers
Tor-Bjarne Henriksen
WinVask Systems AS
"We make IT easy"
Http://www.fakturaprogram.no
Http://www.winvask.no
"B.U.T" <kari.louhiranta@netikka.fi> skrev i melding
news:43ce0cf3$0$1631$9b536df3@news.fv.fi...
> Hi,
>
> If i have for example a form in my appalication, is it possible to make
> "copy" of it so that new form has all parents
> methods,events etc.
>
> KLo
>
| |
|
| Thanks,
Actually i ment a situation where inherited form gets all properties etc.
from parent.
If i change for example color, font or action in parentform so a child
should have them too automatically.
( Like in Delphi for instance)
Klo
"Tor-Bjarne" <torNOSPAM$@vivi.no> kirjoitti
viestissä:KoKdnUzf-IxyvFPeRVnzvA@telenor.com...
> Hi,
>
> See "procedure"=>"Copy"
>
>
>
> --
> Cheers
> Tor-Bjarne Henriksen
> WinVask Systems AS
> "We make IT easy"
> Http://www.fakturaprogram.no
> Http://www.winvask.no
>
> "B.U.T" <kari.louhiranta@netikka.fi> skrev i melding
> news:43ce0cf3$0$1631$9b536df3@news.fv.fi...
>
>
| |
| Tor-Bjarne 2006-01-19, 6:55 pm |
| Ok, Now i Understand :)
In CW you`d write a template that takes care of that :)
There are also several on the marked that let you globally set a "Themes,
colors and so forth"
Check out Capesoft, Gitano, Poweroffice :)
I let the user select between 20 different color Themesets, and the size of
the windows (Running in different resolutions) actually my program monitors
the screenresolution on startup and set the windows size (Anyfont capesoft),
so my screens look the same in 1024 / 768 as they do in 1280 x 1024.
Also the User have the possibillity to choose between outlook toolbar menu,
or XP menu , XP Themesets (Poweroffice)
About 2 minuttes to implement and I havent coded a bit! .... Thats Clarion
:)
--
Cheers
Tor-Bjarne Henriksen
WinVask Systems AS
"We make IT easy"
Http://www.fakturaprogram.no
Http://www.winvask.no
"B.U.T" <kari.louhiranta@netikka.fi> skrev i melding
news:43ce3a93$0$13886$9b536df3@news.fv.fi...
> Thanks,
>
> Actually i ment a situation where inherited form gets all properties etc.
> from parent.
>
> If i change for example color, font or action in parentform so a child
> should have them too automatically.
>
> ( Like in Delphi for instance)
>
> Klo
>
>
>
>
>
> "Tor-Bjarne" <torNOSPAM$@vivi.no> kirjoitti
> viestissä:KoKdnUzf-IxyvFPeRVnzvA@telenor.com...
>
>
|
|
|
|
|