Re: [flexcoders] Urgent! Flex 1.5 Help

2006-10-05 Thread Nick Collins
I agree Kelly, but to their point, they just spent a large sum to have this app developed, and they really don't want to hear me tell them we need to throw out a big chunk of it and redo it. I'm pushing that direction, for sure, especially since I am exponentially more familiar with Flex 2 than

Re: [flexcoders] Re: CF & Flex

2006-10-05 Thread Simeon Bateman
Man I just cant win with that site.  I think that might be enough reason to move to trac is just to cut the spam. I cant keep up with it on Ray's Canvas app.simeonOn 10/5/06, coldfusionpaul <[EMAIL PROTECTED]> wrote: --- In flexcoders@yahoogroups.com, "Simeon

[flexcoders] Re: CF & Flex

2006-10-05 Thread coldfusionpaul
--- In flexcoders@yahoogroups.com, "Simeon Bateman" <[EMAIL PROTECTED]> wrote: > flexcf.com wiki. That way other folks can see your hard work. you mean along w/all the hot cheerleaders, etc. ;-) -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

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

2006-10-05 Thread Bjorn Schultheiss
(myArray.length == 0);   unless myArray has not been instantiated     Regards,   Bjorn Schultheiss Senior Flash Developer QDC Technologies   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of davcavsSent: Friday, 6 October 2006 7:28 AMTo: flexcoders@yahoogroups.co

RE: [flexcoders] WebOrb for Rails

2006-10-05 Thread Clint Modien
How is WebORB a competitor to FDS in the AMF3 space?     Backends FDS      WEBORB Java  Yes  No    CF    Yes  No .NET No    Yes Ruby  

[flexcoders] TemplateInput with template rules and ClearTextInput functions

2006-10-05 Thread jove.shi
http://www.flex-flex.net/blog/article.asp?id=17 View Demo Here:) __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED L

[flexcoders] OT: Messages sent to list do not show up

2006-10-05 Thread dorkie dork from dorktown
I am sending emails from a google account and do not show up on the list. I looked in gmail settings and yahoo groups settings and I did not see anything. If I check my sent mail folder the message is in there with replies under it. Is there something I'm missing? -- Flexcoders Mailing List FAQ

[flexcoders] AS to Java Translation Problems

2006-10-05 Thread Geoffrey
ENV: Flex 1.5 served from WebSphere6.1 All of our Java objects used to use java.util.Date for date properties, but we had to convert them to java.util.Calendar. Since Flex 1.5 doesn't support mapping from AS Date to Java Calendar and vise versa, I came up with another way of doing it. Obvious

[flexcoders] Possible DataService BUG, can anyone help me out?

2006-10-05 Thread dmiramontesval
Hello everyone i have a bug when using the DataService component. I am using a Java Assembler which extends from AbstractAssembler and has the implementation of the DataService's methods (fill, createItem, deleteItem, updateItem). My fill method implementation does certain logic based on the number

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

2006-10-05 Thread Kirk Marple
hi Fuad,   can you dive more into your comment about "Outside of pure code though, there's no drag 'n dropfunctionality in the F9 preview like we have in Flex..."?   i'm curious what the limitation is there that you're describing.   we have a definite need for drag/drop functionality, so i'

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

2006-10-05 Thread davcavs
Don't know if this is exactly what you are asking for, but this is another way to determine the number of results: private function handleNewProductsResult(evt:ResultEvent):void { if (evt.result.products == null) { // there are no results newProductCount = 0; } else if (evt.re

[flexcoders] Re: quick HTTP service question

2006-10-05 Thread g_vaccarezza
haha thank uvery much, that seemed to work fine! I'm not only a newbie, my English sucks too :P Bye Guille --- In flexcoders@yahoogroups.com, Prakaz <[EMAIL PROTECTED]> wrote: > > Since you are 'such a newbie' as you put it, you should probably sleep with > Flex docs next to your pillow :-) > >

