PDA

View Full Version : Application changes its title depending on its current doc



tcl
December 25th, 2002, 09:27 PM
I finished mapping most of the buttons on my music transcription software to my IR remote and then discovered that the mappings only work for the current document b-e-c-a-u-s-e the transcription application changes it's application title by appending the current document to it's title. So, the application goes from "Appl" to "Appl - A" for a document named "A", and "Appl - B" for document "B". Is there a way to instruct Girder to use only a portion of the application's title?

war_pig5
December 25th, 2002, 10:47 PM
not that i know of, but that doesn't stop us.

we generally get around the problem by unchecking the "Name" field in the target selector box, and checking "class name" and/or "executable".

if this is not good enough, then you need to use the "substring matching" checkbox, and put just the static part of the name in the "name" field.

the above all refers to the target selector window, of course.

reference:
http://www.girder.nl/help/girderhelp/targeting.php

tcl
December 26th, 2002, 11:50 AM
really

tcl
December 27th, 2002, 01:34 AM
worked great. Thanks for your help.