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
0
votes
1 answer

Rhostudio rhosimulator crash on Mac

I am running on Mac Lion 10.7.3 with i5 2.3 GHz and 4GB Ram. Application is running fine with command line rake run:iphone rake run:android but when I am trying to run the same app using RhoSimulator, app getting crashed just after login. I…
Moin Haidar
  • 1,654
  • 1
  • 16
  • 16
0
votes
1 answer

Prevent accidental clicks on Google Map APi attribution/logo in mobile app

I have built a mobile app using Rhomobile, jQuery Mobile and Google Maps API. Some users accidentally click on the Google logo and attribution links at the bottom of the map. Is there a way to prevent such accidental links and/or catch them and ask…
fnllc
  • 3,047
  • 4
  • 25
  • 42
0
votes
1 answer

How to add dependent object to list of objects in rails / rhomobile for HTML page

I'm a bit new to rails/RhoMobile so I can't work out how to add a child object to a parent object so it's available as a member of the instance variable @questions on my form. Here is my controller method def diary_day_one_morning qgroup =…
Martlark
  • 14,208
  • 13
  • 83
  • 99
0
votes
1 answer

How does ruby on rails know what to put in @params?

What should I do in my html page to get the id/value into the @params instance in a controller method on a POST? Ie: How would I get the value of id='qgroup' into the @params with the right id…
Martlark
  • 14,208
  • 13
  • 83
  • 99
0
votes
1 answer

Chat application in Rhomobile with asp.net server

I want to integrate a chatapplication in an existing app in Rhomobile (ruby) and my server is a RESTful asp.net mvc server. I didn't find much useful information on how it's done using Rhomobile. I already did some research and found that many…
user1245233
  • 45
  • 1
  • 5
0
votes
3 answers

Rhomobile Building for Windows Mobile 6.5

How can I make Rhomobile build in Windows Mobile 6.5? I have the Windows Mobile 6.5 DTK and the emulators show up in the device emulator manager. What do I put in the build.yml of the project: wm: sdk: Windows Mobile 6.5.3 Professional DTK…
amrcus
  • 103
  • 11
0
votes
1 answer

How to access database and create table in Rhomobile framework

I am new to Rhomobile. I am developing application in Rhomobile. Can any one guide me How can view the database and tables in RHOMOBILE and How can create a database and tables. I have seen the RHOMOBILE tutorials. I did't get any clear idea. Pleas…
0
votes
1 answer

How to show if rhomobile array is empty

I have a bit of code in RhoMobile that shows results of a search. I want to display a message if no results are found but as a Ruby n00b I'm not getting the message I want output.
    <% @employees.each do |employee| %> …
Martlark
  • 14,208
  • 13
  • 83
  • 99
0
votes
1 answer

rhomobile Listing ActiveRecord objects alphabetically

How can i create a queryset and view (@contacts in my situation) in rhomobile to list ActiveRecord objects alphabetically? I'm trying to do this implementation; A -> Contacts starts with A B -> Contacts starts with B etc. Final look:…
-1
votes
3 answers

Which approach should I take for my mobile application?

We will develop a, social network integrated mobile application which will need to access native device capabilities but 90% of the logic will be implemented in the HTML5/Javascript code posted by Ruby back end to the device. Thus, we would like to…
gench
  • 1,063
  • 1
  • 11
  • 17
-1
votes
1 answer

Appaccelator Titanium gives build to the user or the code?

I am new to the technology which is being used in the appaccelator titanium and other IDEs like this rhombile etc. I was wandering that after making the app what does this IDEs give to the developer? both the build and the source code or just the…
Saleh
  • 380
  • 3
  • 19
-1
votes
1 answer

How to use a variable from one method to other in a same class in Ruby?

I am new to Ruby. I have the below code in my controller. Desired Behaviour:- I want to display the validation error string on my views on edit page. So I am putting those errors in a variable. When validation fails then I want to use that variable…
Sufio
  • 3
  • 4
-1
votes
1 answer

Cross Platform Mobile Frameworks

Can cross mobile platform frameworks such as Titanium, Rohmobile, PhoneGap ... support background services such as IntentService on Android and Background Execution on iOS? I am reading about Titanium but not 100% sure it support such native…
xiarnousx
  • 575
  • 6
  • 18
-1
votes
1 answer

How to Build for iOS on Windows?

I have built an app on my Windows machine, but obviously cannot use RhoStudio to do a production build for iOS. Is there a simply way of doing this on a Windows PC or do I need a Mac? I am using Rhodes v4.0.0.0 Any help would be greatly…
MattK
  • 1
  • 3
-1
votes
2 answers

option select in ruby: view the selected value

i have the problem, that i have a select box, but how can i display the selected value?