mirabyte Forum

Full Version: TouchListBox, horizontal navigation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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
(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.
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
(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?
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.
Reference URL's