Problem with grammar _folders, not opening specified folder
On my desktop, if I try to open a folder with the command "folder xzy" unimacro no longer opens the folder for me. Instead it writes the folder path and some tab characters. For example, if I open Notepad, and then issue the command "folder desktop", the following ends up in Notepad (the tabs and newline tags are in text to illustrate what I mean, they are not written out):
C:\Documents and Settings\perh.ORC\Desktop<tab><tab><newline><tab>
I also notice the mouse cursor moving to the top left area of the window that I'm working in.
_folders.ini:
[folders]
my documents = h:\
workspace = "h:\workspace"
desktop = "C:\Documents and Settings\perh.ORC\Desktop"
....
Trace actions 3 debug:
setting debug actions: 3
_actions: ------new action: RMP 1, 0.02, 0.05, 0,
_actions: action: RMP 1, 0.02, 0.05, 0, aList: ['RMP 1, 0.02, 0.05, 0']
_actions: convertToPythonArg: |1|
_actions: convertToPythonArg: |0.02|
_actions: convertToPythonArg: |0.05|
_actions: convertToPythonArg: |0|
_actions: ------new action: <,
_actions: action: <, aList: ['<']
_actions: < from [default]: {alt+n}
_actions: ------new action: <,
_actions: action: <, aList: ['<']
_actions: < from [default]: {tab}{shift+tab}{enter}
The grammar used to work for me. The only change I can think of is that I have reinstalled natlink/unimacro/vocola using the new installer and I've messed with the Windows language settings in a half-hearted attempt to sort out ctfmon.exe once and for all. Obviously I've messed something up but I haven't been able to figure out what. Any ideas?
Thanks!



Per, This looks behaviour of
Per,
This looks behaviour of a so-called child window (which is wanted when you call for a folder when inside open/save as dialog box). Which is reported so, while it is a top window.
I noticed in one of the upgrades (of python I believe) that the check for child/top window was broken. But I thought I fixed it.
You can try the unimacro unittest utils, by calling "unimacro test utils". This tests just this feature.
Otherwise come back to me in private e-mail. q.hoogenboom@antenna.nl
Greetings, Quintijn