I have set my form Closable =.F. and run the form, it is showing my form at FoxTabs Bar.
But when i DblClick on my form at FoxTabs bar my form closed.
or when i RightClick on my form at FoxTabs bar and Click on close my form closed.
But my form Should not be closed if i have set Closable = .F. ?
Warm regards,
mk.
Comments: ** Comment from web user: mk_common **
But when i DblClick on my form at FoxTabs bar my form closed.
or when i RightClick on my form at FoxTabs bar and Click on close my form closed.
But my form Should not be closed if i have set Closable = .F. ?
Warm regards,
mk.
Comments: ** Comment from web user: mk_common **
Thank you,
We have "Double Click tabs to close" option. But we can close the Tab with Right-Click.
Can we add one option "Right-Click Tabs to close" like we have for "Double Click" ?
If we Uncheck "Right-Click Tabs to close" then "Close " and "Close All" should disabled.
If we Right-Click on "Foxtabs" bar and click on "Close All", after that my vfp9 "Command Window" always Blinking and we can not do anything and we need "Ctrl+Alt+Del" to End task.
"Close", "Close All", "Options " and "Exit" should be enabled only if we are in development mode (_vfp.StartMode = 0) .
I want to include "Foxtabs " in my software.
* main.prg
set path to Foxtabs additive
do foxtabs
Warm regards,
mk.