Page 1 of 2
Ringhio UPDATE issue [fixed]
Posted: Tue Mar 19, 2013 5:03 pm
by fingus
If you using UPDATE instead of TEXT-Command in order to use the same Ringhio-Output-Window, other Ringhio-Output-Windows (from other programs) vanish immediately.
I think this is a kind of a BUG.
Second bug is that Ringhio still did linebreaks inside words:
"-1°C" is splitted, there´s no space within this string!
Re: Ringhio UPDATE issue
Posted: Tue Mar 19, 2013 7:59 pm
by MichaelMerkel
fingus wrote:If you using UPDATE instead of TEXT-Command in order to use the same Ringhio-Output-Window, other Ringhio-Output-Windows (from other programs) vanish immediately.
I think this is a kind of a BUG.
Second bug is that Ringhio still did linebreaks inside words:
"-1°C" is splitted, there´s no space within this string!
hi fingus.
i checked with the latest ringhio (an update is due to happen quite soon).
i used that arexx command (text cloned from your example):
rx 'RINGHIO APP=TESTRINGHIO2 SCREEN="FRONT" PRI=9 IMG=SYS:Prefs/Presets/Ringhio/test.png TITLE="Testing Ringhio" IMGVALIGN=1 23:16 - Vereinzelt leicher Schneefall in Havixbeck bei -1°C und 93% Luftfeuchtigkeit. Wind aus NNW mit 6 km/h.'
and the result was ok. no splitted output. although it seems that my fontsize is a bit different. maybe you should recheck after the update has been released?
and for the "update" thing - i also used the same script. only the windows for the same "app" were closed. the others were not touched. also you should recheck this after the update and come back if necessary.
regards...
michael
Re: Ringhio UPDATE issue
Posted: Wed Mar 20, 2013 9:29 am
by fingus
Thanks for you hints.
I´m happy that this will be fixed with a further update and will surely report here. I didn´t wanted to write my own wordwrap for it, but that should not be a miracle
For your interest, the original-String Command is:
rc$ = "RINGHIO APP 'Flipclock' CLOSEONDC IMG 'ram:T/ico.png' IMGVALIGN '1' SCREEN 'FRONT' TITLE 'Flipclock' UPDATE'"..uva$.."'"
SendRexxCommand("RINGHIO", rc$)
Re: Ringhio UPDATE issue
Posted: Thu Mar 28, 2013 12:45 pm
by fingus
The new Version of Ringhio did break "-1°C" to:
-1°
C
Re: Ringhio UPDATE issue
Posted: Thu Mar 28, 2013 2:21 pm
by Phantom
That happened with AmiUpdate too before a while.
Re: Ringhio UPDATE issue
Posted: Thu Mar 28, 2013 8:09 pm
by MichaelMerkel
fingus wrote:The new Version of Ringhio did break "-1°C" to:
-1°
C
can you please send me the correct text string which breaks the output? just like the rexx command mentioned above.
i then will try to open a bugreport.
thanks and regards
michael
Re: Ringhio UPDATE issue
Posted: Thu Mar 28, 2013 9:36 pm
by fingus
The linebreak-issue seems to be a "eaten chars" issue on the second view:
"21:26 - Vereinzelt örtlicher Regen in Equador bei 26°C und 67% Luftfeuchtigkeit. Wind aus ONO mit 21 km/h."
leads to:

% from "67%" is eaten
"21:35 - Diesig in Havixbeck bei -1°C und 93% Luftfeuchtigkeit. Wind aus N mit 6 km/h."
leads to:

- from "-1°C" is eaten
Code: Select all
uva$ = "23:16 - Vereinzelt leichter Schneefall in Braunschweig bei -1°C und 93% Luftfeuchtigkeit. Wind aus NNW mit 6 km/h."
rc$ = "RINGHIO APP 'Flipclock' CLOSEONDC IMG 'ram:T/ico.png' IMGVALIGN '1' SCREEN 'FRONT' TITLE 'Flipclock' UPDATE '"..uva$.."'"
SendRexxCommand("RINGHIO", rc$)
http://www.amigaos.info/fingus/eaten3.jpg
1 is eaten
Re: Ringhio UPDATE issue
Posted: Fri Mar 29, 2013 8:21 pm
by MichaelMerkel
filed a new bugreport. thanks!
was the actual update problem solved?
regards...
michael
Re: Ringhio UPDATE issue
Posted: Sat Mar 30, 2013 11:05 pm
by fingus
MichaelMerkel wrote:filed a new bugreport. thanks!
Thanks!
was the actual update problem solved?
regards...
michael
Yes! Thanks again!
Re: Ringhio UPDATE issue
Posted: Mon Apr 01, 2013 8:58 pm
by MichaelMerkel
fingus wrote:MichaelMerkel wrote:filed a new bugreport. thanks!
Thanks!
problem has been fixed by the author! that was quick.
hopefully is available "soon" to the public.
regards...
michael