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

google authentication in rhomobile

I am new to rhomobile and i am trying to develop an application where i need to authenticate google account ids for accessing the application. I have tried using openid for authentication. I have first written a get request to get the XRDS. After…
1
vote
1 answer

Mobile App UI Performance - RhoMobile Rhodes vs. PhoneGap

Has anyone made experiences with both Rhodes and PhoneGap? I tried building the same "Hello World"-App with both Frameworks for Android, and tested them on a Samsung Galaxy S device running Android 2.3.3. In both cases, i used HTML5 & jQuery Mobile…
Schweder
  • 1,464
  • 2
  • 13
  • 19
1
vote
1 answer

image uploading in rhomobile

I tried image uploading in rhomobile. I choose picture from gallery of mobile and store in my application.My question is where the picture is stored after uploading?`
visnu
  • 935
  • 6
  • 16
1
vote
0 answers

Send request and response get from server - Need working code for this WSDL file in RUBY

Please help me, I need code for my WSDL file for below wsdl file url using RUBY language parameter can be passed as pcEmployeecode... Parameter can passed as STRING ie.,pcEmployeeCode="02385" url…
1
vote
1 answer

JqGrid on mobile device

I was trying to use jqGrid for a mobile device development, but I am unable to get the same view as the web view. The pager arrows and other images show only when I do a mouseover. Please let me know if I have to do something special for the plugin…
Sukesh Kumar
  • 133
  • 2
  • 12
1
vote
1 answer

Handle regular expression in ruby

In my controller i m taking some records from table. I am trying to send records records to Js and show in my page. @item_list = TransferDetail.find(:all) - Code to get data from table The output of @item_list as [{:source_id=>8,…
vinothini
  • 2,606
  • 4
  • 27
  • 42
0
votes
1 answer

Introduce isroll after dom content change

I am creating an application in rhomobile and jquery mobile. I try to use 2 iscroll in my page. In my page i am having 2 li. Initially left side li is empty. When i am click right side li that will add to left side li and removed from right side li.…
vinothini
  • 2,606
  • 4
  • 27
  • 42
0
votes
1 answer

Rhostudio cannot run android simulator

I try to run android simulator in Rhostudio on Windows 7, but below error is showing, what could be the problem? Please help me! process additional java files for build from extensions : ext_build.files not found - no additional java files PWD:…
Peter
  • 1,481
  • 4
  • 19
  • 37
0
votes
1 answer

Installing rhostudio gems on osxlion gives "please install build tools"

I installed rhostudio but I can't seem to install the gems using the provided scripts. I get Last login: Sat Mar 24 13:43:13 on ttys001 jay-pc:~ mac$ /Volumes/RhoInstaller/Install\ gems ; exit; Please install building tools logout I'm a new ruby…
JasonG
  • 5,794
  • 4
  • 39
  • 67
0
votes
1 answer

Rhomobile asynchttp multiple calls

Hi I am stuck using the webinars on rhomobile.com: 'Using AsyncHttp to load data from JSON'. I followed the example and its working fine. The only problem i have is everytime AsyncHttp is called the same products are parse repeatedly. Is there a…
0
votes
1 answer

Error in Rhodes Application in Rhostudio

I keep getting this error every now and then in my Rhodes app. Using Rhostudio for development and this error comes in all applications, on devices as well. 404 Not Found. The action err_sync does not have a view or a controller How can i fix this?
Priya Saini
  • 109
  • 13
0
votes
1 answer

How to develop GPS tracker app using Rhomobile

i want to develop a Rhomobile app which uses GPS tracker. so can any one suggest me any tutorials or documents which helps me to develop GPS Tracker on Rhomobile
sharath
  • 176
  • 1
  • 10
0
votes
1 answer

how to check that class variable @@abc is initialized or not in rhomobile?

I need a condition in my rhodes app to check if a class variable @@abc is initialized then do something else something. How can i get this done?
Priya Saini
  • 109
  • 13
0
votes
1 answer

Frameset / Frames not working in Rhomobile

Trying to implement frames wherein clicking on a link in left frame should open in right frame. Here is the code i am trying: app/test/main.erb
Priya Saini
  • 109
  • 13
0
votes
1 answer

Datetime field synchronized with rails app displaying a number string in rhodes app

I am using Rhoconnect for synchronizing Rails and Rhodes app. The db structure includes a datetime field along with others. when i display these records on rhodes app, the date time field (created_at) is showing '1330520025' instead of date and…
Priya Saini
  • 109
  • 13