It's a Compass and you can "move" it in Compass settings
Printable View
It's a Compass and you can "move" it in Compass settings
@Testrunner: Which version of Pongo skin are you using?
I've reviewed versions back to March 2018, and all of them has ability to set altitude correction in the range of -100 to +100 meters or feets (depends on the regional settings).
Code:<userlist lm_AltitudeCorrection_popover name="str" text="wstr" onrelease="ui" enable="bool" type="str" min="int" max="int" step="int" valuemodel="str" min_text="ui" max_text="ui" animate=-1 onchange=-1 distance=-1 possiblevalues=-1>
<default enable=1 type="" name="" min_text="-100" max_text="+100"/>
<row name="Altitude Correction" text=(L"" + %lua.rmAltitudeCorrection + (%regional.units == 1 ? " m" : " ft")) type="Scroll" min=-100 max=100 step=1 valuemodel="lua.rmAltitudeCorrection"/>
</userlist>
Hi
No, no... the red circle depends of autorad function and used to capture a new speedcam during navigationQuote:
It's a Compass and you can "move" it in Compass settings
So you can:
- if setted to 1... modify this entry in your sys.txt ( the best option )
[autorad]
disabled=0
- go to alerts settings and inactive the function
- go to transparency settings (for circle) and make this to full
;-)
He says color circle, not red circle... Anyway, screenshot would be helpful, right?
There is a lot of circles in Pongo skin
I have tought this one...
:)Spoiler: pict
Can someone explain?:
Gps test app says 24 sats in view 21 connected
Android menu gps says the same as the app 24vs21
But igo says view 24 connect 12? Why is that?
The 21 connected are 11 gps american and 10 russian.
Regards and thanks!
What is the correct string in dict.voice?
"Today% s:% s" = "---" think is not correct, or?
"Today %s:%s" = "---" or "Today %s : %s" = "---" or what?
Sorry guys, i have been working and couldnt reply straight away. But the colour circle mystery is solved thank you.
The correct answer was. . . . . . . . . .The compass 😀😀😀😀
@ Userninenine ;)
The right string is the one indicated by Vasile1955
You can test it in: Main Menu \ Settings \ Sound \ TTS Pro \ Read Out Welcoming Message \ Read Out Today Info (ON) \ TestCode:"Today% s:% s" ="---% s:% s"
Regards
I think the right answer is:because %s means string variable. First is replaced (in running time) with the value of the current date, and second with the day of the week.Code:"Today %s : %s" = "--- %s : %s"
Spoiler: source code
Thank you for your answer personally I did not check the source code, for the simple reason that the actual test with the proposed string is OK.
The string that I propose is taken directly from my file: dictionary.voice
I confess that after decompiling the file: ttspro.lua with two different Lua decompilers I find the same source code as yours.
I even tested it is OK him too
[B]For me both are tested and OK. Can someone else confirm it Thanks[/B]
Regards
Edit: After checking the only valid string is that of Gigya Whithout Quotation Marks ( Problem of double translation voice and lang for me)