[flexcoders] Validator._init method

2006-08-31 Thread bharg.flex
Hi, I am creating forms items at runtime using createChild method, and I need to validate the controls in the form. How to use validator subclasses to validate the newly created form? Maybe a call to the Validator._init method ? But what are the parameters that need to go in?? Regards

[flexcoders] Australian Flex Mailing List [flexaussie]

2006-08-31 Thread Bjorn Schultheiss
Hey Guys, I've started a new flex mailing list for us Aussies! This not an effort to move Australian developers away from using FlexCoders, rather it may be useful for Aussie developers to post messages that may not be suitable for the international list. Anyway the details.

Re: [flexcoders] Re: CairngormEvent Antipattern

2006-08-31 Thread Andrea Varga
e_baggg wrote: Andi- Tom was referring to having a hierarchy of FrontControllers. He happens to have a class called CoreController which all of his Flex apps would use. Then, each Flex app will have it's own FrontController that extends CoreController...this way each developer has their own

RE: [flexcoders] Re: Anyone actually able to save data from flex

2006-08-31 Thread Dirk Eismann
It works fine for me - if you receive stream errors then this may be a security issue or an issue with the server not being able to handle the result correctly. Instead of sending a XML structure, have you tried POSTing simple String values? Does this work for you? Dirk. -Original

[flexcoders] Re: how to show/hide a line in a chart

2006-08-31 Thread shemeshkale
(see the first post in this topic) FLEX 1.5 ! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to:

Re: [flexcoders] Re: Flex 2 patch timeline

2006-08-31 Thread Tom Chiverton
On Wednesday 30 August 2006 22:58, jdixon428 wrote: Is there a location on Adobe's web site that lists all known bugs for Flex Builder 2? Adobe doesn't make the bug list public. -- Tom Chiverton Helping to biannually disintermediate magnetic users

[flexcoders] Problems with using mx:Validator tag in MXML and code-behind approach in Flex 2

2006-08-31 Thread Andriy Panas
Hello flexcoders, I am using code-behind approach (http://www.adobe.com/devnet/flex/quickstart/building_components_using_code_behind/) and my mx:Validator tag is declared in MXML. During compiling, I receive a warning Data binding will not be able to detect assignments to username.

Re: [flexcoders] Problems with using mx:Validator tag in MXML and code-behind approach in Flex 2

2006-08-31 Thread Andriy Panas
Hello all, During compiling, I receive a warning Data binding will not be able to detect assignments to username. Thus, my binding to 'source' property in mx:Validator does not work! I had figured out my error, I should use [Bindable] directive in my AS3 class with every variable that got

[flexcoders] accessing an XMLRPC service

2006-08-31 Thread youhei konishi
hey, there, sorry for the cross posting (new to the group)I've googled around for 2 days and found Zero documentation about it.Can anyone give me a pointer on how I'd access an XMLRPC service in AS3?I've tried with AbstractService and HTTPService with no luck.any help would be greately

[flexcoders] calling XMLRPC

2006-08-31 Thread marumucho
I've spent the last 2 days googling about this and wouldn't find a concrete answer. So far I've found ZERO documentation out there. Can anyone give me a pointer on how I'd call an XMLRPC service in AS3? I tried HTTPService and AbstractService with no luck. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Flex 2 Remoting and ASP.net (flourine?) examples?

2006-08-31 Thread DannyT
That tutorial is currenlty for Flash and AS2.0. I intend on duplicating that tutorial for Fluorine with Flex, webOrb and flex, also for amfphp and flex. Unfortunately I don't have the hardware to cope at the moment so as soon as I fork out and upgrade i'll get on it. :) Dan--

[flexcoders] amfphp-AS class mapping issue

2006-08-31 Thread joangarnetdotcom
Hi, I'm in a Flex2 app.I can't manage to map a php return value to the right AS type...In my service method I have this return statement:return new Result( true, new Status() );In Result.php I havepublic $_explicitType = "org.bestiario.website.Result";In Status.php I havepublic $_explicitType =

[flexcoders] UK(HSMP),Student Visa Interview Guide or New Zealand Immigration??

2006-08-31 Thread Ambrosius Rex
UK(HSMP),Student Visa Interview Guide or New Zealand Immigration??The Highly Skilled Migrant Programme is one option that may be available topeople wanting to immigrate to the UK or who are interested in getting a workpermit for the UK. The Highly Skilled Migrant Programme operates on

