[flexcoders] Using Remoting on Flex 2.0

2006-10-05 Thread Varun Shetty
Do I need flex data services for Remoting in Flex? Can anyone lead me to an example code for Java - OpenAMF Remoting using FLEX 2.0 Thank you, Regards, VARUN SHETTY  -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

AW: [flexcoders] Using Remoting on Flex 2.0

2006-10-05 Thread Frias, Roberto
No, thats not necesary, you just have to use amfphp, openAMF or some other gateway, Flex Data services are for the push functionality Cheers Roberto Frias [EMAIL PROTECTED] Von: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Im Auftrag von Varun Shetty

Re: [flexcoders] Using Remoting on Flex 2.0

2006-10-05 Thread Tom Chiverton
On Thursday 05 October 2006 08:59, Varun Shetty wrote: Do I need flex data services for Remoting in Flex? No, not to CF at least - you only need the latest CF server (7.0.2). -- Tom Chiverton Helping to revolutionarily initiate impactful applications

Re: [flexcoders] Updated for retail build: Re: [BETA3] I am still having a problem.

2006-10-05 Thread Tom Chiverton
On Tuesday 03 October 2006 20:55, meathead wrote: newNode = folder label='strSomeVariable'/folder newNode = 'folder label=\''+strSomeVariable+'s\'/folder'; You should have quotes in your original code anyway. -- Tom Chiverton Helping to adaptively foster interactive methodologies

Re: [flexcoders] ColdFusion adapter for remoting forgets super classes.

2006-10-05 Thread Tom Chiverton
On Tuesday 03 October 2006 17:34, Mike Nimer wrote: it, it won't be as easy as you think it will be. Adding a few more cfproperty tags is a very very simple workaround. Yes, but when the CFC in question is (say) the customisable TO the extends the managed TO in Reactor, if a data type or

Re: [flexcoders] Re: Time Validating

