This is the first rando thing that I encounter. I have noticed in the log file that sometimes I got:
Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: New row height less than 1
at javax.swing.JTable.setRowHeight(Unknown Source)
…..
But the application works OK, and I till now could not spot a browse or form when this happen constantly. Since there are no side effect it's difficult to understand when happens ( I have tried to enter the browses several times but the exception did not occured).
Do you know which clarion code might trigger JTable.setRowHeight?
Thanks
Nenad
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is the first rando thing that I encounter. I have noticed in the log file that sometimes I got:
Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: New row height less than 1
at javax.swing.JTable.setRowHeight(Unknown Source)
…..
But the application works OK, and I till now could not spot a browse or form when this happen constantly. Since there are no side effect it's difficult to understand when happens ( I have tried to enter the browses several times but the exception did not occured).
Do you know which clarion code might trigger JTable.setRowHeight?
Thanks
Nenad
No matter. I have found that I have on just few browses
?Browse:1{Prop:LineHeight}
I have omitted this out.