Jump to content
We've recently updated our Privacy Statement, available here ×

laceja

Members
  • Posts

    25
  • Joined

  • Last visited

laceja's Achievements

Explorer

Explorer (4/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. It looks like the problem was a KDE configuration issue. Tooltips are now displaying properly.
  2. Tried resetting perspective but, had no affect. Still cannot see the tooltips. The do popup but, the text is of such a light color, it's invisible.
  3. I just installed jasperstudio on ubuntu 18.04. When I hover the mouse over a tool, the tool tip pops up but, the color combination makes the tool tip invisible. Can anyone tell me where/how to correct this configuration problem?
  4. Just installed Jaspersoft Studio 6.1.0 on Ubuntu 14.04. It is very unstable. When I try to create database connection, it crashes, with no crash report. Tried to open a jrxml file created with iReport and it crashes, with no crash report. Any ideas on how to get it to be stable and work? Jasper Studio 6.1.0 was installed via the 64 bit .deb download. As mentioned above, no error was produced, it just "closes".
  5. I am using the PHPJavaBridge to run reports designed with iReport. This is working perfectly. However, I would like the ability to set a javascript, so the report will automatically open the printer dialog, when I send it to the users browser. I read that you can set "net.sf.jasperreports.export.pdf.javascript("this.print({bUI: true,bSilent: true,bShrinkToFit: true}")) to make this happen, but I don't know how to pass this to make it happen. I have tried the following statement: $exportManager = new JavaClass("net.sf.jasperreports.engine.JasperExportManager"); $exportManager->setProperty('net.sf.jasperreports.export.pdf.javascript("this.print({bUI: true,bSilent: true,bShrinkToFit: true}")'); But, if gives me a error. Can anyone help me with this. I'm using iReport 3.7.4. Thanks, Merrill
  6. I have not tried "save as". However, I did create a new, very simple report, with a single MySql table, with only one column from that table in the detial secotion and a text field in the page header. After saving that simple report in 3.7.4, I attempted to open it with 4.0.0 and got the same error. I might add, I first begin developing reports with 3.7.3 and later upgraded to 3.7.4 and that upgrade went smoothly. Now, even reports, which were developed with 3.7.3 get the same error. This is really frustrating.
  7. My error. Somehow I managed to change the attribute on the parameter. Apparently, when looking at it to determine the type, I changed it.
  8. It sure would be nice to get a reply to this. It's been months and now 4.0.0 is available. I get the same results trying to upgrade to it. Help!!!!
  9. I have developed tons of reports, usint iReport 3.7.4, with no problems. Now, without changing any settings, I suddenly get "Document has no pages" and I am certain the data exists. I'm using a jdbc connection to Mysql, which has been working for nearly a year, with no problems. I know the sql works, because I can execute it from a Mysql prompt and also from within phpMYAdmin. Also, when I "test" the jdbc connection, it works fine. Also, if I run the compiled report outside of iReport, using the same jdbc connection, it works fine. One other problem that cropped up at the same time is, the heartbeat connection is failing. I disabled the heatbeat plugin to eliminate that message. However, I installed both 3.7.5 and 4.0.0 of iReport and I still get this failure as well as the "Document has no pages". I really need some ideas on this! Thanks in advance.
  10. I am trying to upgrade from 3.74 to 4.0.0. When I attempt to open a report in 4.0.0, which was created in 3.7.4, I get the error: Error loading the report template: null When I installed 4.0.0, I used the settings from 3.7.4. Is there something else I should be doing to get this to work? Help!! Post Edited by laceja at 2011-02-19 10:24
  11. Is there a resolution for this? I'm unable to upgrade from 3.7.4 to 3.7.5.
  12. Thanks Teodor, that did the trick. I still haven't found any reference in the manual or the Ultimate Guide. Thanks again... very much appreciated.
  13. The documentation says you can have a border on a frame, like a rectangle, but I can't find anywhere in the Properties to select a border or the pen style. Help. Thanks.
×
×
  • Create New...