2006-10-05 Thread Tom Chiverton
On Wednesday 04 October 2006 20:28, qnotemedia wrote: if ((setTime.length == 4 setTime.charAt(1) == : int (setTime.charAt(0)) = 1 int(setTime.charAt(0)) = 9 int (setTime.charAt(2)) = 5 int(setTime.charAt(3)) = 9) Is there any reason to use a million and one charAt checks rather than

Re: [flexcoders] Reducing compiled SWF file size without RSL

2006-10-05 Thread Andriy Panas
Hello Pablo, Wednesday, October 4, 2006, 6:17:48 PM, you wrote: Just wondering how can i reduce the pre-compiled SWF file size of a very simple app = (Application + HBox + Loader + Label + HTTPService + some AS). Do not use mx.* Flex 2 framework. Work with AS3 only projects. For

Re: [flexcoders] [Flex2] Binding an image using @Embed...

2006-10-05 Thread Tom Chiverton
On Wednesday 04 October 2006 10:11, Thomas Rühl wrote: is there a way to dynamically bind/load an image? Maybe using the @Ebmed meta? I have a TileList that uses the Repeater component to display its elements as Buttons. No, the embedding is carried out at compile time. -- Tom Chiverton

Re: [flexcoders] How many cfs's are TOO much

2006-10-05 Thread Tom Chiverton
On Wednesday 04 October 2006 22:33, boy_trike wrote: most of my components have 2- 6 cfc (ie. AddRecord, UpdateRecord, DeleteRecord, ReadRecords). Each one has a unique function to call it and a result handler. Is there a better way to handle / group my cfc's. It would be normal to group

Re: [flexcoders] Flex 2 Calendar Component

2006-10-05 Thread Tom Chiverton
On Wednesday 04 October 2006 19:32, Shannon Hicks wrote: I just asked that the other day on flexcomponents, and got no response. Awww. Fairly soon I'll be need to take time-ordered appointments and display them in a Flex2 app, and this looks like exactly what I'd want. -- Tom Chiverton, how

Re: [flexcoders] Open CF generated PDF report in new window from Flex?

2006-10-05 Thread Muzak
import flash.net.navigateToURL; import flash.net.URLRequest; import flash.net.URLVariables; // button click event handler private function submitClickHandler(evt:MouseEvent):void { var url:String = http://domain/your_report.cfr;; // or var url:String =

Re: [flexcoders] [Flex2] Binding an image using @Embed...

2006-10-05 Thread Thomas Rühl
great. at runtime, i have the path to lots and lots of images. for that, i need to load them dynamically. so what is the proper way to do it? cheers, thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314

Re: [flexcoders] [Flex2] Binding an image using @Embed...

2006-10-05 Thread Tom Chiverton
On Thursday 05 October 2006 11:28, Thomas Rühl wrote: great. at runtime, i have the path to lots and lots of images. for that, i need to load them dynamically. so what is the proper way to do it? You could loop over the list and set the source property of Image. Of course, the images need to be

Re: [flexcoders] What do I need to force UIComponent calculate its size automatically?

2006-10-05 Thread DUANE NICKULL
The size works hierarchically if left undefined.  Parent containers will be assigned a value based on FP's read from the host system then calculate the children based on space available from them.  This will work consistently for FP's of a given O/S if left undefined however there are a few

RE: [flexcoders] Using Remoting on Flex 2.0

2006-10-05 Thread Varun Shetty
Hi, I do not have a CF server, I have installed OpenAMF on Tomcat server. With flash 8 I have been able to connect to the server and get the data. Data is coming from a Java call which would load return an array of date and values, that I am using to generate a chart custom built by me.

[flexcoders] Application Layout and Component Files

2006-10-05 Thread kmorland
Hello, I am a newbie using Flex. I have a layout in the main file and would like to include other files into the layout. I am looking for solutions to current problem or suggestions upon how to layout an application, where you have a main layout file and other files that fit the code the

[flexcoders] RangeError in mx.containers.utilityClasses::CanvasLayout/measureContentArea

2006-10-05 Thread pinkmongrel
Here is a bug that's been biting me for a couple weeks. Here's a screenshot of Flex when it errors out:getChildAt_RangeError The program croaks when measureContentArea (in package mx.containers.utilityClasses, file CanvasLayout.as ) loops through the target's children from 0 to

Re: [flexcoders] Flex 1.5 Proflier doesn't work

2006-10-05 Thread umesh tiwari
Even for me the Profiler does not seems to work.I am using Flex 1.5have configured mm.cfg and debug player but it does not work..Please anybody for whom profiler is working ...help usStanislav Zayarsky [EMAIL PROTECTED] wrote:Hello FlexCoders,I have installed Flex Profiler,

[flexcoders] SWF access problem!

2006-10-05 Thread maikelsibbald
When I load a swf with some textFields in them I can acccess the content. The moment I embed th SWF It is not accessable.. I see the SWF but can access the textFields... Why is there a difference and how can I access the textfields again... -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Application Layout and Component Files

2006-10-05 Thread laidezmon
Its actually quite easy. Create a folder inside your project, lets say we call it 'views'. Inside there create a mxml component in our example lets say login panel, extend the component from the panel class. Put whatever elements on that login panel you like, like a label for username and

[flexcoders] FileByteArray

2006-10-05 Thread Neves
Hi, I know that the access to local files are made using the file browse for security reasons. But as soon the user has selected the file and confirmed, I think flash player could have access to the byteArray of the file. I don´t think it would be a security risk, since it´s access are readonly

[flexcoders] Re: e4x with XMLListCollections?

2006-10-05 Thread Bela Hajzer
--- In flexcoders@yahoogroups.com, "Derrick Grigg" [EMAIL PROTECTED] wrote: I ran into a similar problem when using xml data returned from a web service. You need to either use the wildcard namespace or declare and add one on to the result. I found it easier just to use the wildcard.

Re[2]: [flexcoders] Flex 1.5 Proflier doesn't work

2006-10-05 Thread Andriy Panas
Hello umesh, Even for me the Profiler does not seems to work.I am using Flex 1.5have configured mm.cfg and debug player but it does not work..Please anybody for whom profiler is working It works for us. Check the destination where the data is stored generated by Flex 1.5 WAR

Re: [flexcoders] Using Remoting on Flex 2.0

2006-10-05 Thread Tom Chiverton
On Thursday 05 October 2006 10:58, Varun Shetty wrote: Currently I am trying a POC to generate the chart in flex using the same call. I am a newbie with Flex, and I have managed to learn the builder tools. But I have failed to understand or find any running example to connect to a Remoting

Re: [flexcoders] Re: SQL Server and Flex 2

2006-10-05 Thread Rogerio Gonzalez
Hi Judah,The connection to the server side is by XML/WebService/RemoteObject.Basically, your serverside script return an XML for your Flex application. In Flash 5, I was doing exact same thing, only that returns variable=valuevariable=valuevariable=value. So, XML is heaven! hehehe. Today, with

Re: [flexcoders] FileByteArray

2006-10-05 Thread Rogerio Gonzalez
I totaly agree with you, but until now, I could not accomplish that.I have an test with FTP by Socket where the intencion is receive one image form the user by fileReference, capture the BiteArray, redimension the image (like PHP do) and then upload to a FTP server by socket. All stages are

RE: [Junk E-Mail - MED] Re: [flexcoders] Flex 2 Calendar Component

2006-10-05 Thread Shannon Hicks
www.adobe.com/max It's Oct 24-26, though the festivities start for us CF people on the 22, at CF_Underground. Shan -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Thursday, October 05, 2006 5:19 AM To:

[flexcoders] TextInput Validation on Change Event causes Halo Error Bug

2006-10-05 Thread Sam Shrefler
I seem to be experiencing a minor bug with a TextInput and a StringValidator. When the TextInput is not valid, a red halo appears around the focussed TextInput. I execute the validator.validate() on the change event so it updates as the user types data - as per the quick start

[flexcoders] Sorting Functionality in FlexStore 2

2006-10-05 Thread Pablo Apanasionek
Hey, i've been looking at the source code for the FlexStore 2 DemoApp at adobe.com and getting some item-managing strategies for a project that has almost the same scenario. One of the differences i've found, is that we need to sort the data in different ways (with different

[flexcoders] Variable Row Height?

2006-10-05 Thread Steve Kellogg @ Project SOC
Hello, Perhaps Im poorly understanding something in the DOX. Can anyone help me understand? The docs mention that things like TileLists and Trees can have VARIABLE ROW Height. Do I correctly assume that this means that I can have MULTIPLE ROW HEIGHTS in a single list at the

[flexcoders] Re: Wanted - Using Flex with my specific Database - Step by Step Tutorials

2006-10-05 Thread jrunrandy
We hear you. The doc team was trying to be app-server agnostic, but it's become clear that we need to provide specific examples for specific app servers; especially PHP and ColdFusion. In the long run, we'll get this information in the mainline docs but for now, we'll post articles to the Flex

[flexcoders] can we include two .as files into our Application?

2006-10-05 Thread akash
Hi all, Can anybody tell me how to include 2 .as files into our Application using the source property of the mx:Script source=/ tag? Thanks Regards, Akash Chander, 9886036863. __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] Context menu with custom cursor

2006-10-05 Thread davcavs
Hi, In my Flex 2 application I have a custom context menu, and I occasionally set a custom cursor. When the user right-clicks when the custom cursor is set, the default context menu is shown, not the custom context menu. This seems to only happen when the custom cursor exists under the mouse

[flexcoders] Re: Bug with stacked ColumnSet and LogAxis

2006-10-05 Thread thunderstumpgesatwork
Bump... I don't know of an official bug submitting channel. Is there one available? I'd like to make sure this gets logged. Thunder --- In flexcoders@yahoogroups.com, thunderstumpgesatwork [EMAIL PROTECTED] wrote: Hi guys, I think I found a bug when using a stacked ColumnSet and a

[flexcoders] Get Attribute of FlexSession in Flex

2006-10-05 Thread jonathan_merey
I put data in FlexSession like that in my Java code : FlexContext.getFlexSession().setAttribute("user", login);Now I want to know how to get them in my Flex code if there is a way to have them with Flex Actionscript code. __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Fill a Tree From a JAVA Class

2006-10-05 Thread frederic_dematos
Ok thanks, I ll try it --- In flexcoders@yahoogroups.com, Dustin Mercer [EMAIL PROTECTED] wrote: Yeah, this is a fun one. I have done this, but it's not as elegant as I was hoping, but it works. What I had to do was create a TreeNode class. Looks like this: Public class TreeNode {

Re: [Junk E-Mail - MED] Re: [flexcoders] Flex 2 Calendar Component

2006-10-05 Thread Tom Chiverton
On Thursday 05 October 2006 14:22, Shannon Hicks wrote: It's Oct 24-26, though the festivities start for us CF people on the 22, at *One* day there will be a nice big Adobe sponsored CF event that isn't in the US. -- Tom Chiverton Helping to apprehensively embrace real-time environments

Re: [flexcoders] Re: Wanted - Using Flex with my specific Database - Step by Step Tutorials

2006-10-05 Thread Tom Chiverton
On Thursday 05 October 2006 14:58, jrunrandy wrote: In the long run, we'll get this information in the mainline docs but for now, we'll post articles to the Flex Developer Center. This is another great example of Adobe listening and doing something, top work ! -- Tom Chiverton Helping to

Re: [flexcoders] FileByteArray

2006-10-05 Thread Muzak
http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform - Original Message - From: Neves [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, October 05, 2006 2:57 PM Subject: [flexcoders] FileByteArray Hi, I know that the access to local files are made using the file

[flexcoders] A best way to capture MouseEvent.CLICK happend anywhere at the surface of any container, say VBox

2006-10-05 Thread Andriy Panas
Hello flexcoders, Task conditionals: - mx:VBox contain mx:Label and mx:TextArea that cover most of the mx:VBox container surface. MXML: mx:VBox width=100% height=80 buttonMode=true backgroundColor=#FF backgroundAlpha=0 click=onContainerSurfaceClick() mx:Label

[flexcoders] Re: IE Only: Error #2032 (Flex 2.0)

2006-10-05 Thread dadrobson
Vito: Sorry for the slow response. I haven't been able to spend much time in the group lately. Here is a sample header that works. The key is the value of the Expires attribute. If it is set to 0, IE breaks: HTTP/1.x 200 OK Server: Apache-Coyote/1.1 Expires: -1 Pragma: no-cache Cache-Control:

RE: [flexcoders] can we include two .as files into our Application?

2006-10-05 Thread Tracy Spratt
Use two mx:Script tags. Also, consider using helper classes instead of includes. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of akash Sent: Thursday, October 05, 2006 9:12 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] A best way to capture MouseEvent.CLICK happend anywhere at the surface of any container, say VBox

2006-10-05 Thread Tom Chiverton
On Thursday 05 October 2006 16:28, Andriy Panas wrote: 1) Should I write 2 more separate corresponding event handlers for MouseEvent.CLICK for mx:Label and mx:TextArea components? You should be able to use the same handler function for both. -- Tom Chiverton Helping to confidentially maintain

