Re: [flexcoders] Gauges in Flex Charting

2006-09-18 Thread John Kirby
Title: quote Check this out: http://www.maani.us/gauge Ely Greenfield said the following: Hi Pramod. Building a guage in Flex/Flash should be pretty simple. Take two assets (background + needle), slap them together, and give the component a minimum, maximum, and value

Re: [flexcoders] Re: Flex + .NET Web Services irritations

2006-09-18 Thread John C. Bland II
I don't have a problem getting data. Sending native classes/objects is a problem. :-)On 9/18/06, barry.beattie [EMAIL PROTECTED] wrote: John, the July issue of ColdFusion Developers Journal has an article on using Flex's class introspection to automate

[flexcoders] Flex 2: Passing Custom Classes to .NET Web Service

2006-09-13 Thread John C. Bland II
Has anyone successfully done so? I found this blog (here: http://weblogs.asp.net/soever/archive/2005/10/29/428902.aspx) that showed how he did it with the mx:operation but I want to pass MyFunction(MyClassObject) and have it do what it needs to do. Any ideas?-- John C. Bland IIChief

[flexcoders] Newbie FlexUnit/FlexBuilder setup

2006-09-13 Thread John Mark Hawley
, with strange happenings happening thanks to all of them. No success. Any help? -Mark -- John Mark Hawley The Nilbog Group 773-968-4980 -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

[flexcoders] FDS: Trouble Pushing Data To the Client

2006-09-11 Thread John Crosby
We are having some trouble pushing data back to the client based on the results of a server side operation. Basically after updating some 'preference' data, we need to get the newly generated information for the preference changes. The updates seem to be working, but when we try to refresh the

Re: [flexcoders] Re: Flex + .NET Web Services irritations

2006-09-10 Thread John C. Bland II
Nah, I'm not interested in JSON. If we weren't using WSs we'd be using Remoting. Thanks though.On 9/7/06, Sam Shrefler [EMAIL PROTECTED] wrote: John: You might want to also check out JSON + .NET + Flex. I've written a tiny little little tutorial to help get

Re: [flexcoders] Re: Flex + .NET Web Services irritations

2006-09-07 Thread John C. Bland II
-heavily.Thanks.On 9/5/06, Tim Hoff [EMAIL PROTECTED] wrote: Hi John, Without seeing the code, the first error seems E4X related. I'm not sure if this will help you with the second error, but natively Flex doesn't accept .Net datasets without receiving this error. If that's

Re: [flexcoders] Re: Flex + .NET Web Services irritations

2006-09-07 Thread John C. Bland II
FLIPPIN' NAMESPACEI set the namespace and I'm rollin'! Now I can finish this app. :-) Thanks.On 9/5/06, John C. Bland II [EMAIL PROTECTED] wrote:Which code are you referring to seeing? I can't pass the WS code or url. As for the Flex code, it is based 100% off of the livedocs example

[flexcoders] Flex + .NET Web Services irritations

2006-09-05 Thread John C. Bland II
]The second one is odd because I KNOW the method is there AND that it works. I can hit the wsdl with another tool and it works perfectly fine.Any ideas? -- John C. Bland IIChief DeveloperKatapult Media, Inc. - www.katapultmedia.com---Biz Blog - http://blogs.katapultmedia.com/jb2 Personal Blog - http

Re: [flexcoders] Finding the root clip + getting the URL

2006-09-01 Thread John Grden
You know more than I do at this point ;)On 9/1/06, Daniel Wabyick [EMAIL PROTECTED] wrote: Thanks John, That definitely works, although I was curious how to do this using non-Flex API calls. I figured out that part of my problem

[flexcoders] XrayLogger for AS3

2006-08-31 Thread John Grden
I'm in the very early stages of getting Xray's connector ported over the AS3 and the first step has been to get the new Logger up and running. So far, it's working great and I've included an OutputPanel.mxml that users can include it in their app if they don't want to use the xray interface (

Re: [flexcoders] Finding the root clip + getting the URL

