Steps:
1) Create a Tab Menu (easiest is to use the Menu Designer).
2) Subclass frmStartMenu to create a form class to use when clicking the Start item.
3) In the Init method of the form, add popu...
Id #32220 |
Planned Release:
TabMenu 1.0.5
|
Last Updated: Thu at 3:47 PM by Tamar |
Created On: Thu at 3:46 PM by Tamar
Steps:
1) Use the Menu Designer to design a menu for a top-level window (by checking Top-Level form in the General Options).
2) Set _GENMENU to point to GenTabMenu.PRG
3) Attempt to generate the m...
Id #32184 |
Planned Release:
TabMenu 1.0.5
|
Last Updated: Mon at 4:58 PM by Tamar |
Created On: Mon at 4:58 PM by Tamar
Hi,
The documented return value for ALT + 'm' is 50
it should be corrected by 39
? INKEY(30)
and press ALT + 'm'
39
ok ?
Id #32094 |
Planned Release:
VFP9 SP2 Help File
|
Last Updated: Jan 19 at 10:12 AM by Faure |
Created On: Jan 19 at 10:12 AM by Faure
The DblClick method of the ChartNode class should call on the chart's OnDblClick method. It doesn't currently do so.
Id #32083 |
Planned Release:
Organization Chart
|
Last Updated: Jan 16 at 4:01 PM by Tamar |
Created On: Jan 16 at 4:01 PM by Tamar
The DeleteMember method of the Basic and Advanced samples for Organization Chart both call Nodes.AddNode rather than removing the desired node. Looks like a simple cut-and-paste error.
Id #32073 |
Planned Release:
Organization Chart
|
Last Updated: Jan 13 at 4:19 PM by Tamar |
Created On: Jan 13 at 4:19 PM by Tamar
In the ChartNode.ChartImage object, the Stretch property should be set to 2-Stretch (or 1-Isometric) rather than 0-Clip so that the image fits in the node regardless of its original size.
Id #32032 |
Planned Release:
Organization Chart
|
Last Updated: Jan 4 at 8:20 PM by Tamar |
Created On: Jan 4 at 8:20 PM by Tamar
PopMenu.Show checks PCOUNT() to determine if X and Y values were passed, but if you want to pass the flags parameter without those two, replace the commented out line with the following one:
***If...
Id #32021 |
Planned Release:
None
|
Last Updated: Dec 31 2011 at 4:48 PM by DougHennig |
Created On: Dec 31 2011 at 4:48 PM by DougHennig
The CreateContext method of PopMenu checks that the passed object is an instance of the same class. Presumably this is an error check to make sure you don’t pass something that isn’t a menu, but it...
Id #32020 |
Planned Release:
None
|
Last Updated: Dec 31 2011 at 4:47 PM by DougHennig |
Created On: Dec 31 2011 at 4:47 PM by DougHennig
The Init method of POPMenu calls Declare_DLLs only the first time the class is instantiated. However, if an application uses CLEAR DLLS, the menu fails the second time it’s used. Comment out the li...
Id #32019 |
Planned Release:
None
|
Last Updated: Dec 31 2011 at 4:44 PM by DougHennig |
Created On: Dec 31 2011 at 4:44 PM by DougHennig
When you close a form that uses JustBehave, the form's data session and one data session per behavior object are left dangling.
Steps:
1) Create a form and add the necessary code for JustBehave t...
Id #31968 |
Planned Release:
JustBehave
|
Last Updated: Dec 16 2011 at 8:31 PM by Tamar |
Created On: Dec 16 2011 at 8:31 PM by Tamar
|
|
|
|
|