Re: [flexcoders] Real world usage of Flex

2007-11-22 Thread Dave Carabetta
Hi Yoni, We have a showcase set up to demonstrate some of the solutions we've delivered to our clients, and there's plenty more on the way. http://www.cynergysystems.tv/ Hope this helps. Regards, Dave. Cynergy On Nov 20, 2007 9:28 AM, real_yoni [EMAIL PROTECTED] wrote: Hi All, I'm

Re: [flexcoders] Dynamically convert a String to a Class?

2007-09-30 Thread Dave Carabetta
Check out the LiveDocs for getDefinitionByName(): http://livedocs.adobe.com/flex/201/langref/flash/utils/package.html Regards, Dave. Cynergy Systems On 9/30/07, keith [EMAIL PROTECTED] wrote: I want to convert something like the String mx.controls.ComboBox to a Class. I would use this to

Re: [flexcoders] callLater syntax

2007-09-14 Thread Dave Carabetta
Remove the quotes from around nominalLocatePopup in the callLater method, and you'll be good to go. Regards, Dave. Cynergy On 9/14/07, candysmate [EMAIL PROTECTED] wrote: I have a function nominalLocatePopup which I wish to pass an arguement to. The function expects a string to be passed to

Re: [flexcoders] HotFix 2 - brakes my WS Simple Header

2007-06-08 Thread Dave Carabetta
Well, in an extremely questionable decision, Adobe put a completely new Web Services implementation in hotfix 2 -- and then decided not to mention it anywhere in the release notes. Granted, the implementation is supposed to be more standards compliant, but one could make a strong argument that a

Re: [flexcoders] Flex 3.0 and FlexBuilder 2 - what's the plan?

2007-05-13 Thread Dave Carabetta
Hey Barry, I'm obviously not an Adobe employee so I'm not the official word you're looking for, but here are my quick 2 cents... Flex 3 isn't coming out anytime soon. If I had to guess (and I have no insider info, just pure speculation), it seems like MAX in Chicago at the end of September would

Re: [flexcoders] Re: Using Hibernate Association on Data Grid

2007-05-10 Thread Dave Carabetta
for the insight...I'll give this a shot and see where it goes...I think I was emotionally exhausted after getting the whole FDS/Hibernate thing running! Joe --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Dave Carabetta dcarabetta@ wrote: It sounds like you need a labelFunction

Re: [flexcoders] Using Hibernate Association on Data Grid

2007-05-08 Thread Dave Carabetta
It sounds like you need a labelFunction for the DataGridColumn: private function userNameLabelFunction( item : Object ) : String { return item.firstName + ' ' + item.lastName; } and then in your DataGridColumn, just add this to the column's definition: labelFunction=userNameLabelFunction

Re: [flexcoders] where do I go to get the com.adobe.ac.mxeffects package?

2007-04-28 Thread Dave Carabetta
Assuming you're using Flex 2.0.1 (because this is the updated package), you're looking for the Distortion Effects found here: http://weblogs.macromedia.com/auhlmann/archives/DistortionEffects.zip And here's the supporting blog entry for how to use them:

Re: [flexcoders] Flex Goes Open Source

2007-04-26 Thread Dave Carabetta
Most definitely. In fact, outside of the bug base being made public in the June timeframe along with some other infrastructure enhancements, you're probably not going to be a whole lot change until after Flex 3 (aka Moxie) is released in the second half of this year. I say that because Adobe

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

2007-04-19 Thread Dave Carabetta
not just some copycat Flash competitor. If you're looking for a balanced view of Silverlight's effect, check out his latest blog entry: http://www.cynergysystems.com/blogs/page/davewolf?entry=wake_up_and_see_the Regards, Dave Carabetta. Cynergy Systems, Inc. On 4/18/07, Scott Barnes [EMAIL

Re: [flexcoders] Unable to download Flex 2.0.1 patch for Flash CS3 Professional compatibility.

2007-04-18 Thread Dave Carabetta
Unless something was fixed between your post and now, the link works fine. I clicked on the link to the patch located at http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb401493 and it worked without issue. Regards, Dave. Cynergy Systems, Inc. On 18 Apr 2007 01:48:39 -0700, Teddy

Re: [flexcoders] Modules

2007-03-07 Thread Dave Carabetta
That would be because Modules weren't introduced until Flex 2.0.1. You'll need to update your Flex Builder/SDK to the 2.0.1 release in order to use Modules. Regards, Dave. Cynergy Systems, Inc. On 07 Mar 2007 05:29:28 -0800, darvon4u [EMAIL PROTECTED] wrote: I try to create modules by

