Tagged Questions

2
votes
1answer
91 views

Ruby base64 to C# base64

I'm writing a Ruby/Rhomobile application that takes an image, encodes it in base64 and sends to the server(that is running C# on ASP.NET), as part of a bigger XML. However, once I try to decode the ...
2
votes
2answers
599 views

Are Rhomobile and Appcelerator direct competitors?

Trying to get a feel for Rhomobile vis a vis Appcelerator - thoughts on whether or not they are direct competitors? Many thanks, Wes
2
votes
1answer
316 views

Facebook in ruby, not rails!

I'm making a Cross-platform mobile app, with the fantastic framework "Rhodes". But how am i getting people to connect through facebook..? So what i wan't is, people should connect to facebook first ...
1
vote
1answer
91 views

'Error Loading Page' when testing RhoMobile application on a phone - using jQuery Mobile

I'm developing a mobile app using the Rhomobile framework/Rhodes - a combination of Ruby and JqueryMobile. When I build and test my application on my desktop on the emulator, clicking on a link ...
1
vote
1answer
69 views

Alert ok button event - 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 ...
1
vote
1answer
43 views

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 ...
1
vote
1answer
133 views

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 ...
1
vote
0answers
157 views

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 ...
1
vote
4answers
1k views

Can anyone suggest me good links or tutorial for rhomobile?

I want to learn rhomobile to make cross platform mobile applications.. Can anyone provide me good links and tutorials to start up with rhomobile ?? What dependencies i need to install to work with ...
1
vote
1answer
341 views

Rhomobile supports graphics?

Does the rhomobile support drawing with 2-d(3-d) graphics or is the graphic capabilities limited to static images?
0
votes
0answers
34 views

ERROR!!! API version is not found in installed Android SDK: 2.1

I am starting Android development in Ruby using Rhomobile framework. I am trying to run rake command for android rake run:android but I'm getting following error ERROR!!! API version is not ...
0
votes
0answers
34 views

Rhoconnect not working on IPhone simulator

I am developing a Rhodes application wherein I am using Rhoconnect for data retrieval. When I run the application, what I see is, it works fine on rho simulator and also on Android simulator. But on ...
0
votes
2answers
70 views

Showing a View on a button click in rhoMobile

I have created a simple project in rhomobile. My home screen shows a text box and a button. here is the code for that in index.erb <div data-role="content"> <br /><br /> Email ...
0
votes
1answer
46 views

How to add .erb file in existing model in rhoMobile

I have created a simple application and edited the index.erb file so that I have a simple view with a text box and a button. Now when i click on that button i want it to navigate to a new view. I ...
0
votes
1answer
52 views

Rhomobile: Custom URL Schemes

I'm writing a Rhomobile application targeted at iPhone and Android. I need to create a custom url scheme, so that i can create urls that look like test://some-params that will launch my program and ...
0
votes
2answers
58 views

Ruby/Rhomobile: parse directory string representation

I have a string that looks like this: {"whatever-field"=>"gghyduudud"} I'd like to parse it so that it becomes a hash. Please help. Thanks!
0
votes
0answers
100 views

Rhomobile Rho::JSON.parse Issue “can't convert String into Integer”

I am having an issue with a JSON object in retrospect to Rho::JSON.parse(@params['body']) The json object a site is giving me is valid but I am getting the following error App error: can't convert ...
0
votes
0answers
39 views

Sending parameter from controller to source adapter

I want to authenticate user at login time for which I want to send parameters (userid, password) from controller to the source adapter. But I am unable to do so. I am posting a request to some other ...
0
votes
1answer
70 views

Rhomobile Rhodes - Camera::take_picture doesn't redirect to callback url

I'm using Rhodes to develop a simple program to take a photo and send it to remote server. Here's the camera action: def camera @form = Form.find(@params['id']) ...
0
votes
0answers
69 views

Rho simulator displaying nothing

I am using RhoStudio on windows 7. I am new to RhoStudio. I am trying to create sample application in RhoStudio but when application runs it shows nothing. I have seen some error in console. It is as ...
0
votes
2answers
57 views

Undefined screen - Rhosync

Rhosync works fine for the demo application(employee application). I am able to login and then perform CRUD operations. However, when I create my own project, add source adapters and add few ...
0
votes
3answers
87 views

onClick event won't work until page is reloaded

The following code snippet which includes an onClick event will not work until I click reload on both the simulator and the phone. The code is in an .erb file in an app model folder. <section ...
0
votes
1answer
95 views

XML parsing - Rhomobile

I am able to establish http connection in a Rhodes application and now wonder how can I parse a XML. Which all parsers are used to parse XML in Rhomobile? I searched google but could not find a good ...
0
votes
2answers
81 views

Ruby wrapper for libjpeg to resize image

is there a ruby wrapper for the libjpeg library (http://www.ijg.org/)? What I'm trying to do is create an extension to the Rhomobile Framework so that I can resize images on my mobile app. Thanks, ...
0
votes
0answers
38 views

building ruby-hmac extension in rhodes

I am working for twitter integration with Rhodes Application, For that, I converted ruby-hmac gem to rhodes extenion(to generate the oauth_signature) This is my sample code key = '1234' signature = ...
0
votes
0answers
58 views

How to navigate from one page to other in Rhodes [Solved]

I am creating a cross platform application using Rhodes. I have created the first two screens for it. But I am facing problem in navigating from one screen to other. The first screen is the Login ...
0
votes
2answers
112 views

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

Ruby,Rhomobile,JqueryMobile and Single Quote

In rhomobile, which is on ruby I have a parsing of file and saving to sqlite db such a code Questions.delete_all() file_name = File.join(Rho::RhoApplication::get_model_path('app','Settings'), ...
0
votes
0answers
115 views

Could someone please walk me through implementing admob jar in a Rhodes 3 android app?

If you feel like a real challenge then I would be eternally grateful if someone could walk me through implementing admob as a native extension of a Rhodes 3 android app. Actually I'm trying to ...
0
votes
1answer
677 views

Page navigation problem in Rhomobile Rhodes app

On a page in a model, I'm showing two links 'Choose Picture' and 'Take Picture'. I'm suceessfully successfully returning to that page after choosing picture and the chosen image is being shown ...
0
votes
2answers
312 views

Anyone know about Rhomobile?

I read about http://rhomobile.com/ and I found this is great but I want to ask whether the application built with that would run in Browser or Natively on the device as this requires HTML and Ruby?