cancel
Showing results for 
Search instead for 
Did you mean: 

TABSTRIP PROBLEM

SOUHAIL_FAIRADI
Explorer
0 Kudos
92

Hey there! I created three screens 0100, 0101 and 0102, and for the 0100 contains some buttons, inputs and a tabstrip with two columns that refers to (0101 and 0102). the problem is when I want to execute the program it say's that I have a problem in the screen 0100 especially at the line 8.

Please note that when I activate the screens 0101 and 0102 it work succefully just the screen 0100 contains some problems.

I thought that maybe when I added the tabstrip in the 0100 I should add some code to the 0100.

You'll find the attachments below.

Thank you0100.pngError_problem.pngLayout-0100.png

 

 

View Entire Topic
r_lindemann
Explorer

The syntax error message says that you have a screen element that doesn't have a name. So... if you navigate to the element list, and look at line 8 of that list, you're bound to see a screen element that is missing the name.

If this doesn't help you solve it by yourself, a screenshot of the element list would be helpful.

SOUHAIL_FAIRADI
Explorer
0 Kudos
You are right, I fixed it. Thank you