Re: Messages in setprop...

2005-12-06 Thread David Bovill
So you want a recursive setProp handler :) I have not tested this in a while (and there are a few little thins that don't work quite as expected with these - they do not return arrays for instance) - but I would try to avoid putting too much code in the setprop / getprop handlers and use

Messages in setprop...

2005-11-29 Thread Gilberto Cuba
Hi, I'm working in a setprop of the property set, that is to say, group of property, and detect that I modified or set a value of a property of the same group or property set, the message dont triggered. How I can do this message occur? Example: setprop MyPropSet[propName] newValue

Re: Messages in setprop...

2005-11-29 Thread Richard Gaskin
), but when the next line is executing, it dont pass for (2). I hope you might understand. setProp messages aren't sent when changing the value of the property being handled, to avoid recursion issues. In your example, any setting of MyPropSet from another handler will trigger your setProp

Re: Messages in setprop...

2005-11-29 Thread Mark Wieder
Gilberto- Tuesday, November 29, 2005, 5:34:20 AM, you wrote: I'm working in a setprop of the property set, that is to say, group of property, and detect that I modified or set a value of a property of the same group or property set, the message dont triggered. How I can do this message

Messages in setprop...

2005-11-25 Thread Gilberto Cuba
Hi, I'm working in a setprop of the property set, that is to say, group of property, and detect that I modified or set a value of a property of the same group or property set, the message dont triggered. How I can do this message occur? Example: setprop MyPropSet[propName] newValue switch

Messages in setprop...

2005-11-24 Thread Gilberto Cuba
Hi, I'm working in a setprop of the property set, that is to say, group of property, and detect that I modified or set a value of a property of the same group or property set, the message dont triggered. How I can do this message occur? Example: setprop MyPropSet[propName] newValue switch

Re: Messages in setprop...

2005-11-24 Thread Dave Cragg
On 24 Nov 2005, at 22:27, Gilberto Cuba wrote: Hi, I'm working in a setprop of the property set, that is to say, group of property, and detect that I modified or set a value of a property of the same group or property set, the message dont triggered. How I can do this message occur?

Messages in setprop...

2005-11-24 Thread Gilberto Cuba
Hi, I'm working in a setprop of the property set, that is to say, group of property, and detect that I modified or set a value of a property of the same group or property set, the message dont triggered. How I can do this message occur? Example: setprop MyPropSet[propName] newValue