worklight-studio

IBM Worklight - how to rename an application and change its icon, splash image

谁说我不能喝 提交于 2019-12-04 02:01:45
问题 We've used an existing example application to start a proof of concept with Worklight, we've made a lot of changes to the original code and we would like to change the application name and customize its icons and splash image. We've managed to make the aforementioned changes (Name, icons and splash) inside xCode, however this doesn't serve the future purpose of an automated build from Worklight to ipa. Could you please let us know what steps are involved to: How to rename an existing

IBM Worklight 6.1 - Content of HTML file not displayed

╄→尐↘猪︶ㄣ 提交于 2019-12-02 14:26:29
I have recently downloaded the IBM Worklight Developer edition from the Eclipse Marketplace. In order to deploy the app when I right-click on the HTML file and choose Run As > Run On Server . It then asks me to select Localhost which is running on my machine. When the index.html file is displayed in the window, a blank page comes and the contents of the body of my HTML file are not visible. I am unable to build and deploy and run any project in IBM Worklight. It is not working for you, because you are doing it wrong... Read the IBM Worklight Getting Started training materials before jumping

IBM Worklight 6.0 - Installation fails on Eclipse 4.3 “Kepler”

∥☆過路亽.° 提交于 2019-12-01 11:54:24
问题 I'm getting the following problem while trying to install Worklight 6 into Eclipse 4.3 "Kepler": Cannot complete the install because one or more required items could not be found. Software being installed: IBM jQuery Mobile Tools 6.0.0.201306140658 (com.ibm.webtools.jquery.tools.feature.feature.group 6.0.0.201306140658) Missing requirement: IBM Web Editor Common 1.2.0.v20130514_1852 (com.ibm.etools.webtools.webedit.common 1.2.0.v20130514_1852) requires 'bundle com.ibm.icu [4.2.1,5.0.0)' but

JQuery .popup(“open”) not working properly on iOS 9 device

心不动则不痛 提交于 2019-11-30 13:52:07
问题 onClick event we call following $("#popupDialog").popup("open"); $("#popupDialog").popup("open"); $("#username").focus(); the popup appears and suddenly disappear. We are facing this issue on iOS devices , since we updated ipad and iphone to ios 9 before iOS 9 it was OK. Mobile Application Platform : JQuery Mobile 1.4.2 using Mobilefirst 6.3 studio How can we fix this issue ? Thanks, 回答1: I added data-history="false" to the pop div and it is is working now 回答2: Same problem. Seems that adding

JQuery .popup(“open”) not working properly on iOS 9 device

假如想象 提交于 2019-11-30 08:38:19
onClick event we call following $("#popupDialog").popup("open"); $("#popupDialog").popup("open"); $("#username").focus(); the popup appears and suddenly disappear. We are facing this issue on iOS devices , since we updated ipad and iphone to ios 9 before iOS 9 it was OK. Mobile Application Platform : JQuery Mobile 1.4.2 using Mobilefirst 6.3 studio How can we fix this issue ? Thanks, I added data-history="false" to the pop div and it is is working now Daweb Same problem. Seems that adding $(document).bind("mobileinit",function(){ $.mobile.hashListeningEnabled=false; }); has an effect: the pop

No Runtime can be found in Worklight Console

安稳与你 提交于 2019-11-29 12:38:22
I am trying to set up test environemnt for worklight project. Every thing looks like started successfully without any errors , however, the worklight console says 'No runtime configuration could be found" . And I can not access my application in browser either. However, AppCenter is available. The system is set up in Redhat OS, Worklight version 6.2, DB2 as database and WS-Liberty 8.5 as server. As suggested in different SO questions, I tried cleaning up the workarea of liberty server, clean-built and deploy, tried using java 1.6 instead of java 1.7 but nothing has worked. Thanks for spending

Worklight Development Server does not start

痞子三分冷 提交于 2019-11-28 13:05:24
I am trying to follow the Getting Started section for Worklight on developerWorks. I have installed Worklight Studio 6.1 Consumer Edition (instead of Development Edition) into Eclipse 4.3.2. I did the basic creation of an app and tried to run it. However, the Worklight Development Server that was automatically created for me will not start. I deleted the app to see if I could get it to start but it still fails. The error message is: [ERROR ] CWWKZ0005E: The application _MobileBrowserSimulator cannot start because the server is not configured to handle applications of type war. That was the

No MBean found for worklight project

混江龙づ霸主 提交于 2019-11-28 11:46:08
I have been getting this error while starting up my server with my worklight project (.war) deployed on it. Was wondering if anyone has any inputs. Below are the relevant information. The system is set up in Redhat OS , Worklight version 6.2 consumer edition , DB2 as database and WS-Liberty 8.5.5.1 as server. P.S: My application was available before this problem occured, however my worklight console was never working correctly (always had problem with message on worklight console saying " no runtime configuratin can be found "). It still says the same. logs [AUDIT ] CWWKG0016I: Starting server

No Runtime can be found in Worklight Console

落花浮王杯 提交于 2019-11-28 05:52:54
问题 I am trying to set up test environemnt for worklight project. Every thing looks like started successfully without any errors , however, the worklight console says 'No runtime configuration could be found" . And I can not access my application in browser either. However, AppCenter is available. The system is set up in Redhat OS, Worklight version 6.2, DB2 as database and WS-Liberty 8.5 as server. As suggested in different SO questions, I tried cleaning up the workarea of liberty server, clean

IBM Worklight 6.1 - Failed re-generating the iPhone native folder

人走茶凉 提交于 2019-11-28 01:36:18
I've recently upgraded from Worklight 6.0 to 6.1 and I'm trying to get an update from a 6.1 Worklight Server from an iPhone that has a version built from 6.0 on it. This does not seem to work, so I figured I must manually deploy a version on the iPhone that was built from 6.1 in order to get the update. So I deleted the native folder under iPhone so that when I build it would regenerate itself, but I got the following error on build: iphone build failed: com.worklight.builder.sourcemanager.handlers.ios.settings.IOSAddRemoveSettingsRefHandler - cannot update content of pbxproj file My Worklight