Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
2answers
674 views

Hittest using screen coordinates in SVG images in World coordinates

How do I translate mouse coordinates into world coordinates using GDI+? Or get bounding boxes (or even better) old skool regions for SVG shapes drawn using GDI+? Anyway. I've been looking for SVG ...
8
votes
5answers
2k views

How do I find the DOM node that is at a given (X,Y) position? (Hit test)

I have the coordinates (X,Y) of a point in an HTML document. How do I determine what DOM node is at those coordinates? Some ideas: Is there a DOM hit test function that I missed, that takes a point ...
7
votes
1answer
603 views

Hit detection when drawing lines in iOS

I would like to allow the user to draw curves in such a way that no line can cross another line or even itself. Drawing the curves is no problem, and I even found that I can create a path that is ...
6
votes
1answer
441 views

UIView. Why Does A Subviews Outside its Parent's Extent Not Receive Touches?

I have a simple - trivial - UIView parent/child hierarchy. One parent (UIView). One child (UIButton). The parents bounds are smaller then it's child's bounds so that a portion of the child extends ...
5
votes
1answer
1k views

HTML5 canvas hittesting

I have some images drawn on a HTML5 Canvas and I want to check if they are hit on mouse click. Seems easy, I have the bounds of the images, however the images are transformed (translated and scaled). ...
5
votes
1answer
885 views

What is the Silverlight's FindElementsInHostCoordinates equivalent in WPF?

I would like to perform a rectangual hit test on WPF Canvas component in order to get Controls that are overlapped by a Rectangle framework element. I found a Silverlight's ...
5
votes
4answers
5k views

How to test if a point is inside of a convex polygon in 2D integer coordinates?

The polygon is given as a list of Vector2I objects (2 dimensional, integer coordinates). How can i test if a given point is inside? All implementations i found on the web fail for some trivial ...
4
votes
2answers
234 views

Hit Test WPF 3D Model parts

I have a big ModelVisual3D (e.g. car) which is divided into many smaller GeometryModel3D objects (e.g. tyres, seats, wheels, etc.). I would like to hit test the ModelVisual3D when the mouse is ...
4
votes
2answers
2k views

UIView's -hitTest:withEvent: called three times?

I am trying to intercept any activity (i.e. touches) that happens inside my whole application. In other words, I am trying to be notified of any touch event that happens within my main UIView, ...
3
votes
1answer
232 views

How to see if two shapes overlap

I'm trying to write a simple firemonkey test app. I have a form, with a panel (align:= alClient). On the form are 2 TCircle's. I have set TCircle.Dragmode:= dmAutomatic. I would like to drag the ...
3
votes
2answers
270 views

SVG text hit-test

I'm trying to implement collision detection for SVG text elements using client side JavaScript. The hit-test should check if any glyph of a text overlaps any glyph of another text element. Since ...
3
votes
4answers
993 views

AS3 - Detecting if you clicked on an object without pressing the mouse button

Okay, in as3 when you click, the object on the highest layer will be clicked on. I want someone to press the space bar and have the objects on the screen to check to see if it is touching a point. So ...
3
votes
3answers
815 views

hitTest returns wrong UIView

I have a view hierarchy which contains smaller views on a scroll view. Each view can have subviews in it such as buttons etc. For some reason, buttons on the view aren't clicked; exploring this ...
3
votes
2answers
855 views

Right-click on a Listbox in a Silverlight 4 app

I am trying to implement what I used to take for granted in Winforms applications. I am a Silverlight noob, so hopefully all this is elementary. I have a listbox in a Silverlight 4 app. I'd like to ...
3
votes
4answers
365 views

Which pattern is good for bullets hit test in game that need server validates?

I would like to design a PvP game uses flash in client and java socket server, but I do need server validates trajectory and if bullets hit target from cheating. Is there any tutorial or paper ...
3
votes
3answers
2k views

Hit-testing SVG shapes?

The browsers which have implemented parts of the SVG spec (Firefox etc) do hit-testing for us for free - if I attach a mousedown listener on an SVG object, I get notified whenever the shape is ...
2
votes
2answers
30 views

