Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8123880

Not processing events from Touchscreen eGalax

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • 8
    • javafx
    • Raspberry Pi, Raspbian (release 2013-09-25) and JDK8 build b109

      [From Sergio Soares]

      I have a problem on using JAVAFX + eGalax touchscreen on Raspberry PI that is killing me.
      I'm using Raspbian (release 2013-09-25) and JDK8 build b109. My touchscreen worked out of the box on Raspbian (I spent some time calibrating it).
      On X11, the touchscreen works well, wherever I touch, the mouse pointer goes and click, AWESOME. But when I run my JAVAFX app the touch doesn't work anymore. JAVAFX can't get the touch events. My mouse still works on X11 and JAVAFX normally.
      Then, I ran my JAVAFX app using SSH and typed "cat /dev/input/eventX" to check if the touch was sending events and it was. Every time I touch, it printed something on my SSH terminal.

      So, looking for something on JIRA, I found a similar issue that seemed to be resolved for another kind of touch driver, not for eGalax (https://javafx-jira.kenai.com/browse/RT-26186)

      I've also found someone else with the same problem using QT, but it seems they managed to make it work: http://qt-project.org/forums/viewthread/21126

      I'm getting crazy with this problem. Please someone help me! I'm almost giving up.
      Running my JAVAFX app with -Dlog.lens=fine, I was able to generate the log file below. So maybe it can give you guys a better ideia of what's happening.

      Thank you very much,

      Sergio Soares (Brazil)

      Here is my log file:
      =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2013.10.03 09:27:02 =~=~=~=~=~=~=~=~=~=~=~=
      /opt/jdk1.8.0/bin/java -cp /opt/jdk1.8.0/jre/lib/'*' -Djavafx.
      .platform=eglfb -Dlog.lens=fine -jar Test_JAVAFX.jar
      Oct 03, 2013 9:27:12 AM com.sun.glass.ui.lens.LensApplication initLibrary
      INFO: LensApplication initialization
      Oct 03, 2013 9:27:12 AM java.lang.ClassLoader$NativeLibrary load
      INFO: 2333 LensLogger.c:141 glass_logger_init: Log level 500
      Oct 03, 2013 9:27:12 AM com.sun.glass.ui.lens.LensApplication _initIDs
      FINE: 2333 LensApplication.c:105 initIDs: Setting up JNI references
      Oct 03, 2013 9:27:12 AM com.sun.glass.ui.lens.LensApplication _initIDs
      FINE: 2333 LensApplication.c:187 initIDs: Set up JNI references
      Oct 03, 2013 9:27:12 AM com.sun.glass.ui.lens.LensApplication initLibrary
      INFO: LensApplication initialization done
      Oct 03, 2013 9:27:12 AM com.sun.glass.ui.lens.LensApplication <init>
      FINE: LensApplication ctor called, registering in native layer
      Oct 03, 2013 9:27:12 AM com.sun.glass.ui.lens.LensApplication registerApplication
      FINE: 2333 LensApplication.c:226 Java_com_sun_glass_ui_lens_LensApplication_registerApplication: Rgistering LenApplication object
      Oct 03, 2013 9:27:12 AM com.sun.glass.ui.lens.LensApplication _initialize
      FINE: 2333 LensWindowManager.c:85 lens_wm_initialize: Init device
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      FINE: 2333 LensWindowManager.c:89 lens_wm_initialize: Init screen
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      FINE: 2333 fbdevScreen.c:219 lens_screen_initialize: open(/dev/fb0, O_RDONLY)
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      FINE: 2333 fbdevScreen.c:225 lens_screen_initialize: ioctl(/dev/fb0, FBIOGET_VSCREENINFO)
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      CONFIG: 2333 fbdevScreen.c:234 lens_screen_initialize: /dev/fb0 configuration:
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      CONFIG: 2333 fbdevScreen.c:235 lens_screen_initialize: xres=720
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      CONFIG: 2333 fbdevScreen.c:236 lens_screen_initialize: yres=480
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      CONFIG: 2333 fbdevScreen.c:237 lens_screen_initialize: xres_virtual=720
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      CONFIG: 2333 fbdevScreen.c:238 lens_screen_initialize: yres_virtual=480
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      CONFIG: 2333 fbdevScreen.c:239 lens_screen_initialize: xoffset=0
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      CONFIG: 2333 fbdevScreen.c:240 lens_screen_initialize: yoffset=0
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      CONFIG: 2333 fbdevScreen.c:241 lens_screen_initialize: bits_per_pixel=16
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      CONFIG: 2333 fbdevScreen.c:242 lens_screen_initialize: grayscale=0
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      CONFIG: 2333 fbdevScreen.c:245 lens_screen_initialize: width=-1mm
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      CONFIG: 2333 fbdevScreen.c:246 lens_screen_initialize: height=-1mm
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      CONFIG: 2333 fbdevScreen.c:247 lens_screen_initialize: sync=0
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      CONFIG: 2333 fbdevScreen.c:248 lens_screen_initialize: vmode=0
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      CONFIG: 2333 fbdevScreen.c:249 lens_screen_initialize: rotate=0
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      CONFIG: 2333 fbdevScreen.c:283 lens_screen_initialize: Set resolution to 96x96 dots per inch
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      FINE: 2333 LensWindowManager.c:92 lens_wm_initialize: Clearing screen
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      FINE: 2333 LensWindowManager.c:95 lens_wm_initialize: Cursor init
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      FINE: 2333 LensWindowManager.c:99 lens_wm_initialize: Init input devices
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      FINE: 2333 udevInput.c:347 lens_input_initialize: screen size=720x480
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      FINE: 2333 LensApplication.c:246 glass_application_request_native_event_loop: Creating native event thread
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication createNativeEventThread
      INFO: Starting native event thread
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _initialize
      FINE: 2333 LensApplication.c:251 glass_application_request_native_event_loop: Created native event thread
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication registerEventLoop
      INFO: activeEventLoopThreads := 1
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 LensApplication.c:263 Java_com_sun_glass_ui_lens_LensApplication_startNativeEventLoop: Calling native event loop callback
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication _runLoop
      FINE: Starting event loop
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:1063 lens_input_eventLoop: Allocated epollEvents 0x20fa2d8
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:406 lens_input_udevFindDevices: Enumerating input devices... start
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:475 lens_input_deviceAllocateAndInit: Allocated device 0x20fbdd0
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:613 lens_input_deviceInfoAllocateAndInit: Device /sys/devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.4/1-1.3.4:1.0/input/input0 dosen't have a valid dev node - skipping
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:503 lens_input_deviceAllocateAndInit: Failed to allocate LensInputDeviceInfo
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:2093 lens_input_deviceInfoRelease: Release device 0x20fbdd0 ((null)): (null)
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:2164 lens_input_deviceRelease: free(0x20fbdd0) (device)
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:475 lens_input_deviceAllocateAndInit: Allocated device 0x20fb558
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:618 lens_input_deviceInfoAllocateAndInit: Allocated device info 0xa9c01b40
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:508 lens_input_deviceAllocateAndInit: Trying to register eGalax Inc. USB TouchController [/dev/input/event0] as an input device
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:553 lens_input_deviceCheckProperties: Device is a pointer
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:693 lens_input_deviceOpen: open(/dev/input/event0) returned 17
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:869 lens_input_deviceInitCapabilities: Init keybits
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:899 lens_input_deviceInitCapabilities: Range for axis 0x00 is 42..1981
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:899 lens_input_deviceInitCapabilities: Range for axis 0x01 is 42..1981
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:667 lens_input_mouseStateAllocateAndInit: Setting up mouse for eGalax Inc. USB TouchController
      Oct 03, 2013 9:27:13 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:669 lens_input_mouseStateAllocateAndInit: Allocated device pointer state 0xa9c02270
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:719 lens_input_deviceOpen: Device eGalax Inc. USB TouchController registered for inputs
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:750 lens_input_deviceNotify: Not a 5-way, missing key 103
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication notifyDeviceEvent
      FINE: Notify device event attach=true, flags=0x4
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:438 lens_input_udevFindDevices: Device /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.4/1-1.3.4:1.0/input/input0/js0 allready registered
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:438 lens_input_udevFindDevices: Device /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.4/1-1.3.4:1.0/input/input0/mouse0 allready registered
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:475 lens_input_deviceAllocateAndInit: Allocated device 0xa9c02ef8
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:613 lens_input_deviceInfoAllocateAndInit: Device /sys/devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.4/1-1.3.4:1.0/input/input1 dosen't have a valid dev node - skipping
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:503 lens_input_deviceAllocateAndInit: Failed to allocate LensInputDeviceInfo
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:2093 lens_input_deviceInfoRelease: Release device 0xa9c02ef8 ((null)): (null)
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:2164 lens_input_deviceRelease: free(0xa9c02ef8) (device)
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:438 lens_input_udevFindDevices: Device /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.4/1-1.3.4:1.0/input/input1/event1 allready registered
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:438 lens_input_udevFindDevices: Device /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.4/1-1.3.4:1.0/input/input1/mouse1 allready registered
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:442 lens_input_udevFindDevices: ignoring device without input capabilities [device path /devices/virtual/input/mice]
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:2319 lens_input_printDevices: Input devices list:
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:2326 lens_input_printDevices: =========================
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:2327 lens_input_printDevices: Name: eGalax Inc. USB TouchController
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:2328 lens_input_printDevices: Path: /dev/input/event0
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:2329 lens_input_printDevices: sysPath /sys/devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.4/1-1.3.4:1.0/input/input0/event0
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:2330 lens_input_printDevices: fd: 17
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:2331 lens_input_printDevices: Product: 3/eef/1/210
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:2332 lens_input_printDevices: VendorId: eef
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:2333 lens_input_printDevices: ProductId: 1
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:2339 lens_input_printDevices: device is pointer

      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:2344 lens_input_printDevices: =========================

      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:2349 lens_input_printDevices: Device count = 1
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      CONFIG: 2348 udevInput.c:455 lens_input_udevFindDevices: Enumerating input devices... finished
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 udevInput.c:958 lens_input_epolladdDevice: epollctl(18, EPOLL_CTL_ADD, fd=17, device=0x20fb558)
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 LensApplication.c:246 glass_application_request_native_event_loop: Creating native event thread
      Oct 03, 2013 9:27:14 AM com.sun.glass.ui.lens.LensApplication createNativeEventThread
      INFO: Starting native event thread
      Oct 03, 2013 9:27:15 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2348 LensApplication.c:251 glass_application_request_native_event_loop: Created native event thread
      Oct 03, 2013 9:27:15 AM com.sun.glass.ui.lens.LensApplication registerEventLoop
      INFO: activeEventLoopThreads := 2
      Oct 03, 2013 9:27:15 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2350 LensApplication.c:263 Java_com_sun_glass_ui_lens_LensApplication_startNativeEventLoop: Calling native event loop callback
      Oct 03, 2013 9:27:15 AM com.sun.glass.ui.lens.LensApplication startNativeEventLoop
      FINE: 2350 udevInput.c:1953 lens_input_udevMonitorLoop: Starting hot plug thread monitoring on fd[19]

      Oct 03, 2013 9:27:23 AM com.sun.glass.ui.lens.LensWindow _createWindow
      FINE: 2349 LensWindow.c:138 glass_create_native_window: Allocated NativeWindow window = 0x22c1098, owner = -1[(nil)] lensWindow=0x2219dd4
      Oct 03, 2013 9:27:23 AM com.sun.glass.ui.lens.LensWindow _createWindow
      FINE: 2349 LensWindow.c:160 glass_create_native_window: NativeWindow created window 1[0x22c1098]->data((nil))
      Oct 03, 2013 9:27:23 AM com.sun.glass.ui.lens.LensWindow _setResizable
      WARNING: 2349 LensWindow.c:405 Java_com_sun_glass_ui_lens_LensWindow__1setResizable: No effect on an undecorated window
      Oct 03, 2013 9:27:23 AM com.sun.glass.ui.lens.LensWindow _setFocusable
      FINE: 2349 LensWindow.c:451 Java_com_sun_glass_ui_lens_LensWindow__1setFocusable: set focusable=1 on window 1[0x22c1098]
      Oct 03, 2013 9:27:23 AM com.sun.glass.ui.lens.LensWindow _setFocusable
      FINE: 2349 LensWindow.c:456 Java_com_sun_glass_ui_lens_LensWindow__1setFocusable: setFocusable(window 1, true) returned true
      Oct 03, 2013 9:27:23 AM com.sun.glass.ui.lens.LensWindow _setMinimumSize
      FINE: 2349 LensWindow.c:600 Java_com_sun_glass_ui_lens_LensWindow__1setMinimumSize: set window 1[0x22c1098] minimum size to 0x0
      Oct 03, 2013 9:27:23 AM com.sun.glass.ui.lens.LensWindow _setMinimumSize
      FINE: 2349 LensWindow.c:722 glass_window_check_bounds: check bounds for window 1[0x22c1098] with new dimentions 1x1
      Oct 03, 2013 9:27:23 AM com.sun.glass.ui.lens.LensWindow _setMinimumSize
      FINE: 2349 LensWindow.c:754 glass_window_check_bounds: Params are valid. Returning width = 1, height = 1
      Oct 03, 2013 9:27:23 AM com.sun.glass.ui.lens.LensWindow _setMaximumSize
      FINE: 2349 LensWindow.c:627 Java_com_sun_glass_ui_lens_LensWindow__1setMaximumSize: set window 1[0x22c1098] maximum size to -1x-1
      Oct 03, 2013 9:27:23 AM com.sun.glass.ui.lens.LensWindow _setMaximumSize
      FINE: 2349 LensWindow.c:722 glass_window_check_bounds: check bounds for window 1[0x22c1098] with new dimentions 1x1
      Oct 03, 2013 9:27:23 AM com.sun.glass.ui.lens.LensWindow _setMaximumSize
      FINE: 2349 LensWindow.c:754 glass_window_check_bounds: Params are valid. Returning width = 1, height = 1
      Oct 03, 2013 9:27:24 AM com.sun.glass.ui.lens.LensPixels getNativeFormat_impl
      CONFIG: Querying native format
      Oct 03, 2013 9:27:24 AM com.sun.glass.ui.lens.LensView _createNativeView
      FINE: 2349 LensView.c:105 Java_com_sun_glass_ui_lens_LensView__1createNativeView: Created NativeView view = 0x22bef88 lensView=0x2219dd0
      Oct 03, 2013 9:27:24 AM com.sun.glass.ui.lens.LensWindow _setView
      INFO: set view LensView[nativePtr=0x22bef88], visible=false
      Oct 03, 2013 9:27:24 AM com.sun.glass.ui.lens.LensWindow attachViewToWindow
      FINE: 2349 LensWindow.c:243 Java_com_sun_glass_ui_lens_LensWindow_attachViewToWindow: attach view 0x22bef88 to window 1[0x22c1098]
      Oct 03, 2013 9:27:24 AM com.sun.glass.ui.lens.LensView _setParent
      FINE: 2349 LensView.c:316 Java_com_sun_glass_ui_lens_LensView__1setParent: set parent of view 0x22bef88 to window 1[0x22c1098] old window -1[(nil)]
      Oct 03, 2013 9:27:24 AM com.sun.glass.ui.lens.LensView _setParent
      FINE: 2349 LensWindowManager.c:741 glass_view_setParent: Setting new owner, window 1 [0x22c1098], for view 0x22bef88
      Oct 03, 2013 9:27:24 AM com.sun.glass.ui.lens.LensView _setParent
      FINE: 2349 LensWindowManager.c:745 glass_view_setParent: Notifying view it has been added 0x22bef88
      Oct 03, 2013 9:27:24 AM com.sun.glass.ui.lens.LensApplication notifyViewEvent
      FINE: Notify event type ADD on LensView[nativePtr=0x22bef88]
      Oct 03, 2013 9:27:24 AM com.sun.glass.ui.lens.LensWindow _requestFocus
      FINE: 2349 LensWindow.c:428 Java_com_sun_glass_ui_lens_LensWindow__1requestFocus: request focus on window 1[0x22c1098]
      Oct 03, 2013 9:27:24 AM com.sun.glass.ui.lens.LensWindow _requestFocus
      FINE: 2349 LensWindow.c:1005 glass_window_getFocusedWindow: Returning focused window -1[(nil)]
      Oct 03, 2013 9:27:24 AM com.sun.glass.ui.lens.LensWindow _requestFocus
      FINE: 2349 LensWindowManager.c:579 glass_window_requestFocus: requestFocus on window 1[0x22c1098], event 542
      Oct 03, 2013 9:27:24 AM com.sun.glass.ui.lens.LensWindow _requestFocus
      WARNING: 2349 LensWindowManager.c:603 glass_window_requestFocus: Focus requested on isVisible=false - ignore
      Oct 03, 2013 9:27:28 AM com.sun.glass.ui.lens.LensWindow _setBounds
      FINE: _setBounds x=0 y=0 xSet=false ySet=false w=-1 h=-1 cw=720 ch=480 xGravity=0.0 yGravity=0.0
      Oct 03, 2013 9:27:28 AM com.sun.glass.ui.lens.LensWindow setBoundsImpl
      FINE: 2349 LensWindowManager.c:462 glass_window_setBoundsImpl: setBoundsImpl on window 1[0x22c1098] x=0 y=0 w=720 h=480 needToUpdatePostion=false needToUpdateSize=true isContentSize=true state=NORMAL
      Oct 03, 2013 9:27:28 AM com.sun.glass.ui.lens.LensWindow setBoundsImpl
      FINE: 2349 LensWindowManager.c:484 glass_window_setBoundsImpl: Updatating window 1[0x22c1098] size from 1X1 to 720X480
      Oct 03, 2013 9:27:28 AM com.sun.glass.ui.lens.LensApplication notifyWindowResize
      INFO: notifyResize with RESIZE event Window:
      ptr: 36442264
      screen ptr: -1436414420
      isDecorated: true
      title:
      visible: false
      focused: false
      modal: false
      state: 1
      x: 0, y: 0, w: 0, h: 0
      to 720x480
      Oct 03, 2013 9:27:28 AM com.sun.glass.ui.lens.LensWindow _setBounds
      FINE: _setBounds x=0 y=0 xSet=true ySet=true w=-1 h=-1 cw=-1 ch=-1 xGravity=0.5 yGravity=0.33333334
      Oct 03, 2013 9:27:28 AM com.sun.glass.ui.lens.LensWindow setBoundsImpl
      FINE: 2349 LensWindowManager.c:462 glass_window_setBoundsImpl: setBoundsImpl on window 1[0x22c1098] x=0 y=0 w=720 h=480 needToUpdatePostion=true needToUpdateSize=false isContentSize=false state=NORMAL
      Oct 03, 2013 9:27:28 AM com.sun.glass.ui.lens.LensWindow setBoundsImpl
      FINE: 2349 LensWindowManager.c:526 glass_window_setBoundsImpl: Nothing to do
      Oct 03, 2013 9:27:28 AM com.sun.glass.ui.lens.LensWindow _setAlpha
      FINE: 2349 LensWindow.c:511 Java_com_sun_glass_ui_lens_LensWindow__1setAlpha: set alpha=1.000000 on window 1[0x22c1098]
      Oct 03, 2013 9:27:28 AM com.sun.glass.ui.lens.LensApplication notifyViewEvent
      FINE: Notify event type REPAINT on LensView[nativePtr=0x22bef88]
      Oct 03, 2013 9:27:28 AM com.sun.glass.ui.lens.LensWindow _setVisible
      FINE: 2349 LensWindow.c:388 Java_com_sun_glass_ui_lens_LensWindow__1setVisible: set window 1[0x22c1098] to visible
      Oct 03, 2013 9:27:28 AM com.sun.glass.ui.lens.LensWindow _setVisible
      FINE: 2349 LensWindowManager.c:539 glass_window_setVisible: Setting window 1[0x22c1098](owner -1[(nil)]) from invisible, to visible
      Oct 03, 2013 9:27:28 AM com.sun.glass.ui.lens.LensWindow _setVisible
      FINE: 2349 LensWindow.c:1005 glass_window_getFocusedWindow: Returning focused window -1[(nil)]
      Oct 03, 2013 9:27:28 AM com.sun.glass.ui.lens.LensWindow _setVisible
      FINE: 2349 LensWindowManager.c:1289 lens_wm_setFocusedWindow: Window -1[(nil)] is focused. Window 1[0x22c1098] requesting focus
      Oct 03, 2013 9:27:28 AM com.sun.glass.ui.lens.LensWindow _setVisible
      FINE: 2349 LensWindow.c:1014 glass_window_setFocusedWindow: Cached focused window was -1[(nil)], now its 1[0x22c1098]
      Oct 03, 2013 9:27:28 AM com.sun.glass.ui.lens.LensWindow _setVisible
      FINE: 2349 LensWindowManager.c:1310 lens_wm_setFocusedWindow: Notifying window 1[0x22c1098] focus gained
      Oct 03, 2013 9:27:28 AM com.sun.glass.ui.lens.LensApplication notifyWindowEvent
      FINE: notifyWindowEvent eventType = FOCUS_GAINED

            dblaukop Daniel Blaukopf (Inactive)
            dblaukop Daniel Blaukopf (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: