- This topic has 11 replies, 2 voices, and was last updated 7 years, 7 months ago by
HeDiBo.
-
AuthorPosts
-
July 8, 2018 at 11:16 am #58100
Thank you for the demo.
FloatButton is fully transparent there (for mouse too), except of glyph pixels.
July 8, 2018 at 11:22 am #58103'Support' wrote:Thank you for the demo.
FloatButton is fully transparent there (for mouse too), except of glyph pixels.
That means it cannot be clicked reliably. That cannot be the way it's meant.
July 8, 2018 at 11:36 am #58105Yes, this button should not be transparent in your case.
Transparent mode may be used for showing of images where transparent pixels are transparent for mouse (not rectangle region).
If all pixels are not transparent for mouse then control will be pressed if you click on transparent corner pixels, it will looks weird, I think.
July 8, 2018 at 3:31 pm #58108'Support' wrote:Yes, this button should not be transparent in your case.
Transparent mode may be used for showing of images where transparent pixels are transparent for mouse (not rectangle region).
If all pixels are not transparent for mouse then control will be pressed if you click on transparent corner pixels, it will looks weird, I think.
You're giving a technical response. None of my users will understand that. As it is now, I don't think it can get any weirder 💥
July 9, 2018 at 7:04 am #58111I can add an additional property which will disable transparency of pixels for mouse, but don't know how to name it.
July 9, 2018 at 9:01 am #58114'Support' wrote:I can add an additional property which will disable transparency of pixels for mouse, but don't know how to name it.
MouseSensitive? (Values High or Low maybe)
July 9, 2018 at 12:46 pm #58119'HeDiBo' wrote:MouseSensitive? (Values High or Low maybe)
Not very speaking name, I think. Because button is mousesensitive always (if enabled).
Maybe AllowMouseTransparency is better..
July 9, 2018 at 12:52 pm #58096'Support' wrote:Not very speaking name, I think. Because button is mousesensitive always (if enabled).
Maybe AllowMouseTransparency is better..
I specifically said High and Low. Because with transparent pixels not hittable, sensitivity is Low (not absent, just lower than high sensitivity). So button is mouse sensitive always, just in different degrees.
July 17, 2018 at 11:37 am #58170No change in AC 13.17
July 17, 2018 at 2:56 pm #58180Sorry, this feature will be added later.
July 28, 2018 at 9:57 pm #58247'HeDiBo' wrote:I specifically said High and Low. Because with transparent pixels not hittable, sensitivity is Low (not absent, just lower than high sensitivity). So button is mouse sensitive always, just in different degrees.
It works. It is sufficient for my needs.
I think the property name is very silly (AllowMouseTransparency means that the mouse itself can be transparent).
Why did you not decide for MouseSensitivity being a [Low, High] selection. Believe me, that's much more descriptive.
I looked for the property in the TsFloatButton, but didn't find it. Why did you decide to give the whole group this property. It seems more related to individual buttons, isn't it?
But, again it works very well.

-
AuthorPosts
- You must be logged in to reply to this topic.