[flexcoders] Android/mobile question

2013-11-07 Thread Davidson, Jerry
If you build an application for the phone, do you have to use tables to position things or can you use CSS or is there a third method? I ask because I'm in a VB.Net class and the teacher said only tables will work and that doesn't sound right to me. TIA

Re: [flexcoders] Android/mobile question

2013-11-07 Thread Jake Churchill
Definitely not right. You just gotta keep in mind that that there are LOTS of sizes for android devices so your sizes should be percent based. CSS will work fine. I'm not sure what you're talking about with tables, assuming a flex grid or html table? With HTML, most everything uses CSS, with

RE: [flexcoders] Android/mobile question

2013-11-07 Thread Davidson, Jerry
Thanks. It didn't sound right to me. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jake Churchill Sent: Thursday, November 07, 2013 2:24 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Android/mobile question Definitely not right. You just

Re: [flexcoders] Retrieve current item on a DataGroup

2013-11-07 Thread Jairo França
As a previous mail already said: Thanks Alex!. Em 07/11/2013 05:11, Alex Harui escreveu: If you need selection, why not use List? From: Jairo França ja...@tgi.inf.br mailto:ja...@tgi.inf.br Reply-To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.com

RE: [flexcoders] Function from string?

2013-11-07 Thread Keith Reinfeld
I would like to be able to take a function name I've read from the script and call the corresponding function. Hi A. P. Damien, As I understand it, you have existing functions which you want to call by passing the name of a function as a string to a generic method. By 'script' I take