Re: [flexcoders] Re: Application Idea

2009-05-14 Thread Mike Britton
Personally, and as a matter of pride, I would avoid reinventing the wheel. Mike Britton -- http://www.mikebritton.com - Original Message - From: Baz To: flexcoders@yahoogroups.com Sent: Thursday, May 14, 2009 10:40 PM Subject: Re: [flexcoders] Re: Application Idea You

Re: [flexcoders] Problem with loading xml file using HTTPService or URLLoader

2007-05-30 Thread Mike Britton
Are you declaring the namespace? If not and you're using e4x, you'll need to do this to access the nodes. Are you simply unable to get the file? Use the Flex debugger so you know your errors in the stack trace. Otherwise this seems like a security issue, one that may be resolved with

Re: [flexcoders] Problem with loading xml file using HTTPService or URLLoader

2007-05-30 Thread Mike Britton
Try: cross-domain-policy domain=* allow-access-from domain=malaszuk.net http://malaszuk.net/photos.xml/ allow-access-from domain=80.192.78.134http://80.192.78.134/photos/photos.xml / allow-access-from domain=*/ /cross-domain-policy Mike Britton

Re: [flexcoders] Time Based State Transitions

2007-02-27 Thread Mike Britton
onTimerComplete(event:TimerEvent):void { trace(onTimerComplete!); this.dispatchEvent(new Event(done)); } } } hth, Mike Britton On 2/26/07, nextadvantage [EMAIL PROTECTED] wrote: How would I go about changing view states say every 10 secs... with a 1

Re: [flexcoders] Creating a Video Player in Flex

2007-02-27 Thread Mike Britton
I made this component with that in mind. It's a work in progress, but the HSlider code is pretty solid: ?xml version=1.0 encoding=utf-8? mx:Canvas xmlns:mx= http://www.adobe.com/2006/mxml; creationComplete=init() mx:states mx:State name=Full Screen

Re: [flexcoders] Re: Custom Component Styles

2007-02-26 Thread Mike Britton
Graham, You may also want to take a look at this: http://www.scalenine.com/ You'll need the Flex 2.1 update to use it. hth, Mike Britton

[flexcoders] Re: TextArea scrollbar not showing at runtime

2006-09-23 Thread Mike Britton
I'm still having this problem, and have found no solution. Has no one else ran into this problem where the Flex 2 TextArea scrollbar doesn't appear when text is loaded into it? I thought calling invalidateProperties() would help, but now I'm considering various hacks like updating the text every

[flexcoders] Re: Removing outline from tabs

2006-09-12 Thread Mike Britton
I'm having the same problem. If you haven't already found a solution, I'll post back when I'm finished digging. Mike Britton -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

[flexcoders] Re: Transform XML with external CSS styleSheet via htmlText

2006-09-05 Thread Mike Britton
% editable=false / /mx:Application Hopefully this formats correctly! Email me at [EMAIL PROTECTED] if it doesn't and you're still stuck. Mike Britton -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

Re: [flexcoders] Pagination feature in Flex 2

2006-08-20 Thread Mike Britton
Yes, how about a little more detail on this? As a Flex developer without the ability to purchase FDS right now, I'd benefit greatly from not having to create my own paging component.Mike __._,_.___ -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Re: selectedindex and change event

2006-08-20 Thread Mike Britton
Is this still unresolved? I'm in cairngorm too, and have the same problem. callLater isn't working; I need to set the selectedIndexes after the grids are populated with data. Timer is a hack in this case because there's no way for me to determine how long the data will take. Same with

Re: [flexcoders] Re: selectedindex and change event

2006-08-20 Thread Mike Britton
OK - I'm passing views into my events and setting selectedIndex in my onResults and it's working very well. Reminds me a lot of ARP, where the views are somewhat coupled to the commands through viewRef. Thanks for that suggestion. Mike On 8/21/06, Mike Britton [EMAIL PROTECTED] wrote

[flexcoders] onData Equivalent?

2006-08-13 Thread Mike Britton
I see onData for the URLLoader class. What do I use to detect when data has loaded into a DataGrid?Thanks in Advance,Mike Britton __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

[flexcoders] Re: onData Equivalent?

2006-08-13 Thread Mike Britton
The reason I ask: Cairngorm is a lightweight framework and I want to keep it that way. I want to Flex framework to do the heavy lifting on the UI. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] TextArea scrollbar not showing at runtime

2006-08-07 Thread Mike Britton
When I set the htmlText attribute of a TextArea to the value of a DataGrid's selectedItem, at runtime the TextArea's scrollbar doesn't show up. I have to resize the VDividedBox it's in to get the durn scrollbar to appear. Has anyone experienced this problem? Mike __._,_.___ -- Flexcoders

Re: [flexcoders] Dumping the State of a Flex 2 Application

2006-08-05 Thread Mike Britton
Alert.show(currentState);Hopefully I'm not oversimplifying this solution - but I think it's what you're asking.Mike __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Cairngorm user interaction best practices