[flexcoders] CheckBox itemRenderer in DataGrid with selectable rows...

2006-10-05 Thread Mark
I've got a DataGrid that allows multi-selection of rows and contains an itemRenderer for a checkbox in one of the columns. Currently, if the user clicks the check box it will modify the grids selections. How can I get it so that changes to the checkbox state do not effect the grid selections? I

Re: [flexcoders] can we include two .as files into our Application?

2006-10-05 Thread Igor Costa
Yes you can usemx:Script source=myCode.as/mx:Script source=mySecondCode.as/Regards.On 10/5/06, akash [EMAIL PROTECTED] wrote: Hi all, Can anybody tell me how to include 2 .as files into our Application using the source property of the mx:Script

[flexcoders] How do you represent missing data in a chart? Null causes error

2006-10-05 Thread Samuel R. Neff
How can we represent missing data in a line chart? Right now our requirements are to have missing data points at the beginning or end of the series only but we're also curious how to have missing points in the middle. We tried using null objects but that caused an error in the charts.

[flexcoders] XML manipulation

2006-10-05 Thread g_vaccarezza
Guys, I got this xml data month label=January vol=12 payorname label=ABD Co. vol=9 / payorname label=ABD Comp. vol=3 / /month month label=February vol=13 payorname label=ABD Co. vol=13 / /month month label=March vol=13 payorname label=ABD Co. vol=10 / payorname label=ABD Comp.

