rhomobile

    0熱度

    1回答

    我嘗試在Fixed DB中進行rhomobile搜索。 但它返回數據庫中的所有條目,而不是那些與給定的QID <%[email protected]%> <% @antworts = Antwort.find(:conditions=>{'qid'=>@questions.id})%> <% @antworts.each do |antwort| %> <li>

    0熱度

    2回答

    I have create Map view in my application, every thing works fine except the title annotation my rhodes version is 3.0.2 Here is my code @customer = User.find(@params["id"]) map_params = {

    2熱度

    1回答

    嗨,我預先填充分貝這裏說 http://docs.rhomobile.com/faq#how-to-pre-populate-client-database ,但我有一個問題,當我做復位DB與默認代碼 def do_reset Rhom::Rhom.database_full_reset SyncEngine.dosync @msg = "Database has b

    4熱度

    2回答

    有頁面有鏈接顯示項目的列表。 當我點擊顯示頁面中的列表項時,它會返回列表,閃爍顯示頁面並返回列表。 <div data-role="content"> <ul data-role="listview" class="nearbyList"> <% @places.each do |place| %> <li> <a href="<%= url_f

    0熱度

    1回答

    我有在標籤欄的問題 選擇(當應用程序加載最初 默認它顯示被選擇的第一標籤欄圖標並將其重定向 到該網頁也) 這裏是我的代碼 class AppApplication < Rho::RhoApplication def initialize tabbar = [ {:label => 'search', :action => '/app/Search', :icon => '/

    0熱度

    1回答

    在Rhomobile的,這是紅寶石我有文件的解析,並保存到sqlite的分貝這樣的代碼 Questions.delete_all() file_name = File.join(Rho::RhoApplication::get_model_path('app','Settings'), 'questions.txt') file = File.new(file_name)

    1熱度

    1回答

    我正在學習,並且已經根據Hartl's book設置了Ruby on Rails環境。我還想爲移動應用程序開發建立一個Rhodes環境。 在設置Ruby on Rails之後,我會如何設置Rhodes,而不會搞亂Ruby on Rails環境?另外,如果我使用WEBrick(或Apache)的SQLite3(或MySQL),我還需要RhoSync嗎? 我運行Ubuntu 11.04(我將使用Rho

    0熱度

    1回答

    在我的應用程序中,我需要分享一些信息給Facebook(牆),Twitter(狀態),Google Plus 如果用戶點擊分享按鈕,到Facebook或Twitter,那麼用戶應該重定向到應用程序。 如何Rhomobile的做到這一點,是否有任何教程這個... 感謝

    0熱度

    1回答

    我想顯示使用Rhomobile的框架羅德 我按照地圖的webinar和tutorial 我已經做了完全一樣的,但我的地圖圖塊不加載上我的android設備和模擬器上。 我已經生成後的instructions here API密鑰和我調試的關鍵:05dXWxC1NSKgk7itJZnjJr1-AobLz3l5iN2iAWg 我說像這樣的關鍵在於我build.yml: android: ve

    0熱度

    1回答

    我正嘗試將測試應用程序上傳到AndroidMarket。這筆交易是我想上傳所有版本的APK,1.6,2.0等等。但總是我得到錯誤 新apk的versionCode(10000)已經存在。 它始終在構建RhoHub時設置VersionCode 10000. 如何解決此問題,並上傳到Android Market所有版本?