2006-08-01 Thread Mike Britton
I would have used the grid's data property, but in Flex2/Cairngorm my instinct is to avoid this. Thanks in Advance, Mike Britton -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

Re: [flexcoders] Advice finding definitive Cairngorm examples ported for Flex 2.0

2006-07-31 Thread Mike Britton
I've found these to be helpful:http://www.jessewarden.com/archives/2006/07/flex_2_webservice.html http://renaun.com/blog/2006/07/26/71/http://www.jessewarden.com/archives/2005/12/amfphp_10_works.htmlFeel free to take a look at my del.icio.us: http://del.icio.us/mbritton72/flex -- I save all

Re: [flexcoders] Cairngorm - Invoking screens

2006-07-30 Thread Mike Britton
for people to check out. I also recommend checking all the examples at Adobe -- Mike Potter's, etc -- they are extremely helpful. hth, Mike Britton -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

Re: [flexcoders] Are the contents of a WSDL document accessible?

2006-07-29 Thread Mike Britton
What language are you using?mx:WebService id=insertBookService wsdl=http://localhost:8500/remotingExample.cfc?wsdl result=handleFormResult(event) showBusyCursor=true fault=errorHandler(event) mx:operation name=addBook mx:request bookAuthor{bookAuthor.text}/bookAuthor

Re: [flexcoders] How does Flex 2.0 handle ColdFusion Query results?

2006-07-28 Thread Mike Britton
I don't think this is OT since Kelly mentioned it above, but concerning the column names being all uppercase, when calling the same method that returns a query as a webservice (using mx:WebService), the columns ARE uppercase. Returning a query with RemoteObject, the column names are normal. I

Re: [flexcoders] Which PHP Plugin for Flex IDE?

2006-07-26 Thread Mike Britton
Same, but I don't like PHPEclipse. I'd buy Zend studio if it was an Eclipse plugin. Mike __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Caringorm - Visual Flowchart Poster!

2006-07-25 Thread Mike Britton
That rocks! Make sure you do a hi-res version so I can hang it on my office door :-) Mike Yahoo! Groups Sponsor ~-- See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/3EuRwD/bOaOAA/yQLSAA/nhFolB/TM

Re: [flexcoders] Still Fuzzy about Flex 2.0 and CFCs

2006-07-24 Thread Mike Britton
Jeff,You must have CF 7 and run the 7.0.2 updater for ColdFusion Flash remoting to work with Flex 2.You do use RemoteObject: mx:RemoteObject id=myService destination=ColdFusion source=cfcName result=handleRemotingResult(event) showBusyCursor=true/Hit me back offlist and I will

Re: [flexcoders] So? What are folks here actually building...?

2006-07-21 Thread Mike Britton
I'm working on a Flex port of my ARP web log (prototype: http://tinyurl.com/nnt37), and a Flex 2 prototyping tool that links devnotes to application states (prototype: http://tinyurl.com/nk7ob). The web log will be built in ARP, the devnotes in Cairngorm. Mike Yahoo!

[flexcoders] Re: Dumb Newbie Question - Underlined Hyperlinks

2006-07-16 Thread Mike Britton
I hate myself for this, but: var link:String = bua href='http://www.google.com' target='_blank'View Listing/au/b; I can't find a way to change the link color through an external CSS file though, and it's killing me. You have to define the class like a DOM object and there's no flippin way to

[flexcoders] RichTextEditor setFocus()?

2006-07-14 Thread Mike Britton
I have a custom component containing a RichTextEditor. How do I set cursor focus on its internal textarea? I've tried all the obvious things to no avail. Yahoo! Groups Sponsor ~-- See what's inside the new Yahoo! Groups email.

[flexcoders] Re: RichTextEditor setFocus()?

2006-07-14 Thread Mike Britton
To save time, I ended up using a simple TextArea instead. I suspect I need to do a getChildAt() to access the TextArea, then use setFocus(). --- In flexcoders@yahoogroups.com, Mike Britton [EMAIL PROTECTED] wrote: I have a custom component containing a RichTextEditor. How do I set cursor

[flexcoders] Re: Cairngorm question

2006-06-05 Thread Mike Britton
For what it's worth, I'm also interested in either the updated articles for CG2B3/Flex 2.0 or a *basic* sample application, before the Flex 2 release if possible. Mike -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Data Service : Tutorials.zip file Cairngorm help for beginner

2006-02-10 Thread Mike Britton
Steven Webster's site has a lot of Cairngorn info:http://www.richinternetapps.com/archives/cat_cairngorm.htmlhth,Mike -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Flex Components 508 Compliance

2006-02-08 Thread Mike Britton
Hi, I'm new to this list but am an occasional poster on Flashcoders. My question: Will the new Flex components (when they come out) be 508 compliant? If so, will they be immediately available for use in Flash 8? Thanks in advance, Mike Britton mikebritton.com -- Flexcoders Mailing List