[flexcoders] help about styling Chinese character

2006-08-31 Thread newfish
Hi, i tried to set the fontFamily stlye to some Chinese Character,but it seems don't work, this is the code snip ... mx:Style .someStyle{ fontFamily: 黑体; /* a very common Chinese Font */ fontSize: 32; } /mx:Style mx:Text text=follow is 中文 styleName=someStyle / ... yes,it is simple,the English

Re: [flexcoders] Embedding fonts at runtime

2006-08-31 Thread Daniel Wabyick
Hi Daniel, I am a little confused what you mean exactly. I have tried to set a Label mxml component's style directly using the fontFamily name, and when I do the text in the label diappears. Did you get it to actually display the symbol font? Here is the pertinent part of my current code:

[flexcoders] Create Sound Spectrum in AS3

2006-08-31 Thread kristian_wright2002
I'm trying to create a spectrum display for microphone input/playback in ActionScript 3 but can't seem to get it to work. I understand that the SoundMixer class does not control dynamically created Sound objects, but surely there is a way around this! Has anyone done this or have any ideas on how

[flexcoders] Re: Bubbling, Practical Use?

2006-08-31 Thread barry.beattie
[EMAIL PROTECTED] wrote: Say you've got a DataGrid that uses a ComboBox as an itemRenderer. You probably wouldn't want the logic that handles the change event of the CB inside that itemRenderer component, you would want it in the parent of the DataGrid Ben, please forgive my lack of Flex

Re: [flexcoders] Getting mouse and keyboared events to pass through transparent parts of flex?

2006-08-31 Thread Tom Chiverton
On Wednesday 30 August 2006 11:29, Erik Kärrsgård wrote: Getting the transparency to work is not a problem (and it looks very nice to) but the texts and links below is annoyingly unreachable... ExternalInterface. -- Tom Chiverton Helping to heterogeneously transform prospective m-commerce

Re: [flexcoders] Time calculation oddity

2006-08-31 Thread Tom Chiverton
On Wednesday 30 August 2006 14:42, m88e24 wrote: Why does the result have a different timezoneOffset? Because everything is converted down to UTC (or not) before the milliseconds are subtracted. This can be very confusing :-( What TZ are you in ? Is there another way of calculation time

[flexcoders] Re: Webservice and column name question.

2006-08-31 Thread dinger0007
No it gave me the actual data. But thanks allot for the response. Here is what i have finally come up with: for(var i in test){ for(var j in test[i]){ trace(j); }} My initial thought about flex and actionscript: It is a hard road getting to the solution but once there it is such a

[flexcoders] Re: Anyone actually able to save data from flex

2006-08-31 Thread mthielman11
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 31 August 2006 01:06, mthielman11 wrote: Help :) You don't say what happens. Well what happens is the post gets logged on the server but the server does not see the XML data. There is no content body.

[flexcoders] FocusOut ??

2006-08-31 Thread Rich Tretola
I am having an issue where the focusOut on a text input will run the function that I have assigned but will then return focus to the calling text input. The following code shows this occuring in a simple example. Just put your focus on the top text input and then tab out. You will see the alert

[flexcoders] Using DateField control to set birthday

2006-08-31 Thread Sergey Kovalyov
Hi All! DateField is a great control, though setting birthday even for people that were born in 198* it takes minutes to move through the months in order to get to the correct date. Does anybody have experience customizing this control for this particular need (selecting birthday)? Sergey. --

[flexcoders] Re: CairngormEvent Antipattern

2006-08-31 Thread Tim Hoff
The example has good intentions. Anytime you can reduce the amount of code in an application it's good, right? Not always. One of the main strengths of the Cairngorm framework is simplicity. What the example refers to as a big downside, exists for a reason; simplicity. By having

[flexcoders] Re: Use of viewLocator and viewHelper

2006-08-31 Thread mamatha_tn
Thanks for the example.But I still have some questions. 1)Is viewHelper used to segregate as code from mxml? 2)Its not used in any of examples provided for Cairngorm 2 nor is it part of any discussion about cairngorm 2 architecture.Is it an optional feature retained from cairngorm 0.99? 3)If I

