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 - Mucip

Pages: [1] 2 3 4
1
Hi,
I do not think that I can do something about this problem. May be Arin can?...

Because the problem comes when

m_Limereport = new LimeReport::ReportEngine(this);

Arin?...

Otherwise I need to rewrite all code in Python and fpdf2... :(

But I want to use Qt and LimeReport for sure...

Regards,
Mucip:)

2
Hi,
Yes I have picture in design unfortunatelly.
This is very bad news.
Is this mean I can not use LimeReport in Console Application?

Regards,
Mucip:)

3
Hi,
Houstan, we have a problem... :(

As I said I want to use LimeReport (print report to printer only!) .n console application in RP4.

I created one object in main.cpp. And do everything in this object (reading serial ports, wiringpi, sending limereport file to printer etc.)

But in the begining when I create Lime report in this pbject,

m_Limereport = new LimeReport::ReportEngine(this);

I got an error in console like:

QPixmap::fromImage: QPixmap cannot be created without a QGuiApplication

What do you advice?

Regards,
Mucip:)

4
Hi,
I tryed but I've got error here connect statement

&QPrinter::deleteLater

No member named 'deleteLater' in 'QPrinter'

Regards,
Mucip:)

5
Hi,
Perfect suggestion. Thanks.  ;)

Regards,
Mucip:)

6
Hi,
I want to create LimeReport form on GUI. But I need to send this form directly to printer (no need to show or design!) in console application.
Is this possible? I did not test now but I guess It must be possible?

Regards,
Mucip:)

7
Hi,
I don't know what is and what for lrdview? But in anycase I applied your second suggestion.
Now, no warning and no error at all.  ;)
Thanks a lot.

Regards,
Mucip:)

8
Hi Arin,
Firstly I install with
$sudo apt-get install qttools5-private-dev

In this case ERROR disappeared

I added at the top of common.pri your suggestion "CONFIG *= no_formdesigner"

But warning still there?!

Regards,
Mucip:)

9
Hi,
I want to use LimeReport in RaspberryPi 4 x64. When I compile below errors and warning appear:

:-1: warning: Project WARNING: CONFIG+=uitools is deprecated. Use QT+=uitools instead.
:-1: error: Project ERROR: Unknown module(s) in QT: designercomponents-private

How can I compile and use LimeReport with my programs on RaspberryPi 4 x64?



Regards,
Mucip:)

10
Hi again,
I think I found solution. :)

When I checked SetPageSizeToPrinter it started to print like a charm.

Regards,
Mucip:)

11
Discussion | Обсуждение / Re: Library connection error.
« on: September 02, 2022, 03:17:52 PM »
Hi,
Please could you add like
Qt += core gui printsupport xml qml

Regards,
Mucip:)

12
Hi,
I guess I found something?

When I make pdf of report by "report:pritToReport(somepdf.pdf)" then it makes perfect pdf with 100mmx100mm size. Because my report size is 100mmx100mm.

But when I try to print this pdf via pdfReader then it comes error. Because I see page size A4 in printer properties. But in XFCE Priter settings (Cups) I set the page size 100mmx100mm.

When I change the size of papaer in printer settings in pdfviewer then it print success.

I guess I need to change printer page settings from A4 to 100mmx100mm in LimeReport too.

Can I do this?

Regards,
Mucip)

13
Discussion | Обсуждение / Limereport with Godex Barcode printer?
« on: September 02, 2022, 10:30:09 AM »
Hi,
I want to use LimeReport on Qt5.14, Debian 11 with Godex barcode printer. I installed Limereport and run designer without any problem.

I design barcode on 100mmx100mm page (because barcode printer label size is 100x100).
If I make pdf file from this report and send it to Godex Printer than it looks good.
But when I want to print directly from designer than barcode printer gives 5 empty label without anything on it?!

Any suggestion?

P.S. : I use LimeReport 1.5.1

Regards,
Mucip:)

 

14
Discussion | Обсуждение / Using LimeReport 1.5.87 on Debian 11
« on: August 30, 2022, 03:45:36 PM »
Hi,
I planned to use LimeRport on Debian 11 xfce desktop.
I downloaded 1.5.87 from github and try to compile in Qt 6.3 but I get some errors like "Con not find -IGL" and libQtZint.

I use with great success in Win platforms and want to use in Debian Linux too.

Regards,
Mucip:)

15
Discussion | Обсуждение / Re: Slow startup time!
« on: October 03, 2020, 10:37:01 PM »
Hi,
Please follow the Arin's advice. Load the report just before the generation.
If you load it when you create form then it's slow...

Regards,
Mucip:)

Pages: [1] 2 3 4