Página 1 de 1

Events bug

Publicado: Mié Mar 12, 2014 11:13 pm
por a.ilic
There's bug with the latest FRX version. Start FrConsole.exe, and choose option Sergey mode. Then click on the Print button in toolbar. Instead of the message "Print", application freezes. Other events are also problematic.
Tried on two different workstations, and it manifests the same. FrConsole is not manually built, it's original version included in installation.
Regards,

Events bug

Publicado: Jue Mar 13, 2014 10:13 am
por ignacio
Dear Sir,
On the Sergey demo we are also overloading that button. To print as usual just comment this line:
:bOnBtnPrint := {|| Alert( "Print" ), 1 }
BTW, if you could see just behind the scene you will surely see something like this:

Regards,

Attached files

Events bug

Publicado: Jue Mar 13, 2014 10:50 am
por a.ilic
ignacio wrote on Thu, 13 March 2014 10:13On the Sergey demo we are also overloading that button. To print as usual just comment this line:
:bOnBtnPrint := {|| Alert( "Print" ), 1 }
BTW, if you could see just behind the scene you will surely see something like this:
Ahhh... That's what I wanted, the alert window. The point is, that events blocks FR window, and focus wasn't switched to the console application, so I didn't notice that message
Anyway, the behavior is good then. Thanks for pointing me.
Regards,