[flexcoders] Can you use BlazeDS receiving SOAP WS can be turned into typed objects?

2009-07-13 Thread app.developer
Can you use BlazeDS receiving SOAP WS can be turned into typed objects? Has this been done been done before? P

[flexcoders] AMR Format and ActionScript

2009-07-10 Thread app.developer
Is there a way to play back the audio format, AMR without having to convert it to something like an MP3...with actionscript? Thx bunches, P

[flexcoders] Atlanta Flex 4 Pre-release Tour

2009-05-28 Thread app.developer
Who's attending the Atlanta Flex 4 Pre-release Tour?

[flexcoders] Negative Mask

2009-03-23 Thread app.developer
If I wanted to have an image, would someone point me to a negative or reverse mask tutorial. I'm having a dickens of a time locating a current AS 3.0 or Flex 3 or 4 example. TIA, P

[flexcoders] Re: Upload Image

2009-03-06 Thread app.developer
You may wish to manipulate the image before you upload to the server. With Flash 10 drawing API, you may upload to the client application, manipulate the image, then save the image by uploading the image to the server. A good article is Senocular's tutorial, Flash Player 10 Drawing API

[flexcoders] Re: Images

2009-03-05 Thread app.developer
You have the three images you mentioned earlier, let's name them imgLogoLeft, imgCenter, imgLogoRight. Take an HBox, (imagine a table in HTML that has 3 columns) placing the imgLogoLeft first, a Spacer to push the logo images apart from one another, and imgLogoRight. With each logo image, you

[flexcoders] Re: local file thumbnail preview :: possible?

2009-02-16 Thread app.developer
--- In flexcoders@yahoogroups.com, app.developer appdevelo...@... wrote: --- In flexcoders@yahoogroups.com, artur_desig2dev artur@ wrote: nevermind.. found it: http://blog.flexexamples.com/2008/08/25/previewing-an-image-before- uploading-it-using-the-filereference-class-in-flash

[flexcoders] Re: Flas 10 on mobile is a go

2009-02-16 Thread app.developer
A big THANK YOU to Adobe and the necessary mobile vendors that made this happen. Precia --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: It seems full blown Flash Player 10 (not lite !) is to come to just about every mobile smartphone except the iPhone (Apples

[flexcoders] Re: local file thumbnail preview :: possible?

2009-02-13 Thread app.developer
--- In flexcoders@yahoogroups.com, artur_desig2dev ar...@... wrote: nevermind.. found it: http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/ * thanks Juan! Uhh Isn't that using Flex 4 (Gumbo). How do

[flexcoders] Varying width columns in columnchart

2008-12-19 Thread app.developer
How may one go about creating columns of varying width in a columnchart?

[flexcoders] Re: How to pass data to popup window?

2008-10-31 Thread app.developer
Mark, What data are you passing to the popup so I can get an idea of what to pass to the window...and do you want to do this with or without a framework? Precia --- In flexcoders@yahoogroups.com, markflex2007 [EMAIL PROTECTED] wrote: Hi , I need pass data from main window to popup

[flexcoders] Re: Multiple webservice calls

2008-09-17 Thread app.developer
that come in). Best regards and thanx for the info so far. --- In flexcoders@yahoogroups.com, app.developer appdeveloper@ wrote: Look up AsyncToken. This extend the EventDispatcher. This class provides a place to set additional or token-level data for asynchronous RPC operations

[flexcoders] Re: Print Selected Area of Image

2008-09-17 Thread app.developer
Did something like this a while back...there are many ways to approach the solution. ~ Use Flex to give the user an interface to draw a box or lasso an image spot to print. So first you need a box (with a border and without fill)

[flexcoders] Re: Multiple webservice calls

2008-09-16 Thread app.developer
Look up AsyncToken. This extend the EventDispatcher. This class provides a place to set additional or token-level data for asynchronous RPC operations. It also allows an IResponder to be attached for an individual call. Associate this to the SEND var token:AsyncToken =

[flexcoders] Component Distortion

2007-08-30 Thread app.developer
If I have a custom component (MXML file) I wish to distort in the main application, why would the following example not work? All I'm getting is a white trapezoid, not a red vbox which I'm trying to distort. This is based off the distortion example found here

[flexcoders] Call MXML custom component from AS

2007-08-30 Thread app.developer
How do you call an mxml custom component from actionscript of another mxml application? In the current application, I import the tester component, then attempt to call it my making it a new variable in a function. When I add the child to the stage I get a white background empty object and not

[flexcoders] Re: Call MXML custom component from AS

2007-08-30 Thread app.developer
(tester)); } ]] /mx:Script /mx:Application Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of app.developer Sent: Thursday, August 30, 2007 12:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders

[flexcoders] Re: From the Beginning - Workspace projects not compiling

