Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Missing Custom Control in subscreen

Former Member
0 Likes
533

Hi,

I have a tabstrip that contain 3 tab. I have 2 custom control suppose to be in tab 2 and 3. Both custom control are text edit control.

When i test the individual screen in different program the custom control is there. When i combine all the 3 screen into a tabstrip using subscreen. It seem that the custom control in tab2 and 3 is not showing. Why is that so? Any help on this?

Regards,

Rayden

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
428

Hi All,

Any help on this or any advice is very much appreciated. Thanks

Regards

Rayden

2 REPLIES 2
Read only

Former Member
0 Likes
429

Hi All,

Any help on this or any advice is very much appreciated. Thanks

Regards

Rayden

Read only

0 Likes
428

Hi,

That is because the object which were supposed to be created for both the custom controls was not created.

You should check that in debug.

Or maybe what you can do is initialize all the custom controls the first time program starts by creating objects for all the custom controls.

Regards

Nishant