Re: [flexcoders] make eclipse ignore directories

2006-10-05 Thread Johannes Nel
compile using your own ant script. On 10/5/06, Shannon Hicks <[EMAIL PROTECTED]> wrote: 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 -- No virus found in this outgoing message. Checked

Re: [flexcoders] WebOrb for Rails

2006-10-05 Thread John C. Bland II
You make interesting points and I agree Adobe should think/act bigger in terms of other languages. Microsoft is even going it with .NET (IronPython, Ruby.NET; community driven but MSFT is "supporting" them/talking about them).   I don't agree with every point though. WebORB is a competitor to

RE: [flexcoders] Re: Dynamically adding components to a panel?

2006-10-05 Thread Gordon Smith
Read about item renderers. You can put anything you want into a List or Tree.   - Gordon   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Steve Kellogg @ Project SOC Sent: Wednesday, October 04, 2006 3:30 PM To: flexcoders@yahoogroups.com S

Re: [flexcoders] Re: ExternalInterface in Firefox

2006-10-05 Thread Rogerio Gonzalez
This works:                         if(flash.system.Capabilities.version == "WIN 9,0,16,0"){                             flash.net.sendToURL(new URLRequest("_javascript_:" + strJavaScript));                         }else{                             ExternalInterface.call(strJavaScript)        

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

2006-10-05 Thread Johannes Nel
if its such a simple app do it in flash as you are incurring the cost of the flex fraework there. On 10/4/06, Pablo Apanasionek <[EMAIL PROTECTED]> wrote: Hey all!   Just wondering how can i reduce the pre-compiled SWF file size of a very simple app = (Application + HBox + Loader + L

[flexcoders] Background behind the background is flashes grey. Want it white and nerdy

2006-10-05 Thread dorkie dork from dorktown
I set the background color of my app to white. But when the app first loads the background is the original dark grey. This is quickly replaced when the app loads but there is a flash of grey there. At certain times when the app is resizing or things are geting redrawn or when the browser is resizi

[flexcoders] Error Opening URL on Flash Remoting. - not a flex question

2006-10-05 Thread Varun Shetty
NOT A FLEX QUESTION, I am using Flash 8 How do I trap an event when the URL doesn't exist i.e. if a server is down? I am doing flash Remoting where I am connecting to a particular server with openamf installed on port 7092 var myURL = "http://224.157.15.16:7092/openamf/gateway";; I am not sur

RE: [flexcoders] Re: Format a datatip.

2006-10-05 Thread Ely Greenfield
    Sorry...try:   LineSeriesItem(hitData.chartItem).y.value;   Ely.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jnewportSent: Tuesday, October 03, 2006 12:47 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: Format a datatip. This throws an error.

RE: [flexcoders] Urgent! Flex 1.5 Help

2006-10-05 Thread Matt Chotin
You can get them here: http://www.adobe.com/support/flex/downloads_updaters.html#flex15   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Nick Collins Sent: Thursday, October 05, 2006 5:09 PM To: flexcoders Subject: [flexcoders] Urgent! Flex 1

RE: [flexcoders] Urgent! Flex 1.5 Help

2006-10-05 Thread Kelly
Upgrading to flex 2 will in the end be much easier then maintaining a flex 1.5 app long term.   It will also run much faster.   If you need the files then send me an email off list.   [EMAIL PROTECTED]       From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogrou

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

2006-10-05 Thread Jeremy Lu
Don't forget Flash 9 is in not so far the future, you got the preview version to play with now, and the final might come up early next year, by then, all the code you wrote in AS3 will worth the effort, no more flash<->flex communication problem, no more timeline problem. On 10/6/06, Kirk Marple

Re: [flexcoders] Easy way to style a grid cell

2006-10-05 Thread Anatole Tartakovsky
Bruce, This topic actually was a part of 4th of July celebration and was primarily discussed from the performance perspective. Here is the recent posts unearthing the topic: http://flexblog.faratasystems.com/?p=96http://flexblog.faratasystems.com/?p=91     We use slghtly different syntax allowin

[flexcoders] Re: Bug with stacked ColumnSet and LogAxis

2006-10-05 Thread Bjorn Schultheiss
http://www.adobe.com/support/email/wishform/   Regards,   Bjorn Schultheiss Senior Flash Developer QDC Technologies   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thunderstumpgesatworkSent: Friday, 6 October 2006 12:24 AMTo: flexcoders@yahoogroups.comSubject:

[flexcoders] SWF access problem!

2006-10-05 Thread Bjorn Schultheiss
Are you embedding the fonts your using in the textfields?   Regards,   Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of maikelsibbaldSent: Thursday, 5 October 2006 6:34 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] SWF access problem!

[flexcoders] Urgent! Flex 1.5 Help

2006-10-05 Thread Nick Collins
Ok, I've just had a client come to me with an app they had done in Flex 1.5 and they want me to do some work on it. The problem is that I don't have the Flex Builder 1.5 IDE, nor the Flex 1.5 server to be able to test against. I tried going to the Macromedia/Adobe site but of course, there it's

[flexcoders] Application Layout and Component Files

2006-10-05 Thread Bjorn Schultheiss
Just keep playing with it and find what works for you,   All the containers are there to make things easier for you. Learn what they do and you'll be able to make the choice.   Regards,   Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kmorlan

[flexcoders] Variable Row Height?

2006-10-05 Thread Steve Kellogg @ Project SOC
Hello,   Perhaps I’m 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 t

Re: [flexcoders] Flex Marketing

2006-10-05 Thread Tariq Ahmed
Brendan Meutzner wrote: Seems like Clint and Tariq are starting their own little marketing campaign... throwing this out there to get some diggs and maybe promote a bit more interest perhaps? http://digg.com/search?s=adobe+flex Brendan On 10/5/06, Rogerio Go

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

2006-10-05 Thread Pat Buchanan
Hey this is great - I'll try it when I get home.   I looked into using navigateToURL but stopepd when I saw "URLVariables" - since I needed to POST not GET.  What I was missing was the request.method = "POST"; line.   Musak, thanks for taking the time to answer my plea.   -Pat     On 10/5/06, Mu

Re: [flexcoders] CF & Flex

2006-10-05 Thread Simeon Bateman
Well when you get your examples loaded be sure to link to them from the flexcf.com wiki.  That way other folks can see your hard work.I host the svn and trac sites for several of the ColdFusion frameworks and would be happy to set one up for flexExamples.  Actually I already have one for mine, s

Re: [flexcoders] Flex Marketing

2006-10-05 Thread Brendan Meutzner
Seems like Clint and Tariq are starting their own little marketing campaign... throwing this out there to get some diggs and maybe promote a bit more interest perhaps? http://digg.com/search?s=adobe+flexBrendanOn 10/5/06, Rogerio Gonzalez <[EMAIL PROTECTED] > wrote:

[flexcoders] Easy way to style a grid cell

2006-10-05 Thread boy_trike
Lets pretend that Halloween is a holiday where one would ask for a TREAT (not a trick). The treat I would request is to have a DATAGRIDCOLUMN have a feature JUST like labelFunction called styleFunction with the ability to change the following for the current cell: Background color font style

[flexcoders] Flash Player 9 Update 1 beta live on Adobe Labs w/ Full Screen (for Video, not RIA)

2006-10-05 Thread greg h
I haven't seen any posts here on Flexcoders yet regarding the Flash Player 9 Update 1 beta that went up on on Adobe Labs yesterday.  So, I am cross-posting here the posts by Flash Media Server Product Manager Steve Wolkoff.  Steve originally posted these on the FlashMedia list. Please be sure t

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

2006-10-05 Thread meathead
Thanks for the response. I was able to get it to work another way by changing the XML line of code right above in the example. I changed the following: var newNode:XML = new XML(); newNode = To: var newNode:XML = new XML(""); I don't know if this is

Re: [flexcoders] Using Remoting on Flex 2.0

2006-10-05 Thread hank williams
I dont think the referenced article here is really on point to the question for a variety of reasons, the most important of which is that it is based on using FDS which he explicitly stated he doesnt want to use. Also the article is for constructing Data Acess Objects, but presumably, since he w

Re: [flexcoders] Using Remoting on Flex 2.0

2006-10-05 Thread hank williams
> I'd put remoteing to one side, for getting started purposes, and concentrate > on drawing a chart from XML, then from XML returned by an URL. > What kind of advice is this? I presume he is asking because he needs to know. He didnt say he had any problems with drawing the chart, and he hasnt said

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. ;-)Peace

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 servic

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] Changing registration point for 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: flexcoders@yahoogr

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 cal

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

