Hi! I am very new on using Titianium but i really like it so far:)
I need some help with this: I creating a textfield that let the user input there name, the name saves into a sql database and then shows in a tableview below the textfield. But I have to go to the "main menu" and then back into the the window where the textfield and tableview are just to make the data from the textfield to appear in the tableview, Is there som kind of refresh function I can use, so it appear directly when I press the saveButton?
And question number 2: I have another textfield below were the user should write how many people should be in the same team. Maybe mark different teams with different colors or just a team number :) To make it clear:
TABLEVIEW NAMES: -Oscar -Philip -Robin -Craig
HOW MANY TEAMS : input : 2
Result:
T1: Robin + Oscar
T2: Philip + Craig