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.

Topics - alonsomm2000

Pages: [1]
1
Requests | Пожелания / Version number stuck
« on: September 10, 2018, 01:47:28 PM »
Greetings every body, congratulations for such a great job improving Limereport, I notice that in GitHub as well Limereport official site, the version number have not been updated in a long time, I know programming take time and we are pretty busy normally but I think is important for the project to document any new feature and update the version number to show the world that this is not an abandoned project and that is improving constantly.

Regards,
       Luis Murillo.

2
Dear,
   Alex

 Greetings again, I would like to report a bug, when you compile Limereport project works fine, but when you copy Limereport lib folder into your own project and add it to .pro it does not compile and give the following error:

../limereport/lib/include/lrglobal.h:49: error: QScriptEngine: No such file or directory
 #include <QScriptEngine>

It will compile fine if your change line: 49 in lrglobal.h file

From:
#include <QScriptEngine>

To:
#include <QtScript/QScriptEngine>

So I was wondering, can you change it in your source code so we do not have to be changing it on every update?

Regards,
       Luis Murillo.

3
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.

4
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.



5
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]