1
vote
4answers
2k views
WPF Shape Rectangle Binding
Hi Guys. I'm trying to make some kind of shape in wpf, which does resize itself to the content (which should be text). Unfortunately, the stretch property isn't the right thing, si …
0
votes
1answer
20 views
[AS3] Deleting a shape via code
Pretty basic question here, but its still got me a little confused..
I have an object(navigation menu bar) that I want to change the colors on with code, so in an updateColor func …
0
votes
3answers
83 views
PHP - Bug in polygon GD library?
Hi guys,
I have run into some trouble with the gd library's imagefilledpolygon().
For some reason some of my lines were ending up 1px out of place so I decided to debug it using …
0
votes
2answers
192 views
How can I fill an actionscript 3 polygon with a solid color?
I'm building a map editor for a project and need to draw a hexagon and fill it with a solid color. I have the shape correct but for the life of me can't figure out how to fill it. …
0
votes
2answers
46 views
Why can I not delete this pesky Drop Down from a Sheet in Excel?
I am trying to delete a drop down from a spreadsheet using the following code:
Dim objShape As Shape
For Each objShape In ActiveSheet.Shapes
objShape.Delete
Next
But objShap …
0
votes
2answers
40 views
Using wpf to draw scaled backgrounds on screen using minimal resources
I want to draw the same background on multiple windows for example the background could be concentric circles, a multi colored grid or any mathematical shapes combined. These backg …
1
vote
0answers
32 views
Custom Shape in Silverlight (porting app from WPF)
I'm converting a WPF app to Silverlight.
The app includes a class which inherits from Shape. It overrides the DefiningGeometry property to return a Path object. However, the Silve …
1
vote
3answers
73 views
2D Shape Scaling
Hi well I got a problem about scaling shapes.Well I m trying to scale two similar shapes.It is in 2d and each shape has n points .I found a statement like this from a paper I read
…
1
vote
1answer
153 views
[graphviz/dot] size of node with shape=circle
hi guys,
i'm trying to set the size of the nodes this way:
controller[shape=circle,width=.5,label="Controller",style=filled,fillcolor="#8EC13A"];
But all three nodes are with d …
0
votes
1answer
102 views
Getting position of PhysX wheel
I'm using the NxWheelShape to simulate wheels on my car. When I render the wheel model, I use shape->getGlobalPose() to get a 4x4 matrix and render the wheel there. However this gi …
2
votes
4answers
507 views
AffineTransform: scaling a Shape from its center.
Hi all,
I'm trying to scale a rectangle from its center using AffineTransform. I'm sure the solution is obvious but I cannot make it work ! Here is what I've tested so far...
impo …
2
votes
1answer
87 views
What are the letters in a XAML Geometry attribute called?
I am defining a XAML DrawingBrush resource and I want to draw a custom shape. I found the following GeometryDrawing example:
<GeometryDrawing Geometry="M0,0.1 L0.1,0 1,0.9, 0.9 …
0
votes
1answer
158 views
Custom shaped text box/edit control in .net?
I'm looking for a way to display and edit text inside a custom shaped box (e.g. a circle.)
The text needs to use as much of the allowed space as possible, so just positioning an ed …
0
votes
1answer
83 views
SSIS Data Flow changes order of records
I thought I asked a similar question in http://stackoverflow.com/questions/462071/sql-order-by-and-left-outer-join-doesnt-have-correct-order, but this is slightly different. I am …
0
votes
2answers
294 views
Finding Cell Range With Excel Macros
I have an many embedded objects (shapes) in a worksheet and the icons is displayed inside a cell. How do I know the Cell range in which the shape object is displayed.
for eg : Wh …
