[flexcoders] Control

2008-01-07 Thread John
animations. Further to this, if an audio file was playing, I would also like to restart that using a similar button as described above. Thanks John

[flexcoders] Re: Page States

2008-01-07 Thread John
@yahoogroups.com, John jpapworth@ wrote: Hi there, I am fairly new to Flex, so I am in need of quite a lot of advice. I am building some pages that I require them to start from the beginning rather than retaining their last state, but equally I would like to be able to have some of my pages

[flexcoders] Flash - limiting how many times it plays

2008-01-07 Thread John
Hi there, I am fairly new to Flex, so I am in need of quite a lot of advice. My Flash files I drop into my Flex application appear to keep looping, how do I stop them from looping - and playing once? Thanks John

[flexcoders] SCORM and Flex

2008-01-07 Thread John
Hi there, Has anybody achieved or got any advice on SCORM'ing a Flex package? Thanks John

RE: [flexcoders] Flex JavaFX Sliverlight Flash PB

2007-12-18 Thread John Dowdell
I need to develop an application which will allow users to interact with my server via a tactil screen. I have several question here. What technology should I use ? What type of application is the most adapted for tose kind of screens ? Start by investigating the API that the touchscreen

RE: [flexcoders] Flex JavaFX Sliverlight Flash PB

2007-12-18 Thread John Dowdell
: [flexcoders] Flex JavaFX Sliverlight Flash PB Thank you all for your replies ! I didn't understand your comment John. I am new to this and I don't know the difference about delivering to browser or not. Isn't it the same except that an RIA without browser just doesn't have this address bar

[flexcoders] Playing Audio on Showing a Differenct Canvas Within A TabNavigator

2007-12-13 Thread John Papworth
Hi there, I am wanting to play a different audio event on entry into each of my Tabs within a Viewstack. Has anyone got any good pointers to assist with this? Thanks In Advance John

[flexcoders] Navigation

2007-12-13 Thread John
another component, for example starts with 001.mxml file then loads in 002.mxml file. Thanks in Advance John

[flexcoders] Playing Audio on Showing a Differenct Canvas Within A TabNavigator

2007-12-13 Thread John
Hi there, I am wanting to play a different audio event on entry into each of my Tabs within a Viewstack. Has anyone got any good pointers to assist with this? Thanks In Advance John

Re: [flexcoders] SandBox, crossdomain.xml

2007-11-13 Thread John VanHorn
would my sub1.test.com calls over https work? Can I even make corssdomain https calls? any help would be good. -- John Van Horn [EMAIL PROTECTED]

[flexcoders] Re: Where to do heavy lifting in a Flex app? (no threading?)

2007-11-10 Thread John M. Resler
I'm unsure I'm adding anything to this thread but forgive me, I'm going to add my 2 cents worth, you can give me change if you choose ;). My (not so humble) opinion is that work should be done where work should be done. If this seems cryptic it's because there are many places now to do work, that

Re: [flexcoders] Re: Yahoo maps api for flex 2

2007-11-09 Thread John Robinson
That looks like an outdated quote. john On Oct 30, 2007, at 4:10 PM, Mike Krotscheck wrote: “To create and test applications using Yahoo! Flash Maps using the Flex component, you'll need Macromedia Flex 1.5 with the internal JRun4 server or Tomcat server.” Note: An enterprising

Re: [flexcoders] Pop-up validation errors from ActionScript ?

2007-11-07 Thread John Grden
did you ever find a solution for this? showing an alert box isn't an option at the end - i need to be able to popup those little red errors within a DataGrid at the time they're dealing with the data rather than just a prolonged mouse over. Thanks for any help, John On 10/9/07, Samuel R. Neff

Re: [flexcoders] Yahoo maps api for flex 2

2007-10-30 Thread John Robinson
As far as I know they haven't. They're AS2 map stuff has a version that works in Flex, but it uses the old AVM1, and either a js or lc bridge between that and your AS3 flex stuff. John On Oct 30, 2007, at 10:20 AM, Nate Pearson wrote: I thought that Yahoo made a new api for flex 2...maybe

