Re: [flexcoders] Why doesn't this work?

2012-03-30 Thread Richard Albrecht
Told you I was a Newbee. Had it in an event handler that never was called. 

- Original Message -

From: hawkcode2 r...@ralbrecht.net 
To: flexcoders@yahoogroups.com 
Sent: Thursday, March 29, 2012 10:18:12 AM 
Subject: [flexcoders] Why doesn't this work? 





Hi, 

I was curious about what the actual DPI was on the phones I'm testing my app 
on. So I created a label and in the creationComplete I have 1 line: 

dpi.text = String(Capabilities.screenDPI); 

Nothing is entered into the label? How can I get this info. 

Thanks 

Rich 


 


[flexcoders] Why doesn't this work?

2012-03-29 Thread hawkcode2
Hi,

I was curious about what the actual DPI was on the phones I'm testing my app 
on. So I created a label and in the creationComplete I have 1 line:

dpi.text = String(Capabilities.screenDPI);

Nothing is entered into the label? How can I get this info.

Thanks

Rich