If you use Talend integration studio, and have multiple monitors, you may have run across this problem as well.
When switching form multiple monitors set up, to single monitor set up with detached windows, the Eclipse configuration is not smart enough to move the detached window on to the single monitor, effectively loosing that window. Which can be a big PITA if that window happens to be component properties.
Here is the hack which I found.
- Close Talend
- Using Talend 5.1, in your workspace folder find this file
../workspace\.metadata\.plugins\org.eclipse.ui.workbench/workbench.xml
Edit that file in a text editor, and find any sections like this...
<detachedWindow height="883" width="383" x="-662" y="-1723">
Just edit those x and y attributes to 0 0 for example, and you are set!
If you get an error message on start up, dont worry, eclipse will recreate you a standard set up file, and you are good to go..

Comments
Post a Comment