[flexcoders] Re: Detect fullscreen availability without engaging fullscreen?

2007-10-22 Thread John
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Sent: Sunday, October 21, 2007 1:07 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Detect fullscreen availability without engaging fullscreen? So, I'd like to remove the fullscreen button from my game if the movie has been

[flexcoders] Flex3 - LCDS anyone know status? Does it work?

2007-10-22 Thread John Menke
If somebody has it working can you pls give me a few pointers on how you got it running. Is there a web tier compiler for Flex3??

[flexcoders] Detect fullscreen availability without engaging fullscreen?

2007-10-21 Thread John
So, I'd like to remove the fullscreen button from my game if the movie has been embedded such that fullscreen is unavailable. I expected to find hasFullscreen() or something in flash.system.Capabilities, but there's nothing I can find. Right now, I'm iterating

[flexcoders] Detecting optional elements in XML

2007-10-07 Thread John M. Resler
Hello all, I'm pretty new to this dynamic web content thing and I'm wondering how to deal with the AS3 XML set of objects. In particular, how do you program to deal with an element that may not be there at runtime? In specific, RSS has no official schema and so some people don't include all

Re: [flexcoders] Are you going to MAX?

2007-09-21 Thread John Wilker
I'll be there, see ya'll there! -- John Wilker Vice President of Operations 360Conferences, Inc. www.johnwilker.com / www.red-omega.com / www.360conferences.com Everything changes, nothing remains without change. ~Buddha c.483 bc On 9/21/07, Merrill, Jason [EMAIL PROTECTED] wrote: Out

Re: [flexcoders] How to build on command line?

2007-09-10 Thread John Robinson
The simplest use I can think of: mxmlc -output=path/to/whatever.swf -file-specs=path/to/whatever.mxml There are a bunch more options available but that should at least get you an swf. John On Sep 10, 2007, at 9:23 AM, Mark Ingram wrote: Hi, what steps do I need to take to build a flex

[flexcoders] Flex Builder Mac OS X

2007-09-01 Thread John Barrett
additional files? To me it does not seem to matter if you pick the server side or not. I did try to install the ColdFusion extensions, but it said that it is not supported on this platform. Thanks so much, John

Re: [flexcoders] Re: Skin sources?

2007-09-01 Thread John Barrett
Can I ask are these skins mostly CSS? I am a newbie in flex, but I am really liking these skins, very cool stuff! I saw fillcolors.com from asfusion, and am going to try to create a cool skin of my own. I just thought that I would ask. Thanks, John - Original Message From: scalenine

Re: [flexcoders] Re: Flex 2 Training From the Source

2007-08-29 Thread John Robinson
One possible answer (below)... great book by the way! John On Aug 29, 2007, at 10:29 AM, droponrcll wrote: --- In flexcoders@yahoogroups.com, Tony [EMAIL PROTECTED] wrote: Amy, This may be your place. Go for it! OK, first question: In Lesson 7 (p 162), we instantiate the PopupManager

[flexcoders] Flex 3 apache module on OSX?

