Hello There, Guest! (LoginRegister)

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TouchListBox, horizontal navigation
Author Message
asolovey Offline
Junior Member
**

Posts: 6
Joined: Dec 2009
Post: #1
TouchListBox, horizontal navigation
Hi!

Does TouchListBox control support horizonal navigation?

Meaning that you have hierarhical lists. When tap list item, say, at top level, then next level shifts into screen from the right side. To return to the previous level all your samples use 'back' button.
However, iPhone like apps use horizontal scroll feature when you simply scroll list rightwards and upper level list comes into screen from the left.

This library does have such feature http://fluid.codeplex.com/
What about yours?
05-12-2009 14:08
Find all posts by this user Quote this message in a reply
Sascha Lange Offline
Administrator
*******

Posts: 97
Joined: Dec 2008
Post: #2
RE: TouchListBox, horizontal navigation
That's one of the main feature of TouchListBox ;-)

Just download the Touch Controls Suite Trial. You will find demo applications in this package, where you can test this feature on your device.

Also you can have a look at our two videos on YouTube to see this feature:

http://www.youtube.com/user/mirabyteSoftware

mirabyte Software-Entwickler / Software-Engineer
05-12-2009 14:12
Find all posts by this user Quote this message in a reply
asolovey Offline
Junior Member
**

Posts: 6
Joined: Dec 2009
Post: #3
RE: TouchListBox, horizontal navigation
(05-12-2009 14:12)Sascha Lange Wrote:  That's one of the main feature of TouchListBox ;-)

Just download the Touch Controls Suite Trial. You will find demo applications in this package, where you can test this feature on your device.

Also you can have a look at our two videos on YouTube to see this feature:

http://www.youtube.com/user/mirabyteSoftware

Thanks for the iiiiinstant reply! Smile

As per the subject: Of course I've watched video, downloaded trial, played with demo, samples.
And found NO such feature. That's why I posted the question.
The only way to return to upper level is to press "back" button.
All attempts scroll list horizontally to the right either have no effect or sometimes even worse - it falls down on level deeper.
(05-12-2009 14:18)asolovey Wrote:  As per the subject: Of course I've watched video, downloaded trial, played with demo, samples.
And found NO such feature. That's why I posted the question.
The only way to return to upper level is to press "back" button.
All attempts scroll list horizontally to the right either have no effect or sometimes even worse - it falls down on level deeper.

FYI:
I 've tried it on the real device (HTC TYTN II), in the emulator (comes with Visual Studio).
At the same time it works fine in the same conditions in Fluid based applications.
(This post was last modified: 05-12-2009 14:20 by asolovey.)
05-12-2009 14:18
Find all posts by this user Quote this message in a reply
Sascha Lange Offline
Administrator
*******

Posts: 97
Joined: Dec 2008
Post: #4
RE: TouchListBox, horizontal navigation
Ah sorry.

You want to have a mouse gesture to scroll back to the upper level instead of using a back button?

Mouse gestures are not implemented yet, but this feature is on our list (maybe for version 2.0).

You can try something like this: http://www.codeproject.com/KB/mobile/MouseGestures.aspx

mirabyte Software-Entwickler / Software-Engineer
05-12-2009 14:27
Find all posts by this user Quote this message in a reply
asolovey Offline
Junior Member
**

Posts: 6
Joined: Dec 2009
Post: #5
RE: TouchListBox, horizontal navigation
(05-12-2009 14:27)Sascha Lange Wrote:  Ah sorry.

You want to have a mouse gesture to scroll back to the upper level instead of using a back button?

Mouse gestures are not implemented yet, but this feature is on our list (maybe for version 2.0).

You can try something like this: http://www.codeproject.com/KB/mobile/MouseGestures.aspx

Thanks! Do you a version roadmap?
05-12-2009 14:32
Find all posts by this user Quote this message in a reply
Sascha Lange Offline
Administrator
*******

Posts: 97
Joined: Dec 2008
Post: #6
RE: TouchListBox, horizontal navigation
We are still working on new Controls:

- TouchComboBox
- TouchTabControl

and new features:

- optimized scrolling with prefetching / caching to avoid memory issues
- Multitouch
- support for capazitive touch screens
- and many more Wink

But at this moment I cannot tell you what will released in 1.x and what comes with 2.x.

mirabyte Software-Entwickler / Software-Engineer
05-12-2009 14:38
Find all posts by this user Quote this message in a reply
Post Reply