pahansen
(Paul Hansen)
June 21, 2016, 3:52am
#1
I have a xslt transformation for my weather binding which can produce text strings which extend well past the frame bounds.
Is there any way to make the frame height scale up and have the text wrap so it still fits within the width of the frame as defined by my window? Examples of the current situation are below:
The frame title can wrap nicely, but the height doesn’t change (not a big deal as the text string is very rarely longer than two lines wide), but the item frame never wraps and only pushes the text off the screen (including the title of the frame).
Kai
(Kai Kreuzer)
June 21, 2016, 9:50am
#2
I’d suggest that you enter an issue for the Basic UI at https://github.com/eclipse/smarthome/issues .
pahansen
(Paul Hansen)
June 21, 2016, 8:18pm
#3
Thanks, have now done so.
jmutnick
(Jonathan Mutnick)
January 7, 2017, 2:44pm
#4
I’ve done some searching and I can’t find where this might have been fixed. Any thought on how to prevent the text from cutting off?
miwok
(Andi)
January 6, 2019, 1:33pm
#5
Hello,
is there already a solution to this? On my sitemap only a part of a string is shown, but I want to show the whole text. Does anyone know another solution to this problem?
Thank you!
Full error message:
2019-01-06 10:07:00.449 [ERROR] [.commandclass.ZWaveMeterCommandClass] - NODE 2: Meter Report: Buffer too short: length=3, required=4
items:
Number logreaderErrors "Error events matched [%d]" <alarm> { channel="logreader:reader:openhablog:errorEvents" }
String logreaderLastError "Last error [%s]" { channel="logreader:reader:openhablog:lastErrorEvent" }
Number logreaderWarnings "Warning events matched [%d]" <alarm> { channel="logreader:reader:openhablog:warningEvents" }
String logreaderLastWarning "Last warning [%s]" { channel="logreader:reader:openhablog:lastWarningEvent" }
sitemap:
Frame label="openHAB Log Reader" {
Text item=logreaderErrors
Text item=logreaderLastError
Text item=logreaderWarnings
Text item=logreaderLastWarning
}
Matt_Hias
(Matt Hias)
March 4, 2019, 10:01am
#6
Hi @miwok ,
I have a similar issue. Did you find a solution on this?
Matthias
miwok
(Andi)
March 4, 2019, 10:30am
#7
Unfortunately not, I have posted the problem again here and received unsatisfactory answer:
Platform information:
Hardware: raspberry pi 3 b
OS: Raspbian GNU/Linux 9 (stretch)
Java Runtime Environment: Java™ SE Runtime Environment (build 1.8.0_181-b13)
openHAB version: 2.4.0 (Build) stable
Hello,
on my sitemap I would like to display an item (string) with more than approx. 56 characters. The string is an item of the logreader binding. On the sitemap only a part of the string is shown, but I want to show the whole text.
It does not seem to be a highly complex thing fo…
Look! Maybe it’ll help.
Hello, everybody!
I have found a good solution to see the error or warning provided by LogReader.
First my sitemap and items
Frame label="Sistema" {
Text item=logreaderErrors
Text item=logreaderWarnings
Text item=logreaderLastError
Text item=logreaderLastWarning
Text item=logreaderLastErrorFixed
Text item=logreaderLastWarningFixed
}
Number logreaderErrors "Errores encontrados [%d]" <alarmerror> { channel="logreader:reader:openhablog:er…