Originally Posted By: DJBMASTER
1) When creating panels in a function, you have to use the function 'pan_create'. Panel* definitions can only be declared globally.


Ok, so I'm using the pan_create function instead of PANEL*.

Originally Posted By: DJBMASTER
2) Like point 1, you have to use 'pan_create' function when building a panel at runtime. Also you can only pass constants to certain members of a panel definition.


So are you saying that I can't use an array to define the position of the panel?

Thank you very much for your quick response.