Hi Chris,

On 22/06/2010 21:08, Christopher Barker wrote:
> Werner F. Bruhin wrote:
>    
>> On 19/06/2010 20:43, Christopher Barker wrote:
>> In fc.group.bind is this code:
>>
>>           for obj in self.ObjectList:
>>               obj.SetHitPen(self.HitColor, self.HitLineWidth)
>>               obj.SetHitBrush(self.HitColor)
>>               obj.HitAble = True
>>
>> So, in my GUIMode.BindAll I do "un-do" this by doing:
>>                   obj.Bind(fc.EVT_FC_LEFT_DOWN, mode.OnObjectHit)
>>                   obj.SetHitPen(obj.HitColor, obj.HitLineWidth)
>>                   obj.SetHitBrush(obj.HitColor)
>>                   obj.HitAble = True
>>
>> Still need to do more work/test on this but does this make sense and
>> what would be a better/cleaner way to fix this?
>>      
> no time to really look at this, but maybe you can not re-set the
> HitColors at all -- then they should all just keep the color they had.
>    
Sorry for late reply.  Tried this but it means that one can not "hit" a 
group by clicking on any of its objects.

Won't get to this for a couple of weeks as I am off to Switzerland, will 
look into this some more and do more testing when I am back.

Werner

_______________________________________________
FloatCanvas mailing list
[email protected]
http://paulmcnett.com/cgi-bin/mailman/listinfo/floatcanvas

Reply via email to