[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

[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: http://www.mail-arch

[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] Re: Wanted - Using Flex with my specific Database - Step by Step Tutorials

2006-10-05 Thread Joe
Any idea on when and if you would have something for ASP/IIS and MSSQL Server? --- In flexcoders@yahoogroups.com, "jrunrandy" <[EMAIL PROTECTED]> wrote: > > 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 > spe

Re[2]: [flexcoders] Changing registration point for 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 with and effect. Worked fine. --

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

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

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

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

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

[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 Altura: altoCu

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

[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: I need to make a Column chart with 2 series, one for each of the payorname tags. I saw examples over the web about how to make series, but ther usually "hardcode" the series ids, ie:

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

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 retreivi

[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? Thanks Bruce -- Flexcoders Mailing List FAQ: http://grou

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

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 applica

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 u

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

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

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

2006-10-05 Thread Paul Andrews
- Original Message - From: "boy_trike" <[EMAIL PROTECTED]> To: 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 2006 22:33, boy_tri

[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: enabled="true" id="stateName" prompt="" >       AK    AL    AR 

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 boy_trik

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

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

[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 handleNewProductsResult(evt:ResultEvent):vo

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 RI

[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; // I

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

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

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 of a 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 #10

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 because

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 Gree

[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? -- Flexcod

[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] 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: http://groups.yahoo.com/group/flexc

[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: http://ww

[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: -David --- In flexcoders@yahoogroups.com, Andriy Panas <[EMAIL PROTECTED]> wrote: > > Hello flexcoders, > > > Task condition

[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: The dataProvider is

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

Re: [flexcoders] Google code search

2006-10-05 Thread Prakaz
May be this is just the begining. I'm hoping to see lots of ActionScript and MXML code over there soon.   Fingers crossed.  -P  On 10/5/06, Samuel R. Neff <[EMAIL PROTECTED]> wrote: Doesn't support Flex or ActionScript though for language filters.  :(   http://www.google.com/codesearch/adv

[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

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

[flexcoders] XML manipulation

2006-10-05 Thread g_vaccarezza
Guys, I got this xml I need to fill a column chart with all the payornames in the X axis and their TOTAL (sum of) volumes on the Y axis. Payornames get repeated on each month, so I have to add them up for all months (i.e. ABD Co total would be 47). I kinda

RE: [flexcoders] Google code search

2006-10-05 Thread Samuel R. Neff
Doesn't support Flex or ActionScript though for language filters.  :(   http://www.google.com/codesearch/advanced_code_search   Sam   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of slangebergSent: Thursday, October 05, 2006 11:02 AMTo: [EMAIL PROTECTED]; [EMAIL

[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. TypeError

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

2006-10-05 Thread Igor Costa
Yes you can useRegards.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  tag?   Thanks & Regards, Akash Chander, 9886036863.  

[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] 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 and components? You should be able to use the same handler function for both. -- Tom Chiverton Helping to confidentially maintain mission-critical

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

  1   2   >