cmifsud
13 years agoNew Contributor
SWT object recognition on Window 7 64 bits
My application can be run either in 32 bit or 64 bit mode on a window 7 64 bit machine.
When I run the 32 bit version, my SWT object are correctly identified:
SWTObject("Shell", "My Application Name")
SWTObject("StatusLine", "",2)
SWTObject("CBanner", "", 1)
However, when I run the 64 bit version of this application (same computer, same version, same environment), I have
Window(SWT_Window0", "My Application Name", 1)
Window(SWT_Window0", "", 2)
Window(SWT_Window0", "", 1)
And so on.
No matter how deep I go into my object tree everytihng is Window(SWT_Window0", .. something
Any idea why?
Thanks
When I run the 32 bit version, my SWT object are correctly identified:
SWTObject("Shell", "My Application Name")
SWTObject("StatusLine", "",2)
SWTObject("CBanner", "", 1)
However, when I run the 64 bit version of this application (same computer, same version, same environment), I have
Window(SWT_Window0", "My Application Name", 1)
Window(SWT_Window0", "", 2)
Window(SWT_Window0", "", 1)
And so on.
No matter how deep I go into my object tree everytihng is Window(SWT_Window0", .. something
Any idea why?
Thanks