Questions tagged [xap]

XAP is an XML-based declarative framework for building, deploying and maintaining rich, interactive Ajax powered web applications.

XAP is an XML-based declarative framework for building, deploying and maintaining rich, interactive Ajax powered web applications. XAP aims to reduce the need for scripting and help solve the development and maintenance challenges associated with large scale JavaScript programming.

Simple login screen:

<xal>
    <dialog>
        <horizontalBoxPane>
            <label text="Username"/>
            <textField id="username"/>
            <label text="Password"/>
            <textField id="password"/>
            <button text="login"
              onCommand="login-url"/>
        </horizontalBoxPane>
    </dialog>
</xal>

XAP is a complete framework for building Ajax applications. Whether you're building a large application with many screens or you simply want to enhance an existing website with Ajax, the XAP project can help get your project done quicker and easier.

More information available here.

191 questions
0
votes
1 answer

In powershell, how do I convert directory type? Property: Type File folder --> XAP (file)

I am writing some automation code, and I am adding dll files into a xap file. I extract the xap (I treat it like a zip), add in the dlls and change the appmanifest.xml. However I can't seem to change the folder back into a silverlight xap file. This…
LLL
  • 1,085
  • 8
  • 16
0
votes
1 answer

no changes after compiling

When I compile my Silverlight prjoect changes aren't made. And when I create a new Project no xap file is generated. neither in clientbin nor bin debug/release. I cleared cache ...I tried different browsers. Nothing works
mertin
  • 142
  • 2
  • 15
0
votes
2 answers

How to stop Silverlight xap files including "Copy Local=False" dlls?

In the past I've used the solution outlined in the following URL to avoid multiple downloads of 3rd party dlls in modular Silverlight applications: How to optimize the size of silverlight XAP file by removing common files? However I am working on a…
0
votes
1 answer

How can I put back dll into xap file after extract?

I extract an xap file using winzip and edit some resources. Is there any way I can pack the dlls back into the xap file?
-1
votes
1 answer

Using android apps on Windows Phone

Hello to the Community, What I want is that can I somehow unpack the APK file and convert it so that I can make it work on Windows Phone.(And I am not talking about Project Astoria)
-1
votes
1 answer

WSO2 emm app management for windows mobile

Good day I am looking to use the wso2 emm on windows devices. 1) How can I add a XAP application on WSO2 store? 2) how to parse the manifest.xml file inside a XAP package?
-1
votes
1 answer

Is it possible to overwrite a xap file which was installed by another msi?

Assume that we have msi x.msi and it is installing a xap file. We want to overwrite the xap file via another msi (for ex. using y.msi). Is it possible to overwrite via another msi? will it have any problem as it will not have any version number…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
-1
votes
2 answers

c# XNA content file not found after changing build action

I'm just about ready to submit my very first game to the marketplace but i ran into this problem. I realized today that my XAP file seemed reallly small. (350kb roughly) I was reading today that all my content (textures, sounds, fonts) should have…
Hardycore
  • 334
  • 4
  • 17
-2
votes
1 answer

Install xap file into Lumia 625 using the SD Card

I am built a Windows Phone application with PhoneGap Build and I am trying to install it into a Nokia Lumia 625 with Software: Windows Phone 8.1. I have installed the application on a Nokia Lumia 735 with Software: Windows 10 Mobile with no…
Daniele
  • 239
  • 1
  • 16
-2
votes
1 answer

Transfer XAP file from one phone (Lumia 920) to another

I received a new Lumia 920 through AT&T's warranty program, and my old phone has a couple key apps that are no longer available for download - Swapchat (a SnapChat client) and Youtube. How can I copy the XAP files from my old phone and deploy them…
Benjin
  • 2,264
  • 2
  • 25
  • 50
-3
votes
3 answers

How to Convert a apk(android application )into xap (windows phone aplication)

I have an aplication in .APK for Android but how I can convert .APK into a .XAP for Windows Mobile or do I have to develop the application again?
1 2 3
12
13