RE: [flexcoders] How do you represent missing data in a chart? Null causes error

2006-10-05 Thread Ely Greenfield
Hi Sam. That surprises me. I'm pretty positive you can use Objects that are missing the appropriate property. I thought XML nodes missing the attribute would work too. If not, that sounds like a bug. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Samuel

[flexcoders] Getting rid of DateChooser navigation arrows

2006-10-05 Thread Jay Araujo
How do I go about doing this? I can think of: 1) Creating a DateChooserMonthArrowSkin class to render the Arrow invisible ? ( Un-elegant ? ) 2) Subclassing DateChooser component to overwrite all navigation functionality ? ( Time consuming? ) Sorry to think this outloud but, why is it so

[flexcoders] good example of editable dateField as itemEditor?

2006-10-05 Thread Lisa Nelson
Does anyone have a really good example of a dateField used as an itemEditor in a dataGrid? I have tried many variations on this, but haven't got it completely correct with the behavior I want. I would like the users to be able to unselect a date, or in other words specify "no date".

Re: [flexcoders] Reverse Geocoding

2006-10-05 Thread Rich Tretola
Ok, here is a free listing for U.S. lat/longhttp://www.census.gov/tiger/tms/gazetteer/zips.txtI can't find the link to the $5 db.Rich On 10/3/06, Shannon Hicks [EMAIL PROTECTED] wrote: I don't know if Yahoo or Google do it, but I know that the lat/long information is usually tied to

