[flexcoders] Flex and spell check?

2007-05-16 Thread bitfacepatrick
I need to add spell check functionality to my Flex project. Has anyone
had any success implementing this type of functionality? Or suggest a
3rd party component.



[flexcoders] PHP and Flex?

2007-05-11 Thread bitfacepatrick
Hello 
I was looking to work with Flex and PHP. I heard that AMF PHP was a
great place to start. I tried their site and a number of links found
on google. 

http://amfphp.org/

Is this the best way to work with PHP and Flex? Or is there industry
standard process? Does anyone know if this is a valid project?



[flexcoders] Re: [Cairngorm] Command calling another command

2007-01-09 Thread bitfacepatrick
Hello Collin,
I just read a blog post that may interest you. It's by Bjorn
Schultheiss, titled Sequencing multiple commands. 

http://cairngormdocs.org/blog/?p=27

Also in case you didn't check this out.
http://cairngormdocs.org/


--- In flexcoders@yahoogroups.com, Collin Peters [EMAIL PROTECTED] wrote:

 I don't see any Cairngorm specific mailing lists so I will post my
 question here as I have seen some Cairngorm traffic
 
 I am wondering if it is considered a good practice to call one command
 from another.  This allows me to define a sequence of events, and also
 to abstract the functionality of a certain feature to allow it to be
 called from other places.  It all sounds good to me but I am wondering
 if there are any reasons not to do this, or if there is another best
 practice.
 
 -- 
 Collin Peters
 Lead Software Developer
 InTouch Technology





[flexcoders] dynamic control access

2006-12-22 Thread bitfacepatrick
Hello is there a way to build a reference to a control at runtime
something like this? I know this doesn't work I don't know how else to
describe it. Is there a command similar to getElementById()?


for (var i:int -0; i , myArray.length; i++)
{

 director + [i] + .text = some text;

}

I have a number of text input controls all named like, director1,
director2, director3, director4...



[flexcoders] style property reference

2006-12-06 Thread bitfacepatrick
Hello 
Can anyone tell me where I can find a reference that lists and defines
all the possible style properties. 

I've found little bits and pieces scattered about. Which only seems to
confuse the subject more.

THX



[flexcoders] Flex 2 and Flash 9 swf integration

2006-11-07 Thread bitfacepatrick
I'd like to host Flash 9 (all A3) swfs in my Flex 2 app. I'd like to
pass data between the two as well as have Flex call functions/methods
 within the hosted Flash swf. Is this possible? If so can anyone point
me to some good reference info? Thank you! 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[flexcoders] alignment problem when using a viewstack set to 100%

2006-10-27 Thread bitfacepatrick
Hello 
I'm having a problem with the alignment of children within a
veiwstack. I can't seem to overcome a left alignment.  I have the
horizontalAlign=center and the verticalAlign=middle for the containing
HBox.

I have a viewstack in a HBox container. Both the viewstack and the
hbox have height and width attributes set to 100%. Now any fixed sized
elements (like a panel) placed in the viewstack will only align left.
I didn't think a viewstack could effect alignment. 

thank you for any assistance. ;-)


?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
horizontalAlign=center verticalAlign=middle
mx:HBox horizontalAlign=center verticalAlign=middle height=100%
width=100%

mx:ViewStack  id=viewstack1 backgroundColor=#ff width=100%
height=100%

mx:Panel width=300 height=300 backgroundColor=#cc
mx:Label text=Hello Patrick/
/mx:Panel

/mx:ViewStack
/mx:HBox
/mx:Application





Patrick 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/