Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
1k views

Make OSX application respond to first mouse click when not focused

Normal OSX applications eat the first mouse click when not focused to first focus the application. Then future clicks are processed by the application. iTunes play/pause button and Finder behave ...
2
votes
1answer
877 views

Pointer events: none, filter, works in ie8 and anywhere, not ie9

As i have seen here, a filter can be used to simulate a cross browser version of pointer-events: none; However, this just doesn't work in IE9, nor in the 'emulate ie8' version in IE9. A native ...
1
vote
1answer
418 views

WPF: drawing own cursor - nontrivial problem

i need to implement a cursor with some very specific features: it has to be animated because after n seconds it automatically clicks - so the animation is feedback for the user when the click will ...
0
votes
1answer
59 views

How to make a transparent picturebox click through?

I want to make the picture-box in a form to be transparent and click through. In the above image, yellow areas are the picture-boxes and Red area is the form. Form area should be transparent but ...
0
votes
1answer
98 views

HTML - Clickthrough Transparent Pixels in PNGs?

While laying out a website, I have a png, with a great deal of transparency that I don't want to be mouse enabled. Is there any way to detect transparent pixels, and ignore the mouseOver/mouseDown? If ...
0
votes
1answer
65 views

How can I make a button not fire its action on click-through?

The Apple Human Interface Guidelines state that: An item that provides click-through is one that a user can activate on an inactive window with one click, instead of clicking first to make the ...
0
votes
0answers
245 views

Flex Panel, Group click through and mouseChildren

I have Panel (or Group/VGroup/HGroup) with background transparent (backgroundAlpha = 0) and doesn't have any embedded background image. I want 'click through' except some children buttons. If I set ...
0
votes
2answers
51 views

Analytics Obsession

My client is really obsessive about analytic data. He wants to explore the tiniest details to maximize his open, click, and conversion rates. While theres nothing wrong in that, but sacrificing ...
0
votes
3answers
784 views

click paths in logs or analytics?

I'm trying to see the path my users take when clicking thru a web app I have. I've got logs, awstats and webalizer on the server-side, and I'm looking to install some sort of analytical product. I ...