[flexcoders] Re: Buffer progress bar for streaming FLV

2006-08-31 Thread Chris Simeone
So, does the following summary sound right? 1) I can't create a progress bar that shows buffering progress as long as I use the mx:videoDisplay component (I'm hoping my assumption on this point is wrong). 2) I have to use the netStream objects if I want to create a buffering progress bar,

[flexcoders] Re: Anyone actually able to save data from flex

2006-08-31 Thread mthielman11
We can not even get a simple sample like this to work. I can retieve and view data from the server but the posting is not working. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:HTTPService id=reviewCreateRequest

RE: [flexcoders] Re: Specifying LineSeries itemRenderer with Actionscript

2006-08-31 Thread Stephen Gilson
For documentation on renderers, there are a few places you can go. To get you started, there is a general discussion of item renderers and editors, including using the Component tag, here: http://livedocs.macromedia.com/flex/2/docs/0820.html There is a description in that chapter of

Re: [flexcoders] Re: Anyone actually able to save data from flex

2006-08-31 Thread Tom Chiverton
On Thursday 31 August 2006 14:23, mthielman11 wrote: wrote: On Thursday 31 August 2006 01:06, mthielman11 wrote: Help :) You don't say what happens. Well what happens is the post gets logged on the server but the server does not see the XML data. There is no content body. What if

[flexcoders] Best way to use Formatters and Bindings

2006-08-31 Thread Clarke Bishop
What's the best practice for using Formatters and Bindings together? For example: - I have a currency value that's stored as a number in my model (And in the database) - I retrieve the value and use the CurrencyFormatter to make it look like $15,123 which is displayed in a TextInput component.

Re: [flexcoders] Embedding fonts at runtime

2006-08-31 Thread Daniel Freiman
I've been working with a font I don't have installed on my computer, so I could be sure it was working, although I also tried it with system fonts and it has worked. The only thing I can think of is that I set the fontName to the same value as the actual font name. If that doesn't work I can

Re: [flexcoders] Re: i can not find flex 1.5 SDK

2006-08-31 Thread greg dunf
Thank YouOn 8/30/06, Matt Chotin [EMAIL PROTECTED] wrote: Oops! That was the staging site. http://www.adobe.com/support/flex/downloads_updaters.html#flex15 Matt -Original Message- From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com]

[flexcoders] Re: Best way to use Formatters and Bindings

2006-08-31 Thread jrjazzman23
We've been using unformatters. So the binding back to the model might look like this: mx:Binding source=numFormatter.format(myText.text) destination=model.textValue / --- In flexcoders@yahoogroups.com, Clarke Bishop [EMAIL PROTECTED] wrote: What's the best practice for using Formatters and

RE: [flexcoders] Flex 2 patch timeline

2006-08-31 Thread Louie Penaflor
This is a good point. I believe Adobe also tried to replicate a bug I was getting on Flex 2 builder, even when we didnt purchase the software yet. I was still testing it out and got excellent support. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On

Re: [flexcoders] Re: Buffer progress bar for streaming FLV

