Questions tagged [rhomobile]

With the RhoMobile Suite you can use your web skills to build cross-platform native mobile applications. Main focus are enterprise apps, targeting iOS, Android and even Windows Mobile.

With the RhoMobile Suite you can use your web skills to build native mobile applications.

The RhoMobile Suite is an open source enterprise mobility suite of products previously owned by Zebra Technologies. With RhoMobile you can develop, integrate, deploy and manage your enterprise mobile applications.

Components of the RhoMobile Suite are:

  • RhoStudio - IDE based on Eclipse for Windows and OS X
  • Rhodes - Opensource Frameworks with MIT license to build B2C application
  • RhoElements - based on Rhodes, adds functionality like support for Windows Mobile, requires a subscription to compile applications
  • RhoConnect - Integration and synchronization engine - requires a subscription to be used
  • RhoHub - Cloud service to develop Rhodes/RhoElements apps & hosting RhoConnect
  • RhoGallery - Enterprise Application Management. Simple and Easy to use

Zebra Technologies has built Launchpad, a community site with recorded webinars, documentation, blogs and public forum for all the interested developers.

RhoMobile is now developed in the open by Tau-Technologies

347 questions
1
vote
1 answer

rhomobile javascript not working

I have a view in my rhomobile app where I want to hide and show certain div's, using jQuery and Javascript. The Javascript code is embedded in the view file, but is not getting executed. This piece of code for example doesn't do anything in my…
Oliver Schobel
  • 377
  • 4
  • 20
1
vote
1 answer

Storing issue for special character in table in rhomobile

using CGI escape i able to save some special character in DB. But I faced a critical issue related to column size. In one case data size in one column is 12 character. when user inserted 11 spacial character in a view form. then if I escape those…
1
vote
1 answer

Localhost page not found when not connected to internet on Rhomobile application

I have an application build with Rhodes that runs well in many kinds of devices. But, in a Samsung GalaxyTab with Android 3.2 it has a problem (GT-P6210). The device doesn't have 3G, only Wi-Fi. When Wi-Fi is enabled, it works fine. When…
Douglas Lise
  • 1,466
  • 1
  • 20
  • 46
1
vote
1 answer

add new view in rhomobile controller

I have this. Where can i find config/routes.rb and how to use ApplicationController in Rhomobile? How to add a view to existing rhomobile controller? Is it possible?
Faisal Silitonga
  • 423
  • 1
  • 7
  • 14
1
vote
1 answer

Ruby File IO - Failed to allocate memory

Below is a method which inserts records into the devices database. I am having a problem where I get a 'failed to allocate memory' error. It is being run on a Windows Mobile device with quite limited memory. There are 10 models, one is reasonably…
amrcus
  • 103
  • 11
1
vote
1 answer

ERROR!!! Wrong Android API version: 4.2, Issue with running android 4.2 with rhodes

I was facing the same error "ERROR!!! API version is not found in installed Android SDK: 1.6". But on adding this block, within the build.yml of my rhodes app: android: version: 4.2 emulator: rhoAndroid Now I am getting this error:ERROR!!! Wrong…
Doel
  • 962
  • 7
  • 14
1
vote
1 answer

Rhomobile and server can't load Nokogiri

I am doing a small project with RhoMobile, I am using RhoStudio on Windows 7. My build.yml have: extensions: - json - nokogiri In my controller I have: require 'nokogiri' I get this error "Server Error, Error: no such file to load -- nokogiri"…
ie8888
  • 171
  • 1
  • 10
1
vote
1 answer

Android Camera Preview is incorrect on Samsung Galaxy S3

When I load the camera in my app with a Samsung Galaxy S3 on Android 4.0.4, the preview image is just green and fuzzy with horizontal noise. The camera button looks fine. When I take the picture, the saved file looks good. I tested the build in…
fnllc
  • 3,047
  • 4
  • 25
  • 42
1
vote
1 answer

Rhomobile how to edit the Android Manifest

I am having difficulty changing the AndroidManifest.xml file. "C:\RhoStudio\ruby\lib\ruby\gems\1.8\gems\rhodes-3.2.2\platform\android\Rhodes\AndroidManifest.xml" I am trying to add the following to the manifest for the build to allow me to save…
amrcus
  • 103
  • 11
1
vote
2 answers

Undefined self.view for presentOpenInMenuFromRect

I'm trying to add the "presentOpenInMenuFromRect" functionality to Rhomobile. However, I have trouble referencing to the current view. The Rhomobile function (### marks my additions): - (void)openDocInteractCommand:(NSString*)url { if…
fnllc
  • 3,047
  • 4
  • 25
  • 42
1
vote
1 answer

ruby oci8 How to use array of values as a bind value

I want to use a variable number of values in an array or hash to use as bind variables for a dynamically generated sql update string using oci8 in RhoConnect part of RhoMobile. Not sure how to do so though: Here is my irb fiddling. b(main):006:0>…
Martlark
  • 14,208
  • 13
  • 83
  • 99
1
vote
1 answer

Can't clone RhoHub repository - access denied

I've added my ssh key to RhoHub, but I'm still getting an access denied error. Any thoughts? $ git clone git@git.rhohub.com:remcat/First App.git Initialized empty Git repository in /home/Ramy/App.git/.git/ Access denied... fatal: The remote end hung…
Ramy
  • 20,541
  • 41
  • 103
  • 153
1
vote
2 answers

Do you need a Mac to develop ios apps with Rhodes / frameworks

I know you need a mac to develop native iOS apps . However, I am currently trying to use Rhodes framework for developing apps and am wondering if I need to buy a mac eventually to be able to compile for iOS etc ?. Or probably for testing etc,…
codeObserver
  • 6,521
  • 16
  • 76
  • 121
1
vote
1 answer

Starting controller for Rhomobile ?

What is the starting point for my Rhodes mobile application , the way I understand it , that Rhodes is an MVC based framework, let's assume that when I start the application, I will need to make some validation before deciding which is the…
Eqbal
  • 1,819
  • 2
  • 16
  • 25
1
vote
1 answer

Including a pre-seeded database in a RhoMobile application?

So I'm planning on using the Rho::RhoUtils.load_offline_data method to seed my application's database as suggested here What I'd like to know is where I should call this method? Ideally, I'd like the seeded database to be available when the…
digitalWestie
  • 2,647
  • 6
  • 28
  • 45