dhoppmann Posted February 19, 2013 Posted February 19, 2013 I ran into an issue with iReport 4.5.0 and 4.5.1 where clicking the database icon to edit the query would cause the (modal) query editing dialog to not display which required a force close of the application.I am using a Windows 7 machine with two monitors of different resolution, which I am expecting to be part of the problem. The issue is with the line:ReportQueryDialog.position.x=-1424in the file ~/AppData/Roaming/.ireportpro/4.5.1/config/Preferences/com/jaspersoft/ireport.propertiesObviously, a negative x coordinate would render the dialog outside of my resolution, so resetting that value to 0 solves the issue. I didn't see anything on this site when I searched for the issue and figured it out myself and wanted to share. 1 1
Solution dhoppmann Posted February 19, 2013 Author Solution Posted February 19, 2013 I answered my own question. Was posting to hopefully help someone else out. 1 1
liosc Posted February 2, 2016 Posted February 2, 2016 I had the same symptom, I checked that parameter in the ireport.properties files but It was ok. Anyway I noticed that the last line of the file was related to the query dialog. I commented the line and the query dialog icon started to work again. I solved the problem thanks to your post.Thank you! 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now