Ringhio UPDATE issue [fixed]

A forum for general AmigaOS 4.x support questions that are not platform-specific
User avatar
fingus
Posts: 36
Joined: Sat Jun 18, 2011 6:10 pm

Ringhio UPDATE issue [fixed]

Post 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:

Image

"-1°C" is splitted, there´s no space within this string!
Last edited by fingus on Thu Apr 18, 2013 9:34 am, edited 1 time in total.
User avatar
MichaelMerkel
Beta Tester
Beta Tester
Posts: 355
Joined: Mon Dec 20, 2010 2:08 pm
Location: Germany
Contact:

Re: Ringhio UPDATE issue

Post 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:

Image

"-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
Michael Merkel :lol:
(Member of Amiga Freunde Pfalz)
User avatar
fingus
Posts: 36
Joined: Sat Jun 18, 2011 6:10 pm

Re: Ringhio UPDATE issue

Post 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$)
User avatar
fingus
Posts: 36
Joined: Sat Jun 18, 2011 6:10 pm

Re: Ringhio UPDATE issue

Post by fingus »

The new Version of Ringhio did break "-1°C" to:

-1°
C
User avatar
Phantom
Posts: 74
Joined: Sun Jun 19, 2011 2:15 pm
Location: Colossal Cave, Valaii
Contact:

Re: Ringhio UPDATE issue

Post by Phantom »

That happened with AmiUpdate too before a while.
To Be A True Adventurer, You Ought To Play Real Text Adventures
User avatar
MichaelMerkel
Beta Tester
Beta Tester
Posts: 355
Joined: Mon Dec 20, 2010 2:08 pm
Location: Germany
Contact:

Re: Ringhio UPDATE issue

Post 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
Michael Merkel :lol:
(Member of Amiga Freunde Pfalz)
User avatar
fingus
Posts: 36
Joined: Sat Jun 18, 2011 6:10 pm

Re: Ringhio UPDATE issue

Post 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:
Image
% from "67%" is eaten



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

leads to:
Image
- 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
User avatar
MichaelMerkel
Beta Tester
Beta Tester
Posts: 355
Joined: Mon Dec 20, 2010 2:08 pm
Location: Germany
Contact:

Re: Ringhio UPDATE issue

Post by MichaelMerkel »

filed a new bugreport. thanks!

was the actual update problem solved?

regards...
michael
Michael Merkel :lol:
(Member of Amiga Freunde Pfalz)
User avatar
fingus
Posts: 36
Joined: Sat Jun 18, 2011 6:10 pm

Re: Ringhio UPDATE issue

Post by fingus »

MichaelMerkel wrote:filed a new bugreport. thanks!
Thanks!
was the actual update problem solved?

regards...
michael
Yes! Thanks again!
User avatar
MichaelMerkel
Beta Tester
Beta Tester
Posts: 355
Joined: Mon Dec 20, 2010 2:08 pm
Location: Germany
Contact:

Re: Ringhio UPDATE issue

Post 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
Michael Merkel :lol:
(Member of Amiga Freunde Pfalz)
Post Reply