0
votes
2answers
55 views
Clipping WPF elements in a canvas
I am working on an interactive WPF graph/tree tool and have nodes and links between them placed in a canvas. The nodes are usercontrols and the links are simply Line shapes, and cu …
0
votes
0answers
42 views
Alpha + masking + clipping headache
Hi,
Here's a graphical explanation of 1) what I have and 2) what I want
http://tinyurl.com/yg5zboy
My understanding is I need one or maybe two masks to accomplish this. As you c …
0
votes
2answers
175 views
Drag a zoomed image within a div clipping mask using jQuery draggable?
I'm creating an interface to allow a user to zoom in on an image and drag the zoomed version around within a clipping mask div.
I have a div 200px by 200px that I set overflow: h …
0
votes
1answer
19 views
Disappearing components??
Hi All,
I have two problems that I have no idea how to fix...
Flex.
I have a canvas which contains a single myComponentA. A myComponentA contains a MyComponentB. The myComponent …
1
vote
1answer
179 views
Silverlight: Canvas overflows
Hi all!
I have created a Canvas, and within it I placed a StackPanel. The StackPanel is horizontal, and it accepts a list of thumbnailed images. The Canvas has a fixed size. When …
1
vote
3answers
69 views
Strange Clipping Issue in OpenGL
Hey all, I am very very new to OpenGL, so please bear with me. :) I'm working through NeHe's OpenGL tutorials, and I have developed my own version of Lesson 5, in which you rotate …
0
votes
1answer
81 views
Blackberry setting a clipping region/area
In J2ME we have the clipRect() and setClip() to clip a region in the Graphics area. What is the equivalent apis available in BlackBerry and how do we use it?
1
vote
1answer
92 views
Silverlight - polygon scaling and clipping
I have a Canvas, to which I've added several thousand polygons.
I would like to be able to zoom in (which I'm doing via a ScaleTransform.
However I've been trying to use a Canvas …
0
votes
1answer
162 views
iphone interface overlay pass-through events
Hi All,
I'm farily new to iphone dev (<3 months on my free time) and I'm starting development of my second app.
From the image, I'm adding a number of UIViews as subviews to …
0
votes
3answers
156 views
XAML tooltips are being clipped
I am trying to make a WPF app (regular Windows app, not XBAP or Silverlight).
I want the main app window to support transparency, and show through the desktop below.
But when I sp …
0
votes
1answer
91 views
How do i control clipping in c# or xaml when using UniformToFill with an image.
I have an image control in a resizable window with its stretch property set to UniformToFill.
<Image Name="some_image" Stretch="UniformToFill" Margin="0,0,0,0" />
The clip …
0
votes
2answers
89 views
Clip or Mask a 2D texture
Hey i was wondering if anyone knows to do clipping with 2D textures for a gui or menu like system.
Heres an example output i would like to produce
Have a game screen with a size …
4
votes
4answers
539 views
How to make the Canvas clip its contents in Flex?
I draw a line on a Canvas object with the moveTo and lineTo graphics methods. If one end of the line lies outside the Canvas, the line spills out and is drawn over or under other e …
1
vote
0answers
61 views
Where Can I Find Current Adobe Image Format Specifications? “Clipping Paths”
This is in regards to Adobe's Image Resource Blocks(IRB), that they store in TIFF, PSD, JPEG Formats. It's also called "8BIM", This standard was released with Adobe's Photoshop 3 ( …
1
vote
3answers
292 views
Determine path dynamically in Silverlight 2
I have a border with rounded corners within a canvas and want to add a clipping region to the canvas so that anything I add is clipped to the region within the border. I know that …