[flexcoders] Weird ComboBox behavior

2006-10-05 Thread jlentz2112
Hi, I'm hoping someone can explain a weird ComboBox effect I'm seeing. I'm trying to have the ComboBox drop down with the 50 states, but I want it to initially be blank. I've defined the ComboBox as: mx:ComboBox x=354 y=267 maxHeight=200 rowCount=10 width=60 enabled=true id=stateName

[flexcoders] Re: A best way to capture MouseEvent.CLICK happend anywhere at the surface of an

2006-10-05 Thread davcavs
Setting mouseChildren=false on the VBox should prevent the label and textarea from receiving mouse events, so the VBox will receive clicks anywhere on its surface: mx:VBox width=100% height=80 buttonMode=true backgroundColor=#FF backgroundAlpha=0 click=onContainerSurfaceClick()

[flexcoders] can we override the drag proxy used by DataGrid?

2006-10-05 Thread grand_master_flash_x
Using a drag proxy with dragging/dropping you do yourself is easy enough... but how do you use a custom drag proxy with components that have dragging built in? thanks... -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: Component binding not working

2006-10-05 Thread greenfishinwater
Well I checked the code and it looked OK, so I concluded that the data binding was not working or firing when expected, so I did set the data manually and it worked: storeIdToUse = s; storeGet.request.id = s storeGet.send(); -- Flexcoders Mailing List FAQ:

[flexcoders] Runtime loading of an SWF with embedded font

2006-10-05 Thread mitchgrasso
I am trying to use SWFLoader to import an external Flex-generated SWF into my main Flex app. The external SWF has an embedded font which I want to be able to use from the main app as well. I know there are apparent limitations with dynamically embedding assets but is this method possible? The

[flexcoders] update cellrenderer on dataprovider change

2006-10-05 Thread rmlsystem
I have a datagrid with a checkBox cellrenderer in a column, i can select some checkboxes if i change the dataprovider, but if i manually check one or more checkboxes they still checked. Is there a way to select the checkboxes from outside de datagrid, or refresh all cellrenderers? --

RE: [flexcoders] How do you represent missing data in a chart? Null causes error

2006-10-05 Thread Samuel R. Neff
Empty objects worked--I hadn't tried that. Thanks. I'd say both the XML nodes missing attributes treatment as zeros and the error on null are bugs (with easy workarounds though). Best regards, Sam From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ely

Re: [flexcoders] Re: Wanted - Using Flex with my specific Database - Step by Step Tutorials

2006-10-05 Thread dorkie dork from dorktown
Tracy, Randy, Yeah thats the key. Its not difficult if there is a guide. I can hack it but that usually takes away all the benefit of what has already been created for us. And often it is the one flex developer that is required to know everything. I'd rather focus and work on the front end

RE: [flexcoders] How do you represent missing data in a chart? Null causes error

2006-10-05 Thread Samuel R. Neff
Looks like I spoke too soon. Empty objects don't work for missing values at the end ofa line chart (they work fine for missing values at the beginning). The following examples gives this error (which is different from the error received when the value was null): TypeError: Error #1009:

[flexcoders] Flex and PHP - Updated PHP RIA SDK by Adobe

2006-10-05 Thread Mike Potter
Yesterday I updated the PHP RIA SDK by Adobe to include new samples for Flex and PHP developers. Pete Mackie contributed a sample showing WebORB for PHP integration with Flex, and I've built a MySQL database browser using Flex and PHP, both of which are in this release of the SDK. The samples