2007-06-14 Thread John Robinson
Flex3Apache and updated compiler.conf and httpd.conf to reflect that. Restarted the server again but still no luck. When I browse to an mxml file, it just shows me a blank page (very snappily I might add, like it's not hitting the compiler at all). Anyone? Thanks, John Robinson - Flash/Flex

Re: [flexcoders] sandbox error

2007-05-27 Thread John Robinson
on the EXACT same domain. John Robinson - Flash/Flex Developer at large Blog: http://jrobinsonmedia.wordpress.com On May 27, 2007, at 5:03 AM, li.wen wrote: Hello all, I am using flash.net.Socket class to connect mysql database. And I always meet sandbox violation error. I have some

Re: [flexcoders] Re: Is there any way around the crossdomain.xml

2007-05-27 Thread John Robinson
I honestly have no idea. What is the webservice you're trying to use? It looks like it requires some sort of authentication and ssl? Can you find any examples of consuming the service with php? If it isn't something you can work out in flex perhaps you can make php do all of the work. John

Re: [flexcoders] Is there any way around the crossdomain.xml

2007-05-26 Thread John Robinson
First, ask the folks who provide the webservice to install a crossdomain.xml file for you. If that isn't an option, you can make a php/etc proxy file to do the loading for you. Google php flash proxy. John John Robinson - Flash/Flex Developer at large Blog: http

[flexcoders] Re: Flex on Vista?

2007-05-24 Thread John Menke
As for Flex on Vista: Flex 2.01 works pretty well on Vista but is still unsupported by Adobe. Is there anyone who knows where to confirm this? Is there a document from Adobe?

[flexcoders] DateFormatter - going BC

2007-05-23 Thread John Grden
has anyone worked with DateFormatter and had to format dates for BC or, how about dates prior to 100AD? Entering apr 21, 100 = April 21, 100 Entering apr 21, 99 = April 21, 1999 now, I realize the issue of why a 2 digit date is going to be post 1900 and something formatted 07 will come back as

Re: [flexcoders] Flex cookbook article: Flex2 XML Reader Can Create UIComponents

2007-05-18 Thread John Robinson
For the archives, compile times can be greatly reduced using fcsh, though I'm not sure how you'd go about using it in a server-side environment. http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell John On May 17, 2007, at 8:30 PM, Paul J DeCoursey wrote: You can easily integrate

Re: [flexcoders] Parse Unknown XML Structure

2007-05-16 Thread John Robinson
I think you want to use XML.children() and XML.attributes(). John On May 16, 2007, at 2:32 PM, Kevin Aebig wrote: Hey all, First post, so be gentle. Back in the ol days, Flash developers had to use recursion to parse through an XML document. I’m finding myself again in this position

Re: [flexcoders] Instantiating uncompiled MXML at runtime in flex

2007-05-15 Thread John Robinson
and styles on the component, based on (usually) the attributes in the xml. Not using attributes but nested tags makes things a little bit more difficult. Hope that helps a bit. John On May 13, 2007, at 6:28 PM, Austin Kottke wrote: Anyone have any ideas on how to take an entire Panel that is just

Re: [flexcoders] New Apollo screencast: SearchCoders/Dashboard now has chat

2007-05-15 Thread John Robinson
Very cool. Though I'd change the name from Dashboard to something more specific. (OSX already has an app called Dashboard). Other than that... woot! john On May 14, 2007, at 6:10 PM, Tom Bray wrote: Hey everybody, We just launched a huge upgrade to the SearchCoders/Dashboard and now you

Re: [flexcoders] output formats (excel/word)

2007-05-12 Thread John Robinson
. John On May 10, 2007, at 5:22 PM, Derrick Anderson wrote: hi, i am digging my heels into flex and as I am about to start a project for a client of mine to build a 'reporting dashboard' i am really considering using flex to do it (i am SO not impressed with coldfusion anymore :) ) I am up

Flash Player Security Forum (was Re: [flexcoders] Re: Load Display Image from FileReference)

2007-05-12 Thread John Robinson
Flash Player security specifics? Thanks, John On May 11, 2007, at 4:45 PM, Daniel Freiman wrote: Apollo would work. I have no specific knowlage but my guess is that flex doesn't actually access your file system. What it probably does is tell your browser to access the file system. In any

Re: [flexcoders] Flex on Mac

2007-05-11 Thread John Wilker
Mac here too. primary dev machine. I use the stand alone FB IDE, works fine. -- John Wilker Vice President Software Development/Writer Red Omega Solutions, Inc. www.johnwilker.com / www.red-omega.com Everything changes, nothing remains without change. ~Buddha c.483 bc On 5/11/07, Mark McCray

Re: [flexcoders] Flex on Mac

2007-05-11 Thread John Wilker
without a doubt :) On 5/11/07, Arleston Lueders [EMAIL PROTECTED] wrote: I always used PC... not Mac. But I'm planing to change. Do you suggest Mac? 2007/5/11, John Wilker [EMAIL PROTECTED]: Mac here too. primary dev machine. I use the stand alone FB IDE, works fine. -- John Wilker