Hittest polygon

I have a 2d polygon that consists of a list with points, i want to check wether a given point lies in that polygon, but i cant find a good way to check this. Can anyone point me in the right ...
2
votes
3answers
99 views

hitTest fires when UIKeyboard is tapped

I'm trying to fix a bug that involves UIView hitTest:withEvent: being called on my view when the touches are on the UIKeyboard, but only after the app has been in the background. It was occurring in ...
2
votes
2answers
62 views

How to pass the hitTest trough a control while performing a drag&drop operation

I have a tab control which allows me to drag the tab items out of my application. This dragging will open a new window which will follow the mouse until I release the left mouse button. Also it is ...
2
votes
2answers
300 views

AS3 Stop character from moving through walls

I want to stop the movieclips movement when it hits a wall (another movieclip). The example below works, but after the collision the movieclip 'blocks' all movement to the left... My question to you ...
2
votes
1answer
119 views

Make hit test visible property different for grid rows

I have a grid that contains 3 rows, one of which contains a TextBox thats can be edited. The grid sits inside a paretn that provides drag functionality to enable it to moved around a canvas. In order ...
2
votes
2answers
843 views

Is There An Efficient jQuery Hittest?

I am creating a simple game with HTML, CSS, and JavaScript (jQuery). There is main ship, where all of the particles (bullets) originate from. They are each just divs. Then, enemy divs are places ...
2
votes
1answer
175 views

Why can I clickthrough my form?

I am experimenting and trying to figure out DWM and Windows Aero. So far, I think I pretty much have it, all except for some strange reason, when I click the thicker part of my form, my click goes ...
2
votes
1answer
319 views

Hit Test behavior

I have the following code public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); } List<UIElement> ucs = new List<UIElement>(); ...
2
votes
1answer
249 views

IsMouseOver returning False when over a ContextMenu or Validation Error?

I have a control which expands when IsMouseOver is set to true using a trigger. Within that control, there is some textboxes that have some basic validation. My problem is that when a validation error ...
2
votes
1answer
284 views

How to hit test individual characters in a Silverlight TextBlock

This is a slightly abstract question, for which I apologize. I am not necessarily looking for a specific tested solution, but rather some suggestions that I can experiment with to find the one that ...
2
votes
1answer
229 views

HitTest across Windows?

Ok, so my previous question did not produce any useful answers, so I'll try to come from a different direction. My application has, potentially, several windows. Given a point in screen coordinates, ...
2
votes
2answers
1k views

Problem with VisualTreeHelper.HitTest in WPF

I'm trying to hit-test a bunch of UserControls on a Canvas. I don't want the HitTest() to walk the whole way through the visual tree, so I'm using the FilterCallback to make sure I only hit-test the ...
2
votes
1answer
1k views

Hit Testing in WPF

I have an Ellipse on a Canvas and I'm doing Hit Testing on it. Every time I click the stroke of the Ellipse, the test passes. If I click in the middle of the Ellipse, the test fails. This is good! ...
1
vote
1answer
30 views

how to move parent window without border from child using WM_NCHITTEST

so I have created this popup window with a custom move and sizing, pressing ctrl and click anywhere in the client to move and alt at the borders to size. The problem is, now i'm creating child windows ...
1
vote
1answer
53 views

Visibility change of Shapes in a WPF Canvas

Is there any event that can be raised when a shape in a Canvas(which has zoom and pan controls using Translatetransform/ScaleTransform) becomes visible/invisible when the canvas is panned or zoomed? ...
1
vote
1answer
175 views

WPF: How to make an overlay control with transparent canvas and clickable child

I want to make a custom control which will be used as an overlay. The control should contain a couple of child controls which should be drawn and should be clickable as usual. But everything else in ...
1
vote
0answers
89 views

Finding the irregularly-shaped subview that contains a point

My main view has several (perhaps many) polygonal active areas implemented as subviews. When the user touches the view, I want to identify if she hit one of those active areas. Is there anything ...
1
vote
1answer
261 views

AS3 line of sight without using hittest object.

