Re: [flexcoders] using an OCX with Flex

2006-09-25 Thread John Dowdell
behave as you expect, but it's definitely an achievable goal. 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 --

Re: [flexcoders] Re: private constructors in flex

2006-09-22 Thread John Kirby
Title: quote But if your goal is to create a Singleton pattern...check this out: Gordon Smith said the following: I'm afraid that AS3 doesn't allow a constructor to be private.   - Gordon   From: [EMAIL PROTECTED]ups.com [mailto:[EMAIL PROTECTED]ups.com] On

Re: [flexcoders] suppressing Status Error?

2006-09-21 Thread John Grden
look at using try...catch...finaly in the docs, that's what you'll want to do to handle your errors   jpg  On 9/20/06, aaron smith <[EMAIL PROTECTED]> wrote: hey all, I am wondering how exaclty I suppress this error.. Error #2044: Unhandled StatusEvent:. level=error, code=It is happening wh

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

2006-09-19 Thread John C. Bland II
I have heard a lot of good things about WebOrb. The next version of the app will be rid of the web services so we'll see what works best.On 9/19/06, Sam Shrefler <[EMAIL PROTECTED]> wrote: John,   I know you had said you were using webServices..

Re: [flexcoders] Re: ToolTip Timers

2006-09-19 Thread John Kirby
hanks. .j Tim Hoff said the following: Hi John, Sam's suggestion to use the ToolTipManager's createToolTip and destroyToolTip methods would allow you to use your custom ToolTip component. But, since you would manually have to position and destroy the component anyway, have

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 introspec

Re: [flexcoders] ToolTip Timers

2006-09-18 Thread John Kirby
Title: quote Sam - Thanks... I've looked at that.  The problem is I'm creating custom components in my tooltip.  So I was trapping the create event to use my own custom tooltip which implements IToolTip.  This worked fine. Where I got stuck was on how to intercept the hide event.  Nothing I

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 valu

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

2006-09-18 Thread John C. Bland II
then why would I add 2 more steps (serializing and deserializing)? I'm not saying there isn't a place for it. I just don't see it.On 9/12/06, Sam Shrefler <[EMAIL PROTECTED] > wrote: John:   I'm a little confused by your reply.  Could y

[flexcoders] Newbie FlexUnit/FlexBuilder setup

2006-09-13 Thread John Mark Hawley
additional source folder, 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.ma

[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] 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 d

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 litt

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 o

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

2006-09-07 Thread John C. Bland II
2.0 so generics are used semi-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 dataset

[flexcoders] Flex + .NET Web Services irritations

2006-09-05 Thread John C. Bland II
WSDL.BadElement" faultDetail="null"]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

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 is t

