The width and height properties of the children are set. If a child is designed to redraw when that happens, then it should redraw normally. If its just a...
Hi, You may want to try overriding the setters for your class' width and height properties. Something like this should do it: override public function set...
Hello, Is it possible to disable a Menu in the same way as a menu item? I've tried including 'enabled="false"' but it doesn't seem to work. <menu...
Hi everyone, Hope this is ok to post here... You can see a list of my groups on Grouply at the link below. Maybe you'll find some you want to join. Abdel ...
I am creating a Flex application with a data grid component. On my side I can edit it, but I need for the other side to see my updates/edits. What is it called...
Hi again, Did a little more digging (page one of Googled key words "flex publish subscribe")... Rails: http://flexonrails.net/?p=83 BlazeDS (Adobe's Open...
Thanks, I was going for a text messing component too, but if I knew what the push is called like in Ajax where a data grid value gets updated. That is what I...
Hi folks, trying to include the Astra tree component into a clients project. I want to specify the look and feel of individual elements within the node...
Hi, Perhaps i missed it in the documentation, but I can't find it. I would like to initialize the selected state for one of the radio group items in a menu...
Hi, The easiest way to initialize a menu item with a radio button selected would be to set it in your xml. The following would make the "Red" item selected: ...
Hi, I will look into this in the next couple of days and let you know. In the meantime, have you considered using a custom TreeCellRenderer which would change...
Does anyone know if a menu separator can be added to a menu component? I've tried various ways, such as the using the following in the xml but can't get it to...
Thanks for the reply and the advice. Between tweaking listData & drawLayout I now have the functionality that I require. Good man, and thanks again. John ... ...
Hi, Does anybody know how to write a php script(function) that can add the values that are in rows within a column and give the total at the end of that...
yes you need to use amfphp to implement this. create a service with this code snippet. // <?php class Service_Name { var $dbh; public function __construct() { ...
Hi, It is working now. I'm placing the popup above the button using specific x, y locations and when menu height grew larger (due to the additional menu items)...
Sorry for not replying till now. My OS is Windows, Vista Ultimate. The instalattion completed OK, but I could not see the components in a new project. I...
I am glad you got it solved. Thanks for posting. We'll investigate and see if we can reproduce any issues with Vista. In the meantime, this may help another if...
Thanks for bringing this to our attention. We will address this in a future release. Tripp ... library from version 1.2.0 ... dataProvider no longer ... ...
Roni A good solution for you, if you're using astra is create your Flash CS4 file with Document Class and use Flex Builder to code, than you just point the ...
Hi all, I looked through the history as much as I could, but I didn't see an answer to this one... I have an AutoCompleteManager registered, and I've hooked...
There have been other issues regarding the using the keyboard and gaining a proper event object. I'm working on this. Is the exact issue that you're not...