Re: [flexcoders] Re: How to refresh a tree

2006-11-06 Thread Gunther Konig
You've probably solved this problem in the meantime, I post this since there's no answer provided (also, I'd like to know if anyone has a better solution). I had the same problem with you, the tree was going crazy when trying to add children to a node (well, I'm using ArrayCollections instead of

Re: [flexcoders] Re: pageable records with amfphp

2006-08-18 Thread Gunther Konig
On 8/17/06, Marcelo de Moraes Serpa [EMAIL PROTECTED] wrote: I know that with recordsets this is done automatically on the server side, but it would be only the work of calculating the records depending of the page value passed by your flex app. (in case you were using Cake, it you just pass

Re: [flexcoders] How to get Panel headerHeight and what is its default value?

2006-08-12 Thread Gunther Konig
I use myPanelInstance.getStyle(headerHeight) and it returns undefined until you set any value manually using myPanelInstance.setStyle(headerHeight, newValue). But actually header exists, so it should have some height. Usually it was 28, not undefined. What is wrong? Isn't this the 3rd (or