From: Panayotis K. <pan...@pa...> - 2011-04-04 08:07:32
|
On Apr 3, 2011, at 12:35 AM, Domenico De Fano wrote: > Hi, > > I found an Objective-C example that worked and wanted to replicate it. In fact I think that's not the best way of doing it, but I couldn't find any other. I wonder if there is an official way of customizing dialogs. > Still it seems strange that the getCenter() method doesn't work on the dialog while the getBounds() does. > > Domenico De Fano I think the documentation says that you are not clearly allowed to do so. I think I've read (but I am not sure) that this behavior trigged also the application reject mechanism, although it is true that you can now find applications that are using it more or less. In any case, xmlvm does not interfere with the procedure. The most common reason for his problem though is that he is not using the examples he found the way he should. My guess is, sInce this is a fragile feature by definition, probably the steps you are following are not exactly the correct ones. |