dbTalk Databases Forums  

VFP 6: Denying Docking

comp.databases.xbase.fox comp.databases.xbase.fox


Discuss VFP 6: Denying Docking in the comp.databases.xbase.fox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Gene Wirchenko
 
Posts: n/a

Default VFP 6: Denying Docking - 07-22-2004 , 10:50 AM






I have added another toolbar to my app. I do not want it to be
dockable. (If it is docked on the left or the right, it takes up over
one-half of the screen.) Is there any way to prevent docking from
occurring?

Sincerely,

Gene Wirchenko

Computerese Irregular Verb Conjugation:
I have preferences.
You have biases.
He/She has prejudices.

Reply With Quote
  #2  
Old   
Rick Bean
 
Posts: n/a

Default Re: VFP 6: Denying Docking - 07-22-2004 , 01:24 PM






Gene,
You can simply undock it in the afterdock envent method:

procedure afterdock
this.dock(-1)
endproc

Rick

"Gene Wirchenko" <genew (AT) mail (DOT) ocis.net> wrote

Quote:
I have added another toolbar to my app. I do not want it to be
dockable. (If it is docked on the left or the right, it takes up over
one-half of the screen.) Is there any way to prevent docking from
occurring?

Sincerely,

Gene Wirchenko

Computerese Irregular Verb Conjugation:
I have preferences.
You have biases.
He/She has prejudices.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.