Re: [flexcoders] Flex Developers in Houston

2010-09-08 Thread Eric Dunn
I'm a Flex Developer in Houston! Eric W Dunn Adaption Technologies 281-465-3326 ed...@adpt-tech.com From: Brendan Meutzner bmeutz...@gmail.com To: flexcoders@yahoogroups.com Sent: Tuesday, September 7, 2010 1:53:23 PM Subject: [flexcoders] Flex Developers in Houston Why? Can you

[flexcoders] Remote objects issue - Channel.Connect.Failed error NetConnection.Call.BadVersion

2010-03-22 Thread Eric Dunn
I am running into an issue where I am attempting to use a remote object to retrieve data. I am getting the following error on the initial attempt, but seems to work on all other connections after the initial one: faultCode: Client.Error.MessageSend faultDetail: Channel.Connect.Failed error

[flexcoders] Audio Issues

2010-01-19 Thread Eric Dunn
Can anyone point in the right direction.. I am having issues with echo in a voice mail player that I am building. I have read that Flash Player has this capability, but it is reserved for premium users... How should I go about coding for this issue? Eric W Dunn Adaption Technologies

[flexcoders] Setting Audio Output - is it possible to assigned audio outpu?

2010-01-19 Thread Eric Dunn
Is it possible to get a list of audio output devices (speakers/headphones) similar to a list of input devices (microphone)? I have looked and not finding any love... any ideas? Eric W Dunn Adaption Technologies 281-465-3326 ed...@adpt-tech.com

Re: [flexcoders] NumericStepper override class

2010-01-08 Thread Eric Dunn
] NumericStepper override class Do you need to disable it for the whole range of numbers or just for some of them ? C From: Eric Dunn ed...@adpt-tech.com To: flexcoders flexcoders@yahoogroups.com Sent: Thu, January 7, 2010 11:43:03 PM Subject: [flexcoders] NumericStepper override class

[flexcoders] NumericStepper override class

2010-01-07 Thread Eric Dunn
I have the need to disable the up arrow and/or down arrow on a series of numericSteppers .. I believe I will need to create a new class that extends the NumericStepper class. I have studied the numericStepper class and not sure what I need to override or exactly what needs to written. Any

[flexcoders] An Array of Class Objects???

2009-08-26 Thread Eric Dunn
Hello peeps, I am need of some assistance.. I am trying to define a complex object within a couple of classes. I am trying to build a data structure like: devices deviceType MAC port port port / MAC MAC port / MAC MAC port port / MAC /deviceType deviceType MAC port / MAC MAC

[flexcoders] local microphone not working from Flex App

2009-07-02 Thread Eric Dunn
Morning all, I am working on a flex soft phone component to add to our dashboard using Zingaya. I am working with Flex Builder 3 - sdk 3.2 on a XP machine. The canvas is housing the interface and the functions utilizing a SWC to communicate with the Zingaya api. I have a working prototype

Re: [flexcoders] Re: Dispatching Events from SWC - via Class`

2009-05-07 Thread Eric Dunn
? PopUps, for example are not. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com ] On Behalf Of Eric Dunn Sent: Friday, May 01, 2009 4:23 PM To: flexcoders Subject: [flexcoders] Dispatching

[flexcoders] Dispatching Events from SWC - via Class`

2009-05-01 Thread Eric Dunn
I am trying to creating a custom event in a actionscript class that will be distributed via a swc file.. I need to notify the parent application of when data is finished loading. Here is what I've been playing with: Class File: created as a Flex Library Project package

[flexcoders] Re: Module Issue.... Resolved!

2009-02-20 Thread Eric Dunn
I figured out what I was missing.. I had to go into the project properties and add the modules to load ... Eric W Dunn Adaption Technologies 281-465-3326 ed...@adpt-tech.com

Re: [flexcoders] Module Issue....

2009-02-18 Thread Eric Dunn
...@yahoogroups.com] On Behalf Of Eric Dunn Sent: Tuesday, February 17, 2009 10:48 AM To: flexcoders Subject: [flexcoders] Module Issue I have done this twice before and apparently I am forgetting something.. 1) Create a main app with add a ModuleLoader and a button to load module. 2) Create Module