Re: [flexcoders] Add a node to a tree programatically

2007-05-08 Thread John Robinson
I'm running out the door but here's a quickie example. Note.. I'm not quite sure about adding a node while there is no node selected (aka, how to set selectedNode to the root node of the tree) ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;

Re: [flexcoders] Re: Html Text does NOT print in same format as rendered on scre

2007-05-04 Thread John Robinson
but is now a little fuzzy and on paper (cheap inkjet) the text is not as dark as the one without smoothing. I'm wondering if it's possible to overlay the no-smoothing bitmap with a transparent background over the smoothed version? John On May 3, 2007, at 10:55 PM, scott_flex wrote

Re: [flexcoders] Re: Html Text does NOT print in same format as rendered on scre

2007-05-03 Thread John Robinson
the Bitmap object and the BitmapData object to the printJob but it gave me errors so I'm not sure if the image is necessary or not. John On May 2, 2007, at 11:24 AM, scott_flex wrote: I thought about that. I don't know how to make it a bitmap yet but from what i've seen i should be able

Re: [flexcoders] ambiguous question about resizable components

2007-05-03 Thread John Robinson
mx:HDividedBox? john On May 3, 2007, at 3:48 PM, flashcrow2000 wrote: Hello, I want to implement an application which will require 2 columns, one with controls and one with some content. These columns will be separated by a dragable bar; the effect will be the one on Windows Explorer when

[flexcoders] modules with video

2007-05-03 Thread John Robinson
of the module related classes (pre-2.0.1 update?). Does anyone know of a good reference point that'll help me get my head around what the Flex framework is doing when I load/unload modules? Thanks! John

Re: [flexcoders] Re: Html Text does NOT print in same format as rendered on scre

2007-05-02 Thread John Mark Hawley
want all my text to print. Any help would be appreciated. I posted this same issue in another post... not sure it was clear as to what my problem is. -- John Mark Hawley The Nilbog Group 773.968.4980 (cell) -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

Re: [flexcoders] Re: FlexPrintJob not printing multiple formatted lines successf

2007-05-01 Thread John Mark Hawley
to NOT print as bitmap (printAsBitmap=false) and the scale type for each object added to the print job is set to show all. Haven't figured out why this happens for some font/size combonations... any ideas? -- John Mark Hawley The Nilbog Group 773.968.4980 (cell

[flexcoders] Stopping embedded flash in Flex

2007-05-01 Thread John
I have a ViewStack that has a SWFLoader as one of the views. The problem is when I change views the flash on the first view(as well as the audio) is still running in the background. Anyway of stopping/pausing the flash when I switch Views? Thanks, John

Re: [flexcoders] Re: FlexPrintJob not printing multiple formatted lines successf

2007-05-01 Thread John Mark Hawley
font and print outs are very poor quality and all other labels/buttons using Verdana are very fuzzy... I'll keep digging into my font issues, there must be a correct way of handling this. --Scott --- In flexcoders@yahoogroups.com, John Mark Hawley [EMAIL PROTECTED] wrote

[flexcoders] Validating custom component - how to get error to display next to field

2007-04-26 Thread John Menke
How do i get validation errors to appear next to corresponding fields in a component that i have on an .mxml page? I have a custom component that contains text fields. I can validate the component with a custom validator but i cannot get the error to display next to the field. Any

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-21 Thread John C. Bland II
week and i'm not there to eat lunch/dinners and party, I have reasons and it's to do with Web 2.0 and RIA :) -- Regards, Scott Barnes -- Regards, Scott Barnes http://www.mossyblog.com -- John C. Bland II Chief Geek Katapult Media, Inc. - www.katapultmedia.com --- Biz Blog

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-21 Thread John C. Bland II
I'll respond on the blog. :-D On 4/21/07, Scott Barnes [EMAIL PROTECTED] wrote: John I agree with you on a lot of the points, but I am driven by the past, present and future and it's murky on both brands to be honest. I get were Microsoft are going, I don't get were Adobe ar going so I'm

Re: [flexcoders] Creating an object from a class name

