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

Download JDK version

i have just finished downloading and installing rhostudio from the below link http://rhomobile.com/products/rhostudio/ and second step is to download JDK but the below link is so confusing and i dont know what to click since i am running on my…
Nick Kahn
  • 19,652
  • 91
  • 275
  • 406
1
vote
3 answers

RhoMobile framework worth looking at?

I have been looking framworks for developing mobile apps and i have been told to work on rhomobile framework but i did google and i found very limited resources and tutorial... my apps are bit complicated and at this point i am not even sure…
Nick Kahn
  • 19,652
  • 91
  • 275
  • 406
1
vote
1 answer

Alert ok button event in Ruby

I am creating a Rhodes cross platform application. Somewhere in my application I am displaying an Alert with a default OK button. This is my code : Alert.show_popup "Payment successful. Your Transaction Number : …
Nitish
  • 13,845
  • 28
  • 135
  • 263
1
vote
1 answer

Rhomobile reload a previously loaded module

I have different definitions of a module in 3 different files and I want to load them dynamically depending on user interaction. Using Kernel.load() method only works successfully for me the first time a certain file loads. Does anyone know which…
Pablo
  • 2,834
  • 5
  • 25
  • 45
1
vote
0 answers

Rails - Mongrel Time out on file upload from phone

I have a mobile app built using Rhomobile. When I launch an image upload from the phone to the rails server I end up with timeout issues on larger pictures (2+ MBs). I get an error in Mongrel on server side (Rails 2.3.8) and a CURL timeout error on…
fnllc
  • 3,047
  • 4
  • 25
  • 42
1
vote
1 answer

Rhomobile back function

I'm having a problem getting the back button function to work in Rhomobile. I've tried various methods of url_for(:index, :back => ....) etc etc and nothing seems to work. The problem with this method is (even if it worked) that it only allows…
Chris Edwards
  • 3,514
  • 2
  • 33
  • 40
1
vote
2 answers

How to Generate twitter oauth_signature in Ruby

How to Generate twitter oauth_signature in Ruby, I am not using any library like(Oauth, Twitter, twitter_oauth)
Karthi Ponnusamy
  • 2,031
  • 2
  • 25
  • 41
1
vote
1 answer

Jquery Ajax call not working in Rhodes

In my application i am using simple Jquery Ajax call, but it is not working. Here is my code try{ $.ajax({ type: "GET", url:…
Karthi Ponnusamy
  • 2,031
  • 2
  • 25
  • 41
1
vote
1 answer

Setting up Rhodes environment with Ruby on Rails already installed

I am learning and have already set up a Ruby on Rails environment based on Hartl's book. I would also like to set up a Rhodes environment for mobile app development. How would I set up Rhodes after having set up Ruby on Rails, without messing up my…
Theo Scholiadis
  • 2,316
  • 2
  • 22
  • 33
1
vote
1 answer

Can we use Ruby gems in our Rhomobile (rhode) application?

Is it possible to use Ruby gems (like authlogic, devise) in our Rhomobile application?
Karthi Ponnusamy
  • 2,031
  • 2
  • 25
  • 41
1
vote
3 answers

rhodes without rhosync

I am new in rhodes world. I want my rhodes app to talk directly with web server i.e I dont want to use Rhosync. How can I achieve this? Also I have seen about Rho AsyncHttp, is it the same I do need to do?
Swapnil Chincholkar
  • 2,869
  • 3
  • 22
  • 22
1
vote
1 answer

Facebook connect for mobile app

EDIT - Closer. Need to have a port number for my callback url. i.e. http://127.0.0.1:1234 Problem is that port is dynamic and constantly changing. Has anyone ran into this before? Working with rhomobile. Need some help to better understanding…
pcasa
  • 3,710
  • 7
  • 39
  • 67
1
vote
0 answers

Pure ruby implementation of YAML or step by step instructions for setting up native YAML extension in Rhomobile

Is there any pure ruby implementation of YAML? I need to do following (in Rhomobile): YAML.load( hash_string.to_yaml ) where the hash_string is a string representation of a hash. I can use neither the standard Ruby YAML library (in Rhomobile…
rayhan
  • 197
  • 1
  • 6
1
vote
0 answers

RubyMacmalloc: *** error for object 0x802600: incorrect checksum for freed object - object was probably modified after being freed

I am trying to generate the android/IOS build of Rhomobile. I tried generating it from both command line and Rhostudio. Getting this error: RubyMac(24369,0xa9a9e1c0) malloc: * error for object 0x802600: incorrect checksum for freed object - object…
Priya Saini
  • 109
  • 13
1
vote
0 answers

RhoMobile Objective C Client 64bit Build Fail

I am facing a problem in RhoSync. Recently the Apple announced that they are no longer going to support 32bit application from now onwards. I updated the project to build for 64bit architectures, but is facing the following problem: No viable…
FreshDev
  • 328
  • 1
  • 3
  • 18