2006-08-31 Thread John Grden
application.url is what you're looking for Look at mx.core.Application properties hth, JPG On 8/31/06, Daniel Wabyick [EMAIL PROTECTED] wrote: I am trying to find the URL in which an application is running. Reading the documentation, I get the impression that I can use the root

[flexcoders] Xray Logger for Flex2 - Updated

2006-08-31 Thread John Grden
http://mirror1.cvsdude.com/trac/osflash/xray/browser/downloads/connector/flex/XrayLogger_as3_alpha.zip?format=raw Apologies to those that tired to compile and got the error as well as the status event errors without having the xray interface open. My bad!I've fixed those, and compiled and

RE: [flexcoders] Re: XML editor (contd)

2006-08-25 Thread John Mazzocchi
Tim, hi. Ta. Now just to figure out how to do that ... :) J -Original Message- From: Tim Hoff [mailto:[EMAIL PROTECTED] Sent: Friday, 25 August 2006 3:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: XML editor (contd) Hi John, Sure, the data object contains all

Re: [flexcoders] Re: Blitz XRay

2006-08-25 Thread John Grden
? --- In flexcoders@yahoogroups.com, John Grden [EMAIL PROTECTED] wrote: Sorry, it doesn't support AS3 yet. 1.6 connector is for AS2 applications only. The Xray interface that communicates with that connector is a Flex2 application however. On 8/24/06, Renaun Erickson [EMAIL PROTECTED] wrote

Re: [flexcoders] Blitz XRay

2006-08-24 Thread John Grden
http://www.osflash.org/xray#connectors_8.11.2006Let mek now if you have any questionsJPGOn 8/24/06, Chad Callahan [EMAIL PROTECTED] wrote: I was looking at http://osflash.org/xray for the XRay connector for Flex2 but couldn't find any downloads or

Re: [flexcoders] Re: Blitz XRay

2006-08-24 Thread John Grden
Yes, click on the link for the 1.6 version:http://mirror1.cvsdude.com/trac/osflash/xray/browser/downloads/connector/xray_conn_1.6.mxp?format=raw On 8/24/06, Renaun Erickson [EMAIL PROTECTED] wrote: The connectors link shows: Connectors (8.11.2006) *

Re: [flexcoders] Re: Blitz XRay

2006-08-24 Thread John Grden
site stated it supported AS3. How do you put the connector directly into a Flex2 application? Do you have the SWC or AS source code for the connector? Thanks for the info, --- In flexcoders@yahoogroups.com, John Grden [EMAIL PROTECTED] wrote: Yes, click on the link for the 1.6 version: http

[flexcoders] XML editor (contd)

2006-08-24 Thread John Mazzocchi
Never mind about my 2nd question, I've solved it :) Buty I'd still like an answer to my first one ... Can each row of a DataGrid have a separate and different custom ItemRenderer/Editor? Ta. J -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] writing an XML editor ... or trying to

2006-08-24 Thread John Mazzocchi
ones in the scaleX and scaleY fields don't work when @charwidth or @charheight is empty. scaleX={([EMAIL PROTECTED] == '') ? Number(1.0) : Number([EMAIL PROTECTED])} scaleY={([EMAIL PROTECTED] == '') ? Number(1.0) : Number([EMAIL PROTECTED])} Any clues? Ta. John

RE: [flexcoders] Can Flex handle mixed-content XML?

2006-08-21 Thread John Mazzocchi
could load it asvar list:XMLList = new XMLList('nodeI like to drink beer everyfield key="frequency"/ day(s)./node'); Peace, Mike On 8/20/06, John Mazzocchi [EMAIL PROTECTED] wrote: Just a quickie here ... can Flex handle mixed-content XML? As i

[flexcoders] Can Flex handle mixed-content XML?

2006-08-20 Thread John Mazzocchi
Just a quickie here ... can Flex handle mixed-content XML? As in where we have something like ... nodeI like to drink beer everyfield key=frequency/ day(s)./node It doesn't seem to ... any clues? Thanks for any help. John -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

Re: [flexcoders] Re: FDS 2.0

2006-08-18 Thread John Dowdell
, a server). A dual-core CPU is considered a single CPU for licensing purposes. http://www.adobe.com/products/flex/productinfo/faq/#item-34 jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com

