Rhomobile supports graphics?
Does the rhomobile support drawing with 2-d(3-d) graphics or is the graphic capabilities limited to static images? ...
Does the rhomobile support drawing with 2-d(3-d) graphics or is the graphic capabilities limited to static images? ...
I have a client asking about the rhomobile framework. I have been researching it a bit and wanted to see what the community at large thought about the framework and what, (if any), problems you came across in developing with it. Thank you, L. ...
Hi, I am trying to develop a mobile application which can interact with a MOSS Site via web services. i expect it to be be able to; 1) retrieve documents (pdf, doc, docx, excel) 2) retrieve reporting services reports in a PDF or excel form. i will be using either phonegap or rhomobile to develop this app and i know that i can consume ...
I maintain and develop on the Windows Mobile platform. I know the market is changing rapidly with iPhone and Android gaining market shares. There are also app development platforms like rhomobile/titanium. Are there any platform/non platform specific mobile conferences this year? What would be some of the important/useful conference...
I am having problems with Rhomobile rhodes, plaese can someone tell me how to make http post, get, put, and delete using Rho::AsyncHttp? I've been trying it to no success for hours. ...
I have installed: rhodes 2.0.0 beta 11, ruby 1.8, gem 1.3.7, and OpenSUSE 11.2. The only way i can get the app to compile is by using Android SDK 1.5. when I delete 1.5 and install 2.2 it says: No required platform (API level 3) found, can't proceed. any ideas? I would rather use an updated version of the SDK. ...
I've seen conflicting information on this. If I'm using RhoHub (Rhodes) to build an iPhone application, do I need to have a Mac in front of me or use their SDK with some kind of virtualized trickery? Or does Rhodes include a native Windows solution for testing/deployment? I'm currently in a Windows XP environment. ...
Does anyone know how to implement a LOV (List Of Values) search in an RhoMobile Application? I need to put a field with the customer's code, where the user can find the code by typing the name of the customer, that is one of more than a thousand of possible values. Thanks in advance. ...
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? ...
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 correctly. However, when I click 'Take Picture', camera opens up, I take picture, the calling page loads with image shown and then immediately the...
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 rhomobile on windows ?? ...
I read that BlackBerry signing keys can be only installed on one PC. I'm compiling my Rhomobile Rhodes app on one PC. But the BlackBerry signing keys are installed on another PC. What I need to do in order to sign the app on another PC. PS: I've set bbsignpwd in rhobuild.yml. ...
How do I decompress a compressed file in a rhomobile application? I saw that the zlib extension is unavailable in rhodes, because it needs a ruby port. Ruby uses the "zlib.c" or "zlib.h" source files and not a portable zlib. When running the rhodes application, in a line with the source: require 'zlib' it raises the error: no such f...
Hi, 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 in the application, and when they done that, it shoulld sync with the facebook app(that app, are made). So i just want to make a connect...