I want to include "Foxtabs " in my Accounting software.
We have a CheckBox "Double Click tabs to close" option. But we can close the Tab with Right-Click.
Can we add one more CheckBox "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.
__"Close", "Close All", "Options " and "Exit"__ should be enabled only if we are in development mode (_vfp.StartMode = 0) Otherwise above all should be Disabled.
I want to use FoxTabs in my Accounting Software like Below:
```
* main.prg
set path to Foxtabs additive
do foxtabs
```
Warm regards,
mk.
Comments: ** Comment from web user: joelleach **
We have a CheckBox "Double Click tabs to close" option. But we can close the Tab with Right-Click.
Can we add one more CheckBox "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.
__"Close", "Close All", "Options " and "Exit"__ should be enabled only if we are in development mode (_vfp.StartMode = 0) Otherwise above all should be Disabled.
I want to use FoxTabs in my Accounting Software like Below:
```
* main.prg
set path to Foxtabs additive
do foxtabs
```
Warm regards,
mk.
Comments: ** Comment from web user: joelleach **
See also: https://vfpx.codeplex.com/workitem/29015