[flexcoders] ViewStack in TabNavigator + autoresize

2006-08-17 Thread John C. Bland II
of TileList- set specific widths/heights of numerous combinations of items - set TabNavigator to resize with content- etc, etc, etcAnyone have any ideas here? I have to be missing something small here.-- John C. Bland III do what I can do when I can do it. - Chris Tucker, Money Talks http

Re: [flexcoders] Flex and Rails - examples?

2006-08-17 Thread John C. Bland II
ackend for RemoteObjects? cheers, karsten http://kadewe.blogspot.com -- John C. Bland III do what I can do when I can do it. - Chris Tucker, Money Talkshttp://www.gotoandstop.org - Home of FMUG.az __._,_.___ -- Flexcoders Mailing List FAQ: http://groups

[flexcoders] Flex doesn't like well-formed XML

2006-08-16 Thread John Mazzocchi
/ Licence/text /document; Can anyone tell me why? Thanks John -- 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

Re: [flexcoders] Image manipulation on client side

2006-08-15 Thread John Dowdell
to a similar question on a ColdFusion mailing list... let me paste the links here: Subject: Re: OT: Flash or Ajax to Compliment CF Project Date: Tue, 15 Aug 2006 11:29:48 -0700 From: John Dowdell [EMAIL PROTECTED] To: cf-talk@houseoffusion.com References: [EMAIL PROTECTED] Dakota Burns

Re: [flexcoders] SOT: Flash Player 9 distribution

2006-08-14 Thread John Dowdell
additional download offers on those pages. Specifying a minimum version in your OBJECT tag should be enough to avoid any exposure to unwanted offers. jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com

RE: [flexcoders] Tree-to-tree drag drop

2006-08-11 Thread John Mazzocchi
Title: Re: [flexcoders] Tree-to-tree drag & drop Thanks, in the meantime I've written some drag-n-drop functions (not that they work completely yet ;) John -Original Message-From: Joan Tan [mailto:[EMAIL PROTECTED]Sent: Friday, 11 August 2006 6:55 AMTo: flexco

RE: [flexcoders] Re: Tree-to-tree drag drop

2006-08-11 Thread John Mazzocchi
Kinda, yeah. Thanks. I'll keep working on my DND methods. John -Original Message- From: Michael Montagna [mailto:[EMAIL PROTECTED] Sent: Friday, 11 August 2006 3:20 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tree-to-tree drag drop COPY operations arent supported

[flexcoders] Tree-to-tree drag drop

2006-08-10 Thread John Mazzocchi
need to write my own drag drop functions? :/ Thanks John -- 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] Can a Tree node/leaf have a customItemRenderer?

2006-08-09 Thread John Mazzocchi
the paradigm that I'm considering (even though Magnolia doesn't use ComboBoxes, per se). Cheers John -- 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

Re: [flexcoders] Why does it take so long for a message to appear on this list?

2006-08-08 Thread John Grden
I see them on other lists, but maybe there is something wrong with the flexcoders filter - thanks for the tip ;)On 8/8/06, Tom Chiverton [EMAIL PROTECTED] wrote:On Monday 07 August 2006 21:50, John Grden wrote: I think the issue is that on this list, you don't see your own post.I do.You

[flexcoders] Was: Why does it take so long

2006-08-08 Thread John Grden
I think it WAS the filter for gmail-- [JPG] __._,_.___ -- 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

Re: [flexcoders] Finding the x/y position of an object

2006-08-08 Thread John Grden
I've been using this for a while now:public static function localToLocal(from:MovieClip, to:MovieClip, origin:Object):Object { var point:Object = origin == undefined ? {x: 0, y: 0} : origin; from.localToGlobal(point); to.globalToLocal(point); return point; } its never failed me yet. Of

RE: [flexcoders] Re: RadioButtons as customItemRenderers/Editors in DataGrids

2006-08-07 Thread John Mazzocchi
hoogroups.comSubject: [flexcoders] Re: RadioButtons as customItemRenderers/Editors in DataGrids Hi John, To get the RadioButtons inside an itemRenderer to work together, you need to associate them with a common RadioButtonGroup. Place this tag right above theDataGrid in your application:

Re: [flexcoders] Why does it take so long for a message to appear on this list?

2006-08-07 Thread John Grden
I think the issue is that on this list, you don't see your own post.I think that's something they should turn on if that's possible. I always check on other lists to make sure my post made it, it'd be nice if this one was the same ;) On 8/7/06, Dave Bobby [EMAIL PROTECTED] wrote:

[flexcoders] gotoAndStop Crash

2006-08-06 Thread John Chipps-Harding
Hi:I have uploaded an example of the gotoAndStop causing the flash player to crash... just quickly move the character about randomly and let me know if it crashes on yours! http://www.ukmn.net/studio/playframe/test_02/boxtrix.htmlPlease could you let me know if this is an issue with my system

[flexcoders] gotoAndStop causing browser to crash

2006-08-05 Thread John Chipps-Harding
Hi:I am embedding a movieclip into one of my classes using this method:[Embed(source='/sprites.swf', symbol='PlayerSprite')]private var PlayerSprite:Class;I need to use gotoAndStop to reflect a state change... e.g.:if(_isMoving){ mc.gotoAndStop(walk_+angle);}else{

[flexcoders] Styles editor

2006-08-04 Thread John Grden
Has that little gem been updated for the final release of FP9/flex 2?-- John Grden __._,_.___ -- 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] Styles editor

2006-08-04 Thread John Grden
Yes Yes Yes, that's the one!Sam rocks \m/Haha, sounds like shamrocks ;)On 8/4/06, sam / pixelconsumption [EMAIL PROTECTED] wrote: John, Do you mean the styles explorer? If so this one runs fine for me in the release player, http://examples.adobe.com/flex2

[flexcoders] WOW - FLEX/AS3 Performance

2006-08-03 Thread John Chipps-Harding
Hi:I am porting a game done in AS2 to FLEX/AS3. It has physics collision detection on an isometric playing board. The AS2 version used to slow down when you had maybe 10 objects moving at a time but in FLEX/AS3 there seems to be no slowing down even with over 100 objects on screen! Amazing!

[flexcoders] RadioButtons as customItemRenderers/Editors in DataGrids

2006-08-03 Thread John Mazzocchi
The subject line pretty much says it all ... has anyone had any experience with this? The problem being that the RadioButtons, each one created by a customItemEditor/Renderer and appearing one per row in a DataGrid, seem to act independently of each other ... Ta. John -- Flexcoders Mailing

[flexcoders] Populating Tree from XML thru HTTPService - agony

2006-08-02 Thread John Mazzocchi
kinda fuzzy about the whole lastResult / event.result methods anyway ... any pointers here? Or best practices? Is using URLLoader instead an option? Thanks John -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

Re: [flexcoders] Re: Serverside FLV conversion?

2006-08-02 Thread John C. Bland II
PROTECTED] wrote: Are there any tools out there that will let users submit mpeg/avi/wmv through a form and have a server component convert into flv for use with Flex apps? -- John C. Bland III do what I can do when I can do it. - Chris Tucker, Money Talkshttp

[flexcoders] IconFunction issue

2006-08-01 Thread John Mazzocchi
Spreadsheet date=01-07-2006 filetype=msexcel/ node label=Company Logo date=02-07-2006 filetype=jpg/ /node node label=Calendar date=03-07-2006/ node label=Sent date=04-07-2006/ node label=Trash date=05-07-2006/ /node Thanks for any help. Cheers John

[flexcoders] I need a ColorPicker dataGrid Renderer

2006-08-01 Thread John Buhl
Hello, I'm looking for a colorPicker renderer for a dataGrid. Has anyone successfully built one of these you could share? THanks John __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

[flexcoders] Game Depth Management

2006-08-01 Thread John Chipps-Harding
Hi:I have just started using Flex Builder 2 and am finding authoring Actionscript 3.0 projects a dream.I am having issues getting my head round the new way of managing depths. Specifically in an isometric game I am porting to AS3. Here is a snippet of code that shifts a sprite to a specific

[flexcoders] using E4X to filter data in a datagrid