I'm working on a game project, and I am working on the AI aspect of the game. I want the enemy objects to start aiming and shooting at the player when they are in sight of the enemy, and i came across ...
1
vote
4answers
198 views

How i can get hit test with image on canvas?

I create image in this way: var orc = new Image(); orc.src = "./orc.png"; I use image in objects like this: function Character(hp, image){ this.hp = hp; this.image = image; }; I ...
1
vote
3answers
209 views

How can I do a hit test on two dynamically added objects in AS3?

I have a grid of objects that have been added to the stage dynamically, the objects are either of a Class Red or Class Blue, how do I perform a hit test on the Classes? I want the Blue object to ...
1
vote
1answer
23 views

Comprehensive Silverlight rendering resource?

Is there any reference available that gives a comprehensive look at how Silverlight renders the controls in an application? The kinds of things I need to know: What is the bounding rectangle of ...
1
vote
1answer
50 views

WPF: TextBlock over a listview: how to ignore clicks in the TextBlock and let the listview handle them

I have a listview which displays a lot of info, but when it's empty I want to overlay a textblock over it which says "No Info to Display" or "Do bla-bla-bla to add info". The listview is set up to ...
1
vote
0answers
200 views

hitTest doesn't get called in NSCell subclass

I'm working on a subclass of NSCell for my project. This subclass has, in some situation a NSButtonCell drawn on its view, with this : - (void)drawInteriorWithFrame:(NSRect)cellFrame inView:(NSView ...
1
vote
1answer
102 views

Does rect.center change rect properties?

Greetings, It seems I am having a bit of trouble with a project I'm working on in pygame. For one of my objects i used: image.get_rect() and assigned it to: self.rect I understand the default ...
1
vote
1answer
388 views

Bring a subview to the top on mouseDown: AND keep receiving events (for dragging)

Ok, basically I have a view with a series of slightly overlapping subviews. When a subview is clicked, it moves to the top (among other things), by a really simple two-liner: ...
1
vote
1answer
194 views

WPF - Hit Testing Rendered Pixel of Characters

Is there a way to hit test the pixels of characters in wpf? I want to be able to get a hit for the dot of the character 'i' but don't get a hit when I click the space between the dot and the line of ...
1
vote
1answer
347 views

WPF - Hit Test Filter Callback

I have a canvas and it has child DrawingVisuals in its VisualCollection. I want to hit test against some type of child but not for others. To do that I wrote HitTestFilterCallback function: public ...
1
vote
1answer
415 views

failed to make a row of clickable buttons in UIScrollView with paging enabled

I am trying to make a row of buttons which can be scrolled horizontally. Like the news items in a feed in the Pulse News Reader app. I've successful made enabled paging on UIScrollView with the page ...
1
vote
1answer
219 views

What is the best way to have only non-transparent pixel hit testable in images in Silverlight?

According to msdn in Silverlight images are hit testable over their image/media display areas, basically their Height and Width. Transparent / full alpha pixels in the image file are still hit ...
1
vote
3answers
1k views

WPF UserControl HitTest

I have the following user control: a dot and its name: <UserControl x:Class="ShapeTester.StopPoint" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
1
vote
1answer
456 views

hitTestObject on dynamically placed MovieClip instances

Trying to do hitTestObject on instances that are dynamically placed on the stage. Receiving an error: TypeError: Error #2007: Parameter hitTestObject must be non-null. at ...
1
vote
1answer
472 views

How can I tell which Silverlight Popup (or ChildWindow) is topmost?

I am trying to hit test in Silverlight applications to find the elements under the mouse cursor. Normally VisualTreeHelper.FindElementsInHostCoordinates works for this. If there is a Popup open I ...
1
vote
1answer
563 views

Firefox 3.6 hit testing overlapping SVG shapes

I am drawing 2 SVG paths much like Google Maps does with directions. The problem I have is that the section of the first path that is overlapped by the bounding box of the second path won't fire the ...
1
vote
1answer
512 views

Prevent overlapping DragDrop Images in Flex

I am trying to create basically a puzzle in Flex Builder 3. I display images from an array onto a canvas that can be dragged and dropped around the canvas. My problem is that I don't want the images ...

1 2 3