[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 teste

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] 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 ( p

Re: [flexcoders] Re: Blitz XRay

2006-08-25 Thread John Grden
a AS3 connnector? --- 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

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 of the

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

2006-08-24 Thread John Mazzocchi
quot;{([EMAIL PROTECTED] == '') ? Number(1.0) : Number([EMAIL PROTECTED])}" Any clues? Ta. John -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Ya

[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 Sea

Re: [flexcoders] Re: Blitz XRay

2006-08-24 Thread John Grden
sing if the OSFlash 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: > > Y

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) * La

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 l

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

2006-08-21 Thread John Mazzocchi
, you could load it asvar list:XMLList = new XMLList('I like to drink beer every day(s).'); Peace, Mike On 8/20/06, John Mazzocchi <[EMAIL PROTECTED]> wrote: Just a quickie here ... can Flex handle mixed-content XML? As in where we hav

[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 ... I like to drink beer every day(s). It doesn't seem to ... any clues? Thanks for any help. John -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFA

Re: [flexcoders] Re: FDS 2.0

2006-08-18 Thread John Dowdell
ces accessed by multiple > users through a network (for example, 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

Re: [flexcoders] Flex and Rails - examples?

2006-08-17 Thread John C. Bland II
it to use it as a backend for RemoteObjects? cheers, karsten http://kadewe.blogspot.com -- John C. Bland II"I do what I can do when I can do it." - Chris Tucker, Money Talkshttp://www.gotoandstop.org - Home of FMUG.az __._,_.___ -- Flexcoders Ma

[flexcoders] ViewStack in TabNavigator + autoresize

2006-08-17 Thread John C. Bland II
ghts from parent items of TileList- removing all constraints (top, bottom, etc) from parent items 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.-- Joh

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

2006-08-16 Thread John Mazzocchi
ation Licence ; 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

Re: [flexcoders] Image manipulation on client side

2006-08-15 Thread John Dowdell
That's funny... I just replied 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@hous

Re: [flexcoders] SOT: Flash Player 9 distribution

2006-08-14 Thread John Dowdell
re the ones who can see 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.

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 sup

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: f

[flexcoders] Tree-to-tree drag & drop

2006-08-10 Thread John Mazzocchi
ere *false*. In short, you can't COPY nodes between them ... do I really 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%4

[flexcoders] Can a Tree node/leaf have a customItemRenderer?

2006-08-09 Thread John Mazzocchi
7;ll understand 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

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;    }   

[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] 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

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:

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

2006-08-07 Thread John Mazzocchi
: flexcoders@yahoogroups.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 the DataGrid

[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 or

[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{    mc.gotoAndStop("idle_"

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

[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

[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] 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! Ch

Re: [flexcoders] Re: Serverside FLV conversion?

2006-08-02 Thread John C. Bland II
chmitty" <[EMAIL 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 II"I do what I

[flexcoders] Populating Tree from XML thru HTTPService - agony

2006-08-02 Thread John Mazzocchi
ider in the Tree doesn't seem to change anything. In fact, I'm 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://grou

[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 dept

[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-archiv

[flexcoders] IconFunction issue

2006-08-01 Thread John Mazzocchi
The XML file "treexmldatastruct.xml" is: Thanks for any help. Cheers John This email and any files transmitted with

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

2006-07-28 Thread John Wilker
an see that data 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 w

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

2006-07-28 Thread John Wilker
MLList = baseXml..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

[flexcoders] using E4X to filter data in a datagrid

2006-07-28 Thread John Wilker
e use of either 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 WilkerVic

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

2006-07-25 Thread John C. Bland II
old data and an "array" was like a chest of drawers where you could reference each drawer with an index. What would an "arrayCollection" be in this analogy? Thanks, BB -- Jason -- John C. Bland II"I do wha

[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-archiv

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

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

2006-07-21 Thread John Dowdell
et more replies, but this list is focused more on the coding abilities in the new Flex release 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

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

2006-07-21 Thread John Buhl
nent: http://www.adobe.com/2006/mxml">           On 7/20/06, Ralf Bokelberg <[EMAIL PROTECTED]> wrote: Works for me, if i use the following external itemEditor http://www.adobe.com/2006/mxml ">                                                cheers,Ralf. On 7/20/06, John

[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 calle

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

2006-07-20 Thread John Buhl
006 15:53, 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 i

[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 r

Re: [flexcoders] Mac equivalent of ActiveX

2006-07-14 Thread John Dowdell
n, much less multiple ones which 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 privat

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

2006-07-06 Thread John Dowdell
. most users would find it natural to see 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 w

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

2006-07-06 Thread John
Loading configuration file /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

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

2006-07-06 Thread John
macFonts.ser from 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

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

2006-07-05 Thread John
as not announced any plans to release a Mac version. They did remark 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: flex

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

2006-07-05 Thread John
e 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 wrote: > > I can't figure out how to compile flex > app

[flexcoders] Compiling Flex--thank you!

2006-07-05 Thread John
er 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 Bus

[flexcoders] macFonts.ser file

2006-07-02 Thread John
nd am 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%40yahoogroup

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

Re: [flexcoders] using Mac to compile

2006-06-30 Thread John
run 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]&g

RE: [flexcoders] using Mac to compile

2006-06-29 Thread John
don’t believe we changed much there.   Matt   From: 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 compile Hi, When I use beta 3 to compile, and try to v

[flexcoders] using Mac to compile

2006-06-29 Thread John
n the mac 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%40y

Re: [flexcoders] Sample project for CRUD type application

2006-06-29 Thread John C. Bland II
CRUD style app. 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 II"I do what I can do when I can do it.

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

2006-06-29 Thread John C. Bland II
3QY, UK > > [EMAIL PROTECTED] p.marston% 40abdn.ac.uk> Tel: +44(0)1224 > > 273329 / +44(0)7798 723660 > > http://www.abdn.ac.uk/diss/ltu/pmarston/ > > <http://www.abdn.ac.uk/diss/ltu/pmarston/> > > http://www.abdn.ac.uk/diss/ltu/ < http://www.

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 --

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

2006-06-29 Thread John
name}/{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&g

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

2006-06-28 Thread John C. Bland II
there either; 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 II"I do what I can do when I can do it." - Chris Tucker, Money Talkshttp

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

2006-06-28 Thread John
ec] [exec] Result: 2BUILD 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 Se

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.

[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

Re: [flexcoders] Can Flex record audio locally?

2006-06-26 Thread John C. Bland II
ed to show the sound wave in Flex 2 or do 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

Re: [flexcoders] Can Flex record audio locally?

2006-06-26 Thread John C. Bland II
rd video and audio, but I just want to make sure. Thanks, Mike -- John C. Bland II"I 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:/

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

2006-06-24 Thread John C. Bland II
-Mark -- John C. Bland II"I 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 Searc

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

2006-06-24 Thread John C. Bland II
groups.com [mailto:flexcoders@yahoogroups.com] 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 bel

[flexcoders] FP 9 for Intel-based Macs?

2006-06-22 Thread John C. Bland II
d=2dda3d81 Thanks!-- John C. Bland II"I 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 S

[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 n

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

2006-06-21 Thread John Grden
4.000) 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 L

[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/flexc

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

2006-06-19 Thread John Grden
s. On 6/19/06, 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

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

2006-06-19 Thread John Grden
The University of Aberdeen Open Day 29th August 2006 Booking 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

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. F

Re: [flexcoders] Flash Player 9 Projected Adoption rate

2006-06-14 Thread John Dowdell
on rate may not matter so much as the IT staffing for a particular audience. (That "Flex 2.0 Really 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 Dowde

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

2006-06-14 Thread John C. Bland II
kable) jason --- 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 >

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

<    1   2   3   4   5   6   7   8   9   >