|
From: Chetan D. <che...@as...> - 2003-11-14 14:28:06
|
Hi There! Manu, Thanks for your reply. Manu Sporny wrote: > To put it in perspective, that amount of documentation would require > an extra day of development per developer, per release... which would > mean that we spend 4 developer days making sure that you don't spend > 1/2 a developer day debugging a mis-communication. Its more efficient > this way, even though inevitably there will be snags such as this > along the way. > Yes. I understand. This way is obviously better, if we are going to lose 4 developer days to save my 1/2 day. But, I just wanted to make sure that I am not missing anything, i.e. such detailed documentation is being created and not reaching my self :-) > > This is because panels are not interactive objects and there is no > reason for a panel to recieve events. If you do want this > functionality, subclass from GmPanel and overload the render2dSelect() > method. I think the Panels should be interactive - mainly for dragging them around. - Chetan |