Hi Filippo,
I can also answer a part of it.
When I added the display change mode from portait to landscape or reverse, I didn't take care of the fact that when Form3 is displayed, Form1 is displayed after the screen orientation change.
Unfortunately the fuzzy texts are still there. What background color do you have, I suspect it is white. And, as the background color of bottom of the screen is relatively dark the 'fuzziness' is much more visible.
For the screen mode I will look with digitaldon37 to change it.
For the 'fuzziness' could you test in modifying the
SetTransparentColor(cWhite) to
SetTransparentColor(RGB(245,205,160))
to see what the difference is.
Do you have ClearType characters ?
The problem with the buttons is for me a known problem, I mentioned it already to digitaldon37.
The problem is with JPG image files and the transparent color.
I had created bmp files for buttons with a white surrounding that would be transparent. If you change these BMP files into JPG files the surrounding color is no more pure white but similar RGB(254,254,254) looks like white but is not the transparent color ! In the middle of the arrow the color should be like RGB(254,254,254) almost white but NOT transparent.
Hallo Filippo,
Ich kann auch hier einen Teil des Antwort geben.
Als Ich die Änderung von Portrait auf Landscape und zurück, vorgenommen hatte, habe Ich gar nicht daran gedacht dass wenn man in Form3 die Orientierung ändert Form1 nachher angezeigt wird. Das mit den unscharfen Texten ist leider immer noch da. Welche Hintergrundfarbe hast Du? Ich nehme an weiss. Und da der Hintergrund im unteren Teil des Bildschirms relativ dunkel ist, ist das Problem desto mehr sichtbar.
Für die Bildschirmorientierung werde Ich mit digitaldon37 sehen dass wir es ändern.
Für den unscharfen text könntest Du mal
SetTransparentColor(cWhite) zu
SetTransparentColor(RGB(245,205,160))
ändern, um zu sehen ob es besser wird.
Das Problem mit dem Button ist für mich bekannt, habe es digitaldon37 schon mal geschrieben.
Das Problem kommt mit JPG Bilddateien und der Transparenzfarbe.
Ich hatte Bilddateien als BMP Dateien erstellt mit einer weissen Umrandungsfarbe die transparent sein soll. Wenn man diese BMP Dateien in JPG Dateien umwandelt ist die Umrandungsfarbe leider nicht mehr pures weiss sondern annähernd RGB(254,254,254) oder ähnlich, sieht wie weiss aus, ist aber nicht mehr die Transparentfarbe. Der Pfeil in der Mitte muss zum Gegenteil eine Farbe wie RGB(254,254,254) haben, weiss aber NICHT transparent.
Grüsse.
I can also answer a part of it.
When I added the display change mode from portait to landscape or reverse, I didn't take care of the fact that when Form3 is displayed, Form1 is displayed after the screen orientation change.
Unfortunately the fuzzy texts are still there. What background color do you have, I suspect it is white. And, as the background color of bottom of the screen is relatively dark the 'fuzziness' is much more visible.
For the screen mode I will look with digitaldon37 to change it.
For the 'fuzziness' could you test in modifying the
SetTransparentColor(cWhite) to
SetTransparentColor(RGB(245,205,160))
to see what the difference is.
Do you have ClearType characters ?
The problem with the buttons is for me a known problem, I mentioned it already to digitaldon37.
The problem is with JPG image files and the transparent color.
I had created bmp files for buttons with a white surrounding that would be transparent. If you change these BMP files into JPG files the surrounding color is no more pure white but similar RGB(254,254,254) looks like white but is not the transparent color ! In the middle of the arrow the color should be like RGB(254,254,254) almost white but NOT transparent.
Hallo Filippo,
Ich kann auch hier einen Teil des Antwort geben.
Als Ich die Änderung von Portrait auf Landscape und zurück, vorgenommen hatte, habe Ich gar nicht daran gedacht dass wenn man in Form3 die Orientierung ändert Form1 nachher angezeigt wird. Das mit den unscharfen Texten ist leider immer noch da. Welche Hintergrundfarbe hast Du? Ich nehme an weiss. Und da der Hintergrund im unteren Teil des Bildschirms relativ dunkel ist, ist das Problem desto mehr sichtbar.
Für die Bildschirmorientierung werde Ich mit digitaldon37 sehen dass wir es ändern.
Für den unscharfen text könntest Du mal
SetTransparentColor(cWhite) zu
SetTransparentColor(RGB(245,205,160))
ändern, um zu sehen ob es besser wird.
Das Problem mit dem Button ist für mich bekannt, habe es digitaldon37 schon mal geschrieben.
Das Problem kommt mit JPG Bilddateien und der Transparenzfarbe.
Ich hatte Bilddateien als BMP Dateien erstellt mit einer weissen Umrandungsfarbe die transparent sein soll. Wenn man diese BMP Dateien in JPG Dateien umwandelt ist die Umrandungsfarbe leider nicht mehr pures weiss sondern annähernd RGB(254,254,254) oder ähnlich, sieht wie weiss aus, ist aber nicht mehr die Transparentfarbe. Der Pfeil in der Mitte muss zum Gegenteil eine Farbe wie RGB(254,254,254) haben, weiss aber NICHT transparent.
Grüsse.