[flexcoders] Internationalization Question

2006-10-05 Thread jfournet
I have two questions on i18n 1) How do I set the locale dynamically 2) can flex detect it per client and present each client with the correct screens for the detected locale. Any examples on how to do this would be appreciated currently the only way I have been able to set the locale

[flexcoders] Re: Time Validating

2006-10-05 Thread boy_trike
just to share, here is what I came up with called from the change event: I am also restricting the input to numbers, :, AM, PM private function processTime( event : Event ) : void { var cbtLength : int = this.text.length; //

Re: [flexcoders] Re: Flex 2 limitations vs. raw Flash 8 Prof?

2006-10-05 Thread greg h
Kirk, I am going to reply in this one email to your two earlier posts. You started off your first post with we're looking to move our ASP.NET based application suite to Flash. So I assume that your team has no deep competency with either Flex or Flash. Is this correct? For developing RIAs,

[flexcoders] How to determine if an array is empty.

2006-10-05 Thread greenfishinwater
I am using HTTPService to return a result set, under normal circumstances there will be 100s of records returned, so I determine the total number of records in this way: This function is called from the result handler of the HTTPService private function

[flexcoders] Re: How many cfs's are TOO much

2006-10-05 Thread boy_trike
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 04 October 2006 22:33, boy_trike wrote: most of my components have 2- 6 cfc (ie. AddRecord, UpdateRecord, DeleteRecord, ReadRecords). Each one has a unique function to call it and a result handler. Is

[flexcoders] CF Flex

2006-10-05 Thread Clint Tredway
If anyone needs help learning how to connect ColdFusion with Flex 2, I can help. It can start simple and go from there if you want... just thought I'd offer ;) I am not using it with FDS at the moment due to some constraints that are out of my hands, but I can definitely show you some ins and

RE: [flexcoders] Re: How many cfs's are TOO much

2006-10-05 Thread Shannon Hicks
There's currently a bug in CFMX 7, including 7.02, where if you do a CFSWITCH over a string (not a number), you take a performance hit. You're better off (until the problem is fixed) doing IF/ELSEIF. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] Re: Weird ComboBox behavior

2006-10-05 Thread Tim Hoff
Hi jlentz, Can't really tell if this will fix your problem; from the code provided. But, instead of having the first item in the dataProvider as blank, you could use the prompt property instead: mx:ComboBox x="354" y="267" maxHeight="200" rowCount="10" width="60" enabled="true" id="stateName"

Re: [flexcoders] Re: How many cfs's are TOO much

