Newbie here
i have this method in my source adapter
this.query = function(resp) {
new rc.ServerErrorException(resp, "Server not available.Contact your administrator");
…
There is no explanation on how to get DOM object.
Anyone can tell me how to do it?
I want to use canvas in view, I know it is a little strange,but RHO can interact with COMM / bluetooth/camera/light…
I have an application that have several models/tables related to the user.
Now I need to allow the user to have another set of data in all tables. There is a way to partition data between two or more…
Hi all,
Using RhoSimulator (Android) on RhoMobile 5.1.1, if I open the Log window I can't find any Menu button with the options Find, Clear Log, Send, that I always used in Rhomobile 5.
I search for…
Well, I've read blog posts and seen code samples on using Ember and Angular with Rho and also a blog post by Rob Galvin on what to look for in a JS Framework, but I'd like to know which framework is…
Hi,
sdkversion: "5.0.38"
I have created upgrade_bundle.zip and it is accessible at the specified url.
Following the steps in the documentation, the following line succeeds:-
::Rho::RhoSupport.…
I have been running into issues where I was running out of space on the Internal SD card. I had an app that was using about 400MB, so I removed that. I also moved all of my pictures and…
Just downloaded the Kitchen Sink cab file from here : https://s3.amazonaws.com/rhomobile-suite/4.0/Kitchen+Sink_WM.cab
But it refuses to install in my WM6.5 HTC HD Mini T5555 (consumer phone). Do I…
Hello everyone
We are developing a Rho App which is basiclly a web form. A couple of fields are dates, thus we want to show to the users a calendar since it is more accurate a easy to pick a day.…