2006-08-31 Thread Abdul Qabiz
Hi Chris,In VideoDisplay, you can subscribe to playheadUpdate event and use playheadTime, which is similar to NetStream.time.You can subscribe to stateChange event and watch BUFFERING in event handler, if you want to show BUFFERING status to user... -abdulOn 8/30/06, Chris Simeone [EMAIL

Re: [flexcoders] Re: Anyone actually able to save data from flex

2006-08-31 Thread Jeff Tapper
well, the server side method needs to be built to accept the xml. in our case, we found it easier to build webservice methods and pass it a single xml argument, rather than working with a servlet/.asp page to accept it as an http get/post. I'm sure you could do it with httpService, but i

Re: [flexcoders] Flex Builder 2, getting slower as code grows

2006-08-31 Thread Paul Andrews
Is that 1,700 lines of code in one file? - Original Message - From: Johannes Nel To: flexcoders@yahoogroups.com Sent: Tuesday, August 29, 2006 9:42 PM Subject: Re: [flexcoders] Flex Builder 2, getting slower as code grows switch off incremental

RE: [flexcoders] Embedding fonts at runtime

2006-08-31 Thread Roger Gonzalez
It is however possible to [Embed] font(s) into an AS class used to build a SWF, and then dynamically load that SWF. -rg From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt HornSent: Wednesday, August 30, 2006 1:23 PMTo:

Re: [flexcoders] addressing items rendered in TileList

2006-08-31 Thread Phil Marston
OK trying again ... I've worked out I can change a property of the dataProvider and the change is automatically reflected in the itemRenderer thanks Now what I'm struggling with is where the user clicks on the itemRenderer (aka thumbnail) I can't seem to disable the thumbnails response (the

Re: [flexcoders] Re: Buffer progress bar for streaming FLV

2006-08-31 Thread Abdul Qabiz
Hi,With VideoDisplay, you don't need to use onEnterFrame or any external Timer instance. Just subscribe to VideoDisplay's playheadUpdate event and do progress bar logic in event handler.-abdul On 8/30/06, Chris Simeone [EMAIL PROTECTED] wrote: Ok, Below is my

[flexcoders] Using Embedded fonts in htmlText

2006-08-31 Thread Bart Vanhulle
I was wondering if someone managed to achieve this. After struggling with embedding some fonts I finally got it working to some degree. The fonts are taken in most components. However, when Im trying to use an embedded font in a font tag and drop it in the htmlText attribute of a

Re: [flexcoders] Include fonts in RSL Flex2

2006-08-31 Thread Daniel Freiman
We've been working on something similar in a thread called embeding fonts at runtime although i'm not sure it's exactly what you want. Some of it might be useful. First check to see if the font is actually there using Font.enumerateFonts(). Second, we're currently looking into whether the

Re: [flexcoders] Flex Builder 2, getting slower as code grows

2006-08-31 Thread hank williams
On 8/30/06, Paul Andrews [EMAIL PROTECTED] wrote: Is that 1,700 lines of code in one file? You know, this is a good question that I was wondering and forgot all about. My code base is probably 5000 to 1 lines of code, so 1700 isnt much unless as you suggest, its all in one file (ugh).

[flexcoders] Re: Anyone actually able to save data from flex

2006-08-31 Thread mthielman11
Here is the http service command. If i add contentType=application/xml and/or add method=POST we get [RPC Fault faultString=HTTP request error faultCode=Server.Error.Request faultDetail=Error: [IOErrorEvent type=ioError bubbles=false cancelable=false eventPhase=2 text=Error #2032: Stream Error.

[flexcoders] Project Problem with Flex Builder2

2006-08-31 Thread david . aaron
Hi Folks --I was debugging a piece of code in Flex Builder 2 and while requesting a browser debug session the system reported a problem with the project file and asked if I would like to continue. I clicked 'ok' and then it threw up a dialog box with the following error 'File not found:

[flexcoders] Re: Anyone actually able to save data from flex

2006-08-31 Thread Mike Collins
Here is one sample. Server side code: File test1.cfm cfoutput#xmlout#/cfoutput MXML ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; width=335 height=100% paddingTop=2 paddingLeft=0 paddingRight=1 mx:Script ![CDATA[ import

Re: [flexcoders] Re: Anyone actually able to save data from flex

2006-08-31 Thread Tom Chiverton
On Thursday 31 August 2006 14:48, mthielman11 wrote: We can not even get a simple sample like this to work. I can retieve and view data from the server but the posting is not working. Right. And the web server is seeing the post, and there is a post body if you inspect it with Wireshark or

Re: [flexcoders] Using Embedded fonts in htmlText

2006-08-31 Thread Daniel Freiman
I don't know why that is happening, and I don't know what's causing it exactly, but one workaround that I've seen elsewhere that might work here is to set the fontfamily (Arial, Symbol) to every font you might want to use in that textarea and then you should using html be able to set the the

RE: [flexcoders] Include fonts in RSL Flex2

2006-08-31 Thread Lance Linder
Think I figured part of the problem out. Seems Darron Schalls blog post is still valid as I am able to get this to work on Label or Button components but TextArea (which I first tried) is a different story. So it seems that TextArea is doing something under the covers that Label and

[flexcoders] Can a legend be draggable?

2006-08-31 Thread dinger0007
I was having space issues with a legend and thought that the ability to drag a legend around the graph would be cool. Is that possible, maybe a simple setting that i have missed? Thanks in advance! -- Flexcoders Mailing List FAQ:

[flexcoders]MUltiply PrintDataGrid

2006-08-31 Thread Franca Daniel
--- Franca Daniel [EMAIL PROTECTED] escreveu: Data: Thu, 31 Aug 2006 15:14:42 + (GMT) De: Franca Daniel [EMAIL PROTECTED] Assunto: [FlexCoders]MUltiply PrintDataGrid Para: flexcoders@yahoogroups.com Hi, I need to use a dynamic number of PrintDataGrid to make a Report.

RE: [flexcoders] Using Embedded fonts in htmlText

2006-08-31 Thread Bart Vanhulle
Thank you for the suggestion. It tried it on the TextArea but it didnt work. (putting it in the css and applying it via the styleName). I might give it a try with the UITextField component later on, maybe it will work then. I wonder if this should be filed as a bug as the

[flexcoders] Re: Buffer progress bar for streaming FLV

2006-08-31 Thread Chris Simeone
Hi Abdul Your last two responses were helpful, but I don't think they solve my problem. As far as I can tell, to show buffering progress of streaming video as a percentage reflected in a progress bar I need to do this... var loadpct:Number = ns.time / ns.bufferLength * 100;

[FlexCoders]MUltiply PrintDataGrid

2006-08-31 Thread Franca Daniel
Hi, I need to use a dynamic number of PrintDataGrid to make a Report. Anyone hava some idea how to do that ? Thank you! ___ O Yahoo! está de cara nova. Venha conferir! http://br.yahoo.com -- Flexcoders Mailing List

Re: [flexcoders] ArrayCollection...how can I edit the data?

2006-08-31 Thread Tom Chiverton
On Monday 28 August 2006 21:14, qnotemedia wrote: TextInputs. I've tried many things. The only thing that works is editing the values of the Flex2 objects (the combobox or the datagrid). This is not ideal, since in step5, I will have to rebuild If these controls are bound to a data

Re: [flexcoders] Re: Use of viewLocator and viewHelper

2006-08-31 Thread Tom Chiverton
On Thursday 31 August 2006 05:38, mamatha_tn wrote: 1)Is viewHelper used to segregate as code from mxml? Sort of, or interactions with the model (as) from the view (mxml). 3)If I dont have any need to manipulate the mxml file from other files(which you have mentioned below), should I still go

Re: [flexcoders] output directive broken for absolute paths using compc

2006-08-31 Thread Tom Chiverton
On Tuesday 29 August 2006 06:33, Michael wrote: Does anyone know why compc doesn't take absolute paths inside the output directive? Can you give compc command line arguments ? Any known fixes or am I missing a vital configuration directive elsewhere? output

RE: [flexcoders] Include fonts in RSL Flex2

2006-08-31 Thread Lance Linder
Thanks! I did quickly scan through the thread you mentioned. Very interesting stuff but I didnt see anything exactly like what I needed. I wasnt aware of the Font.enumerateFonts() functions so I will look into this. Right now I have it working 90% at least. Biggest issue is

Re: [flexcoders] Architecture question

2006-08-31 Thread Tom Chiverton
On Wednesday 30 August 2006 01:18, Jeremy Merritt wrote: What we want to offer is a way to share the UI they create with others, over the web. I'd go with an XML description of the GUI. -- Tom Chiverton Helping to enthusiastically lead prospective platforms

[flexcoders] InputText + StyleSheet

2006-08-31 Thread Xavi Beumala
Hi all,I'm developing a kind of markup editor. It has to allow the user to select text and apply some xml tags to it as well as write new text in the textfield. The problem I'm having is that when you apply a styleSheet to the inputText field to render this custom tags, this field stops being

RE: [flexcoders] Re: how to show/hide a line in a chart

2006-08-31 Thread Ely Greenfield
You can get at the nth lineSeries as: myChart.series[i]._visible = true/false; Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shemeshkaleSent: Thursday, August 31, 2006 12:28 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: how to show/hide a

[flexcoders] Re: Cairngorm / Hibernate Best Practices

2006-08-31 Thread dreuimar
Thanks for the info, I've actually been using Spring predominantly for my standard J2EE web apps, but haven't used it with Flex. I know it's possible, and have been thinking of doing a Flex/Spring/Hibernate setup, but haven't yet. Is it difficult to use Spring with Flex, and where would I go to

[flexcoders] HTTP Problem w/ TileList

2006-08-31 Thread s_hernandez01
I am trying to get this TileList to display my data from an HTTPService, however, in the itemRenderer(Thumbnail), Flex will display my data when I code my image source as {data.image}, but I want to know how does flexstore code it as {product.image} and their data gets displayed? I tried

[flexcoders] Can Tabs be multi-row?

2006-08-31 Thread Louie Penaflor
Hi, I have an interface Im building and it seems like the it has too many sections which causes the whole app to scroll left to right. Can the tabs be multi-row? Does anyone have another suggestion in dealing with many form links in an app? Thanks and I look forward to your reply.

[flexcoders] Problem with Sorting

2006-08-31 Thread dreuimar
Hey everyone, I have an array collection of Industry objects which are all sub-industries. Each industry object has as a property a parent industry (of datatype Industry); Industry VO contains properties: industryId : int; parent : Industry; name : String; I want to sort the array by the

Re: [flexcoders] Flex 2 patch timeline

2006-08-31 Thread Adam Reynolds
Almost wish I hadn't asked :) Still it's nice to feel that Adobe are listening. Louie Penaflor wrote: This is a good point. I believe Adobe also tried to replicate a bug I was getting on Flex 2 builder, even when we didn’t purchase the software yet. I was still testing it out and got

[flexcoders] extend textarea in PrintJob?

2006-08-31 Thread tonyx_788
hi all, anyone knows how to print all the text of the textarea component it only prints the component but not the text also the text is bigger then the one in the texarea i also would like to know how to add a mx:image component next to the textarea i tried using the FormPrintView.mxml Example

[flexcoders] lockedcolumncount

2006-08-31 Thread geiger947
has anyone been able to get the lockedcolumncount to work on a datagrid. I have it set, but the columns always resize to fit in the width of the grid. Is there some trick to this ? There used to be an example on the labs site, but it is gone now. -- Flexcoders Mailing List FAQ:

[flexcoders] Customizing datatip function for 100% bar chart

2006-08-31 Thread j_sevlie
Using Flex 2. I have a 100% bar chart that I need help figuring out how to get access to some of the series data for display in a data tip. Here's the scenario: There are 4 regions in the country, each of them gets their own bar in the chart. - North Region - South Region - West Region - East

Re: [flexcoders] amfphp-AS class mapping issue

2006-08-31 Thread Oriol Gual
Have you changed your advancedsettings.php to correctly map your classes?2006/8/31, joangarnetdotcom [EMAIL PROTECTED]: Hi, I'm in a Flex2 app.I can't manage to map a php return value to the right AS type... In my service method I have this return statement: return new Result( true, new

Re: [flexcoders] Can Tabs be multi-row?

2006-08-31 Thread Rich Tretola
I posted this component. You are free to use it.http://www.everythingflex.com/blog/1/2006/07/MultiRowTabs.cfmRich On 8/31/06, Louie Penaflor [EMAIL PROTECTED] wrote: Hi, I have an interface I'm building and it seems like the it has too many sections which causes the whole app

[flexcoders] Configuring Flex 2 Data Services sample apps with full Jrun

2006-08-31 Thread Sterling Ledet
Title: Enterprise RIA Development with Macromedia Flex I am trying to get the Flex 2 Data Services Express sample applications working correctly on a full install on top of Jrun. The first one works OK, but the others all seem to require a specific JNDI port and possibly some other

RE: [flexcoders] Customizing datatip function for 100% bar chart

2006-08-31 Thread Ely Greenfield
return Series(e.item.element).displayName; Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of j_sevlieSent: Thursday, August 31, 2006 9:17 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Customizing datatip function for 100% bar chart Using Flex

[flexcoders] Wacky SOAP request construction with .NET web service... again

2006-08-31 Thread ben.clinkinbeard
I have already come across a couple of (confirmed by Adobe support) bugs with the way Flex constructs SOAP requests when using .NET web services and am wondering if I've found a third. I suppose this could be the expected behavior but it seems awfully weird to me. Part of the request that my web

RE: [flexcoders] Stroke color on lineSeries - bug?

2006-08-31 Thread Sreejith Unnikrishnan
Thanks guys. Searched the forum later and saw this post by Ely. "You're using Beta 2? You need to set lineStroke, not stroke. The stroke property affects the color of the points on the line, not the line itself. There's a bug in beta2 where the legend is currently rendering the stroke

[flexcoders] Is FDS is a CGI technology?

2006-08-31 Thread Mark Lapasa
Title: Enterprise RIA Development with Macromedia Flex Is Flex Data Services a type of CGI-like technology?If I have a Java application, I don't need to use servlets no more for having clients communicate with the application? Thx, -mL __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] Unable to get trace to work...

2006-08-31 Thread Kyle
I am writing some classes and am trying to use trace statements to test my methods; however, when I run (or debug) my application, my trace statements are not being output to the console window. Does anyone know if there is some setting or preference that I might be missing, or know what might be

[flexcoders] Multiple Screen Application

2006-08-31 Thread Sam Shrefler
I'm just looking for an theory overview / suggestions on how to handle multiple screens with nothing in common: For example, i have an application that I'd like to have a menubar on every single screen. After that, i'd have say 5 - 20 totally unrelated screens each with their own display and

Re: [flexcoders] Is FDS is a CGI technology?

2006-08-31 Thread hank williams
FDS sits inside *your* servlet, so you are still using servlets. FDS has (as far as I know) nothing to do with CGI.Regards,HankOn 8/31/06, Mark Lapasa [EMAIL PROTECTED] wrote: Is Flex Data Services a type of CGI-like technology?If I have a Java application, I don't need to use

[flexcoders] Re: Multiple Screen Application

2006-08-31 Thread dreuimar
I started out using states, with the current state being bound to a property in the model (using Cairngorm.) Lately, as my application has dozens of screens and different users are privelaged to have certain screens at their disposal, I use a view stack (it's easier on the eyes to program, IMO),

[flexcoders] Re: how to show/hide a line in a chart

2006-08-31 Thread Doug Lowder
If you have your line chart bound to a series array, you can build a new array that contains only the lines you wish to show, and then change your chart's binding to that array instead of the original array. I used this approach with area/line combination charts with four elements, and it

RE: [flexcoders] Unable to get trace to work...

2006-08-31 Thread Deepa Subramaniam
Do you have an mm.cfg file that enables tracing and sets the trace output file name and location? Here's a technote about how to get mm.cfg set up correctly: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19323 One that is all set up, your trace statements will be outputted to

RE: [flexcoders] Problem with Sorting

2006-08-31 Thread Deepa Subramaniam
The SortField objects take the name of the field in the object to be sorted as a String so your dot _expression_ will not work. What you can do is write a custom compareFunction for your Sort object. A compareFunction takes two objects and returns -1, 0, or 1 depending on which

[flexcoders] Playing back a SWF with Flex

2006-08-31 Thread mitchgrasso
Although the docs would lead me to believe this isn't possible, I wanted to confirm whether you can dynamically load a SWF animation created in Flash into a Flex application and be able to access it's timeline to jump to a frame or set the framerate, etc. I have been using SWFLoader to load

[flexcoders] Re: Flex 2 Remoting and ASP.net (flourine?) examples?

2006-08-31 Thread a1111111111111
I'm trying to do a mashup of your tutorial and what jessewarden has at: http://www.jessewarden.com/archives/2005/12/amfphp_10_works.html So far, I haven't gotten it working. I'm getting: Unknown Service Error: Unknown service type requested FluorineTest at

[flexcoders] Re: Unable to get trace to work...

2006-08-31 Thread Kyle
Thanks Deepa, I have tried following the instructions on setting up my trace debug output; however, I cannot find the file mm.cfg anywhere on my system. From what I have seen in examples, I should simply be able to open the console window and see the trace outputs there when I debug the

Re: [flexcoders] web service result type=Object,E4X,XML and the conversion function

2006-08-31 Thread Tom Ortega
Yeah, was just wondering if there was a simple function to call that took a var in one format, then spit it back out in the desired format.It just seemed a shame if that function was built in there, but not exposed. =) On 8/30/06, Clint Modien [EMAIL PROTECTED] wrote:

[flexcoders] Re: Anyone actually able to save data from flex

2006-08-31 Thread mthielman11
Lets try this again. I continue to have trouble posting my coding example. Here is what we have tried now. mx:HTTPService id=srvsave url= useProxy=false method=POST contentType=application/xml mx:request obj{dataModel}/obj /mx:request

Re: [flexcoders] Re: Multiple Screen Application

2006-08-31 Thread Sam Shrefler
Brennan: Thank you very much. What do you mean by ViewHelper? Does each View in the ViewStack have a viewHelper? ThanksSam On 8/31/06, dreuimar [EMAIL PROTECTED] wrote: I started out using states, with the current state being bound to aproperty in the model (using Cairngorm.) Lately, as my

RE: [flexcoders] Re: Unable to get trace to work...

2006-08-31 Thread Deepa Subramaniam
Hi Kyle Check out the first line in step #2 in the technote: Make sure you have copied the mm.cfg file from your flex_install_dir/bin directory to the client machine's home directory. Alternatively, you can create a file, name it mm.cfg, drop it in your home directory and add

[flexcoders] Re: Buffer progress bar for streaming FLV

2006-08-31 Thread Chris Simeone
Well, my hack worked. I created a new package in my project. Then I copied the Flex video classes into the package folders and hacked those (about 50 lines of code in 10 files - less not counting the package name changes). Then I created a new video event - BUFFERINGPCT. The VideoEvent object now

[flexcoders] Custom scrolling with TileList

2006-08-31 Thread qnotemedia
I have a vertical scroll-only TileList. Is there anyway to: 1) remove the scrollbar, and 2) Use buttons at the top and bottom of the TileList that scroll the list while mouse over? As a test, so far, I have a skinny and short TileList with a bunch of items in it. When you mouseover a button