2006-10-05 Thread Paul Andrews
- Original Message - From: boy_trike [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, October 05, 2006 6:46 PM Subject: [flexcoders] Re: How many cfs's are TOO much --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 04 October

Re: [flexcoders] CF Flex

2006-10-05 Thread Brendan Meutzner
Clint,This is a great idea... i've been quietly grumbling to myself over the past week that there aren't enough examples for CF connectivity... I'll be posting an example myself in the coming weeks which utlizes CF, so if you'd like to think about maybe providing a repository where others could

[flexcoders] Re: Flex 2 limitations vs. raw Flash 8 Prof?

2006-10-05 Thread fuad_kamal
One addenum to that - in theory you can access the same component architecture in the Flash 9 preview as you can in Flex - from your AS3 code. Outside of pure code though, there's no drag 'n drop functionality in the F9 preview like we have in Flex...but I think that's just a preview issue; even

Re: [flexcoders] CF Flex

2006-10-05 Thread Clint Tredway
thats cool with me. I too, was frustrated with the lack of CF Flex 2 examples so I dug around and found some simple ones and then I exanded on that. Its really not that much different than previous Flex versions, but enough that it can be frustrating... as soon as I can get a CF hosted site up

Re: [flexcoders] Re: Flex 2 limitations vs. raw Flash 8 Prof?

2006-10-05 Thread Clint Tredway
IMO, if you are building an application that has little to no animation, then Flex alone is the choice. You can still use F9 to re-skin the flex components, but Flex is the hands down winner in terms of building applications. I say this given my own experience building Flash Flex based

Re: [flexcoders] Re: How many cfs's are TOO much

2006-10-05 Thread Clint Tredway
On an app that I am working on at the moment, we have some 'base' cfcs that extend others so that we dont have multiple sets of the same code running around.. On 10/5/06, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: boy_trike

[flexcoders] Help with editing a column in a grid.

2006-10-05 Thread boy_trike
I have a grid with a qty column that I allow the user to edit using the numeric stepper control. My grid has an itemEditEnd event but I can NOT see the new value of the field. Where is it and what am I doing wrong? mx:DataGrid id=dgItems dataProvider={model.tempOrderLinesData}

Re: [flexcoders] Runtime loading of an SWF with embedded font

2006-10-05 Thread Daniel Freiman
I've gotten this working with fonts but I haven't tried it with other types of assets yet so I don't know if there's a difference. If you serach the flexcoders archive for Embedding fonts at runtime you should find an example that works. Also, to use GetDefinition, the class you are retreiving

[flexcoders] quick HTTP service question

2006-10-05 Thread g_vaccarezza
Guys, I'm reading an XML through a HTTP service. I'm sending request to a database to retrieve a new xml from the same URL (so I'm using the send (); function). I need to trigger an event once the newly requested XML fully loads on flex (for instance, once the new xml loaded, I call some

[flexcoders] Column series and XML

2006-10-05 Thread g_vaccarezza
I'm using and xml through and HTTP service. The xml looks like this: data month hidden_name=20051 label=January vol=12 payorname label=ABD Co. vol=9 / payorname label=ABD Comp. vol=3 / /month month hidden_name=20052 label=February vol=13 payorname label=ABD Co. vol=13 / /month month

[flexcoders] Example of using a:hover to Style a Link in a TextField Component

2006-10-05 Thread Harris Reynolds
What up? The Flex API docs [1] mentions that anchor tags used within a TextField object can be styled: You can also define a:link, a:hover, and a:active styles for anchor tags by using style sheets. Does anyone actually know how to do this? All the CSS incantations I have tried thus far

[flexcoders] Unusual Behavior of a text Area with HTML Spanish Characters

2006-10-05 Thread dj
Before I assume it's a bug, I'm probably doing something wrong, but I'm trying to display Spanish language characters in html in a textArea. However, characters with accents work like an escape sequence and makes the formatting skip lines: The problem seems to start at: marrón font color =

Re: [flexcoders] quick HTTP service question

2006-10-05 Thread Clint Tredway
there is a result attribute on the HTTP call. put a function call in that attribute and pass the result to the function and you are good to go.On 10/5/06, g_vaccarezza [EMAIL PROTECTED] wrote: Guys, I'm reading an XML through a HTTP service. I'm sending

[flexcoders] Re: Context menu with custom cursor

2006-10-05 Thread davcavs
I've currently worked around this issue by punching a small hole at the registration point of the cursor movieclip. This allows the mouse click to pass through to whatever is directly underneath the cursor. My theory is that the cursor movieclip is not a descendant of the application instance on

Re: [flexcoders] quick HTTP service question

2006-10-05 Thread Sean Rea
Hi,The HTTPService has a result event. You can specify a function to call when the service retrieves the data. I use this to update some fields when the XML page is recieved in my application.Sean Rea On 10/5/06, g_vaccarezza [EMAIL PROTECTED] wrote: Guys,I'm reading an XML through a HTTP

[flexcoders] File Organization when Loading External SWF

2006-10-05 Thread pityr2003
Hi, I just started Flex2 yesterday. I am trying to make an application and I have a few questions... 1. if i have different modules, do i make every one of them on a separate application file and then load the swf into my main app file? (the default) 2. if the answer to the above question is yes,

RE: [flexcoders] Re: Flex 2 limitations vs. raw Flash 8 Prof?

2006-10-05 Thread Kirk Marple
hi Greg, i really appreciate this detailed reply - this is a huge help to my decision-making process. historically, we've done ASP.NET/C# work, with some Flash MX development (Flash control in HTML). i recently hired a new user experience guy who is very strong in Flash dev, but doesn't

Re: [flexcoders] File Organization when Loading External SWF

2006-10-05 Thread Clint Tredway
You can make your subfiles (module1.mxml) a component and then use it in main.mxml. I can provide a simple example if you wish.On 10/5/06, pityr2003 [EMAIL PROTECTED] wrote: Hi, I just started Flex2 yesterday. I am trying to make an application and I have a

Re: [flexcoders] Re: A best way to capture MouseEvent.CLICK happend anywhere at the surface of an

2006-10-05 Thread Andriy Panas
Hello davcavs, d Setting mouseChildren=false on the VBox should prevent the label and d textarea from receiving mouse events, so the VBox will receive clicks d anywhere on its surface: mouseChildren attribute does exactly what I need. Thanks for pointing this atribute out to me, I learned

[flexcoders] Is data binding a one-way street from vars to component properties?

2006-10-05 Thread tombaggett
I expected that binding a data variable to a UI component would result in (a) the UI component being automatically initialized using the variable's value and (b) the variable's value being changed to reflect the UI component's current state whenever that state changed. The accompanying example

Re[2]: [flexcoders] Changing registration point for mx:Resize effect

2006-10-05 Thread Andriy Panas
Hello Gordon, GS No, there is no concept of registration point. You'll have to GS play a Move effect in parallel with the resize effect, or write GS your own effect that does both. Thanks Gordon, your answer was helpful to me. I applied as suggested mx:Parallel with mx:Move and mx:Resize

[flexcoders] Re: Alpha setting of 0 doesn't work with controls' text

2006-10-05 Thread tombaggett
Thanks for both responses. The odd thing that led to my initial inquiry was the code I've included below. If you use a Dissolve effect to fade them in or out, the fade works during the transition but the labels then reappear once the transition is complete. I fixed my problem by adding visible

[flexcoders] make eclipse ignore directories

2006-10-05 Thread Shannon Hicks
I'm having an issue where eclipse is pushing my .svn server every time I compile my app... any way to have it ignore .svn directories? Shan __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: Weird ComboBox behavior

2006-10-05 Thread jlentz2112
--- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Thanks alot. That worked. I had to put spaces between the marks like: prompt= , or it ignored the prompt and just put my first data item up. With prompt and a space between, it works beautifully. Thanks again, jlentz Hi

Re: [flexcoders] [Flex2] Binding an image using @Embed...

2006-10-05 Thread dordea cosmin
You also must check your build file for the 'use-network' flag. Quote :"A SWF file can access one type of external resource only, either local or over a network; it cannot access both types. You determine the type of access allowed by the SWF file using the use-network flag when you

[flexcoders] Re: How to determine if an array is empty.

2006-10-05 Thread joshuajnoble
Just a suggestion, but try binding your DG to a seperate object and then when the onResult comes back, try/catch through it (using try{}catch{}), so that if there's only one result you're not getting unhandled exceptions. You'll be able to get dowwn to the length that way. If there are no

Re: [flexcoders] quick HTTP service question

2006-10-05 Thread Prakaz
Since you are a newbie, you should probably sleep with Flex docs next to your pillow :-) http://livedocs.macromedia.com/flex/2/langref/mx/rpc/http/HTTPService.html -P On 10/6/06, Clint Tredway [EMAIL PROTECTED] wrote: there is a result attribute on the HTTP call. put a function call in

RE: [flexcoders] Changing registration point for mx:Resize effect

2006-10-05 Thread Mike Nimer
Try playing with the horizontalCenter and verticalCenter settings too. I've had some luck with that and scaling. ---nimer -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Wednesday, October 04, 2006 7:15 PM To:

Re: [flexcoders] Using Remoting on Flex 2.0

2006-10-05 Thread greg h
Varun, Congratulations on getting your remoting configuration working with Flash 8. Getting it working Flex 2 likely will be pretty straightforward from here. I currently am not using Java as backend on my Flex 2 apps. But I do think the following article might walk you through the remaining

Re: [flexcoders] quick HTTP service question

2006-10-05 Thread Prakaz
Since you are 'such a newbie' as you put it, you should probably sleep with Flex docs next to your pillow :-) http://livedocs.macromedia.com/flex/2/langref/mx/rpc/http/HTTPService.html -P On 10/5/06, g_vaccarezza [EMAIL PROTECTED] wrote: Guys,I'm reading an XML through a HTTP service.

Re: [flexcoders] Re: Alpha setting of 0 doesn't work with controls' text

2006-10-05 Thread Michael Schmalle
Hi,If I get what you are talking about, it's an optical illusion.They take the backgroundColor of the container and create a fill overlay 'over' the text. Then call an alpha tween on the overlay itself. That is why it looks like the dissolve tweens the text but, in actuality it doesn't.

  1   2   >