GDIPlusX: Bug in Union method of xfcRectangle

The Union method of xfcRectangle gives an error because of a typo in the names of a couple of variables. To fix this, replace the commented line with the one below it: ***m.loRect = CREATEOBJECT("...

Id #32677 | Release: None | Updated: May 6 at 5:02 PM by DougHennig | Created: May 6 at 5:02 PM by DougHennig

GDIPlusX: DarkSalmon color issue

I think I found a typo, which is leading to a minor bug in GDIPlusX. In the System.Drawing.PRG program the DarkSalmon color is returning a blank name for the color. I believe this is due to line o...

Id #32673 | Release: GDIPlusX 1.20 | Updated: May 5 at 11:33 PM by RickSchummer | Created: May 5 at 11:33 PM by RickSchummer

Subfox downloads my own commits

I have the same problem reported here: hoffi42 Jun 15 2010 at 9:46 PM @kainhart How odd. Yes I did have to do an update. I guess Subfox just displays the Update operation in a strange way. When I...

Id #32478 | Release: None | Updated: Apr 18 at 3:53 PM by amariottini | Created: Mar 22 at 3:46 PM by amariottini

Subfox and lost updates

I have this problem with SubFox: 1. I make some changes 2. another developer make some changes (other files...) and commits 3. I commit without update 4. I update: nothing to update, the other de...

Id #32477 | Release: None | Updated: Mar 22 at 3:42 PM by amariottini | Created: Mar 22 at 3:42 PM by amariottini

Grid ManyHeader checks specifically for Vista, omits Win7

Code in the Manyheader and ThemeImage classes checks whether OS(1) is "5.01" or "5.02", making the relevant features work only in Windows Vista and not in Windows 7. The code should check that OS(1...

Id #32328 | Release: None | Updated: Feb 28 at 7:55 PM by Tamar | Created: Feb 28 at 7:55 PM by Tamar

Code Analyst Configuration dialog doesn't resize gracefully

Steps: 1) Run Code Analyst 2) Open the configuration dialog 3) Grab the bottom right corner and make it larger Observed: A number of controls do not land up where you'd expect. The main issues ar...

Id #32276 | Release: Code Analyst 1.02 | Updated: Feb 17 at 7:39 PM by Tamar | Created: Feb 17 at 7:39 PM by Tamar

Code Analyst: No Return Value Rule flawed

The "No Return Value" rule has a flaw in that it requires the "RETURN" statement to be uppercased. To correct this make the following change to the IF statement checking the condition. IF NOT "RET...

Id #32242 | Release: Code Analyst 1.02 | Updated: Feb 12 at 1:35 AM by RickSchummer | Created: Feb 12 at 1:35 AM by RickSchummer

Code Analyst: does not close cursors when shut down

When you close down the Code Analyst it leaves four cursors open in the VFP default datasession. FoxResource FoxRefCursor CodeRule and something that looks like it is SYS(2015) named. Additional ...

Id #32241 | Release: Code Analyst 1.02 | Updated: Feb 12 at 1:17 AM by RickSchummer | Created: Feb 12 at 1:17 AM by RickSchummer

Code Analyst: Script Errors listed not cleared

If there is an error in the script an error is recorded during the analysis. Go into the script and correct the error. Refresh the analysis or run a completely new one. Errors are still listed. The...

Id #32240 | Release: Code Analyst 1.02 | Updated: Feb 12 at 1:13 AM by RickSchummer | Created: Feb 12 at 1:13 AM by RickSchummer

Code Analyst: Export to folder with spaces errors

The export errors out if you specify a folder with a space in the name because Code Analyst is using INTO TABLE &lc rather than INTO TABLE (lc).

Id #32238 | Release: Code Analyst 1.02 | Updated: Feb 12 at 1:14 AM by RickSchummer | Created: Feb 11 at 9:33 PM by RickSchummer