Sench Touch Setup in windows Pc for developing mobile applications - windows

How to setup sencha touch in a windows pc without using Sencha cmd. I am using only Apache Tomcat for running my application.
any help will be appreciated

You need Eclipse(of any version. i prefer kepler). You dont need to install Sencha CMD just you download the Sencha Touch library and use inside the application. For better coding use Spkjet editor or VJET editor.
You can run your application as webapp inside apache tomcat.

Related

Can I run .Net Framework GUI Windows application inside a docker container?

I have a zip file of the Windows application which has a .exe file in it. I am trying to run this application inside a Docker container which should open up a GUI application when called. I tried using linux and Mono but didn't help much. Is there a way I can run a GUI based windows application on Docker container?
Thanks in advance!

How I can access to the webcamm in cn1 windows desktop build?

anyone knows how to use my webcam when I capture a photo. I build my app for windows desktop in codenameone. I have a pro account and I need it for a proyect.
The desktop build just uses Java SE which is packaged with the app. Unfortunately JavaSE or JavaFX don't provide webcam access out of the box and the solutions that allow this are pretty complex.
You can use native interfaces which in the JavaSE port just invoke plain Java and try to make use of a project like this: https://github.com/sarxos/webcam-capture/
Alternatively, HTML5 does have camera capture builtin so we support this in the JavaScript port see: https://www.codenameone.com/demos-Camera.html

with windows universal app, is it possible to install an application programmatically

i'm developing a windows universal app for win10 IOT. I'm wanting to run a headless app that will download and install a new version of the application. It would do something like this:
1) download app from blob storage
2) install app into the device
3) set app as startup
4) reboot the device
Is this possible?
Maybe you could try this programmatically:
http://blogs.msdn.com/b/patricka/archive/2012/11/05/how-do-i-deploy-a-windows-8-app-to-another-device-for-testing.aspx
Simply unzip the downloaded app package and run the power shell script.
But make sure you allow to install apps without the market: http://www.maketecheasier.com/install-windows-8-apps-without-storewindows-8/

Making a software setup for Mac OS

I have an application developed for windows. I need to make a setup for MAC. Some things that i will need to do in the setup are: (i)Install Mono Framework (ii)Install my app files (iii) Macbundle my application. In short .how do i make a setup for Mac which the user can download and run my software(application.exe) on a mac. Kindly help.
Thanks
OS X applications are usually distributed as self contained app bundles that don't require an installer.
It seems that Mono provides a package maker that help to create .app bundles from Mono projects: http://www.mono-project.com/MonoMacPackager

How to Deploy a jRuby App?

Just wondering if anyone has any experience on how to "deploy" a JRuby application to another server?
That is I am developing a jRuby Application on Windows, and I want to eventually deploy it to a host of Linux/Unix Servers. So specifically -
How easy is it too deploy or just a nightmare?
Would I have to recompile all the "gems" (dependencies) or try figure out a way to bundle them as a deploy package? Or would I have to configure jRuby individually per server as I did on my Dev Machine (Windows Box)
PS. The App is made up of Client/Server.
Thanks
Consider using trinidad or warbler; it wraps up most of these issues.

Resources