Jump to content
JasperReports Library 7.0 is now available ×

iReport 0.3.0 released!


2004 IR Help

Recommended Posts

By: Giulio Toffoli - gt78

iReport 0.3.0 released!

2004-05-11 16:38

iReport 0.3.0 released!

 

Many new features, many enhancements, many bug fix.

 

 

- Localization support (localized in Italian, German, Portoguese)

- New contextual menus

- Improved Report Query Dialog

- Experimental scriptlet support

- Experimental barcode support

 

 

 

 

By: C-Box - c-box

RE: iReport 0.3.0 released!

2004-05-12 01:06

Hi,

 

first thx for the new release but after playing some minutes with my existing reports I encountered some problems with my ReportParameters:

 

I do design my reports with iReport. But the call and output logic is done via JasperReports-API there I collect all necessary CustomDataSources and images and all (nested) SubReports ... all those elements are put into the parameterMap for filling the MasterReport... and here iReport 0.3.0 stops me... because I can't type for example "java.awt.Image" or "dori.jasper.engine.JasperReport" or "dori.jasper.engine.JRDataSource" because the ComboBox is just SELECTABLE but no longer EDITABLE .... please fix that again, or I must search for the line in iReport's source, change it and make my "own" version of 0.3.0 what I don't want... but as it's now I can't design my reports any longer ...

 

Why is "Paramters Class Type" no longer editable but just selectable??????? That's more a backstep than an advance ????

 

tia

C-Box

 

 

 

 

By: Giulio Toffoli - gt78

RE: iReport 0.3.0 released!

2004-05-12 07:37

 

You have right! The combo was a test... ops.

I'll release a patch. For now you have to change

the line 51 of it/businesslogic/ireport/gui/JRParameterDialog.java

inserting the line:

 

jComboBoxType.setEditable(true);

 

Giulio

 

 

 

 

 

By: sunnf - sunnf

RE: iReport 0.3.0 released!

2004-05-16 01:27

my os:window2000 server

error:

Exception in thread "main" java.lang.NoSuchMethodError

at it.businesslogic.ireport.gui.MainFrame.loadiReportConfiguration(MainF

rame.java:5324)

at it.businesslogic.ireport.gui.MainFrame.loadiReportConfiguration(MainF

rame.java:5235)

at it.businesslogic.ireport.gui.MainFrame.<init>(MainFrame.java:199)

at it.businesslogic.ireport.gui.MainFrame.main(MainFrame.java:4786)

 

 

 

 

 

 

By: Giulio Toffoli - gt78

RE: iReport 0.3.0 released!

2004-05-17 11:57

 

Be sure you are using java 1.4

 

Giulio

 

 

 

 

By: sunnf - sunnf

RE: iReport 0.3.0 released!

2004-05-17 19:39

jdk1.42

 

 

 

 

By: nkoffee - nkoffee

RE: iReport 0.3.0 released!

2004-05-19 06:18

i have the same problem as upper

and my os is also win2000 server

 

error:

Exception in thread "main" java.lang.NoSuchMethodError

at it.businesslogic.ireport.gui.MainFrame.loadiReportConfiguration(MainF

rame.java:5324)

at it.businesslogic.ireport.gui.MainFrame.loadiReportConfiguration(MainF

rame.java:5235)

at it.businesslogic.ireport.gui.MainFrame.<init>(MainFrame.java:199)

at it.businesslogic.ireport.gui.MainFrame.main(MainFrame.java:4786)

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...