PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework 'iPhone' type scrolling

Reply

'iPhone' type scrolling

 
Thread Tools Rate Thread
Old 22-06-2007, 08:05 AM   #1
Daan
Guest
 
Posts: n/a
Default 'iPhone' type scrolling


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

  Reply With Quote
Old 23-06-2007, 09:26 AM   #2
=?Utf-8?B?U2ltb24gSGFydA==?=
Guest
 
Posts: n/a
Default RE: 'iPhone' type scrolling

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
>
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off