UISwipeGestureRecognizer for SceneKit? - scenekit

Is there something like a UISwipeGestureRecognizer for SceneKit? Suppose I want to swipe on a SCNNode, is that possible? Thank you!

Related

A nice-looking WPF knob control source code?

I am trying to make some rotary knob with WPF and C#, .NET3.5; So right now what I am having is:
but instead, I really want to have something like these:
Anyone has any idea how I can make it look nicer? I am writing the WPF code from scratch. Thanks a lot.
You are using SolidColorBrush right now. Play with RadialGradientBrush instead to achieve the look.
You can create such an effect by finding a nice pictue of a knob, and then apply a rotatetransform on it.
If the picture contains the scale, you will need to edit that out to an other image, which can be under the knob picture.

Play animated GIF image on UIImageView

I've been looking all over Google for a way to "play" my animated gif, in a UIImageView from the StoryBoard (iOS6), with out using a Array or something.
Is there really no other way to view my gif, then make a Array with all the frames ?
If there is, please tell me how.
Thanks in advance

ExtJS Chart Hide Grid

I'm using the axis.drawGrid() method but I'd also like to use something like axis.hideGrid() , is there a way to do that ?
Thanks
Yes, it's doable. I use the following code to hide grid lines on each axis.
chart.axes.getAt(index).gridLines.hide(true)

Is it possible to display a frame during a CameraCapturetask on WP7?

I would like to use the CameraCapturetask on my Silverlight WP7 application. On the background, I would like to display a photo, for example something like that :
(found randomly on the web).
This could act as a mask, and we will see the photo of the camera behind this frame during the take of the photo.
(I'm not sure I'm very clear).
Is there a way to do that ?
Thanks in advance for any help.
Best regards
No, you can't put this on top of the CameraCaptureTask.
You could add the border after the photo had been taken though.

Create a slanted-tab header in Silverlight

I wanted to create a slanted tab header using the tabitem control in the silverlight toolkit. I want it to look like the image below but i'm not sure how to accomplish this.
alt text http://img713.imageshack.us/img713/1462/silverlighttabs.png
http://img713.imageshack.us/img713/1462/silverlighttabs.png
Any help and direction would be gladly appreciated
Thanks,
Keith
A quick search at SilverlightCream.com popped this one out:
http://antonidol.wordpress.com/2010/05/12/overlapping-tabitems-with-the-silverlight-toolkit-tabcontrol/
-Dave

Resources