Hi Gianluca,
The Java emulator contained in xmlvm is not under active development
anymore and I don"t recommend using it. We instead generate an XCode
project and use XCode and the iOS simulator which comes with it.
I am not familiar with specific differences between iPhone/iPad development
wrt xmlvm. The majority (if not all by now) of the tutorials should run on
the iPad but by default those tutorials will create a project for the
iPhone.
To change that edit xmlvm.properties in the root of each tutorial and
change "xmlvm.project=iphone" to "xmlvm.project=ipad". Then just run "ant
run-Xcode" (e.g. in $XMLVM/tutorial/helloworld/portrait) and XCode should
start automatically after the project gets created. Just press Run now and
you shold be good to go.
Markus
On Mon, Jul 9, 2012 at 5:43 AM, puz...@al... <puz...@al...>wrote:
> Hi All,
>
> I'm new of this list. I downloaded, installed and configured XMLVM in
> according with the on-line documentation, tried some demo apps, but I have
> some questions about the XMLVM tool itself:
>
> 1) I see that the tool contains an emulator for iPhone. What about iPad's
> one? Is there a possibility to show up an iPad emulator or emulate in some
> way its screen behaviour inside XMLVM? Moreover, what changes we have
> between iPhone and iPad development with XMLVM? I am mainly interested in
> iPad application development.
> 2) I tried the TabBar demo app in the tutorial section, but it doesn't
> work. With any change I made on the code, it doesn't show up the TabBar at
> all, only the default black screen (or white if I change the background
> color by Java code).
>
> Gianluca
>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> xmlvm-users mailing list
> xml...@li...
> https://lists.sourceforge.net/lists/listinfo/xmlvm-users
>
>
|