Dear Support,
I try to broadcasting but if I compile the example file from
https://www.dukascopy.com/wiki/index.php?title=Broadcast_messageI receive the followint error:
2011-10-16 11:56:47 The method broadcast(String, String) is undefined for the type IEngine
2011-10-16 11:56:47 ^^^^^^^^^
2011-10-16 11:56:47 engine.broadcast(name, "Broadcast Client 1 " + String.valueOf(System.currentTimeMillis()));
2011-10-16 11:56:47 2. ERROR in C:\DOCUME~1\Lega\LOCALS~1\Temp\jfxide\tmp\BroadcastStrategy.java (at line 44)
2011-10-16 11:56:47 ----------
2011-10-16 11:56:47 IStrategyBroadcastMessage cannot be resolved to a type
2011-10-16 11:56:47 ^^^^^^^^^^^^^^^^^^^^^^^^^
2011-10-16 11:56:47 if (message instanceof IStrategyBroadcastMessage) {
2011-10-16 11:56:47 1. ERROR in C:\DOCUME~1\Lega\LOCALS~1\Temp\jfxide\tmp\BroadcastStrategy.java (at line 30)
2011-10-16 11:56:47 ----------
Could you pls help to solve?
Thank you
Gábor