[flexcoders] Is there a simple Cairngorm 2 walkthrough out there?

2006-08-31 Thread g8torjoe
I realize that Cairngorm isn't exactly intended for an extremely small app, but I am wondering if anyone has seen a very basic tutorial on creating a simple app using Cairngorm. I have read all of the articles out there a couple of times and have a good grasp on the principles of the design

[flexcoders] XrayLogger for AS3

2006-08-31 Thread John Grden
I'm in the very early stages of getting Xray's connector ported over the AS3 and the first step has been to get the new Logger up and running. So far, it's working great and I've included an OutputPanel.mxml that users can include it in their app if they don't want to use the xray interface (

[flexcoders] Re: Multiple Screen Application

2006-08-31 Thread dreuimar
In Cairngorm you can associate helper classes for views. For instance, I have a package with all of my views, and in that package is a subpackage of helpers. Each view has it's own helper, so MainMenu might have MainMenuHelper as a class, which extends ViewHelper. ViewHelper registers itself with

[flexcoders] Re: Is this a bug? About Number type.

2006-08-31 Thread beloved_zhou
Thank you very much. That help me a lot. --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: You presumably meant the result should be 23.7, not 23.8. However, getting 23.703 isn't a bug; you'd get the same answer in other languages like Java and C++.

RE: [flexcoders] Is FDS is a CGI technology?

