PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
'iPhone' type scrolling
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
'iPhone' type scrolling
![]() |
'iPhone' type scrolling |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I have seen some applications for the PPC (such as iContact [1]) that
try to emulate the scrolling effect that is demonstrated by Apple's iPhone. I was wondering if it is possible to create such an effect using managed code only (I'm developing with C# .NET on the CF 2.0), or is this only possible using native code? I would like to recreate this effect, but only if managed code can be used. [1] http://www.freewarepocketpc.net/ppc...ntact-v0-2.html |
|
|
|
#2 |
|
Guest
Posts: n/a
|
It seems HTC has done something similar with regards to the today screen and
the iPhone, see here: http://www.powerupmobile.com/product--246.htm But regarding your question, it should be fairly simple to achieve the iPhone scrolling type effect. You could look at the OnMouseDown OnMouseMove and OnMouseUp events. It would mean creating your own owner drawn list using GDI. There are plenty of dicussions on owner drawn lists and GDI here: http://groups.google.com/group/micr...wner+drawn+list -- Simon Hart "Daan" wrote: > I have seen some applications for the PPC (such as iContact [1]) that > try to emulate the scrolling effect that is demonstrated by Apple's > iPhone. I was wondering if it is possible to create such an effect > using managed code only (I'm developing with C# .NET on the CF 2.0), > or is this only possible using native code? I would like to recreate > this effect, but only if managed code can be used. > > [1] http://www.freewarepocketpc.net/ppc...ntact-v0-2.html > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

