goodev / ketai

Automatically exported from code.google.com/p/ketai
1 stars 0 forks source link

How to set the position of a KetaiList? #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. orientation(LANDSCAPE);
2. I display some images which take the left 3/4 of screen
3. I want to display a list on the remaining 1/4 at the right side of the 
screen...

What is the expected output? 

| images image image List |

What do you see instead?
either:
| images image image      |
or 
| List                    |

What version of the product are you using? On what operating system?
Ketai V9
Processing 2.0b8
Ubuntu 12.04 on Asus 1201n laptop
Nexus 4 (Android 4.2.2) target device

Please provide any additional information below.
I love you stuff, and the PragProg book is great!

I'd really appreciate a tiny bit of help, if you could...  I am trying to make 
an Android app in a prototype project with and Arduino on an electric guitar...

Thanks so much for your library!
Bob

Original issue reported on code.google.com by grateful...@gmail.com on 11 Apr 2013 at 10:59

GoogleCodeExporter commented 9 years ago
KetaiList wraps a ListView in android which one cannot size or position this 
native UI element.  ControlP5 is an excellent alternative for UI elements that 
can be a bit more flexible.

http://www.sojamo.de/libraries/controlP5/#examples

Original comment by jduran9....@gmail.com on 19 Apr 2013 at 6:38