2006-08-31 Thread Mark Lapasa
Thanks for the response. I guess I should do more homework into knowing servlets before I get too deep into FDS. -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of hank williamsSent: Thursday, August 31, 2006 1:59 PMTo:

[flexcoders] Re: Is there a simple Cairngorm 2 walkthrough out there?

2006-08-31 Thread ben.clinkinbeard
Not a tutorial per se but this is a great, simple example with well commented code: http://www.jessewarden.com/archives/2006/07/flex_2_webservice.html HTH, Ben --- In flexcoders@yahoogroups.com, g8torjoe [EMAIL PROTECTED] wrote: I realize that Cairngorm isn't exactly intended for an extremely

Re: [flexcoders] Is FDS is a CGI technology?

2006-08-31 Thread hank williams
Actually, while there are nuances that you can benefit from if you really understand servlets, if you can write java and have POJOs, you can access them in a relatively simple way. Then extending that to using the more advanced features of FDS (like Data Services) really has nothing to do with

RE: [flexcoders] Customizing datatip function for 100% bar chart

2006-08-31 Thread Matt Horn
return Series(e.item.element).displayName; This didn't work for me, but this did: return BarSeries(e.element).displayName; hth, m -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ely Greenfield Sent: Thursday, August 31, 2006

  1   2   >