Re: [flexcoders] Modules

2007-03-07 Thread Dave Carabetta
No, that means 2.0. When you click Help - About Adobe Flex Builder 2 in the IDE, you'll just see 2.0.1 displayed for the 2.0.1 release. Regards, Dave. Cynergy Systems, Inc. On 3/7/07, Andrey [EMAIL PROTECTED] wrote: But i have 2.0.143459, doesn't that mean 2.0.1? On 3/7/07, Dave Carabetta

Re: Re[2]: [flexcoders] Eclipse 3.2.2

2007-03-02 Thread Dave Carabetta
Hi Andriy, I found this article a little over a year ago, and I haven't looked back since: http://www.javalobby.org/java/forums/t18678.html It describes how to externalize the location of your eclipse plugins so that upgrading the IE doesn't cause you to have to re-install everything you have.

Re: [flexcoders] Eclipse 3.2.2

2007-03-01 Thread Dave Carabetta
I just did it and there are no issues to speak of thus far. Regards, Dave. Cynergy Systems, Inc. On 3/1/07, Chris Velevitch [EMAIL PROTECTED] wrote: Has anyone tried using Flex Builder 2.0.1 with Eclipse 3.2.2? I've just noticed that Eclipse 3.2.2 has just been released and I was wondering

Re: [flexcoders] URL Link in Flex Application

2007-02-26 Thread Dave Carabetta
mx:Script import flash.net.navigateToURL; /mx:Script mx:LinkButton label=Cynergy Systems, Inc. click=navigateToURL(new URLRequest('http://www.cynergysystems.com/'), '_blank'); / Regards, Dave. Cynergy Systems, Inc. On 2/23/07, Lisa Lee [EMAIL PROTECTED] wrote: Can you tell me how

Re: [flexcoders] This would make me very happy, a datagrid on STERIODS!

2007-02-20 Thread Dave Carabetta
This component might help get you down the path to the solution you want. It does row highlighting, and I'm sure you could easily add in styling if you want to. http://flexed.wordpress.com/2006/12/26/customgrid-v10-or-searchgrid-v20/ Regards, Dave. Cynergy Systems, Inc. On 2/19/07, boy_trike

Re: [flexcoders] no code completion with cairngorm

2007-02-17 Thread Dave Carabetta
Code completion doesn't work with SWCs I don't think. To solve your problem, you might just set up a second project in Flex Builder called Cairngorm 2.1 and then edit the Project References by selecting the Cairngorm project in the Properties of the project that uses it. This way, you don't have

Re: [flexcoders] Whats up with MXNA