2007-02-20 Thread app.developer
First place I looked was the problem tabno errors. Precia --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 05 Feb 2007, app.developer wrote: This is by far not a solution but a work around. I have my old install of eclipse co. to review the old vs

[flexcoders] Re: How do you document your Flex code?

2007-02-20 Thread app.developer
Message - From: app.developer [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, February 19, 2007 7:13 PM Subject: [flexcoders] How do you document your Flex code? How do you document your Flex code? In CF some use FuseDocs or other solutions. What's yours

[flexcoders] Re: From the Beginning - Workspace projects not compiling

2007-02-20 Thread app.developer
@yahoogroups.com, app.developer appdeveloper@ wrote: Ok, so far this is what I have done to get past the headache. I have reinstalled eclipse and Flex 2.0.1. (after looking for my license number ...what a search that was) This is by far not a solution but a work around. I have my old

[flexcoders] How do you document your Flex code?

2007-02-19 Thread app.developer
How do you document your Flex code? In CF some use FuseDocs or other solutions. What's yours? Precia

[flexcoders] SizeableTitleWindow 1024: Overriding

2007-02-12 Thread app.developer
I have an error that has begun to pop up in Flex 2.0.1 When I create an small application with the ColdFusion/Felx Application Wizard I now get an error 1024:Overriding a function that is not marked for override., referencing SizeableTitleWindow.as disabling the compile process. Has anyone

[flexcoders] From the Beginning - Workspace projects not compiling

2007-02-04 Thread app.developer
I have recently changed my workspace and now none of my projects compile in the Bin folder (or anywhere for that matter). I'll give you example. I've made my workspace C:\JRun4\servers\cfusion\cfusion-ear\cfusion- war (plz don't preach about this location...Papa don't Preach comes to mind)

[flexcoders] Re: From the Beginning - Workspace projects not compiling

2007-02-04 Thread app.developer
. If someone has an idea what could have trigger the cascade of failures, please give me a shout. Thanks... P --- In flexcoders@yahoogroups.com, app.developer [EMAIL PROTECTED] wrote: I have recently changed my workspace and now none of my projects compile in the Bin folder (or anywhere

[flexcoders] Dynamic LineChart; no line showing

2007-01-05 Thread app.developer
I would like to dynamically produce a line chart with dynamic data and multiple line series produced by actionscript instead of the mxml tags. The following code produces everything but the lines. Does anyone see what I'm missing that would prevent the lines from showing?

[flexcoders] Re: Flex Newbie

2006-12-07 Thread app.developer
Giles, If you comment out e.currentTarget.parent.setChildIndex (e.currentTarget,e.currentTarget.parent.numChildren); in yoru startPanelDrag function you will not get that message. I'm still looking into why it's only popping up on the first drag. Precia --- In

[flexcoders] stretch HBox height=100%

2006-12-01 Thread app.developer
The HBox is not stretching vertically 100% when the panel container stretches vertically. Other containers do stretch 100% in the panel container (if the HBox is not involved). Is there a way to get the HBox to stretch vertically when the panel is enlarged vertically? TIA PC

[flexcoders] Idle Timeout

2006-12-01 Thread app.developer
Anyone dealt with a need to watch for an idle timeout for a user in a flex/flash application? I need something that will watch for key stroke and mouse click inactivity for some amount of time and then timeout, alert them and log out. TIA PC

[flexcoders] Coldfusion / Flex Application Wizard

2006-11-16 Thread app.developer
I can no longer save / finish in the Coldfusion / Flex Application Wizard. Has anyone a solution to this? I have considered reinstalling Eclipse, but wanted opinions before that. Thx, Precia

[flexcoders] Re: Distortion Effects

2006-11-03 Thread app.developer
Thank you for your open source efforts. This ROCKS! Precia --- In flexcoders@yahoogroups.com, Alex Uhlmann [EMAIL PROTECTED] wrote: Here's something for ya: http://weblogs.macromedia.com/auhlmann/archives/2006/11/download_disto r. cfm ;) Alex Alex Uhlmann Consultant (Rich

[flexcoders] Re: TextArea in Grid - too big

2006-11-03 Thread app.developer
The bigger issue is the textArea is expanding 100% in each direction in the gridItem. I need align the text to the bottom and it's not happening. The text stays at the top. The top gridRow containing 8 gridItems with a textArea inside the gridItem. What I have done to is set the height of each

[flexcoders] Re: TextArea in Grid - too big

2006-11-03 Thread app.developer
a Spacer in with a height of 100%, then just put the TextArea beneath that? Is the Text meant to be editable, maybe it should be a Text control instead? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of app.developer Sent

[flexcoders] TextArea in Grid - too big

2006-11-02 Thread app.developer
When creating a grid, I have textArea in the gridItems of the first row for headers. If I don't give them a height they default to 100%. I need the textArea to default to the size of the text within them or somehow get the text within the textArea to valign=bottom, which I haven't been able

[flexcoders] Checkbox in Datagrid - checks disappear when scrolling

2006-11-02 Thread app.developer
If I use mx:Component id=inlineEditor mx:Canvas width=100% height=100% mx:Script ![CDATA[ public var value:uint; ]] /mx:Script mx:CheckBox id=checkbox selected={Boolean(data.isSelected)} horizontalCenter=0 verticalCenter=0/ mx:Binding source=checkbox.selected destination=value/ /mx:Canvas

[flexcoders] Re: TextArea in Grid - too big

2006-11-02 Thread app.developer
(and descendants) have an autoSize property and more control over some of these aspects. --Mike --- In flexcoders@yahoogroups.com, app.developer appdeveloper@ wrote: When creating a grid, I have textArea in the gridItems of the first row for headers. If I don't give them a height they default

[flexcoders] Re: IsnĀ“t there any release of Adobe Apollo yet? Alpha maybe....

2006-11-02 Thread app.developer
Can I second that request. As much as a use my Google Spreadsheets to pass data quickly...this would be a great advantage. Precia --- In flexcoders@yahoogroups.com, Mike Chambers [EMAIL PROTECTED] wrote: Yes. That should be possible. mike chambers [EMAIL PROTECTED] On Nov 2, 2006,

[flexcoders] Re: How do I expand a tree through Action Scripts

2006-11-02 Thread app.developer
Here's something I do when I get the result from a dataProvider for the tree this.treeMailBox.expandItem(this.treeMailBox.selectedItem, true); In following is when I use it. private function getTreeFolders_result(event:ResultEvent):void { //Alert.show(ObjectUtil.toString(event.result));

[flexcoders] Re: Checkbox in Datagrid - checks disappear when scrolling

2006-11-02 Thread app.developer
Of app.developer Sent: Thursday, November 02, 2006 10:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Checkbox in Datagrid - checks disappear when scrolling If I use mx:Component id=inlineEditor mx:Canvas width=100% height

[flexcoders] Re: Label rotations, text disappears

2006-10-20 Thread app.developer
I'm not new. I did search the archives but didn't find a great answer until yesterday when ppl responded. The code is in affect and I'm packing for VegasAdobe MAX. Precia --- In flexcoders@yahoogroups.com, KP [EMAIL PROTECTED] wrote: I have also faced similar problem but if you are

[flexcoders] Label rotations, text disappears

2006-10-19 Thread app.developer
When I attempt to rotate a label, my text disappears, using the following code. label1 = new TextArea(); label1.name = gLabel+i; label1.alpha = 0; label1.rotation = 90; label1.setStyle(backgroundColor,0xFF); label1.text = event.result.list.source[i].roleName grid1Item.addChild(label1); I

[flexcoders] Re: Label rotations, text disappears

2006-10-19 Thread app.developer
Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of app.developer Sent: Thursday, October 19, 2006 10:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Label rotations, text disappears When I attempt to rotate a label, my text disappears, using

[flexcoders] Re: Error showing up in Flex but not CF

2006-10-19 Thread app.developer
Rachel, Can you show the code within the function that handles the result of your CFC in MXML? Precia --- In flexcoders@yahoogroups.com, Rachel Maxim [EMAIL PROTECTED] wrote: Hello, I am working on a Flex app with CF/remoting, and have come across an error I cannot track down. The

[flexcoders] BindableComboBox

2006-08-11 Thread app.developer
I don't know where to go. I have one application that works and one that doesn't with the BindableComboBox... warning: unable to bind to property 'locale' on class 'Object' (class is not an IEventDispatcher) Well it looks like it's in place...

[flexcoders] Re: RichTextEditor (rte)

2006-08-09 Thread app.developer
. Click Bold Button 3. Now type- I am bold 4. All the characters are in bold --- In flexcoders@yahoogroups.com, app.developer appdeveloper@ wrote: Why, when you set the format you wish to type in the RichTextEditor (RTE), after the first letter typed (letters after the first

[flexcoders] RichTextEditor (rte)

2006-08-08 Thread app.developer
Why, when you set the format you wish to type in the RichTextEditor (RTE), after the first letter typed (letters after the first)? Example: I click the BOLD button then start typing I am bold, the only letter that is bold is I and rest is reset to the original text. P. -- Flexcoders

[flexcoders] Compile to CFM instead of HTML at Run

2006-07-13 Thread app.developer
Is there a way to compile to a CFM page instead of an HTML page? My first attempt is to copy/paste the HTML code Flex Builder generates and place it into a CFM page of the same name. Then I go to Run/Run... window, select the Flex Application configuration, in the URL or path to launch