Qt-embedded-interest Archive, November 2005
QSimpleRichText
Message 1 in thread
We are having an issue with QSimpleRichText on an arm processor. The probelm looks similar to one described in this thread:
http://lists.trolltech.com/qt-interest/2005-09/msg00369.html
When ever we initialize a QSimpleRichText with something like:
QSimpleRichText helpText("test",aFont);
The programs hangs indefinitely. The same code works fine when compiled for x11 and mac osx. I am using qt-embedded-3.3.5 compiled with "full" and run on a freescale mx21 development kit.
Thanks,
Josh
Message 2 in thread
Hi Josh,
I am the original poster of the thread you refered to. I still have this
problem here, but i did not have the time to dig any deeper.
I worked around this by using QtMultilineEdit in QTDIR/src/attic.
Are the other richtext widgets like QTextEdit, QTextView and
QMultilineEdit working at your side? They also fail at my side.
Cheers, Andre
Josh wrote:
>We are having an issue with QSimpleRichText on an arm processor. The
>probelm looks similar to one described in this thread:
>
>http://lists.trolltech.com/qt-interest/2005-09/msg00369.html
>
>When ever we initialize a QSimpleRichText with something like:
>
>QSimpleRichText helpText("test",aFont);
>
>The programs hangs indefinitely. The same code works fine when compiled
>for x11 and mac osx. I am using qt-embedded-3.3.5 compiled with "full"
>and run on a freescale mx21 development kit.
>
>Thanks,
>
>Josh
>
>To unsubscribe - send "unsubscribe" in the subject to
>qt-embedded-interest-request@xxxxxxxxxxxxx
>
>
>
>
--
[ signature omitted ]
Message 3 in thread
The test program you wrote in your email using QLabel does the same thing: the processor is hung. I'm not sure about QTextEdit, and QTextView.
Unfortunately, I don't think QtMultilineEdit will work for us (we need to support some html tags).
-josh
> -------Original Message-------
> From: Andre Haupt <ahaupt@xxxxxxxxxxxxx>
> Subject: Re: QSimpleRichText
> Sent: 08 Nov '05 10:03
>
> Hi Josh,
>
> I am the original poster of the thread you refered to. I still have this
> problem here, but i did not have the time to dig any deeper.
> I worked around this by using QtMultilineEdit in QTDIR/src/attic.
>
> Are the other richtext widgets like QTextEdit, QTextView and
> QMultilineEdit working at your side? They also fail at my side.
>
>
> Cheers, Andre
>
> Josh wrote:
>
> >We are having an issue with QSimpleRichText on an arm processor. The
> >probelm looks similar to one described in this thread:
> >
> >http://lists.trolltech.com/qt-interest/2005-09/msg00369.html
> >
> >When ever we initialize a QSimpleRichText with something like:
> >
> >QSimpleRichText helpText("test",aFont);
> >
> >The programs hangs indefinitely. The same code works fine when compiled
> >for x11 and mac osx. I am using qt-embedded-3.3.5 compiled with "full"
> >and run on a freescale mx21 development kit.
> >
> >Thanks,
> >
> >Josh
> >
> >To unsubscribe - send "unsubscribe" in the subject to
> >qt-embedded-interest-request@xxxxxxxxxxxxx
> >
> >
> >
> >
>
>
> --
> ---------------------------
> Dipl.-Ing. (FH) Andre Haupt
> Software Engineer
>
> Schaffner Electrotest GmbH
> Landsberger Str. 255
> D-12623 Berlin
> Fon: +49 30 565988-47
> Fax: +49 30 565988-34
> ---------------------------
>
> To unsubscribe - send "unsubscribe" in the subject to qt-embedded-interest-request@xxxxxxxxxxxxx
>
>
Message 4 in thread
josh wrote:
>The test program you wrote in your email using QLabel does the same
>thing: the processor is hung. I'm not sure about QTextEdit, and
>QTextView.
>
So its seems to be the same issue. Unfortunately i have no clue so far.
There must be more people who came across this.
Any Ideas?
Cheers,
Andre
Message 5 in thread
I may have fixed the problem by compiling qt with QT_QLOCALE_USES_FCVT. This fixed a different problem I was having with serializing floats, and seems to have fixed this problem as well. see:
http://www.trolltech.com/developer/platforms/embedded.html
good luck.
-josh
> -------Original Message-------
> From: Andre Haupt <ahaupt@xxxxxxxxxxxxx>
> Subject: Re: QSimpleRichText
> Sent: 09 Nov '05 08:58
>
> josh wrote:
>
> >The test program you wrote in your email using QLabel does the same
> >thing: the processor is hung. I'm not sure about QTextEdit, and
> >QTextView.
> >
> So its seems to be the same issue. Unfortunately i have no clue so far.
> There must be more people who came across this.
>
> Any Ideas?
>
> Cheers,
>
> Andre
>
Message 6 in thread
josh wrote:
>I may have fixed the problem by compiling qt with QT_QLOCALE_USES_FCVT.
>This fixed a different problem I was having with serializing floats, and
>seems to have fixed this problem as well. see:
>
>http://www.trolltech.com/developer/platforms/embedded.html
>
>
>
Thanks a lot! I will give it a try.
Andre
Message 7 in thread
It works for me too. Thanks again!
Andre Haupt wrote:
>josh wrote:
>
>
>
>>I may have fixed the problem by compiling qt with QT_QLOCALE_USES_FCVT.
>>This fixed a different problem I was having with serializing floats,
>>
>>
>and
>
>
>>seems to have fixed this problem as well. see:
>>
>>http://www.trolltech.com/developer/platforms/embedded.html
>>
>>
>>
>>
>>
>Thanks a lot! I will give it a try.
>
>Andre
>
>To unsubscribe - send "unsubscribe" in the subject to
>qt-embedded-interest-request@xxxxxxxxxxxxx
>
>
>
>