2007-02-01 Thread Dave Carabetta
Actually, we did some pretty extensive checks on our end to make sure it wasn't us causing the problem, and it's not us. Regards, Dave. Cynergy Systems, Inc. On 2/1/07, Igor Costa [EMAIL PROTECTED] wrote: Jason Everything is going fine with my MXNA here. Kind of problem (if could be a

Re: [flexcoders] Drag-Resize MDI Example

2007-01-22 Thread Dave Carabetta
Do you mean something like this? http://www.cynergysystems.com/blogs/page/andrewtrice?entry=enhanced_flex_mdi_interface Regards, Dave. Cynergy Systems, Inc. On 1/14/07, John Kirby [EMAIL PROTECTED] wrote: Anyone know of a Flex 2 Drag-Resize MDI/Panel example? -- *Whether you think that

Re: [flexcoders] Since flex 2.0.1

2007-01-08 Thread Dave Carabetta
John, This link should give you all the info you need as far as what is changed and fixed in the new release: http://www.adobe.com/support/documentation/en/flex/2/releasenotes_flex201_sdk.html Further, and I'm not saying it will definitely fix your problems, but you may want to make sure you

Re: [flexcoders] Re: Docs included in 2.0.1 are broken

2007-01-08 Thread Dave Carabetta
That links work actually. You just have to remove the period at the end of it. Regards, Dave. Cynergy Systems, Inc. On 1/8/07, DannyT [EMAIL PROTECTED] wrote: Thanks Randy, although the link is currently not found. Dan On 08/01/07, jrunrandy [EMAIL PROTECTED] wrote: If you are not

Re: [flexcoders] useHandCursor

2006-12-13 Thread Dave Carabetta
Hi Sanjay, I believe you also need to set buttonMode=true for the cursor to appear. Regards, Dave. Cynergy Systems, Inc. On 12/13/06, sanjaypmg [EMAIL PROTECTED] wrote: Hi All, I cannt able to seee hand cursor while I roll the mouse over my label. I have used: mx:Label id=labl

Re: [flexcoders] Trace(), not in debug mode? [Flex 2]

2006-11-06 Thread Dave Carabetta
On 11/6/06, Roscoe P Coltrane [EMAIL PROTECTED] wrote: Hello, Is it possible to obtain trace output to the console or to a file when not running in debug mode? I have a sequence of events that works in debug mode but not in non-debug mode, I need to trace thru. I have been using the Flash

Re: [flexcoders] Re: Flex 2 Question

2006-11-06 Thread Dave Carabetta
On 11/6/06, Eric Fleming [EMAIL PROTECTED] wrote: I am at the beginning stages of learning Flex 2 but I cannot find any information about this online. If I have an application that has 5 tabs and when you click on a tab it will load a different form in each tab. Is there a way that the form

Re: [flexcoders] how to initialize all accordion tabs?

2006-10-26 Thread Dave Carabetta
On 10/25/06, Luis Eduardo [EMAIL PROTECTED] wrote: i am needing to set up some components of a closed tab on an accordion, but it appears that only the openned tab is well initialized. the components on the closed tabs remain all with NULL values until i open the tab. how can i tell

Re: [flexcoders] Flex 2 Application Modeling

2006-10-10 Thread Dave Carabetta
On 10/10/06, Nick Collins [EMAIL PROTECTED] wrote: Does anybody have any recommendations for some software to use to represent visually the architecture and modeling of a Flex 2 Cairngorm application? I've been going at it with Visio, but it's just not cutting it, especially since I have

Re: [flexcoders]

2006-10-09 Thread Dave Carabetta
On 10/9/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 09 October 2006 07:35, Olubunmi Falaki [ MTN - YelloDrome ] wrote: I am new to the concept of flex where do you think I should start.? Adobe's DevNet: http://www.macromedia.com/devnet/flex/ Also, don't forget about the LiveDocs,

Re: [flexcoders] Some Tutorials...

2006-10-08 Thread Dave Carabetta
Definitely look at Aral Balkan's excellent Flex 2 Quick Start series on Adobe.com:http://www.adobe.com/devnet/flex/index.html?tab:quickstart=1 In particular, his tutorials on data binding should help you out immensely.Regards,Dave.On 10/8/06, Ben Lucyk [EMAIL PROTECTED] wrote:

Re: [flexcoders] Re: flash player error Flash9.ocx when testing app

2006-09-30 Thread Dave Carabetta
On 9/30/06, tomkrcha [EMAIL PROTECTED] wrote: Hi, I have the same problem. I can't debug in FlexBuilder/Eclipse, because of missing Flash9.ocx. Anybody got idea? If the file is missing, then have you tried uninstalling and re-installing the Flash Player? The Flex Builder installer lays

Re: [flexcoders] Re: Expression for an array object name?

2006-09-28 Thread Dave Carabetta
On 9/28/06, jnewport [EMAIL PROTECTED] wrote: How can I print out what obj contains? I have tried trace(obj.toString()), but I get [object object]. I believe you can just do trace( ObjectUtil.toString(obj) ); to get that dump. Regards, Dave. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Re: Unable to access UserTransaction in DataService.

2006-09-27 Thread Dave Carabetta
I'm not sure if this is it, but have you read this TechNote about weaking typing and the ClassCastException? http://www.adobe.com/go/6b9a3b10 Regards, Dave. On 9/27/06, erik_jen5en [EMAIL PROTECTED] wrote: It seems that the problem is not isolated to only JBoss. I have deployed the

Re: [flexcoders] FP 9 Sandbox Bug Between Firefox and IE?

2006-09-20 Thread Dave Carabetta
On 9/20/06, Matt Chotin [EMAIL PROTECTED] wrote: I think this is a known issue. The viewSource SWF itself was probably not re-published with the network settings so even though the first SWF comes up correctly our view source logic is pre-compiled to use the network. I'll forward this in

Re: [flexcoders] Persist Flex session data

2006-09-20 Thread Dave Carabetta
On 9/20/06, Anas Mughal [EMAIL PROTECTED] wrote: Is there a way to persist flex session data on the user's computer? We are considering persisting very small amount of data. Search the documentation for Local Shared Objects:

[flexcoders] FP 9 Sandbox Bug Between Firefox and IE?

2006-09-19 Thread Dave Carabetta
Hi. I was wondering if somebody can confirm for me whether or not I've stumbled upon a Flash Player 9 bug. The source code is simply the source code from Ted Patrick's Flex Builder 101 Breeze demo located at http://www.adobe.com/devnet/flex/articles/flextv_flexbuilder101.html. I've also pasted it

Re: [flexcoders] Huge memory usage in Flex Builder 2 (release version)

2006-09-15 Thread Dave Carabetta
On 9/15/06, RBullotta [EMAIL PROTECTED] wrote: In a not-so-big Flex application, I'm noticing that FB is often consuming 500MB+ of RAM. Seems something is amiss... Yeah, Flex Builder's a huge memory hog. Have you tried this cheap trick?

Re: [flexcoders] Flex Training/Tutorials

2006-09-07 Thread Dave Carabetta
On 9/7/06, justin.aloha [EMAIL PROTECTED] wrote: I am new to Flex 2. I have a strong ColdFusion background and some Flash experience as well. Does anyone know of a good place to find tutorials and other means to learn Flex? I have checked the usual places, i.e. Adobe, flex.org, and used the

Re: [flexcoders] Problem with charts license

2006-08-04 Thread Dave Carabetta
On 8/4/06, Bill Lane [EMAIL PROTECTED] wrote: I'm having a problem with inputting our serial number for Flex Charting. FB2 has accepted the serial number no problem. But the charting says it's invalid. Should there be a different serial number for charting compared to FB2. Our IT guys say

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

2006-07-28 Thread Dave Carabetta
On 7/27/06, Mike Anderson [EMAIL PROTECTED] wrote: Hello Dave and All, I checked out the Article and it worked!! But I am confused why it worked... In some respects, I thought I was doing the same thing - but just in a different way. I was wondering if you could explain why one

Re: [Junk E-Mail - MED] [flexcoders] remote object mapping frustration

2006-07-27 Thread Dave Carabetta
On 7/27/06, Douglas Knudsen [EMAIL PROTECTED] wrote: thanks, yeah, I checked that like 500 times now, all looks fine and dandy. errr, so frustrating. All my other cfcs are mapping fine. DKProbably a dumb question, but have you refreshed both the server template cache and the browser cache to

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

2006-07-27 Thread Dave Carabetta
On 7/27/06, Mike Anderson [EMAIL PROTECTED] wrote: Hello Shannon :) Yes, I am doing precisely that. I was trying to avoid posting code, but it's the easiest way to show you everything I am trying to do. You can assume too, that yes I am bringing back a valid RecordSet from

