Scrolling the Application in PALM
HI All,
I am some what new to PALM application developments. I am facing one problem which may be vey easy for you, so Pl. guide me for this.
In my application i am taking entry of around 10-12 fields and storing them to pdb file. Now if i prepared one application with 2-3 field as entry program and it works fine but when i am going for more than 5-6 fields i get problem.
My problem is..as graphics class width is 160 * 160 and i am putting my text field or button classes below that then they dont show up. Even i dont get any scrollbar to go down and enter data there.
In my code I have written as below
/******************************************/
nameText = new TextField("Name", 10, 40, 110, 15);
numText = new TextField("Number", 10, 60, 110, 15);
nameText1 = new TextField("Email", 10, 80, 110, 15);
nameText2 = new TextField("Address1", 10, 100, 110, 15);
nameText3 = new TextField("Address2", 10, 120, 110, 15);
nameText4 = new TextField("Other Info", 10, 140, 110, 15);
storeButton = new Button("Store",70,225);
cancelButton = new Button("Cancel",10,225);
/*****************************************************/
so on palm it shows upto nametext 3 only , and for other objects like nametext4 or button io cant see them even i cant navigate to them .
Can anyone Pl. guide me that what should i do to get some scrollbar (just same we get in default address book application to enter around 10-15 fields)
Thanks
Taral Shah
(tarals@contechsoftware.com)

