Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6002081
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T00:55:35+00:00 2026-05-23T00:55:35+00:00

So I have a Titanium.UI.tableview in my main window in my tab group which

  • 0

So I have a Titanium.UI.tableview in my main window in my tab group which displays a list of questions.

In another tab I have an “add a question” form. When this is filled out and submitted if it all goes through I need to be able to update the data in the table view in the first window.

How would I do this? I don’t mind where it happens… I was trying to find a way of refreshing the tableview data when you click onto that tab, but if there’s some way of “remotely” updating the table view (from the add a question view) that would be the best way really (so it doesn’t have to update EVERY time you click that tab).

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T00:55:36+00:00Added an answer on May 23, 2026 at 12:55 am

    I’m not sure about this, but maybe you can try to store your questions as a list property for the app??

    Ti.App.Properties.setList('Questions',YOURLIST);
    

    Then when you’re filling out the TableView rows just call each question in a loop

    for(var i = 0 ;i< Ti.App.Properties.getList('Questions').length;i++)
    { use Questions[i] to fill up row }
    ....add to TableView
    

    That way, whenever you need to add a new question to the list, just call it and push your new question into the list.

    var tempList = Ti.App.Properties.getList('Questions');
    tempList.push(NEWQUESTION);
    Ti.App.Properties.setList('Questions',tempList);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a simple product catalog in Titanium and I have a TableView with
I have tried this question on the site of Titanium and several tweets to
I'm currently using JavaScript (CommonJS) in Titanium Studio and have a question about prototyping.
I am using Titanium and have a TableView with about 20 entries, each containing
I have the following code, which is written for the Titanium framework for mobile
Hello friends, I am developing an app in Titanium and I have a tableview
I have some questions How do you use url based windows in titanium? Does
I am writing a mobile project using Titanium. I have a question about the
i'm using Titanium to develop a dictionary. I have a Tableview and the values
I am new to Titanium. I have a tableview displaying some data. I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.