EVT_DIRCTRL_FILEACTIVATED nonexistent

Hi all,

in the docs for 3.0 and phoenix it is mentioned that a GenericDirCtrl throws an EVT_DIRCTRL_FILEACTIVATED. However that string doesn’t actually exist in wxpython. What event is thrown on file activation in a GenericDirCtrl?

SW

No one knows. This is weird.

···

On Tuesday, February 3, 2015 at 2:56:06 PM UTC-8, Sam Wainwright wrote:

Hi all,

in the docs for 3.0 and phoenix it is mentioned that a GenericDirCtrl throws an EVT_DIRCTRL_FILEACTIVATED. However that string doesn’t actually exist in wxpython. What event is thrown on file activation in a GenericDirCtrl?

SW

Are you using Phoenix or Classic… the Phoenix docs are only partially compatible with Classic’s API. Otherwise, grep might be your best option for finding such ‘macros’/globals.

···

On Tuesday, February 3, 2015 at 2:56:06 PM UTC-8, Sam Wainwright wrote:

Hi all,

in the docs for 3.0 and phoenix it is mentioned that a GenericDirCtrl throws an EVT_DIRCTRL_FILEACTIVATED. However that string doesn’t actually exist in wxpython. What event is thrown on file activation in a GenericDirCtrl?

I’m using classic. I did grep for a bunch of different events that the documentation claim are thrown, and quite a few are missing (from both Phoenix and Classic). Looks like wx isn’t right for this project.

···

On Thursday, February 5, 2015 at 3:02:28 PM UTC-8, Nathan McCorkle wrote:

On Tuesday, February 3, 2015 at 2:56:06 PM UTC-8, Sam Wainwright wrote:

Hi all,

in the docs for 3.0 and phoenix it is mentioned that a GenericDirCtrl throws an EVT_DIRCTRL_FILEACTIVATED. However that string doesn’t actually exist in wxpython. What event is thrown on file activation in a GenericDirCtrl?

Are you using Phoenix or Classic… the Phoenix docs are only partially compatible with Classic’s API. Otherwise, grep might be your best option for finding such ‘macros’/globals.