PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV (versiones precedentes) → EmulateInput() does not recognize controls in a window from external component (WD24)
EmulateInput() does not recognize controls in a window from external component (WD24)
Iniciado por Jacek, 07,abr. 2021 16:37 - 2 respuestas
Miembro registrado
7 mensajes
Publicado el 07,abril 2021 - 16:37
After spending several frustrating hours, I need a workaround for a simple automatic test like this:
Procedure MyScenario()
EmulateInput(WIN_RegVisitA_BOC.EDT_CargoCode,"{F5}")
//Scenario that will be run when opening
// the "cmp_wdWS50DictSQL.WIN_SelectCargo" window
ON "cmp_wdWS50DictSQL.WIN_SelectCargo" DO
EmulateInput("cmp_wdWS50DictSQL.WIN_SelectCargo.TABL_Cargo","{DOWN}{DOWN}{ENTER}")
END

After it is run at the end of the last line with a call to EmulateInput() a No Entry icon is displayed with a tooltip: "EmulateInput function called. Error caused by 1 parameter. The 'cmp_wdWS50DictSQL.WIN_SelectCargo.TABL_Cargo' control is unknown."

- cmp_wdWS50DictSQL is the external component.
- WIN_SelectCargo is the window from this component.
- TABL_Cargo is the control from this window (the one not recognized)

I have checked the spelling, besides the script was "recorded" not entered by hand.
Any help, suggestions, how to make EmulateInput() recognize controls in external components ?

Or may be the Automatic Testing of Windows in WD is just a time wasting shitty trap for suckers like me.

Thanks in advance
/Jacek
Miembro registrado
3 mensajes
Publicado el 23,junio 2022 - 12:42
I spent well over an hour trying to get my controller (the 8BitDo N30 Pro 2) to be recognized in the game and finally found a solution.
Miembro registrado
3 mensajes
Publicado el 05,julio 2022 - 11:19
Baldwin escribió:
> I spent well over an hour trying to get my controller (the 8BitDo N30 Pro 2) to be recognized in the game and finally found a solution. https://www.mibridges.me/
I will endeavor to figure it out for extra.