Re: [flexcoders] Re: Module Issue....

2009-02-18 Thread Eric Dunn
Sent: Wednesday, February 18, 2009 11:31:05 AM GMT -06:00 US/Canada Central Subject: [flexcoders] Re: Module Issue Eric, there is error in you code, in closing Tag of /mx:module Rectify it may solve your problem. --- In flexcoders@yahoogroups.com , Eric Dunn ed...@... wrote

[flexcoders] Module Issue....

2009-02-17 Thread Eric Dunn
I have done this twice before and apparently I am forgetting something.. 1) Create a main app with add a ModuleLoader and a button to load module. 2) Create Module - added some text field to display data.. 3) Run app and click button to load module.. I click the button and nothing happens...

Re: [flexcoders] Re: Pop-up Window issue

2009-01-28 Thread Eric Dunn
. --- In flexcoders@yahoogroups.com , Eric Dunn ed...@... wrote: I set break points on the method that launches the pop up. The break point never hits. I delete a schedule, pop up closes. I then try to delete another schedule and the schedule is deleted, I see the confirmation result (alert

[flexcoders] Charting puzzle?

2009-01-28 Thread Eric Dunn
I am trying to build a chart to display the Long Distance used out of total allocated minutes. I have a Bar Chart and an array. If I want to display the minutes used without showing the total minutes, everything is fine and dandy. But when I add the mx:LinearAxis maximum = 6000 line, the chart

Re: [flexcoders] Re: Pop-up Window issue

2009-01-28 Thread Eric Dunn
to it in an array that is part of Application.application. Then when I need that window I check if it's already in the array and just make it visible. If it is not in the array, I create a new window and place a reference to it in the array. --- In flexcoders@yahoogroups.com , Eric Dunn ed...@... wrote

Re: [flexcoders] Charting puzzle?

2009-01-28 Thread Eric Dunn
that are not plotted (questionable, and a decision that makes issues like this really hard to diagnose, but not entirely crazy). -Maciek -Original Message- From: flexcoders@yahoogroups.com on behalf of Eric Dunn Sent: Wed 1/28/2009 9:21 AM To: flexcoders Subject: [flexcoders] Charting

Re: [flexcoders] Pop-up Window issue

2009-01-23 Thread Eric Dunn
: flexcoders@yahoogroups.com [ mailto:flexcoders@yahoogroups.com ] On Behalf Of Eric Dunn Sent: Thursday , January 22, 2009 12:21 PM To: flexcoders Subject: [flexcoders] Pop-up Window issue Not sure what is going on.. maybe someone can help .. Here is the set up: Main app with a manage

Re: [flexcoders] Pop-up Window issue

2009-01-23 Thread Eric Dunn
up the dialog to make sure it is in fact being re-launched on close and examine the call stack to see why. Once we know why it will be easier to suggest fixes. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Eric Dunn Sent: Friday, January 23, 2009 6:52 AM

[flexcoders] Pop-up Window issue

2009-01-22 Thread Eric Dunn
Not sure what is going on.. maybe someone can help .. Here is the set up: Main app with a manage button. The button opens a pop up TitleWindow where a user can add, update or delete schedules. Once a schedule has been added, updated or deleted, the hanged is pushed to the database and the

[flexcoders] Flex with WebOrb Issues... no build

2008-10-30 Thread Eric Dunn
Hello all.. I've got Flex 3 Builder running on a XP machine with WebOrb for Java installed and the project is using SVN. I am in the process of trying to convert an existing Flex app over to try and run on WebOrb. I was successiful in converting the standalone app (not running on a server)

[flexcoders] Flex Project to be converted to run on WebOrb

2008-10-10 Thread Eric Dunn
Hello all, Does anyone know how to convert a Flex Project to run on a server that was not originally configured to do so? I have a project that that is currently configured to standalone. I have been playing with WebOrb and would like to convert this existing project to run in WebOrb. The