Hallo Filippo,
Danke für die Versuche. Es ist eigentlich komisch dass die Schrift im Landscape Modus etws besser aussieht als im Portrait Modus.
Das Updateproblem war mir bewusst, denn die Schrift wird ja direkt auf das Hintergrundbild gezeichnet. Ich wollte in einem ersten Schritt schon mal sehen ob das etwas helfen würde. Falls diese Möglichkeit die Endlösung wäre müssten wir dann bei jedem Update das Hintergrundbild neu laden, und das wollte Ich ja vermeiden.
Könntest Du noch einen Versuch machen, nach digitaldon37 scheint die Schrift, auf dem Forelayer aber mit Form1.Color=RGB(1,0,0), auch besser auszusehen.
Die Zeile 122 wieder so schreiben:
Code:
drw.New1(<font face="Courier New"><font size="2"><font color="#800000"><font face="Courier New"><font size="2"><font color="#800000"><font face="Courier New"><font size="2"><font color="#800000">"Form1"</font></font></font></font></font></font></font></font></font><font face="Courier New"><font size="2"><font face="Courier New"><font size="2">,</font></font></font></font><font face="Courier New"><font size="2"><font color="#800080"><font face="Courier New"><font size="2"><font color="#800080"><font face="Courier New"><font size="2"><font color="#800080">True</font></font></font></font></font></font></font></font></font><font face="Courier New"><font size="2"><font face="Courier New"><font size="2">)</font></font></font></font>
und in Zeile 147
Code:
Form1.Color=RGB(1,0,0)
eingeben.
Vielleicht muss die 508 auskommentiert werden.
Code:
Form1.Color=Theme.formColor
Grüsse und schönen Dank schon im voraus.
Hi Filippo,
Thank's for the testing, it's strange that the texts look somewhat better in landscape mode than in portrait mode.
I knew about the update problem, because the texts are drawn directly onto the background image. I just wanted, in a first step, see if it makes any difference. If this would be the final solution we should reload the background image before each screen update, and this is what I wanted to avoid.
Could you please make another test, according to digitaldon37 it seems that with Form1.Color=RGB(1,0,0) the texts look also better on the Forelayer.
So line 122 becomes again
Code:
drw.New1(<font face="Courier New"><font size="2"><font color="#800000"><font face="Courier New"><font size="2"><font color="#800000"><font face="Courier New"><font size="2"><font color="#800000">"Form1"</font></font></font></font></font></font></font></font></font><font face="Courier New"><font size="2"><font face="Courier New"><font size="2">,</font></font></font></font><font face="Courier New"><font size="2"><font color="#800080"><font face="Courier New"><font size="2"><font color="#800080"><font face="Courier New"><font size="2"><font color="#800080">True</font></font></font></font></font></font></font></font></font><font face="Courier New"><font size="2"><font face="Courier New"><font size="2">)</font></font></font></font>
and add in line 147
Code:
Form1.Color=RGB(1,0,0)
perhaps line 508 should be commented out
Code:
<font size="2"><font face="Courier New"><font size="2"><font face="Courier New">' Form1.Color=Theme.formColor</font></font></font></font>
Best regards and thank you in advance.
@agraham,
This confirms you analysis.