Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] Labels no longer get()'ing


Hi Lewis,

We did that because 99% of the time a label doesn't need to have a separate variable because they never change once created. Nor would they be referenced later.

However, because we don't yet have a way to "promote" a local like that to a global, and we had a couple of requests like yours, we have since changed it to have a global variable containing the label, but we don't have a separate get method for it. So you can access the label through the variable to change the label text.

However we haven't released that into a build yet. We will be releasing a milestone soon and it will be in there then.

PS: In the future, you can ask questions like this in the newsgroup. This mailing list is for the developers of VE to discuss the development of VE itself. The newsgroup is the best place for user type questions.

Thanks,
Rich

Back to the top