[MonoTouch] Monotouch dialog help needed.
Mittchel Van Vliet
mittchel at gmail.com
Mon Oct 31 11:14:10 EDT 2011
Hello everyone,
Currently I am checking out MonoTouch Dialog and found some interesting
things.. Though there is one problem that keeps persisting with me.
How am I able to extract the value of a specific item? For example I got a
FloatElement:
RootElement root = new RootElement ("Settings") {
new Section (){
new RootElement ("Brightness"){
new Section (){
new FloatElement (null, null, 0.5f)
}
}
}
} ;
My initial idea was to make it a slider for a kilometer range.. but how am
I able to extract the selected data from the slider?
I hope someone can help me with this :)
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monotouch/attachments/20111031/5c72b2d5/attachment.html
More information about the MonoTouch
mailing list