rhomobile / rhoelements-issues

Issues area for RhoElements
0 stars 0 forks source link

Shared Runtime for Win32/XPE #62

Closed heyheysay closed 10 years ago

heyheysay commented 10 years ago

Would like to have a Shared Runtime for Win32/XPE

michaelToews commented 10 years ago

I was under the assumption that a Shared runtime for Win32 / XPE was unnecessary for the same reason it is unnecessary for Android: the hardware is more than capable of running a native app that points to the customer's web app.

Thanks, Michael Toews Engineer Developer Community

Download the RhoMobile Suitehttp://www.motorola.com/Business/US-EN/Business+Product+and+Services/Software+and+Applications/RhoMobile+Suite

[cid:5349F57F-27E8-4252-AF8F-8407E2D8F88B@hsd1.ca.comcast.net]

On Nov 6, 2013, at 10:38 AM, heyheysay notifications@github.com<mailto:notifications@github.com> wrote:

Would like to have a Shared Runtime for Win32/XPE

— Reply to this email directly or view it on GitHubhttps://github.com/rhomobile/rhoelements-issues/issues/62.

heyheysay commented 10 years ago

This was an ask of Hormels. Let me go back and see what their use case is

Glenn Sayer

From: Michael Toews [mailto:notifications@github.com] Sent: Wednesday, November 06, 2013 12:42 PM To: rhomobile/rhoelements-issues Cc: Sayer Glenn-TVJB47 Subject: Re: [rhoelements-issues] Shared Runtime for Win32/XPE (#62)

I was under the assumption that a Shared runtime for Win32 / XPE was unnecessary for the same reason it is unnecessary for Android: the hardware is more than capable of running a native app that points to the customer's web app.

Thanks, Michael Toews Engineer Developer Community

Download the RhoMobile Suitehttp://www.motorola.com/Business/US-EN/Business+Product+and+Services/Software+and+Applications/RhoMobile+Suite

[cid:5349F57F-27E8-4252-AF8F-8407E2D8F88B@hsd1.ca.comcast.net]

On Nov 6, 2013, at 10:38 AM, heyheysay notifications@github.com<mailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com>> wrote:

Would like to have a Shared Runtime for Win32/XPE

— Reply to this email directly or view it on GitHubhttps://github.com/rhomobile/rhoelements-issues/issues/62.

— Reply to this email directly or view it on GitHubhttps://github.com/rhomobile/rhoelements-issues/issues/62#issuecomment-27900962.

heyheysay commented 10 years ago

use case is that they want to run several Rho apps on the same device and don't want the overhead of loading the Rho engine for every app. Would like to keep the apps as small as possible to reduce the size.

genywind commented 10 years ago

You can build Shared runtime application for Win32 or any other application and name it somehow. Then you can create lnk-file to run this executable from application folder with the following key: -approot="path to app1" or -jsapproot="path to app1" to start application without ruby

application folder should contain rho folder from the application package.

So you can build full application for Win32 and then remove all files except of rho folder