2006-07-28 Thread John Wilker
directly binding to an E4X statement, or using MX binding to do the same. I'd like to have a function, that will filter my large XML dataset, using E4X (ie, get just the nodes that are of type XYZ) and use that to populate the datagrid.Hopefully that makes sense? -- John WilkerVice President Software

Re: [flexcoders] Re: using E4X to filter data in a datagrid

2006-07-28 Thread John Wilker
..myNodes.([EMAIL PROTECTED]); myDG.dataProvider = list; } Is that what you mean? HTH, Ben http://www.returnundefined.com/ --- In flexcoders@yahoogroups.com, John Wilker [EMAIL PROTECTED] wrote: I'm working on a project that has a datagrid, who gets data from an XML object. I'm trying to figure

Re: [flexcoders] Re: using E4X to filter data in a datagrid

2006-07-28 Thread John Wilker
and filter on it. Thx!On 7/28/06, John Wilker [EMAIL PROTECTED] wrote: that is what I mean :) I'll give that a shot. ThanksOn 7/28/06, ben.clinkinbeard [EMAIL PROTECTED] wrote: I don't have the IDE in front of me but I would think something like this should work

Re: [flexcoders] What is the difference between an Array and an ArrayCollection?

2006-07-25 Thread John C. Bland II
. What would an arrayCollection be in this analogy? Thanks, BB -- Jason -- John C. Bland III do what I can do when I can do it. - Chris Tucker, Money Talkshttp://www.gotoandstop.org - Home of FMUG.az __._,_.___ -- Flexcoders Mailing List FAQ

[flexcoders] VideoPlayer.metadataReceived - were'd it go?

2006-07-24 Thread John Grden
I did a search on the archives and through gmail/google and can't seem to find the infoany clues, much appreciated -- John Grden __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

RE: [flexcoders] Re: Populating ComboBox from Model/XML

2006-07-23 Thread John Mazzocchi
Thank you. Much appreciated. John -Original Message- From: ericonanson [mailto:[EMAIL PROTECTED] Sent: Saturday, 22 July 2006 12:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Populating ComboBox from Model/XML Hi, here is something that works, if you know cold fusion

[flexcoders] Populating ComboBox from Model/XML

2006-07-21 Thread John Mazzocchi
Hi, newbie question here ... just learning. I'm using Flex 2. There seem to be numerous errors and typos in the Adobe Flex Help files/PDFs and I'm hitting a snag here ... What I'd like to do, to begin with, is to populate a ComboBox from an external XML file. The section in the help files

Re: [flexcoders] Flash 9/AS3 (speech recognition generation)

2006-07-21 Thread John Dowdell
than in general media issues with the Adobe Flash Player. Interesting topic, though, and I wish you luck on the project. jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mxna Technotes

[flexcoders] DateField cellRenderer not working with date as String

2006-07-20 Thread John Buhl
The DateField cellRenderer works great when your date is already a Date object. However, since I am dynamically reading in an XML file the date field comes across as text, so I'm trying to cast it into a Date object before using the cellRenderer component. But it just won't work. Has anyone run

Re: [flexcoders] DateField cellRenderer not working with date as String

2006-07-20 Thread John Buhl
, John Buhl wrote: field comes across as text, so I'm trying to cast it into a Date object before using the cellRenderer component.But it just won't work.HasWhat format is the data string in ? Is it one Date can parse itself ?--Tom Chiverton This email

Re: [flexcoders] Mac equivalent of ActiveX

2006-07-14 Thread John Dowdell
integrate platform-neutral renderers. 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 record is best

[flexcoders] Compile flex on Mac--Problem is fixed!

2006-07-06 Thread John
localFonts.serBoth the command line now compiled and my ANT task in Eclipse worked as well.This is a very happy day, as I can compile flex on the mac again`-`Thanks to all who helped`-`John How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates. __._,_.___ -- Flexcoders

Re: [flexcoders] Compiling Flex--thank you!

2006-07-06 Thread John
/Applications/flex/frameworks/flex-config.xmldefaults: Error: unable to open './macFonts.ser'Any thought?Thanks so much for your help,JohnTom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 05 July 2006 14:28, John wrote: (3) java -jar {flex}/lib/mxmlc.jar -flexlib {flexdir}/frameworks/Flex.mxml

Re: [flexcoders] Applet running on Flex (production version)

2006-07-06 Thread John Dowdell
and approve a photoscan in a new window, I think. But at this point I can't offer design tips on the project; all I know is that browsers do not tend to let you display an applet within a plugin. Maybe one of the above paths could lead you where you wish...? jd -- John Dowdell . Adobe Developer

[flexcoders] Compiling Flex--thank you!

2006-07-05 Thread John
to come to the mac, as I heard that is being worked on.If anybody has a detailed solution and would like to help, please contact me at school:[EMAIL PROTECTED]Thanks very much for all those who have helped`-`John Want to be your own boss? Learn how on Yahoo! Small Business

Re: [flexcoders] Compiling Flex--thank you!

2006-07-05 Thread John
The Flex.mxml is located in flex/frameworks I just downloaded the flex SDK, and remaned the folder(the SDK) flex. Any help that you could provide to compile using the command line would be wonderful. Thanks so much, John --- Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 05 July 2006 03:45, John

RE: [flexcoders] Compiling Flex--thank you!

2006-07-05 Thread John
that if they do release a Mac version (and we all assume they will), it won't be until the next major revision of Flex Builder. (Does that mean Flex Builder 3? If so, that's 16+ months away!) Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Sent: Tuesday, July

