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

[flexcoders] Microphone usage in Flex2

2006-08-22 Thread Gunther
Hello, Is it possible to use the microphone in a Flex 2 applicaion to record sound WITHOUT usage of a Flex/Flash server ? What we would like to do is to provide the user with the capability to record a voice message and than use this recorder file to do fun online stuff with. We don't want

[flexcoders] mx:ToggleButtonBar / mx:Button

2006-08-22 Thread Gunther
Why does the following code throws an exception: Error: ERROR: The dataProvider of 'a ToggleButtonBar' must be String, ViewStack, Array, or IList. mx:ToggleButtonBar x=10 y=60 width=640 height=202 mx:Array mx:Button label=Button 1 / mx:Button label=Button 2 /

[flexcoders] mx:Button but without the border

2006-08-22 Thread Gunther
How do you / what is the best way to make a button with an image or a .swf without having the button border ? I want an image that is clickable (Button) without the button border ? I use: mx:Style .nextButtonStyle { borderStyle: none; focusThickness: 0; } /mx:Style

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

[flexcoders] Re: pageable records with amfphp

2006-08-17 Thread Konig Gunther
I know AMFHPH knows paging, and I know how to write the php part, But I'm having problems on the Flex part. In Flash, I know that there is a RecordSet class that has a setDeliveryMode() method that should be used, but there is no such class and method in Flex, and I wasn't able to find

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