[flexcoders] Flex Builder Problem: A console is not available

2006-07-26 Thread Dave Carabetta
Hi. I've just started having a problem with Flex Builder 2 (registered) where the Console tab constantly says A console is not available. I tried shutting the tab and created a fresh tab, but that didn't do anything. I then shut down FB and did a launch of the IDE with -clean appended to the .exe

Re: [Junk E-Mail - LOW] [flexcoders] Returning query results to flex from CFC

2006-07-24 Thread Dave Carabetta
An alternative way to write the resultHandler() function would be:import mx.collections.ArrayCollection;import mx.rpc.events.ResultEvent;[Bindable]private var companyInfo:ArrayCollection;private function resultHandler(event:ResultEvent):void { companyInfo = event.result as

[flexcoders] Flash Video Crash Frequency Becoming Alarming

2006-06-20 Thread Dave Carabetta
I posted this in the FP 9 forums, but it doesn't look like anybody really pays attention to it, so I thought I'd re-post this to more eyeballs to see what your experience has been: I know that there is a final push to get FP 9 out the door by the end of the month. However, I have to say that the

Re: [flexcoders] Flash Video Crash Frequency Becoming Alarming

2006-06-20 Thread Dave Carabetta
On 6/20/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 20 June 2006 15:56, Dave Carabetta wrote: Major commercial sites where the browser tends to crash: CNN.com ESPN.com I spent 5 minutes clicking on each site, and it didn't crash. Mind you, ESPN claims I needed Flash 8 most

Re: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-10 Thread Dave Carabetta
On 5/10/06, ColdFusion Editor [EMAIL PROTECTED] wrote: Hi. Would anyone here be interested in writing an article on Cairngorm for Fusion Authority? If so, please contact me offlist at editor AT fusion authority dot com.Judith,As a long-time user of ColdFusion and reader of FA, I

Re: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-10 Thread Dave Carabetta
On 5/10/06, Darren Houle [EMAIL PROTECTED] wrote: Judith, I might have to disagree with Dave... Although Steven's 6 part series is certainly very helpful, it addresses Cg .99 and contains multiple references to the sample files in the cairngrom99.zip download. There are quite a few

Re: [flexcoders] Flex2 Beta3: Mystic installation

2006-05-09 Thread Dave Carabetta
On 5/9/06, Bill Sahlas [EMAIL PROTECTED] wrote: Please review the release notes for J2EE installs @ http://mmbeta.macromedia.com/downloader.cfm?r=4463#j2ee Bill, Can you please put that page somewhere that's *not* behind that beta site? Perhaps on the Labs documentation page? I don't have

Re: [flexcoders] What is the url where I can download Flex Beta from

2006-04-17 Thread Dave Carabetta
On 4/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Can someone give it to me please http://labs.adobe.com/ Regards, Dave. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Re: All the bunch of idiots at Adobe, please note!

2006-04-17 Thread Dave Carabetta
On 4/17/06, t_msreddy [EMAIL PROTECTED] wrote: HO HO HO Here come the Adobe Chauvinist! This is not dirty laundry Tim. I am not using this a platform for airing my personal stuff. Sorry if you felt so. This is my personal experience related to Flex project. So I thought there is nothing wrong

Re: [flexcoders] It's not what you think ---- New IE Update puts huge Selector Around Flash Movies / Netscape, Opera Nor Firefox do this

2006-04-07 Thread Dave Carabetta
On 4/6/06, Robert Thompson [EMAIL PROTECTED] wrote: What you have to understand about Microsoft is they are extremely good at deception. Make no doubt about it, they are smart, if not in software, in market dynamics and legal dynamics. Trust me, I know, I've seen documents I can't

Re: [flexcoders] New IE Update puts huge Selector Around Flash Movies / Netscape, Opera Nor Firefox do this

2006-04-06 Thread Dave Carabetta
On 4/6/06, Robert Thompson [EMAIL PROTECTED] wrote: I just updated my IE explorer, and unless something else is going on, now Internet Explorer puts a huge selector around any FLEX/Flash Movies -- I mean on ANY site and I've been to many already. Has anyone else experienced this when

Re: [flexcoders] Re: Fedora Core 5 and Flex 1.5

2006-03-30 Thread Dave Carabetta
On 3/30/06, Renaun Erickson [EMAIL PROTECTED] wrote: I have had trouble with Apache 2.2 and ColdFusion, I am stepping on thin ice but would assume Apache 2.2 is the culprit. ColdFusion MX, any version, will not currently work with Apache 2.2. Steven Erat, a Senior Servers Support Engineer at

[flexcoders] Flex 2: ColdFusion Updater Install Issues with FES

2006-03-14 Thread Dave Carabetta
I've been trying to avoid using this list for install support, but I've tried the Labs Forums, two blogs, and another flex2dev mailing list that I don't think works anymore, so I'm out of options... I'm trying to get the Flex/ColdFusion Connectivity installer available on the Labs site

Re: [flexcoders] Flex 2: ColdFusion Updater Install Issues with FES

2006-03-14 Thread Dave Carabetta
Bill,Thanks so much for the detailed instructions. However, nothing came through attached. Would you mind e-mailing the files to dcarabetta (at) gmail.com? Also, I assume that I'll be able to deploy directly to a J2EE ColdFusion instance using the exe installer in a subsequent beta? I used the

Re: [flexcoders] Flash Player 8.5 Release Date?

2006-03-08 Thread Dave Carabetta
On 3/8/06, azhofeling [EMAIL PROTECTED] wrote: Currently have several projects in the queue that we would like to use Flex 2. Continued development in Flex 1.5 does not make sense given the non-portability issues. Has there been any dates suggested for a production version of Flash Player

Re: [flexcoders] IE Update disables Flash

2006-03-03 Thread Dave Carabetta
On 3/3/06, Clint Modien [EMAIL PROTECTED] wrote: Anyone else seen this?http://weblogs.asp.net/jgalloway/archive/2006/03/03/439483.aspx Should I start using FlashObject?Clint,Did you see/apply this hot fix released yesterday?http://www.macromedia.com/go/ace0407 Regards,Dave. --

Re: [flexcoders] jrun hot deployment of web-inf/classes ??

2006-02-17 Thread Dave Carabetta
On 2/17/06, Aldo Bucchi [EMAIL PROTECTED] wrote: Hi Douglas, mmmh tried it out, and jars placed in the web-inf/lib directory are not hot deployed either... perhaps wars are hot deployed... but that's not very useful in my architecture ( i have the server side part in a different project ).

Re: [flexcoders] Re: Flex/Coldfusion connectivity test app

2006-02-08 Thread Dave Carabetta
On 2/8/06, Dirk Eismann [EMAIL PROTECTED] wrote: Hi Ben, Frameworks used : - ColdSpring to handle our CFC-based model/service layers, that's very interesting. We also thought about giving ColdSpring a try - do you recommend it? It's a very young project and still in alpha so I wonder if

Re: [flexcoders]Install charting components with new Flex 2.0 build?

2006-01-06 Thread Dave Carabetta
On 1/6/06, Stacey Mulcahy [EMAIL PROTECTED] wrote: A couple of issues in using the new build versus the previous alpha – Where do I install the charting components? The directions no longer apply as directory names have changed. My tree component which previous worked, no longer does –

[flexcoders] Flex 2: Adding Result Set Column

2005-12-08 Thread Dave Carabetta
This is likely a very basic one, but I can't quite sort it out. I have a ColdFusion query that is returning a column of sub-totals. I'd like to use AS to calculate a grand total based on the sub-total column (named total). I'm using the code below, but I keep getting an Unknown Property total

Re: [flexcoders] Flex 2.0 Enterprise Services 2

2005-11-14 Thread Dave Carabetta
On 11/14/05, Boddula, Sridhar [EMAIL PROTECTED] wrote: Does any one know when Flex 2.0 Enterprise Services 2 Alpha will be available? The standard reply I've seen in a few places (notably this list) is by the end of the year. Regards, Dave. Yahoo! Groups Sponsor

Re: [flexcoders] Cool Flex Site with Free 30 day trial

2005-11-10 Thread Dave Carabetta
On 11/10/05, Sjors Pals [EMAIL PROTECTED] wrote: Yup, really lame, just use their contact info ;) 6960 W. O'Bannon Drive Suite 110 Las Vegas, NV 89117 Application looks really nice, one of the best Flex Sites i have seen. I keep getting a The connection to our server has been interrupted.