[flexcoders] macFonts.ser file

2006-07-02 Thread John
about to give up!Thanks,John Do you Yahoo!? Next-gen email? Have it all with the all-new Yahoo! Mail Beta. __._,_.___ -- 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] using Mac to compile

2006-06-30 Thread John
windows, then I can use FlexBuilder. I have never had so many problems trying to compile the flex files. I can't seem to get anything to work, very frustrating! Thanks so much for your help, it is very nice of you to help`-` Thanks again, John --- Tom Chiverton [EMAIL PROTECTED] wrote: On Friday

Re: [flexcoders] using Mac to compile

2006-06-30 Thread John
, but at this point whatever works.Thanks,JohnTom Chiverton [EMAIL PROTECTED] wrote: On Friday 30 June 2006 11:47, John wrote: Hi Tom, Thanks so much for getting back to me. Been trying to get the final release to work with Eclipse ANT, but have had no luck!Does it work without ANT ?I.e., install

Re: [flexcoders] Final release--problems--please help

2006-06-29 Thread John
}/{flex}/{framework}I am sorry I can't be more clear, as I am a newbie at flex. Thanks for any help that you might be able to provide,ThanksJohnTom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 28 June 2006 23:19, John wrote: Buildfile: /Users/johnbarrett/flexSamples/build.xml cForm: compileMXML

Re: [flexcoders] Final release--problems--please help

2006-06-29 Thread John
that there have been changes in the new flash player, and therefore have problems still. Thanks again, I might have to get flex builder, and a windows machine, as I can't seem to figure out how to compile mxml files on the mac with the final release:( Thanks again for all your help, John --- Tom

Re: [flexcoders] Re: Net.Connection debugger - Is there something like it in Flex2?

2006-06-29 Thread John C. Bland II
/ __ The University of Aberdeen Open Day 29th August 2006 Booking is essential www.abdn.ac.uk/openday email [EMAIL PROTECTED] mailto:openday% 40abdn.ac.uk or call 0800 027 1495 -- John C. Bland III do what I can

Re: [flexcoders] Sample project for CRUD type application

2006-06-29 Thread John C. Bland II
. There are lots that get and show data, but none that have a grid and an update form and use databinding to tie it all together. If anyone has a sample they can share, I would appreciate it. -- John C. Bland III do what I can do when I can do it. - Chris Tucker

[flexcoders] using Mac to compile

2006-06-29 Thread John
with the final release?Thanks,John Yahoo! Music Unlimited - Access over 1 million songs. Try it free. __._,_.___ -- 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] using Mac to compile

2006-06-29 Thread John
changed much there. MattFrom: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Sent: Thursday, June 29, 2006 6:13 PM To: flexcoders Subject: [flexcoders] using Mac to compileHi, When I use beta 3 to compile, and try to view in the final release

