Hi, Thanks very much – it works indeed! In my real scenario, I actually had to update some controls from the rollout, based on the parameter, but I w…
Thanks everyone for your answsers. All are good ideas, however I probably will go for this one, for what I need: I’d never think about assigning var…
@MZ – ah, silly me! Thanks for spotting that! It all works now as expected.
Hmm… this is becoming harder than I thought. For some reason I can’t access global variable properly. I have declared a global, which is a struct hold…
Yep, that’s the fragment of documentation that made me experiment with the class parameters. Sad to hear it doesn’t work… I’ll try referring to some g…
Hey, Thanks for clarifying why my parameter assignment did not work. Your solution does work, as in it doesn’t produce any errors, but I am not gettin…
Sorry, I wasn’t clear enough in my explanation. The only time (so far) my code calls for class parameters is in the above parameters blocks. So for in…
Hey, I don’t exactly understand what you mean. Should I call them using ‘this.defWidth?’. That didn’t work. Or do you mean I can’t refer from one par…
but it’s better to not use ‘filein’ as well as ‘include’. as i understood you use filein just only because you want to a specific loading order. but…
my first advice is – don’t use “include” method. if you use ‘include’ your project is organized wrong. I use fileIn and my files are split into logi…
@MZ – thanks for your suggestions! Sounds useful. However I’m not sure about the last one – the file numbering. Is this some sort of a backup system? …