-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I'm developing a program on Microsoft Surface.
And I didn't succeed to make disable completely the shadow.
Here is my problem :
http://i61.servimg.com/u/f61/11/31/25/01/sans_t10.png
Heres is the XAML code :
<s:ScatterViewItem Height="130" x:Name="jetons1" Width="180" CanScale="False"…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
As of today, I will be partnering with Sevensteps when it comes to developing great Surface, Windows Phone 7 and Windows 7 Touch applications. Below you’ll find the press release we sent out today. I am looking forward to this partnership and expect great things coming from us both in the future…
>>> More
-
as seen on Super User
- Search for 'Super User'
I currently live in China so my only options to buy a Surface tablet is to buy it
here or in Hong Kong.
Problem is that by default the entire UI is in Chinese.
In the x86 version of Windows 8 you can install additional language packs to solve this, but I'm wondering if this is true for the tablet…
>>> More
-
as seen on Super User
- Search for 'Super User'
I am trying to connect my Microsoft Surface tablet to an ad-hoc network that I setup on my Windows-7 desktop machine. The Surface machine can see and connect to other hotspots, but it cannot see the ad-hoc network, whereas a second Windows-7 laptop sitting next to the Surface machine can see it.
What…
>>> More
-
as seen on Super User
- Search for 'Super User'
When I got my Surface Pro 2, I loved it, and everything seemed to work flawlessly, until, wait for it, windows updates...
The issue that I am having is the following, I primarily use the TC (TypeCover), as the Pro is an out-of-office laptop replacement for me, that I can still use to do whatever…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
I have to use this function to get a Surface of Revolution (homework).
newVertex = (oldVertex.y, someFunc1(oldVertex.x, oldVertex.y), someFunc2(oldVertex.x, oldVertex.y));
As far as I know (FIXME) Surface of Revolution means rotations of a (2D)curve around an axis in 3D.
But this vertex computing…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
This is an age old problem of interactive elements inside interactive elements, but I want a ScatterViewItem to contain other surface interactive elements such as a SurfaceButton or SurfaceCheckBox. I've got all my elements in there and they react to taps etc. The problem is that I only get the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I am trying to convert Core Surface RGB frame buffer(Iphone) to ffmpeg Avfarme to encode into a movie file. But I am not getting the correct video output (video showing colors dazzling not the correct picture)
I guess there is something wrong with converting from core surface frame buffer…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Surface is magic. Everyone using it seems to think that way. And I have to be honest, after working for almost 2 years with the platform I still get that special feeling the moment I turn on the unit to do some more work. The whole user experience, the rich environment of the SDK, the touch, even…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
I am trying to understand how pygame surfaces work. I am confused about Rect position of Surface object.
If I try blit surface on screen at some position then Surface is drawn at right position,
but Rect of the surface is still at position (0, 0)...
I tried write my own surface class with new rect…
>>> More