[flexcoders] Flex Release problems, Please Help

2006-06-28 Thread John
hi, I just install the new flex SDK, but I can't compile, I get this error: Error: unable to open '/Users/johnbarrett/John/frameworks/macFonts.ser' The file does exsist, any ideas how to fix this I am using eclipse on the mac with a build.xml file. Thanks, John

Re: [flexcoders] Flex Release problems, Please Help

2006-06-28 Thread John
need sleep:(Thanks again for all your help,JohnTom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 28 June 2006 13:17, John wrote: macFonts.seIt's in /frameworks/macFonts.serhere.Are you sure the download wasn't damaged ?b73f557badd77aad1ac1452f3ca57ae3 flex_sdk_2.zip-- Tom Chiverton

[flexcoders] Final release--problems--please help

2006-06-28 Thread John
UILD SUCCESSFULTotal time: 10 secondsCan anybody please help me figure this out.Thanks,John Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail Beta. __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archi

[flexcoders] Flex 2 Video Player (with funny videos)

2006-06-28 Thread John C. Bland II
; lol). This started out by me working on Christophe's FMS app then I couldn't help but do something with Video. Click here to see the app. This videos are pretty coo too. :-)-- John C. Bland III do what I can do when I can do it. - Chris Tucker, Money Talkshttp://www.gotoandstop.org - Home

Re: [flexcoders] Can Flex record audio locally?

2006-06-26 Thread John C. Bland II
to make sure. Thanks, Mike -- John C. Bland III do what I can do when I can do it. - Chris Tucker, Money Talkshttp://www.gotoandstop.org - Home of FMUG.az __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

Re: [flexcoders] Can Flex record audio locally?

2006-06-26 Thread John C. Bland II
some simple sound editing, this is where flex 2 (as a UI front-end) come short of. Btw, letting flash player do some low level mic/sound stream processing doesn't really means it will rule out FMS, they are for very different kind of use cases in my opinion.Jeremy. On 6/26/06, John C. Bland II [EMAIL

Re: [Junk E-Mail - LOW] [flexcoders] FP 9 for Intel-based Macs?

2006-06-24 Thread John C. Bland II
] On Behalf Of John C. Bland IISent: Thursday, June 22, 2006 6:25 PMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] FP 9 for Intel-based Macs? I don't have one but one of our customers wrote and provide the text below. It is regarding FP 8 so my next thought was...what about 9

Re: [flexcoders] Breeze, SyncSWF and Flash 9?

2006-06-24 Thread John C. Bland II
-- John C. Bland III do what I can do when I can do it. - Chris Tucker, Money Talkshttp://www.gotoandstop.org - Home of FMUG.az __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

[flexcoders] FP 9 for Intel-based Macs?

2006-06-22 Thread John C. Bland II
Thanks!-- John C. Bland III do what I can do when I can do it. - Chris Tucker, Money Talks http://www.gotoandstop.org - Home of FMUG.az __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

[flexcoders] Flash/ASO and ZoneAlarm Security Suite (v6.5.714.000).

2006-06-21 Thread John Grden
) apparently causes this issue. You need to downgrade to the last version or un-install until they get a fix together.Hth,PS I'm going to verbally harass them to tears and general weeping. No need to spam them...nah, go ahead. -- John Grden - Blitz __._,_.___ -- Flexcoders Mailing List FAQ: http

[flexcoders] Re: Flash/ASO and ZoneAlarm Security Suite (v6.5.714.000).

2006-06-21 Thread John Grden
They're latest version fixes this issue. Just released yesterdayOn 6/21/06, John Grden [EMAIL PROTECTED] wrote: If you use zone alarm and you did the latest update (like I did), you might notice that you're going through a slight nightmare right now with file modified dates not being updated

[flexcoders] labs downloads site down?

