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 **
FoxTabs is designed to work in the VFP IDE. It is not a stated goal to make it usable within application, and in fact, I recommend against it. You may get more tabs than you bargained for, and stability issues could arise. However, you are not the first person to ask. I will keep this open for inclusion in a possible future release, although I'm not sure if I'll have time to work on it myself. I will consider patches if others want to add this type of functionality.
Years ago, Johan Ballet shared a version of FoxTabs that he got working within his app. I never did get a chance to look into it, but I will share here. Note that it is based on a much older version of FoxTabs, so there are likely stability issues. It may have some good ideas for a future release.