Re: [flexcoders] Re: Cool Flex Site with Free 30 day trial

2005-11-10 Thread Dave Carabetta
On 11/10/05, fowleryj [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Merrill, Jason [EMAIL PROTECTED] wrote: Perhaps their e-mail filter doesn't like e-mail addresses with underscores like my Yahoo one does. Either that or they don't like free e-mail addresses. I've seen some

Re: [flexcoders] Dual core license policy

2005-11-03 Thread Dave Carabetta
On 11/3/05, Mika Kiljunen [EMAIL PROTECTED] wrote: What is the Macromedia's license policy on dual core processors? Is a single dual core processor calculated as 1, 1.5 or 2 processors ? I couldn't find this info anywhere, but I think it would be nice to know J I can't remember where I read

Re: [flexcoders] Flex2: pricing info

2005-11-03 Thread Dave Carabetta
On 11/3/05, Aldo Bucchi [EMAIL PROTECTED] wrote: Hola, Where can I find pricing info?? I have to defend flex against some cheaper ajax frameworks. For this matter, I believe the serverless deployment model is the feature to highlight... any serverless flex apps TCO approximations? Dude,

Re: [flexcoders] Flex2: pricing info

2005-11-03 Thread Dave Carabetta
On 11/3/05, Aldo Bucchi [EMAIL PROTECTED] wrote: Thanks Daniel, Dave Dave, it might be in alpha, but it is still excelent leverage that can be used today. If a big client goes for an expensive Ajax framework for all 2006 then good bye to selling flex for a whole year. I don't want that to

Re: [flexcoders] Cannot get Remote objects connection

2005-10-03 Thread Dave Carabetta
On 10/3/05, yaagcur [EMAIL PROTECTED] wrote: Did a quick search of archives without luck but bear with me if this has already been answered I am trying to get data returned from a CFC on a remote machine (the same problem applies on a local machine) I have done this successfully with Flash

Re: [flexcoders] Re: Cannot get Remote objects connection

2005-10-03 Thread Dave Carabetta
On 10/3/05, yaagcur [EMAIL PROTECTED] wrote: Thanks for the suggestion. I'll do a search. The call is to a remote site and I'm getting an error *** Security Sandbox Violation *** at (Frame 1 of Layer Name Layer 1:2) Connection to http://www.majorleaguecharts.com/flashservices/gateway

Re: [flexcoders] Re: Flex Server Alternatives

2005-09-29 Thread Dave Carabetta
On 9/29/05, Alex Alex [EMAIL PROTECTED] wrote: I just purchased a 4 cpu license. Does this mean that there is no worth in it when zorn comes out? Will I get the new flex for free? Or do I have to pay all that money again? I hope Macromedia sorts all that out. Disclaimer: I don't work for

Re: [flexcoders] Problems with xmlns=http://www.macromedia.com/2003/flex-config in flex-config

2005-09-06 Thread Dave Carabetta
On 9/6/05, Roger Gonzalez [EMAIL PROTECTED] wrote: That isn't a URL, its a URI. Some URIs are also URLs. This one isn't. :-) Most XML IDEs provide a mechanism to map a URI to a physical (.xsd schema) file. I don't know how to do it in Eclipse, since I'm an IntelliJ user. Most should