2006-06-20 Thread John Grden
https://www.adobe.com/cfusion/entitlement/index.cfm?e=labsisn't working, anyone else seeing this?-- John Grden - Blitz __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread John Grden
is essential www.abdn.ac.uk/openday email [EMAIL PROTECTED] or call 0800 027 1495 -- What goes up, does come down. -- John Grden - Blitz __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread John Grden
, John Grden [EMAIL PROTECTED] wrote: This worked for me just fine ;) Thanks for the help,JGOn 6/15/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, This is what I do, Rename your project, oldProj or something. Create a new project with the same name as your old

Re: [flexcoders] Using HTTPService in a function

2006-06-17 Thread John Michael Resler
When you're interacting with the webservice, are you retrieving the SWF from the same domain as the web service? The Flex Documentation states : Macromedia Flash Player operates within a security sandbox that limits what Flex applications and other Flash applications can access over HTTP.

Re: [flexcoders] Uh oh Ajax...

2006-06-14 Thread John C. Bland II
AIM Lawyer of the Year at the 2005 Growth Company Awards -- John C. Bland III do what I can do when I can do it. - Chris Tucker, Money Talkshttp://www.gotoandstop.org - Home of FMUG.az __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

Re: [flexcoders] Uh oh Ajax...

2006-06-14 Thread John C. Bland II
lol. I hear you but X can be nixed, for most ajax implementations at least. You know what I mean though.On 6/14/06, Tom Chiverton [EMAIL PROTECTED] wrote:On Wednesday 14 June 2006 12:21, John C. Bland II wrote: AJAX IS _javascript_^ and XML:--)--Tom Chiverton

Re: [flexcoders] Re: Uh oh Ajax...

2006-06-14 Thread John C. Bland II
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 14 June 2006 12:21, John C. Bland II wrote: AJAX IS _javascript_ ^ and XML :--) -- Tom Chiverton -- John C. Bland III do what I can do when I can do it. - Chris Tucker

Re: [flexcoders] Flash Player 9 Projected Adoption rate

2006-06-14 Thread John Dowdell
Soon Now estimate matches the guidance I've seen on this list, as well as elsewhere... I don't know the date, but we're close.) jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mxna

Re: [flexcoders] Convert AJAX to Flex?

2006-06-13 Thread John C. Bland II
/group/flexcoders/* 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/ -- John C. Bland III do what I can do when I can do it. - Chris Tucker, Money Talkshttp://www.gotoandstop.org - Home of FMUG.az

Re: [flexcoders] Excel Export

2006-06-13 Thread John C. Bland II
know how to export to excel, like they do on the timetracker application on the showcase page on http://labs.adobe.com/showcase/. Thanks Bill -- John C. Bland III do what I can do when I can do it. - Chris Tucker, Money Talkshttp://www.gotoandstop.org - Home

Re: [flexcoders] How to drag a file into Flash?

2006-06-12 Thread John C. Bland II
a plugin to Eclipse so the workflow is seamless. I assume it support flash player 8.5( 9 maybe ?) and can wrap flex2 swf. On 6/12/06, John Grden [EMAIL PROTECTED] wrote: will zinc work with a Flex2 swf?? I've heard about Rebus, but after reading, Rebus is just a hey let's see what you

Re: [flexcoders] Convert AJAX to Flex?

2006-06-12 Thread John C. Bland II
! Groups is subject to:http://docs.yahoo.com/info/terms/ -- John C. Bland III do what I can do when I can do it. - Chris Tucker, Money Talkshttp://www.gotoandstop.org - Home of FMUG.az __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Resize handle hack?

2006-06-11 Thread John Grden
of thing? private function updateSize(xdif:Number, ydif:Number):void{ width = mouseX+xdif; height = mouseY+ydif;} -- John Grden - Blitz __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

Re: [flexcoders] How to drag a file into Flash?

2006-06-11 Thread John Grden
:) -- John Grden - Blitz __._,_.___ -- 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

Re: [flexcoders] How to drag a file into Flash?

2006-06-11 Thread John C. Bland II
Jump on the Beta: http://www.multidmedia.com/devlabs/. (Flex is supported in upcoming version)On 6/11/06, Muzak [EMAIL PROTECTED] wrote: Zinc does currently not support Flex swf's. regards, Muzak - Original Message - From: John Grden [EMAIL PROTECTED

<    1   2   3   4   5   6   7   8   >