Achievement editor window fails to spawn from the list
With the current master version I can spawn the achievement editor from the menu, but not from the achievement list, using RAppleWin. It also does not switch focus to it as expected when selecting an entry, even when the window is spawned.
I had no issues getting the windows to appear, but they never appeared where they were supposed to. This is because RA_Init() is being called with a HWND of NULL, so it can't determine where to put things. This may be causing other issues as well.
I tried to delay the initialization until after the window handle is set, but it did not seem to make any difference. I guess I will give it another try and report results later.
Spawning windows in the center of the screen in case the parent handle is NULL seems like it would be a good enhancement.
Can confirm that this does not happen when the parent window handle is set correctly.