From: E®!k /!sser on
Phil,
Obvious you've spend more time discussing this with Geoff than you have
spend studiing the file CAVOWED.inf.
If you just copy the Datawindow entry and rename it into ChildAppWindow, I
guess you are close to what you want.

It could look like below. Add it somewhere between the other windows and
make the changes you'll need.

Erik

[FORM:CHILDAPPWINDOW]
ContTitle=This is not a datawindow
text=ChildAppWindow Caption
InitMethod=CHILDAPPWINDWO(oWindow)
InheritClassName=Inherit from Class,InheritClassName(CLASS:ChildAppWindow)
Name=EriksChildAppWindow
Size=720, 532
DialogTemplate=1
Position=5,5
Style=WS_CHILD
HelpID=2065
PropTabs=HyperLabel,DataWindow,Mouse Events,Window Events,Control
Events,Menu Events,CommonControl Events,TreeView Events,ListView Events
Assign18=Owner Alignment,OwnerAlignment(OWNERALIGNMENT)







"Philippe Mermod" <pmermod(a)REMOVEpkl.ch> schreef in bericht
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
Hi Erik,

I made this but unfortunately it's impossible to place a control
on it or resize it :-(

Any tips are welcome !

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


E�!k \/!sser wrote:

> opTabs=HyperLabel,DataWindow,Mouse Events,Window
> Events,Control Events,Menu Events,CommonControl
> Events,TreeView Events,ListView Events Assign18=Owner
> Alignment,OwnerAlignment(OWNERALIGNMENT)
From: E®!k /!sser on
> I made this but unfortunately it's impossible to place a control
> on it or resize it :-(

Now that is why you better use a datawindow!!!

I use an undressed (removed all datarelated stuff) datawindow for some
purposes, as I need the scrolling behaviour. Works great and is less work
than getting a ChildAppWindow to work with controls. It is not designed for
it!

Erik



"Philippe Mermod" <pmermod(a)REMOVEpkl.ch> schreef in bericht
news:7tqv53F3n2U1(a)mid.individual.net...
> Hi Erik,
>
> I made this but unfortunately it's impossible to place a control
> on it or resize it :-(
>
> Any tips are welcome !
>
> --
> Phil Mermod
> Crystal Reports Library for Visual Objects
> http://www.pkl.ch/dev/
>
>
> E�!k \/!sser wrote:
>
>> opTabs=HyperLabel,DataWindow,Mouse Events,Window
>> Events,Control Events,Menu Events,CommonControl
>> Events,TreeView Events,ListView Events Assign18=Owner
>> Alignment,OwnerAlignment(OWNERALIGNMENT)

From: Geoff Schaller on
Philippe is choosing to not listen.

And nor has he answered the key questions I have asked: what is the
problem he has with using existing datawindow or dialog window classes.

"ER!k \/!sser" <nospam(a)nospam.com> wrote in message
news:7tr2cfFmm1U1(a)mid.individual.net:

> > I made this but unfortunately it's impossible to place a control
> > on it or resize it :-(
>
>
> Now that is why you better use a datawindow!!!
>
> I use an undressed (removed all datarelated stuff) datawindow for some
> purposes, as I need the scrolling behaviour. Works great and is less work
> than getting a ChildAppWindow to work with controls. It is not designed for
> it!
>
> Erik

From: Philippe Mermod on
I answered to you :
http://groups.google.com/group/comp.lang.clipper.visual-objects/m
sg/023ae9535b1e693f

The message was cut. Here is the end of the sentence : ...I add
a hidden control at runtime with AddControl method to change the
minimum size of the window : what a mess just to adjust the
scrollbars.

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


Geoff Schaller wrote:

> Philippe is choosing to not listen.
>
> And nor has he answered the key questions I have asked: what
> is the problem he has with using existing datawindow or dialog
> window classes.
>
> "ER!k \/!sser" <nospam(a)nospam.com> wrote in message
> news:7tr2cfFmm1U1(a)mid.individual.net:
>
> >> I made this but unfortunately it's impossible to place a
> control >> on it or resize it :-(
> >
> >
> > Now that is why you better use a datawindow!!!
> >
> > I use an undressed (removed all datarelated stuff)
> > datawindow for some purposes, as I need the scrolling
> > behaviour. Works great and is less work than getting a
> > ChildAppWindow to work with controls. It is not designed for
> > it!
> >
> > Erik
First  |  Prev  |  Next  |  Last
Pages: 1 2 3 4
Prev: Owner Alignement Question
Next: bbrowser completed its work