Forum topic
In my controller, I have code like : def show_filtered_app   @menu = {"Go Home" => :home,   "Save Data" => "/app/Project/save_app"   } end But the controller action menu "Go Home…
Forum topic
I am getting the following errors during the development and building rhomobile verion 4.0.0 with VS2008 native extensions for win32. Please find attached files (error log and extension code).…
Forum topic
Hi, When I delete a device id from a user with the web console, the next time the (deleted) device tries to sync, it will to try to do a POST to /register on my Rhoconnect server and will receive 200…
Forum topic
Would be nice to have an option to copy files, that user want to push to the device, to profile folder automatically. When selecting a file to be copied to the device in Profile, just set up a…
Forum topic
Hi. 1.Filecontent.bat I’ve found a bug with the Filecontent.bat file (created in staging profile folder to push files to device). It should read adb %~1 push  … instead of adb %1 push  ……
Forum topic
Our Rho app automatically activates the GPS after the user logs in. On all Android devices (Samsung, HTC, Wolfgang) this works fine. However, on our TC55 devices, GPS is sometimes not activated. It…
Forum topic
Partner needs RhoElements as Industrial browser (replacement for Motorola Pocket Browser) for MC9190 web access to SAP WMS.Solution Builder has different version of Rho Elements (1,2 and 4) and…
Forum topic
We've often had design discussions about where to put some arbitrary Ruby class or module in our code. That is, you've written some module or class to do some specific thing, and it's not a model or…
Forum topic
Hello.  I need to run a javascript just after of load a page from a server. This page contains forms, I need to fill it and later do a submit, all this by a javascript.  I'd like to catch…
Forum topic
Hi, Following the documentation, i'm trying to get my app to correctly handle unkown_client errors when a user logs in after resetting rhoconnect or having deleted the user from the console.…