From: Philippe Mermod on
Hi Everyone,

Is someone has implemented a ChildAppWindow entry in the Wed ?

Please don't tell me to use a DataWindow :-) I don't need any
data related stuff but need the Wed to simplify the design
instead creating my controls at runtime.

TIA,

--
Phil Mermod
Crystal Reports Library for Visual Objects
http://www.pkl.ch/dev/
From: Geoff Schaller on
But what is your problem?

Plenty of people have implemented their own child app windows over the
years. It is only a matter of implementing enough of the data window as
you need (I am assuming you are wanting an MDI child or you would have
used a dialog). The full source is available to you in the SDK so where
does your question lead us?

Geoff



"Philippe Mermod" <pmermod(a)REMOVEpkl.ch> wrote in message
news:7ti83gFjfrU1(a)mid.individual.net:

> Hi Everyone,
>
> Is someone has implemented a ChildAppWindow entry in the Wed ?
>
> Please don't tell me to use a DataWindow :-) I don't need any
> data related stuff but need the Wed to simplify the design
> instead creating my controls at runtime.
>
> TIA,
>
> --
> Phil Mermod
> Crystal Reports Library for Visual Objects
> http://www.pkl.ch/dev/

From: Philippe Mermod on
I've never add a window entry in the WED so I was just wondering
if there are some tips or tricks to do this...

If somebody has a sample, it could be even easier, that's it !

--
Phil Mermod
Crystal Reports Library for Visual Objects
http://www.pkl.ch/dev/


Geoff Schaller wrote:

> But what is your problem?
>
> Plenty of people have implemented their own child app windows
> over the years. It is only a matter of implementing enough of
> the data window as you need (I am assuming you are wanting an
> MDI child or you would have used a dialog). The full source is
> available to you in the SDK so where does your question lead
> us?
>
> Geoff
>
>
>
> "Philippe Mermod" <pmermod(a)REMOVEpkl.ch> wrote in message
> news:7ti83gFjfrU1(a)mid.individual.net:
>
> > Hi Everyone,
> >
> > Is someone has implemented a ChildAppWindow entry in the Wed
> > ?
> >
> > Please don't tell me to use a DataWindow :-) I don't need any
> > data related stuff but need the Wed to simplify the design
> > instead creating my controls at runtime.
> >
> > TIA,
> >
> > --
> > Phil Mermod
> > Crystal Reports Library for Visual Objects
> > http://www.pkl.ch/dev/
From: Jorge on
On 11 feb, 21:02, "Philippe Mermod" <pmer...(a)REMOVEpkl.ch> wrote:
> I've never add a window entry in the WED so I was just wondering
> if there are some tips or tricks to do this...
>
> If somebody has a sample, it could be even easier, that's it !
>
> --
> Phil Mermod
> Crystal Reports Library for Visual Objectshttp://www.pkl.ch/dev/
>
>
>
> Geoff Schaller wrote:
> > But what is your problem?
>
> > Plenty of people have implemented their own child app windows
> > over the years. It is only a matter of implementing enough of
> > the data window as you need (I am assuming you are wanting an
> > MDI child or you would have used a dialog). The full source is
> > available to you in the SDK so where does your question lead
> > us?
>
> > Geoff
>
> > "Philippe Mermod" <pmer...(a)REMOVEpkl.ch> wrote in message
> >news:7ti83gFjfrU1(a)mid.individual.net:
>
> > > Hi Everyone,
>
> > > Is someone has implemented a ChildAppWindow entry in the Wed
> > > ?
>
> > > Please don't tell me to use a DataWindow :-) I don't need any
> > > data related stuff but need the Wed to simplify the design
> > > instead creating my controls at runtime.
>
> > > TIA,
>
> > > --
> > > Phil Mermod
> > > Crystal Reports Library for Visual Objects
> > >http://www.pkl.ch/dev/- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -

Hello !

I join the request.
A step by step sample. ( I' not an expert )

If there is anything I would like to see in VO , is a
childappwindow
designed by the editor


Best regards
Jorge Accinelli
From: Geoff Schaller on
Jorge,

A child app designed in the 'editor', by definition, is not possible.
The editor designs datawindow, datadialog, shell, ole and dialog
windows.

My first question is this: why won't one of those do for you?

My second question is this: what features do you want the others don't
accommodate.


My last point is that you are asking for something quite advanced yet
you want simple steps laid out before you. Don't you see this as a
simple contradiction in terms. You want to go ahead and press the
'Advanced Button' but you want a simple example. Do you want an example?
Well take out the SDK and take a peek. Various folks have created their
own windows over time but they were all for specialised behaviour and
needs. Answer my two questions above and let's see where we get.

Geoff




"Jorge" <jorgeaccinelli(a)dextrasistemas.com.ar> wrote in message
news:13b6bc5b-4fcc-45c2-8482-05a6f3c932c8(a)h2g2000yqj.googlegroups.com:

> On 11 feb, 21:02, "Philippe Mermod" <pmer...(a)REMOVEpkl.ch> wrote:
>
> > I've never add a window entry in the WED so I was just wondering
> > if there are some tips or tricks to do this...
> >
> > If somebody has a sample, it could be even easier, that's it !
> >
> > --
> > Phil Mermod
> > Crystal Reports Library for Visual Objectshttp://www.pkl.ch/dev/
> >
> >
> >
> > Geoff Schaller wrote:
>
> > > But what is your problem?
> >
> > > Plenty of people have implemented their own child app windows
> > > over the years. It is only a matter of implementing enough of
> > > the data window as you need (I am assuming you are wanting an
> > > MDI child or you would have used a dialog). The full source is
> > > available to you in the SDK so where does your question lead
> > > us?
> >
> > > Geoff
> >
> > > "Philippe Mermod" <pmer...(a)REMOVEpkl.ch> wrote in message
> > >news:7ti83gFjfrU1(a)mid.individual.net:
> >
>
> > > > Hi Everyone,
> >
> > > > Is someone has implemented a ChildAppWindow entry in the Wed
> > > > ?
> >
> > > > Please don't tell me to use a DataWindow :-) I don't need any
> > > > data related stuff but need the Wed to simplify the design
> > > > instead creating my controls at runtime.
> >
> > > > TIA,
> >
> > > > --
> > > > Phil Mermod
> > > > Crystal Reports Library for Visual Objects
> > > >http://www.pkl.ch/dev/- Ocultar texto de la cita -
> >
>
> > - Mostrar texto de la cita -
>
>
> Hello !
>
> I join the request.
> A step by step sample. ( I' not an expert )
>
> If there is anything I would like to see in VO , is a
> childappwindow
> designed by the editor
>
>
> Best regards
> Jorge Accinelli