Anyone else getting a popup "OK4" when using _JavaObjValuesGet with a JavaFerret obj?
Can repro with a modified of the sample _JavaObjValuesGet.au3 (testing with PiFace.jar)
#include <Java.au3>
WinActivate("Piface Application Selector")
_JavaAttachAndWait("Piface Application Selector")
$obj = _JavaObjValuesGet("","","combo box")
WinXP sp3
java version "1.6.0_17"
Java SE Runtime Environment (build 1.6.0_17-b04)
Java HotSpot Client VM (build 14.3-b01, mixed mode, sharing)
The dll's are from the links in this forum (AutoITJavaAccess.dll v0.7)