RE: [flexcoders] IP Address Validation

2006-11-25 Thread Mozilla By
This is Regular Expression from AS3CB: ^([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4 ]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])$ -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: 24 ??

RE: [flexcoders] Binding on properties with Class type

2006-10-31 Thread Mozilla By
It seems like binding doesn't work with STATIC variables of type Class. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sergey Kovalyov Sent: 31 ??? 2006 ?. 17:16 To: flexcoders@yahoogroups.com Subject: [flexcoders] Binding on properties with

[flexcoders] SWF Icon size

2006-09-27 Thread Mozilla By
=’16’)”/ Thanks, Mozilla By __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] DragDrop doesn't work properly if component contains SWF Image

2006-09-19 Thread Mozilla By
Hi all, I have a component like this: mx:Box     xmlns:mx=”http://www.adobe.com/2006/mxml”     dragEnter=doDragEnter(event)     dragDrop=doDragDrop(event) mouseChildren=”false”     mx:Image source=@Embed[“icon.SWF”] width=48

[flexcoders] MenuBar and Cairngorm

2006-09-18 Thread Mozilla By
Hi all, I need to enable and disable menu items in dependency of model changing. What the best practices to do this? Thanks Now I use something like this for example: ?xml version=1.0 encoding=utf-8? mx:MenuBar     xmlns:mx=http://www.adobe.com/2006/mxml    

[flexcoders] MenuBar and Cairngorm

2006-09-18 Thread Mozilla By
Hi all, I need to enable and disable menu items in dependency of model changing. What are the best practices? Thanks Now I use something like this but it isn’t good solution when menu depends on many models parameters: mx:MenuBar xmlns:mx=http://www.adobe.com/2006/mxml

[flexcoders] Fault with code WSDL.BadType

2006-09-14 Thread Mozilla By
faultDetail=null]    at mx.rpc.soap::WSDLParser/http://www.adobe.com/2006/flex/mx/internal::parseMessage()    … Please Help, Mozilla By __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

[flexcoders] How to configure Java web service

2006-09-14 Thread Mozilla By
Hi all, My Flex application raises WSDLError “Type … not resolvable” with fault code “WSDL.BadType” at http://smbproxy.org:8085/services/XMLService?wsdl I’ve found in docs that Flex applications can interact with web services that define their interfaces in a Web Services Description

[flexcoders] How to prevent copying custom content into [bin] folder?

2006-09-10 Thread Mozilla By
… [Html-template] … 1.mxml 2.mxml … Sometimes Flex copies folder [Docs] with all contents into folder [Bin] automatically. How can I prevent this? Thanks, Mozilla By -- Flexcoders