From: Arno P. <ar...@pu...> - 2011-04-02 00:15:59
|
You mentioned class UIAlertViewRenderer. This is an internal class for our Java based iPhone emulator. Where do you have your problems? With our Java emulator or with the cross compiled application? Note that our Java emulator is more a proof of concept and we have no plans to keep it up to date. Arno On Apr 1, 2011, at 1:11 AM, "D.D...@ak..." <D.D...@ak...> wrote: Hi everybody, I'm trying to implement a sort of progress dialog containing a spinning gear, to let users now that an action is being performed and they should wait. I'm trying to do it using the UIAlertView class and adding the UIActivityIndicatorView as a subview. However, I'm having problems setting the position of the UIActivityIndicatorView; exploring the UIAlertView class in AMAK I found out that the getFrame() method doesn't return the correct size of the dialog. Apparently, what I need is the viewingArea variable of the UIAlertViewRenderer; however, I tried to retrieve that parameter by creating a getter but nothing happens. I even tried to insert the UIActivityIndicatorView directly in the doLayout() method and still nothing happens. Could you suggest me the correct way of doing this? Thank you, Domenico De Fano ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Xmlvm-developers mailing list Xml...@li... https://lists.sourceforge.net/lists/listinfo/xmlvm-developers |