Custom Properties Problem

David Burgun dburgun at dsl.pipex.com
Tue Nov 1 10:22:46 EST 2005


Hi,

I have the following in a Stack Script:

function Initialize
set the customKeys of me to empty
end Initialize


on preOpenStack
get Initialize()
pass preOpenStack
end preOpenStack

I save and close the stack and then reopen it. The preOpenCard 
handler runs but when I look at the custom properties of the stack in 
the property inspector, they have not been deleted!

Am I doing something wrong?

I also tried the following in the message box:

set the customKeys of stack "StackX" to empty

And this didn't work either.

Thanks in advance
Dave




More information about the use-livecode mailing list