Welcome, Guest. Please login or register.
Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - alonsomm2000

Pages: 1 [2]
16
Requests | Пожелания / Re: Report text translations
« on: August 18, 2018, 06:16:45 PM »
Barcode does work as long as you enter something in Content field, sorry  :-[ I was entering values in Test value field!

I also found that the following things are not working:

currencyUSBasedFormat(Number, "currencysymbol") Shows number but not symbol

Barcode shows in Designer but does not show in Preview, instead shows: Error 205: No input data

This last error seems to happen on previous versions too, can you please tell me what is causing bar code not show?

Regards,
        Luis Murillo.

17
Requests | Пожелания / Re: Report text translations
« on: August 18, 2018, 04:01:04 PM »
I also found that the following things are not working:

currencyUSBasedFormat(Number, "currencysymbol") Shows number but not symbol

Barcode shows in Designer but does not show in Preview, instead shows: Error 205: No input data

This last error seems to happen on previous versions too, can you please tell me what is causing bar code not show?

Regards,
        Luis Murillo.

18
Requests | Пожелания / Report text translations
« on: August 18, 2018, 02:54:16 PM »
Dear,
     Alex

Greetings and thanks for such a great tools as is Limereport, I need to translate some text fields in reports but current oficial version 1.4.7 does not have that feature, I found you mention in https://github.com/fralx/LimeReport/issues/62  a developer version that includes that feature, so I download it and test it, wow translations work great ;) and very easy to do, great job, now is this version stable enough for production?

Regards,
        Luis Murillo.

19
Discussion | Обсуждение / Re: Font stylename NOT saved
« on: June 01, 2016, 06:41:45 AM »
Thanks Alex, I think would be good to save: Paper Orientation, Print resolution and Printer name along with the report, so when you do preview and click print you do not have to change all the settings every time!

Regards,
           Alonso Murillo.

20
Discussion | Обсуждение / Font stylename NOT saved
« on: May 26, 2016, 01:04:52 AM »
Greetings everybody I have been using Limereports for some time I think it's great, but today I found a very annoying bug:

When you open Lime report in Designer, Create a TextItem, double click on Font in Object inspector, choose a Font like: Arial, Style: Narrow,   Ok,  Save, Close Designer, Reopen the recently edited report, you will notice that the TextItem is using just Arial font (So when you save the report it does NOT save the font stylename).

So in order to fix that I edited the lrxml parser:
Insert in "LimeReport-master/limereport/serializators/lrxmlbasetypesserializators.cpp" Line: 177
_node.setAttribute("stylename",font.styleName());

Insert in "LimeReport-master/limereport/serializators/lrxmlbasetypesserializators.cpp" Line: 190
  font.setStyleName(node()->attribute("stylename"));

Recompile and now is working the way it should be  :D, I provide you with the code so you can add it to your next release, Font, Font styles are very important to reports, would be great if you can add StyleName Combobox next to Font Combobox in Lime Report Designer!

Note: Looks like when you change printer settings for a report they are not saved with the report!

Regards,
           Alonso Murillo.



21
Discussion | Обсуждение / Error on Saving report
« on: May 25, 2016, 06:49:11 PM »
I am getting the following error when click on Save report button:

QMetaProperty::read: Unable to handle unregistered datatype 'ItemIndexMethod' for property 'QGraphicsScene::itemIndexMethod'

Solution:
when you want to use a pointer to e.g. 'ClassA' in a Q_PROPERTY, you have to register it like this:

qRegisterMetaType<ClassA*>("ClassA*");
The solution might be more complex for you due to the use of templates, but hopefully this points you in the right direction.

Regards,
           Alonso Murillo.

22
For you next release, please note that Limereport does Not compile as it is, you have to edit:
lrscriptenginemanagerintf.h

Change:
#include <QScriptEngine>

To:
 #include <QtScript/QScriptEngine> 

Otherwise it does not compile on Qt 5.6

Regards,
            Alonso Murillo.

23
I download it from: http://pilotfiber.dl.sourceforge.net/project/limereport/Sources/limereport_1_3_10.7z so I am not sure what the source was, but does that matter?  version 1.3.10 should be the same anywhere you download it, I think!  :D

24
Hi, First I want to congratulate the creator of lime reports for such a great job.

Second I would like to report a bug I just found on: Lime Report Designer

When you create a report and switch the pageOrientation to Landscape, it looks fine the first time and save fine, but if you close the report and open it up again in Design mode the Grid still on Portrait mode so you can see a big green area on the right hand side, attached a screen shoot of it.

Note: I am using LimeReport 1.3.10 on Linux Mint 17.3 (KDE).

Regards,
           Alonso Murillo.



[вложение удалено администратором]

Pages: 1 [2]