[flexcoders] SOT: Macrovision FLEXnet Confusion?

2005-08-30 Thread Dave Carabetta
I know this is a bit OT as it's not a coding problem, but I was wondering if Macromedia had any issues with Macrovision selling a product called FLEXnet? Granted, it's not a direct competitor to Flex in any way, but Macrovision FLEXnet sure does sound a lot like Macromedia Flex. Are there any

Re: [flexcoders] Flex 2.0

2005-08-21 Thread Dave Carabetta
On 8/21/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Can you or somebody tell us more details about Flex 2.0? (new features, release date, pricing, types of licences, IDE, ...) Well, considering it literally doesn't exist yet, that's not really a question anybody (including Macromedia) can

Re: [flexcoders] Flex Pricing - a question about a Starter Kit ?

2005-08-08 Thread Dave Carabetta
On 8/8/05, jamiebadman [EMAIL PROTECTED] wrote: Hi, I recently stumbled across an entry on the Blog at http://www.mossyblog.com/archives/436.cfm where Lucian Beebe describes a 'Starter Kit' for Flex consisting of 4 CPU's plus Gold Support for $29,000. Just wondered if this package exists

Re: [flexcoders] Re: Fastest Hardware for Flex compilation

2005-08-08 Thread Dave Carabetta
On 8/8/05, kaibabsowats [EMAIL PROTECTED] wrote: Is not the Flex license per CPU regardless of Single, Dual? So the 4 Licenses in a starter kit can be used on 4 single Server, 2 Duals, etc... basically one per CPU. At least this is how Macromedia Sales Rep explained it to me. That changed

