Hi guys,
Below is my application.rb, Im trying to test Log API and Application Init
require 'rho'
require 'rho/rhoapplication'
class AppApplication Rho::RhoApplication
def initialize
…
we have:
def do_reset Rhom::Rhom.database_full_reset Rho::RhoConnectClient.doSync @msg = "Database has been reset." redirect :action => :index, :query => {:msg => @msg} end
where we are…
Hello,
I'm trying to complete the example for Native Extensions Rhomobile | Building a native extension.
I'm getting the error below and I'm not quite sure why. From googling some have said it is…
Hi,
I am trying to redirect our source adapters using WCF to direct db connection via Freetds/dbi due to performance issues... this has worked pretty well in our Ubuntu environment and ran 5X faster…
I just upgraded to 08-04 and have now lost my corporate calendar data. My emails data is still available, but even when I sync calender the data does not return.
Did anyone else have this issue?
Dan
Hi all,
Good day.
Can I add an additional ruby file to the model of my RhoMobile App?
For instance I have a model called Product and it has edit.erb, index.erb, new.erb, show.erb by default.
If I…
I was not having any luck getting ADB to connect. The device was showing up under unknown devices with the below hardware ids.
USB\VID_05C6&PID_904E&REV_0228&MI_01
USB\VID_05C6&…
Hello everybody,
I get the same error as described in the google group of rhomobile: https://groups.google.com/forum/#!topic/rhomobile/ZoM-ZoFBgo0
Unfortunately there was no solution for this thread…
We used the Rhomobile suite 2.2.0 to build our application in Rhodes. Now we are migrating our entire application to newer version of Rhodes and using suite 5.0.0. Using the signature capture in 2.2.…