Neue Testversion 22.90b17
-
- Mitglied
- Posts: 1056
- Joined: Mon 23 Dec 2019 15:21
- Location: Ukraine
Re: Neue Testversion 22.90b17
...
Last edited by shijan on Tue 12 Oct 2021 17:48, edited 1 time in total.
PhotoLine UI Icons Customization Project: https://www.pl32.com/forum3/viewtopic.php?f=3&t=6302
-
- Entwickler
- Posts: 3928
- Joined: Tue 19 Nov 2002 15:49
Re: Neue Testversion 22.90b17
I can't reproduce that.
In that case you should provide a small sample document.
Invisible layers shouldn't show handles und therefore you shouldn't be able to transform them. I will fix that.
Martin
-
- Mitglied
- Posts: 1056
- Joined: Mon 23 Dec 2019 15:21
- Location: Ukraine
Re: Neue Testversion 22.90b17
Here i done some tests to explain further Windows only problem with cursors transparency.
I used test vector cursor filled with color Black 100, Opacity 90%
CursorsUser.pld example in attachment. You may change Opacity and AA settings and see how randomly it changes cursor appearance in Windows OS.
Example 1. Cursor with angled edges. AA enabled. Cursor color transparency looks incorrect in Windows because 100% white color changes to darker color:


Example 2. Cursor with angled edges. AA disabled. No problem with white color in Windows, but for some unknown reason opacity is ignored:


Example 3. Cursor with rectangle edges. AA enabled. No problem with white color in Windows, but for some unknown reason opacity is ignored:


I used test vector cursor filled with color Black 100, Opacity 90%
CursorsUser.pld example in attachment. You may change Opacity and AA settings and see how randomly it changes cursor appearance in Windows OS.
Example 1. Cursor with angled edges. AA enabled. Cursor color transparency looks incorrect in Windows because 100% white color changes to darker color:


Example 2. Cursor with angled edges. AA disabled. No problem with white color in Windows, but for some unknown reason opacity is ignored:


Example 3. Cursor with rectangle edges. AA enabled. No problem with white color in Windows, but for some unknown reason opacity is ignored:


You do not have the required permissions to view the files attached to this post.
PhotoLine UI Icons Customization Project: https://www.pl32.com/forum3/viewtopic.php?f=3&t=6302
-
- Mitglied
- Posts: 1056
- Joined: Mon 23 Dec 2019 15:21
- Location: Ukraine
Re: Neue Testversion 22.90b17
Seems cursors transparency is a common problem around Windows developers. "windows cursor alpha channel" gives me a lot of search results. Here is a thread with a code explanation that probably can fix this problem: https://www.generacodice.com/en/articol ... ransparent
PhotoLine UI Icons Customization Project: https://www.pl32.com/forum3/viewtopic.php?f=3&t=6302
-
- Entwickler
- Posts: 3928
- Joined: Tue 19 Nov 2002 15:49
Re: Neue Testversion 22.90b17
Yes, semi transparency of cursors is partially dark on Windows. Currently I don't know the reason, but I will check that.shijan wrote: ↑Wed 06 Oct 2021 11:23 Seems cursors transparency is a common problem around Windows developers. "windows cursor alpha channel" gives me a lot of search results. Here is a thread with a code explanation that probably can fix this problem: https://www.generacodice.com/en/articol ... ransparent
Martin