Re: [flexcoders] Re: Fastest Hardware for Flex compilation

2005-08-08 Thread Dave Carabetta
On 8/8/05, jwc_wensan [EMAIL PROTECTED] wrote: Dave: Am I understanding correctly, that the Starter Kit can ONLY be used on a SINGLE server that has from 1-4 CPUs? That's the way the EULA reads and what I am almost positive our sales rep told us back in late March when he was giving us a

Re: [flexcoders] headless server

2005-07-26 Thread Dave Carabetta
On 7/26/05, Clint Modien [EMAIL PROTECTED] wrote: I've set the server to be headless in the flex config... because we're deploying onto an ibm mainframe... I'm embedding one image (the application background) I still get the error coming up that says I need to set the flexConfig to

Re: [flexcoders] Flex License(s) Performance

2005-07-19 Thread Dave Carabetta
I'll take a stab at a high level. Comments inline below On 7/19/05, jwc_wensan [EMAIL PROTECTED] wrote: To All: I have asked MM and have not gotten what I see as a reasonable answer. Their own website says that the typical application would need 6-8 licenses. Let's take this

Re: [flexcoders] MM weblogs moved

2005-07-07 Thread Dave Carabetta
On 7/7/05, Matt Chotin [EMAIL PROTECTED] wrote: Most of the weblogs from Macromedia were moved from www.markme.com to weblogs.macromedia.com. The templates got uglier but the machine is better :-) If you see any problems let us know. Matt, Do you know when/if the /go/* feed URLs will be

Re: [flexcoders] MM weblogs moved

2005-07-07 Thread Dave Carabetta
On 7/7/05, John Dowdell [EMAIL PROTECTED] wrote: Dave Carabetta wrote: Do you know when/if the /go/* feed URLs will be updated? These are in the pipeline (gotta do it!), but the older machine was physically damaged, while its owners (Mike Chambers Christian Cantrell

Re: [flexcoders] Re: file handling

2005-06-06 Thread Dave Carabetta
On 6/6/05, dave buhler [EMAIL PROTECTED] wrote: *things to put on hold: file-upload workaround Ha. Well, I'd be careful with making that decision at this point. I mean, FP8 won't be out until August/September/October, from what MM has hinted, and it's going to take time before penetration

Re: [flexcoders] Post 60 Days - Development Mode?

2005-05-31 Thread Dave Carabetta
On 5/31/05, Rick Bullotta [EMAIL PROTECTED] wrote: What's the confusion? Well, since you asked J 1) You can't click on the Buy button to buy a FlexBuilder license (despite its presence in the dialog holdover from the Dreamweaver code?) 2) You can't Buy a MVLP (replacement

Re: [flexcoders] Double clicking on a datagrid

2005-05-23 Thread Dave Carabetta
On 5/23/05, dillo_mac [EMAIL PROTECTED] wrote: Hello folks, I'm looking to implement a double click method on a datagrid. I have searched high and low on the web and seem to have run into a dead end. Is this even possible to implement with flex? Any help would be greatly appreciated. You're

Re: [flexcoders] Web Services and CF7

2005-05-19 Thread Dave Carabetta
On 5/19/05, Thijs Triemstra | Collab [EMAIL PROTECTED] wrote: thanks for that updater link, dave. That .jar updater in the cfmx admin is very nice but cannot be installed with firefox (osx 10.4.1), I can't select select the updater from the java filebrowser thing, safari works fine though :-/

Re: [flexcoders] Flex Server Specification

2005-05-13 Thread Dave Carabetta
On 5/13/05, Tim Blair [EMAIL PROTECTED] wrote: Could anyone advise on the required (or recommended) server specs for running Flex? There'll be nothing else running on the box and we're looking at a Linux server. I get the feeling that the info here[1] is over-simplifying things a

Re: [flexcoders] Flex Server Specification

2005-05-13 Thread Dave Carabetta
On 5/13/05, Tim Blair [EMAIL PROTECTED] wrote: Thanks Dave, Even if there will be other apps/instances, I'd keep it at 1 GB and simply add more RAM to the box (it's so cheap nowadays, it's a no-brainer). We're actually going for 2Gb -- we will be adding separate instances in the near

Re: [flexcoders] Default Text Color?

2005-05-12 Thread Dave Carabetta
On 5/12/05, JesterXL [EMAIL PROTECTED] wrote: I suck at math; what is 734012 in hex? Thanks if you can help. b333c. Regards, Dave. Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an

Re: [flexcoders] Default Text Color?

2005-05-12 Thread Dave Carabetta
On 5/12/05, JesterXL [EMAIL PROTECTED] wrote: 0x0B333C; right? Correct. Regards, Dave. Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] * Your use of

Re: [flexcoders] Question about Flex Builder 1.5 and trial ending

2005-04-28 Thread Dave Carabetta
On 4/28/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: About 60 days ago I downloaded Flex Builder 1.5 and the 60 days is up. I was under the conclusion that after the 60 days were up it would convert to an IP limited version. However when I try to start it I get a message that I must

Re: [flexcoders] Re: Large Flex app architecture

2005-03-30 Thread Dave Carabetta
On Wed, 30 Mar 2005 20:30:50 -, chubbohead [EMAIL PROTECTED] wrote: For us newbies, can you point us to information on the Cairngorm architecture? Is it discussed in the interation::two book? http://www.richinternetapps.com/archives/94.html That's the initial release information.

Re: [flexcoders] Flex 1.5 price in euro

2005-03-25 Thread Dave Carabetta
On Fri, 25 Mar 2005 13:44:26 +0100 (CET), Duccio Del Ministro [EMAIL PROTECTED] wrote: Hi all, i have another question: why flex pricing starts at $12,000 USD and in euro 14,400 (18,671.84 US Dollar taken from http://www.macromedia.com/software/flex/buy/) VAT? Regards, Dave.

Re: [flexcoders] Has anyone written a custom DateField that changes years via combo?

2005-03-23 Thread Dave Carabetta
On Wed, 23 Mar 2005 13:51:29 +1000, Scott Barnes [EMAIL PROTECTED] wrote: Thanks Jeff, hmm is it my corporate proxy or does that site not load? probably the earlier. I had wanted to remove the user from typing in dates as well thats when typos / exceptions are going to occur (ie we are a

Re: [flexcoders] DRIA Book Form Problem

2005-03-11 Thread Dave Carabetta
On Fri, 11 Mar 2005 08:54:22 -0800, Matt Chotin [EMAIL PROTECTED] wrote: Move the DataFormatter tag so it's at the same level as the form tag. mx:Application mx:DataFormatter / mx:Form / / Yeah, I saw that and was able to move on. However, I'm curious as to why

Re: [flexcoders] Equivalent to Thread.sleep()

2005-03-08 Thread Dave Carabetta
On Mon, 7 Mar 2005 15:29:15 -0500, Carson Hager [EMAIL PROTECTED] wrote: I understand that it's a web application but that's hardly any excuse. Nothing in the Java or .NET world requires you to handle web service calls asynchronously. This is unique to Flash/Flex. Couldn't you put the

Re: [flexcoders] No Graphics Environment

2005-02-23 Thread Dave Carabetta
On Wed, 23 Feb 2005 12:30:59 -0700, Kevin Conboy [EMAIL PROTECTED] wrote: Hello, all. We're attempting to install a new Flex application on our headless Solaris server for cooperative development on Flex prototypes for an eventual application. When attempting to view our application in a