I have some CALayers in a layer hosted view. Each of these layers has additional layers to hold (1) a close button, and (2) a resize handle. These additional \'control\' layers are added as sublayers
I am a novice to MSMQ and WCF and need some direction. T开发者_开发百科he application we\'re working on requires heavy PDF parsing jobs and these jobs can take considerable time to finish. Users will
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I have a program running beautifully on my iPhone 4. It uses a class UIView I created (called TestView) to draw graphics using Quartz (very simply graphics such as just a few CG lines and circles). I
I\'m trying to create in Flex a Tile view that shows some images that a user has. The images don\'t have the same size, some are small and some are big.
When using the ScaleTransform class, Silverlight also scale the thickness of the strokes on the shapes that I display. But what if I don\'t want this behaviour? Is开发者_开发知识库 it possible to disa
We all know that the Control base class has a Scale method.The problem is this: it\'s absolute crap.While it admirably scales all of开发者_JS百科 the controls, it does not scale the fonts.So all my my
Hi I have big background images 1200 by 1200, what i would like to do is expand the images when the user resizes the browser but constrain it so they neverscale any smaller than the original size.
I\'m working on one current project, I don\'t have any issues to load a SWF into a main SWF but I can\'t figure out how to apply dynamically the scale down and up into a thumbnail images size while us
I\'m applying a scale tr开发者_如何学Goansform to a UIView that draws a number. (The number is literally being drawn with drawInRect; no UILabel in sight.) The scale transform makes the view smaller b