2007-04-18 Thread John Robinson
theNewObject = new theClass(); I only messed with it long enough to get what I needed out of it so others here might be able to chime in. As far as I was able to tell, you still need the full path (mx.controls. in this example). john

Re: [flexcoders] RangeError on SWFLoader

2007-04-13 Thread John Mark Hawley
-- John Mark Hawley The Nilbog Group 773.968.4980 (cell) -- 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

[flexcoders] Determining Domain In Flex

2007-04-09 Thread John Kirby
I think I know the answer to this ... but hoping there is a better way. I have an application which connects to various SOAP services *outside* my application domain. No problem, I use a Proxy service from my domain to handle it. However, like most application url's I can launch via

Re: [flexcoders] 360Flex vs. Adobe MAX - which would you attend?

2007-04-09 Thread John Wilker
: http://www.ctmug.com -- John Wilker Vice President Software Development/Writer Red Omega Solutions, Inc. www.johnwilker.com / www.red-omega.com Everything changes, nothing remains without change. ~Buddha c.483 bc

Re: [flexcoders] 360Flex vs. Adobe MAX - which would you attend?

2007-04-09 Thread John Wilker
?;) DK On 09 Apr 2007 11:45:00 -0700, John Wilker [EMAIL PROTECTED] wrote: Obviously I'm biased so take my two cents for what they're worth. MAX is a fun conference. That said, 360|Flex will be three days of Flex, Flex, and Flex. No acrobat, no dreamweaver, fireworks, no CF

[flexcoders] internal build error only when pointing to local CF server?

2007-04-07 Thread John Wilker
to other folders in that server without problem. Is there something I need to un-tweak that might ahve been tweaked somehow? -- John Wilker Vice President Software Development/Writer Red Omega Solutions, Inc. www.johnwilker.com / www.red-omega.com Everything changes, nothing remains without change

Re: [flexcoders] coldfusion/flex Application Wizard is not currently available

2007-04-06 Thread John Barrett
Hi Mike, No this is not supported on the Mac. I wish that it were. The best thing to do is to get access to a windows machine, and create one using that system, and then replace that for your Mac (making the changes needed). Seems like this would work fine, but I have not yet tried. John

Re: [flexcoders] Flex Builder-Mac

2007-04-04 Thread John Barrett
Hi Matt, Thanks so much! I feel dumb:) I should have seen the other option, guess I was too excited when downloading flex builder`-` Thanks so much! I just wanted to know as I am about ready to buy it. Had to wait until I got paid. Thanks again, John - Original Message From

Re: [flexcoders] Flex Builder-Mac

