My remote software and DD API
Posted: Mon Oct 16, 2006 12:27 pm
Hi!
I need to send a message to DD when it's minimized.
I can't understand the synthax. My remote software says:
MessageWin(msg, wparam, lparam, window)
Sends message to the window with given name.
OR
MessageApp(msg, wparam, lparam, class [, window])
Sends message to the app's window with class and windowname.
I've checked:
"ChannelDown": MessageWin(WM_REMOTE_MSG, RMT_UP, 0,"Tfmain")
-- doesn't work
"ChannelDown": MessageWin("WM_REMOTE_MSG", "RMT_UP", 0,"Tfmain")
-- doesn't work
I can see via special info window that the button is pressed and the string is executed. So, the remote and soft is ok (it also works to launch the dreamstart.exe but is freezes the DD after a few switchings).
Do I need to type in the numbers instead of variables? I'm not sure...
Please correct my synthax.
Thank you for help.
Sasha
I need to send a message to DD when it's minimized.
I can't understand the synthax. My remote software says:
MessageWin(msg, wparam, lparam, window)
Sends message to the window with given name.
OR
MessageApp(msg, wparam, lparam, class [, window])
Sends message to the app's window with class and windowname.
I've checked:
"ChannelDown": MessageWin(WM_REMOTE_MSG, RMT_UP, 0,"Tfmain")
-- doesn't work
"ChannelDown": MessageWin("WM_REMOTE_MSG", "RMT_UP", 0,"Tfmain")
-- doesn't work
I can see via special info window that the button is pressed and the string is executed. So, the remote and soft is ok (it also works to launch the dreamstart.exe but is freezes the DD after a few switchings).
Do I need to type in the numbers instead of variables? I'm not sure...
Please correct my synthax.
Thank you for help.
Sasha