Help Needed with APP.CFG

Software related support

Moderator: marcus

Help Needed with APP.CFG

Postby pelfed » Fri 7. Jan 2011, 07:55

Hi all

I'm trying to set up some commands for a program called AMCAP (an application to capture video).
I have used "AutoIt window information tool" to determine the classname of AMCAP, which seems to be either 1000 or #1000.

Either way I cannot get this simple little addition, below, to pause the screen. Any help would be very much appreicated as I'm pulling out what little hair I have left :-)

Code: Select all
[APP]AMCAP
  [ACTIVE]
  [CLASSNAME]1000
  [REMOTE]mediacenter
  [COMMANDS]
        PAUSE         [KEY]\SPACE
  [END-COMMANDS]
[END-APP]


I've also tried the classname with the #

Code: Select all
[APP]AMCAP
  [ACTIVE]
  [CLASSNAME]#1000
  [REMOTE]mediacenter
  [COMMANDS]
        PAUSE         [KEY]\SPACE
  [END-COMMANDS]
[END-APP]
pelfed
 
Posts: 3
Joined: Sat 24. Oct 2009, 18:21

Re: Help Needed with APP.CFG

Postby IRTrans » Fri 7. Jan 2011, 11:38

Hi,
classname is never a number - it is always some sort of name.

IRTrans
IRTrans
Administrator
 
Posts: 2115
Joined: Mon 21. Apr 2008, 23:32

Re: Help Needed with APP.CFG

Postby pelfed » Thu 27. Jan 2011, 22:55

Well that's not true - Classname can be anything the developer of the application decided to use.
pelfed
 
Posts: 3
Joined: Sat 24. Oct 2009, 18:21

Re: Help Needed with APP.CFG

Postby IRTrans » Fri 28. Jan 2011, 00:16

That is correct, however as they have to be unique they are usually a name that has something to do with the application.

I have never seen a simple number like 1000 used as a classname.

IRTrans
IRTrans
Administrator
 
Posts: 2115
Joined: Mon 21. Apr 2008, 23:32


Return to Software

Who is online

Users browsing this forum: No registered users and 11 guests

cron