2007-04-03 Thread John Barrett
/index.cfm?loc=en%5Fusproduct=flex picked English|Mac but no plug in vs standalone option happened. Thanks, John - Original Message From: Matt Chotin [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, April 2, 2007 2:48:11 AM Subject: RE: [flexcoders] Flex Builder-Mac

[flexcoders] Flex Builder-Mac

2007-03-30 Thread John Barrett
should I keep the sdk? Thanks, John Expecting? Get great news right away with email Auto-Check. Try the Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html

[flexcoders] re naming flex builder

2007-03-30 Thread John Barrett
Hi, Is there any harm renaming flex builder without the spaces? that is Adobe Flex Builder 2 becomes Adobe FlexBuilder2 Why you ask? because I tried to install the flex module for apache, but I think that the spaces are causing a problem in the https.conf file Thanks, John

Re: [flexcoders] re naming flex builder

2007-03-30 Thread John Barrett
that flex module for apache, but i do like it`-` Thanks for your help, John - Original Message From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, March 30, 2007 3:41:02 AM Subject: Re: [flexcoders] re naming flex builder On Friday 30 Mar 2007, John

Re: [flexcoders] Re: Make a component 'modal'

2007-03-30 Thread John Mark Hawley
, but rather sets the focus on a particular component that is already in the displaylist. Thoughts on the best way to acheive this? Thanks, Shaun -- I am not a diabetic, I have diabetes my blog - http://grumpee.instantspot.com/blog -- John Mark

Re: [flexcoders] re naming flex builder

2007-03-30 Thread John Barrett
t spend the time and learn flex builder, I am loving it`-` John - Original Message From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, March 30, 2007 4:42:42 AM Subject: Re: [flexcoders] re naming flex builder On Friday 30 Mar 2007, John Barrett

Re: [flexcoders] Flex on a SmartPhone?

2007-03-29 Thread John Dowdell
to fullsized Mac, Win and Linux computers, sorry. jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mxna Technotes: http://www.macromedia.com/support/ Spam killed my private email -- public

Re: [flexcoders] wanted to share...

2007-03-28 Thread John Barrett
, but this new one works great. Now I can have flex ColdFusion communicate`-` Just wanted to thank you one more time! John - Original Message From: Clint Tredway [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, March 27, 2007 7:00:55 PM Subject: [flexcoders] wanted

Re: [flexcoders] Flex coldfusion simple question

2007-03-28 Thread John Barrett
sorry guys, this is from 2 days ago:( It just came in now? - Original Message From: John Barrett [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, March 27, 2007 2:55:46 AM Subject: Re: [flexcoders] Flex coldfusion simple question

Re: RE: [flexcoders] HTML-like Table/Textbox behavior possible?

2007-03-28 Thread John Mark Hawley
électronique par erreur, veuillez en aviser l'expéditeur. -- John Mark Hawley The Nilbog Group 773.968.4980 (cell) -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo

Re: [flexcoders] Re: Flex coldfusion simple question

2007-03-27 Thread John Barrett
. Thanks so much for all your help, I really appreciate you, and the others for taking the ime to help me out with this. Thanks again, John - Original Message From: Clint Tredway [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, March 24, 2007 4:34:20 AM Subject

[flexcoders] Flex Builder

2007-03-27 Thread John Barrett
to dreamweaver. Can I ask which version do you use? Is there a preference? I will manly using eclipse only for flex, as I do now,and space on my machine is no isse, and so If I have to install and extra eclipse is no worries for me. Thanks, John

Re: [flexcoders] Flex coldfusion simple question

2007-03-27 Thread John Barrett
) at flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:90) Does this, user failed to load: flex.messaging.MessageBrokerServlet mean that this is where my issue is? Thanks so much. John - Original Message From: John Barrett [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday

Re: [flexcoders] Re: Flex coldfusion simple question

2007-03-27 Thread John Barrett
spend the last 2 days doing nothing else. The site is here: http://johnbarrett.net/cfusion/ On the startup, I don't see anything going on, that page is at: http://johnbarrett.net/cfusion/cfusion.cfm Thanks for your help, John - Original Message From: Mike Weiland [EMAIL PROTECTED

Re: [flexcoders] Re: Flex coldfusion simple question

2007-03-27 Thread John Barrett
HI Clint, thanks for your help`-` Not to worry, as I am not too shy about asking for help`-` Thanks again, John - Original Message From: Clint Tredway [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, March 27, 2007 2:14:58 AM Subject: Re: [flexcoders] Re: Flex

Re: [flexcoders] Flex Builder

2007-03-27 Thread John Barrett
about which one. John - Original Message From: Clint Tredway [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, March 27, 2007 2:32:08 AM Subject: Re: [flexcoders] Flex Builder I use the plugin. The reason is I use CFEclipse and other

Re: [flexcoders] Flex Builder

2007-03-27 Thread John Barrett
Hey, Clint thanks`-` Yep, that is what i was looking for, What would you do type of answer, thanks so much. I have been reading,and i think that I will be getting the plug in version. John - Original Message From: Clint Tredway [EMAIL PROTECTED] To: flexcoders@yahoogroups.com

Re: [flexcoders] Flex Builder

2007-03-27 Thread John Barrett
think better. Also, next semster at school I will be taking Java,a nd I will use eceplise for that too, well most likely, so the plug in is sounding more and more like a better option. I guess if I run into a opps during the install, I can get help on this list`-` John - Original

Re: [flexcoders] Flex coldfusion simple question

2007-03-26 Thread John Barrett
Hi Rich, Thanks for sharing this code. I will be looking into this tomorrow. One question: Do I need to change anything in the file: Applications/JRun4/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/flex services-config.xml file? Thanks, John - Original Message From: Rich

[flexcoders] services file

2007-03-24 Thread John Barrett
Hi, I am trying to get Flex and ColdFusion to talk to each other, but I can't seem to get it done. Currently, I am not using Flex Builder, but I am planning to get it Monday, as I just got my check today, sometimes being is student you have to wait. I think that the problem may be in that I get a

Re: [flexcoders] Re: Flex coldfusion simple question

2007-03-24 Thread John Barrett
Hi Maury, Thanks so much for this link. I will be trying to figure this out tomorrow. I keep getting that their is a n error connecting to localhost/flex2gateway Thanks so much for your help John - Original Message From: Maury Sword [EMAIL PROTECTED] To: flexcoders

Re: [flexcoders] services file

2007-03-24 Thread John Barrett
better luck. I really want to get this working, and it is all I have planned for the weekend! I didn't think that it wold be so hard. Thanks again for all your help, I really appreciate it very much, John - Original Message From: Peter Farland [EMAIL PROTECTED] To: flexcoders

Re: [flexcoders] Re: Flex coldfusion simple question

2007-03-23 Thread John Barrett
I am running ColdFusion 7.02 on the Mac. Any thoughts? Thanks, John - Original Message From: Clint Tredway [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, March 22, 2007 7:40:25 AM Subject: Re: [flexcoders] Re: Flex coldfusion simple question

Re: [flexcoders] Re: Flex coldfusion simple question

2007-03-23 Thread John Barrett
Hi Clint, Thanks so much I am looking forward to seeing the zip so I can finally get CF Flex to communicate`-` Thanks, John - Original Message From: Clint Tredway [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, March 23, 2007 2:01:13 AM Subject: Re: [flexcoders

RE: [flexcoders] CF/Flex Wizard for CRUD CFCs - any tutorials out there?

2007-03-23 Thread Piotrowski, John
Squidhead works well for building the CFC's automatically. http://squidhead.riaforge.org/ It introspects the DB and creates all your CFC to do single record manipulation and also creates CFC's for any procedures you create. john

Re: [flexcoders] How to asynchronously dispatch an event

2007-03-23 Thread John Mark Hawley
(asynchronous) view of the api but I can not seem to create asynchronous behavior. dispatchEvent seems to always synchronously invoke registered event handlers. Is there a way to have a class method trigger an asynchronous event? Thanks in advance, Peter -- John Mark Hawley The Nilbog

Re: [flexcoders] Re: How to asynchronously dispatch an event

2007-03-23 Thread John Mark Hawley
. Thanks for the doLater() pointer. I can only find info on UIModel.doLater() in the 1.5 docs of flex. Has something changed in 2.0 in that context. Again, I appreciate people taking the time to get be bootstrapped with flex. Peter -- John Mark Hawley The Nilbog Group 773.968.4980

Re: [flexcoders] first impressions

2007-03-21 Thread John Barrett
Hi Clint, Thanks so much`-` I would be very interested in seeing how to set this up. Sounds like it does not matter on the operating system. Thanks so much for writing a tutorial, I am really looking forward to seeing it`-` John - Original Message From: Clint Tredway [EMAIL

Re: [flexcoders] recieve RTMP Stream in flex? This can't be this hard?

2007-03-20 Thread John Wilker
(event:AsyncErrorEvent):void { // ignore AsyncErrorEvent events. } } } AND THE MXML ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; xmlns:T8=components.* layout=vertical horizontalAlign=left T8:VideoExample / /mx:Application -- John Wilker Vice President Software

[flexcoders] Flex Module for Apache

2007-03-20 Thread John Barrett
this on adobe labs. Cheers, John Be a PS3 game guru. Get your game face on with the latest PS3 news and previews at Yahoo! Games. http://videogames.yahoo.com/platform?platform=120121

Re: [flexcoders] Coldfusion FDS App Wizards for FB 2 ?

2007-03-20 Thread John Barrett
Is this included in the mac version of Flex Builder? I finally am getting the money together to buy it this weekend`-` - Original Message From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, March 20, 2007 6:29:50 AM Subject: Re: [flexcoders]

Re: [flexcoders] first impressions

2007-03-20 Thread John Barrett
school schedule this term, and I thought that I would try again. I was wondering if you could offer a flex newbie some thought on this. Thanks so much, John - Original Message From: Clint Tredway [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, March 20, 2007 4:13:28

[flexcoders] Flex Module for IIS and Apache

2007-03-19 Thread John Barrett
in the hppd.conf file can't find the /flex/modules/mod_flex.so file. http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72catid=639threadid=1251889enterthread=y Thanks, John Don't

[flexcoders] Mistake on Adobe's Page for Flex builder?

2007-03-19 Thread John Barrett
know that FB helps in getting you up to speed with flex, and so I hope that this is not a mistake on the pricing. Also, I tried to get flex and ColdFusion to work together, but with no luck. Thanks in advance for any help, John

Re: [flexcoders] Re: using videoDisplay with netstream (FMS)

2007-03-19 Thread John Wilker
@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *John Wilker *Sent:* Friday, March 16, 2007 10:28 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: using videoDisplay with netstream (FMS) nobody? I searched and found a few references but none were clear enough (my failing

Re: [flexcoders] Re: using videoDisplay with netstream (FMS)

2007-03-19 Thread John Wilker
:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *John Wilker *Sent:* Friday, March 16, 2007 10:28 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: using videoDisplay with netstream (FMS) nobody? I searched and found a few references but none were clear enough (my

Re: [flexcoders] Re: using videoDisplay with netstream (FMS)

2007-03-19 Thread John Wilker
: There is an example in the doc showing this: http://livedocs.adobe.com/flex/201/html/controls_059_20.html Was that helpful? Stephen -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *John Wilker *Sent:* Friday, March 16, 2007 10:28 AM *To:* flexcoders

Re: [flexcoders] Re: Urgent call for Flex Portlet (Flex Taglibs) specialists (Ja

2007-03-19 Thread John Mark Hawley
need. The only common denominator is that both these portal servers are based on Apache Tomcat PLEASE PLEASE ASSIST. -- John Mark Hawley The Nilbog Group 773.968.4980 (cell) Yahoo! Groups Sponsor ~-- Something is new at Yahoo

Re: Re: [flexcoders] Re: using itemRenderer with List, how can I set the icon?

2007-03-19 Thread John Mark Hawley
this? Thanks -- John Mark Hawley The Nilbog Group 773.968.4980 (cell) Yahoo! Groups Sponsor ~-- Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/hOt0.A/lOaOAA/yQLSAA/nhFolB/TM

Re: [flexcoders] Mistake on Adobe's Page for Flex builder?

2007-03-19 Thread John Barrett
Hi Matt, Thanks for clearing this up for me, I am jazzed`-` John - Original Message From: Matt Chotin [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, March 19, 2007 3:36:49 AM Subject: Re: [flexcoders] Mistake on Adobe's Page for Flex builder

[flexcoders] FMS streams, need an flv file?

2007-03-18 Thread John Wilker
Hopefully an easy question. Is it standard/normal/typical that a stream from a Flash Media Server would have a .flv file in it's url? does that matter? I'm having trouble with a VideoDisplay.source when there's no .flv in the path. -- John Wilker Vice President Software Development/Writer Red

[flexcoders] Flex Module for Apache

2007-03-17 Thread John Barrett
is there. I would love to get this running, as it would be great to be able to use as a local server. Can anybody help me figure this out? Thanks so much,and aloha John The fish are biting. Get more

[flexcoders] Re: using videoDisplay with netstream (FMS)

2007-03-16 Thread John Wilker
nobody? I searched and found a few references but none were clear enough (my failing, not the poster's) Thanks On 3/15/07, John Wilker [EMAIL PROTECTED] wrote: So I've got a videDisplay component and I want to talk to FMS. I've got code to get my rtmp path for the media figured out. What I

<    1   2   3   4   5   6   7   8   >