-
I think this got flagged up because the code was calling wxMkDir as opposed to wxMkdir. I can't duplicate the problem with my current code. If wxMkDir behaves differently to wxMkdir, then this probably ought to be documented. Thanks.
2006-12-15 02:16:53 UTC in wxWidgets
-
Never mind. I was getting access denied messages because I was passing wxWidgets a destination directory, not a destination file name. I'm inclined to believe this ought to work, or at the very least be more clearly documented, but it's not really a bug per se, and certainly not the bug I thought it was.
2006-12-13 21:18:03 UTC in wxWidgets
-
Tested using wxWidgets-2.7.0-1.
wxWidgets seems to export both wxRmdir and wxRmDir, only the former of which is documented. They seem to return opposit logical values for success and failure, making the use of the wrong function quite difficult to debug.
2006-12-13 04:37:38 UTC in wxWidgets
-
Tested on 2.8.0-rc3
The documentation for wxMkdir seems to suggest that if no permissions are supplied, 0777 will be used to create the directory. Leaving aside the fact that that's not such a great choice for a default (0755, anyone), wxMkdir seeems to need to have the permissions explictly set on UNIX or programs won't compile. If this is deliberate, the docs should be updated to reflect...
2006-12-13 04:35:06 UTC in wxWidgets
-
Tested under version 2.7.0-1 under MS Windows.
I have a radio box control with several radio buttons, some of which are disabled dependent on context. While the disableed buttons cannot be selected by the mouse, it is still possible to select them by moving the cursor up or down on to the disabled controls using the cursor up/down keys. I think that the correct behaviour would be for the...
2006-12-13 04:26:50 UTC in wxWidgets
-
Tested on 2.7.0-1. No other results to so reason to assume fixed.
I am trying to use wxCopyFile to copy the binary executable I am running to other location. I'm only cresting a copy, not trying to delete the original. wxCopyFile returns an error 5 (access denied). Since I can copy the application file using the shell while the app is running, I can only assume that wxCopyFile is...
2006-12-13 04:17:45 UTC in wxWidgets