help- new to JSC
I need to display 4 items where each item has 5 properties say ID, color,Height,weight in a tabular format. Which component in studio creator will help me do that....I tried using table coomponent, but it seemed very confusing. when i drop a hypertext or a label in one column, it gets displayed in all the rows of that same column. I just need a grid where i can display static data. Iam new to JSC... Need help!!
# 1
Hi!You can just use Group Panel and put there components, that You need, and then set values to them.Or You can use Table component, but show data in rows, but not in columns.Thanks,Roman.
# 4
have 2 pages...Page1 with two hyperlinks and Page2 with 3 text boxes. I need to display different data in the text boxes of Page 2 depending on which hyperlink the user clicks.
I want to implement this with action listeners. The source of the action events are the 2 hyperlinks on Page1. How do i do this in JSC