S Shahabg Member Licensed User Longtime User Sep 16, 2012 #1 Hi I am new to Basic4, i have a Windows mobile software which has 4 users controls in 5 different forms. is there a sample like this in basic4 or steps that I need to take to make these controls and use them in different views. Thansk
Hi I am new to Basic4, i have a Windows mobile software which has 4 users controls in 5 different forms. is there a sample like this in basic4 or steps that I need to take to make these controls and use them in different views. Thansk
Erel B4X founder Staff member Licensed User Longtime User Sep 18, 2012 #2 You should create a class for your custom view. Here are two examples: [Class] CustomListView - A flexible list based on ScrollView [Class] TableView - Supports tables of any size Upvote 0
You should create a class for your custom view. Here are two examples: [Class] CustomListView - A flexible list based on ScrollView [Class] TableView - Supports tables of any size