[flexcoders] Is anyone having trouble contacting Adobe and/or purchasing Flex?

2006-07-10 Thread David Mendels
Hi Flexcoders, Subject line is fairly self-explanatory. I have seen a blog post or two from people having trouble connecting with us on pricing or simply with purchasing Flex Builder. This is the first product from the former Macromedia to be launched at Adobe and I am sure we have kinks in the

Re: [flexcoders] Is anyone having trouble contacting Adobe and/or purchasing Flex?

2006-07-10 Thread JesterXL
Not here. 1. 3:26am - go to adobe.com 2. log in, find credit card 3. choose Products Flex 4. click purchase Flex with Charting 5. input info in store, click submit 6. done! Took 3 minutes, and 36 seconds. Sounds like you read the story about someone in Oz not being so lucky?

RE: [flexcoders] Is anyone having trouble contacting Adobe and/or purchasing Flex?

2006-07-10 Thread Jonas Windey
The only problem we have is that were from Belgium (Europe), and still cant buy Flex 2.0 yet. Our CEO has direct contact with Adobe in The Netherlands though, so it should be here any day now. Jonas From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On

[flexcoders] Cairngorm 2 flexstore binding problem

2006-07-10 Thread Paolo Bernardini
I was trying to port the cairgormflexstore to flex 2 and had some problems with data binding, for example: In flex 1.5 you could bind to model.shoppingCart.totalProductPrice, now in Flex 2 you get this warning: Data binding will not be able to detect assignments to totalProductPrice. And the

[flexcoders] FileReference and mimetypes

2006-07-10 Thread Jeff Tapper
I'm finding that when i use file reference to upload a gif to the server, the php script which receives it thinks its an Application/Octet-Stream, rather than image/gif. However, if i upload the same gif through an html interface, the php script properly interprets it as an image/gif. Is this

Re: [flexcoders] FileReference and mimetypes

2006-07-10 Thread Clint Tredway
I am using PHP to upload images to the server and it works just fine :)On 7/10/06, Jeff Tapper [EMAIL PROTECTED] wrote: I'm finding that when i use file reference to upload a gif to the server, the php script which receives it thinks its an

[flexcoders] ArrayCollection as datasource

2006-07-10 Thread Jonas Windey
Hi, Im using a webservice to provide data to a tree but I cant seem to bind the data. The datatype of my operation is Object (with e4x I get other problems and Id like to keep it Object for all my operation), and the result looks like this: result = mx.utils.ObjectProxy (@3977541)

RE: [flexcoders] Flex 2 Final : Error #1034, in ChartBase dataTip functions

2006-07-10 Thread Ely Greenfield
Hi Benoit. I'm dusting off my high school french here, but I think you're running into an API change between Beta3 and final. DataTip functions now take a single HitData parameter. in beta3 they took a single ChartMouseEvent parameter. Ely. From: flexcoders@yahoogroups.com

Re: [flexcoders] FileReference and mimetypes

2006-07-10 Thread Jeff Tapper
Its not that it isnt working, its just that I am unable to have my php script detect the proper mimetype, which I'd like to use to prevent malicious uploads. Ideally, I'm looking to use the same server side code for uploads from both php and from flex. with the current situation, i need to

[flexcoders] Flex Builder 2 - MenuBar icon not showing

2006-07-10 Thread supertodda
Hello, I'm trying to add an icon to the top level of the menuBar component, but no matter what I try I cannot get it to display. The icon will display with other component types, such as a List, but not the menubar. The idea is that I'm trying to emulate a separator at the top level (which also

RE: [flexcoders] Modal Immunity

2006-07-10 Thread Evan Gifford
Thanks JXL, that does sound feasible, but Ive constructed the document in such a way so that the help window which is popped up is a separate component from the button which makes it appear. This way, the animation and positioning of the help TitleWindow are controlled by the button in

RE: [flexcoders] mx:HTTPService - relative url's - relative to swf vs relative to html wrapper

2006-07-10 Thread Carson Hager
All of the URLs we use point to a URL relative to the server root so moving code has no effect and we get the benefit of not hardcoding a hostname. Carson Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL

Re: [flexcoders] Modal Immunity

2006-07-10 Thread JesterXL
I didn't think the PopUpManager solution would work for you; most icons buttons are part of integrated views, and thus can't be removed, but I take the shotgun approach to answers. You didn't respond to the 2nd one, however. Have you tried re-parenting the help button? If you're view

[flexcoders] Accessing a datagrid inside a different viewstate

2006-07-10 Thread Joe Stramel
I have a custom component that I created and I have added it to the main application. There is a datagrid inside the custom component. I call the data in the main app, place it in a public ArrayCollection and want the datagrid to display the data. My problem is that the datagrid is in a

Re: [flexcoders] FileReference and mimetypes

2006-07-10 Thread Tom Chiverton
On Monday 10 July 2006 14:33, Jeff Tapper wrote: script detect the proper mimetype, which I'd like to use to prevent malicious uploads. Ideally, I'm looking to use the same server side code Isn't the MIME type set by the client, and therefore is untrusted ? -- Tom Chiverton

[flexcoders] Re: DataGrid and rowCount (Flex 1.5)

2006-07-10 Thread Tim Hoff
Hi, You should be able to adjust the height of the DataGrid to include the header height and the height of one row. If you're using a horizontal scroll bar, you would also have to allow for it's height. Even if the DataProvider has more than one record, only one row will be visible. The

[flexcoders] Re: Accessing a datagrid inside a different viewstate

2006-07-10 Thread Tim Hoff
Hi Joe, Instead of pushing the data to the DataGrid, have the DataGrid pull the data from the public ArrayCollection with binding. Note the curly binding braces. mx:DataGrid id=dg dataProvider={myArrayCollection}/ When the data in the ArrayCollection changes, the DataGrid will reflect the

[flexcoders] What Flex Coldfusion Web Hosting company do you recommend to host my website?

2006-07-10 Thread porsche_911_1978
I have tried a web hosting company that supports ColdFusion, but I'm having a hard time trying to get my project running on their servers. Does anyone have a web hosting company that they recommend to host my project. My project is using, Flex 2, ColdFusion and MySQL Database. Thanks, Neil

Re: [flexcoders] What Flex Coldfusion Web Hosting company do you recommend to host my website?

2006-07-10 Thread JesterXL
http://www.fusionlink.com - Original Message - From: porsche_911_1978 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 10, 2006 10:34 AM Subject: [flexcoders] What Flex Coldfusion Web Hosting company do you recommend to host my website? I have tried a web hosting

[flexcoders] how do i reopen the cf app wizard

2006-07-10 Thread Paul Ihrig
is there a way to reopen the coldfusion application wizard? i saw some one do it in a demo, but i cant figure out how to edit or reopen a wizzard. thanks -paul Yahoo! Groups Sponsor ~-- Something is new at Yahoo! Groups. Check out the enhanced

Re: [flexcoders] Accessing a datagrid inside a different viewstate

2006-07-10 Thread Tom Chiverton
On Monday 10 July 2006 15:59, Joe Stramel wrote: datagrid to display the data. My problem is that the datagrid is in a different viewstate other than the default view and so I get a null reference error when I try to populate the datagrid from the main app. Is there a way to force the

Re: [flexcoders] Accessing a datagrid inside a different viewstate

2006-07-10 Thread JesterXL
If the View's, and all parents have a creationPolicy (in the case of Containers) to "all", then it will be created. However, you cannot depend on creation order 100%; you'll end up with a race condition somehwere, and pull you're hair out. You're best approach is to utilize a ModelLocator

RE: [Junk E-Mail - LOW] [flexcoders] how do i reopen the cf app wizard

2006-07-10 Thread Shannon Hicks
Create a new one, and then in one of the first windows, there's a button to re-load previous settings. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul IhrigSent: Monday, July 10, 2006 9:28 AMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW]

Re: [flexcoders] mx:HTTPService - relative url's - relative to swf vs relative to html wrapper

2006-07-10 Thread Tom Chiverton
On Monday 10 July 2006 16:05, Carson Hager wrote: All of the URLs we use point to a URL relative to the server root Isn't that an absolute URL ? :-) -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP

[flexcoders] Re: Accessing a datagrid inside a different viewstate

2006-07-10 Thread Tim Hoff
Sorry Joe, Forgot to mention that you have to reference the public ArrayCollection's location. dataProvider={parentDocument.myArrayCollection} or, for Cairngorm: dataProvider={ModelLocator.getInstance().myArrayCollection} -TH --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED]

RE: [flexcoders] Modal Immunity

2006-07-10 Thread Evan Gifford
Thanks again for your response Jester :^) Sweet! Yeah, that article is perfect :^) I was under the assumption that the PopUpManager put the windows under Application and Modality was an effect applied on a per-component basis. Youre totally right, its not possible the way I was

[flexcoders] Re: how do i reopen the cf app wizard

2006-07-10 Thread Paul Ihrig
Ctrl-N Load ColdFusion/ Flex Application wizard Settings Yahoo! Groups Sponsor ~-- See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM

Re: [flexcoders] FileReference and mimetypes

2006-07-10 Thread Jeff Tapper
Not that i know of, although my hacking years are far behind me, so that part of my brain may well have atrophied by now. is it possible for a user to manually set the mimetype of a file to something other than what it really is? At 11:04 AM 7/10/2006, Tom Chiverton wrote: On Monday 10 July

RE: [flexcoders] mx:HTTPService - relative url's - relative to swf vs relative to html wrapper

2006-07-10 Thread Carson Hager
The good news is that this was only an issue of semantics. Carson Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY Mobile: 1.703.489.6466 -Original Message- From:

[flexcoders] Re: Accessing a datagrid inside a different viewstate

2006-07-10 Thread Tim Hoff
Hi Jesse, I started using this approach because it was used in the samples. When I sought to increase the performace of the application, I noticed a little gain when I bound the source directly to the DataProvider. By creating an additional [Bindable] ArrayCollection and an additonal

[flexcoders] Re: Reused SWFLoader - 1034 error /bug

2006-07-10 Thread Angus Johnson
Turned out that I needed to set ApplicationDomain to the current application in the loaderContext. Fixed.On 06/07/06, Angus Johnson [EMAIL PROTECTED] wrote:Me again :)So I have a Flex 2 (final) application that loads in the Adobe Dashboard example as a sub app. This is done using the

RE: [flexcoders] mx:HTTPService - relative url's - relative to swf vs relative to html wrapper

2006-07-10 Thread Carson Hager
No it isn't. An absolute URL specifies the host and the protocol. What I've been describing is a relative URL, just relative to the root. I think you're assuming that relative URLs are always relative to an inner directory which is not the case. Carson

[flexcoders] Flex2: Problem with list item renderers in a popup title window

2006-07-10 Thread Tobias Patton
Hello Flexcoders; I have a TitleWindow whose only child is a List. The List uses a custom itemRenderer that just draws an HBox with a TextLabel inside. This all works as expected. However, if I use PopupManager to create a popup using the TitleWindow sublass, there are problems.

Re: [flexcoders] as3 editors/tools

2006-07-10 Thread Tom Chiverton
On Monday 10 July 2006 00:09, Emmanuel Okyere wrote: just about getting my feet wet with flex; can anybody pls say what tools out there support as3 outside flexbuilder? Define 'support'. Eclipse is fine, for instance, if you don't mind the occasional syntax highlight glitch and don't need a

Re: [flexcoders] Re: Accessing a datagrid inside a different viewstate

2006-07-10 Thread JesterXL
I do it because if I don't, my boss yells at me. Something about encapsulation and View's shouldn't know about ModelLocator... they are too tightly coupled that way. This allows a master View to act as an intermediary controller of sorts, and dictate what view knows about what. Since our

[flexcoders] Re: Accessing a datagrid inside a different viewstate

2006-07-10 Thread Tim Hoff
That makes sense. Especially if the view has several bound variables. In that case, model=ModelLocator.getInstance(). At the very least, it would make the code more readable. Thanks for your point of view. -TH --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: I do it

Re: [flexcoders] Flex2: Problem with list item renderers in a popup title window

2006-07-10 Thread JesterXL
Couple things to try: - set an explicit width and height on your itemRenderer, even 100% - set the scrollRect on the list to be the rect of the list - Original Message - From: Tobias Patton To: flexcoders@yahoogroups.com Sent: Monday, July 10, 2006 12:27 PM Subject:

Re: [flexcoders] Accessing a datagrid inside a different viewstate

2006-07-10 Thread Joe Stramel
Thank you all for your comments. Jester your approach seems to follow what I was (recently) taught in my Flex 2 class. I can follow the pseduo code but I have trouble getting my mind around the coding specifics. BTW, I am using a remote object to call a CF component. Do you have some

RE: [flexcoders] Re: debugger blows by breakpoints in component

2006-07-10 Thread Lisa Nelson
Just to round this topic out. Scott's suggestion did indeed solve our problem. --Lisa -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lisa Nelson Sent: Friday, July 07, 2006 16:04 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re:

[flexcoders] About Integrating flex DS 2 with Flex builder 2 beta 3

2006-07-10 Thread Mr.Unlimited
Hi.. Im new to flex. could u ppl help me in integrating flex ds with the builder.?? M using Flex 2 beta 3 and FDS2.. in a standalone environment.. all i need is to get data from oracle database trhru java objects Please HelpThanks and regards.. kris!! Yahoo! Messenger with

Re: [flexcoders] Accessing a datagrid inside a different viewstate

2006-07-10 Thread JesterXL
Assume the Delegate is using a RemoteObject instead of a WebService, and it's exactly the same. You'll notice that the View binds to the ModelLocator, and the Commands update it. http://www.jessewarden.com/archives/2006/07/flex_2_webservice.html - Original Message - From: Joe

[flexcoders] Using WebServers in Flex 2.0

2006-07-10 Thread efeminella
I am building an application in Flex 2.0 which requires loading a wsdl and calling methods on the wsdl. I have been doing this in Flex 1.5 for along time as well. When running locally the wsdl loads and I am able to call methods successfully but once deployed to a webserver outside of the domain

[flexcoders] Flex 2: Problem binding data to a wsdl operation

2006-07-10 Thread efeminella
I am trying to bind a class property to a wsdl opertion parameter but recieve the following warning: Data binding will not be able to detect assignments to bindingHandler. - whereas bindingHandler is an instance of a custom class BindingHandler which I am callling a getter method on to

Re: [flexcoders] Flex 2: Problem binding data to a wsdl operation

2006-07-10 Thread JesterXL
Put [Bindable] Above it if it's a property. If it's a class, put that above the class definition (not the package, the class). - Original Message - From: efeminella [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 10, 2006 1:48 PM Subject: [flexcoders] Flex 2:

RE: [flexcoders] Flex 2: Problem binding data to a wsdl operation

2006-07-10 Thread Carson Hager
Did you declarebindingHandler as [Bindable]? [Bindable] var bindingHandler:BindingHandler = new BindingHandler(); Carson Carson HagerCynergy Systems, Inc.http://www.cynergysystems.comEmail: [EMAIL PROTECTED]Office: 866-CYNERGYMobile:

RE: [flexcoders] Flex Configuration

2006-07-10 Thread Bacardi Bryant
Thanks Shan for the reply, but we are running a multi-server configuration. Do you know where the files would have been installed in that instance. Because I did a search and found flex-config.xml (flex-enterprise-services.xml was not found at all) in

Re: [flexcoders] Using WebServers in Flex 2.0

2006-07-10 Thread JesterXL
How did you get around this issue in Flex 1.5? Flex 1.5's server had built-in proxying. Are you using this in Flex 2? If not: - utilize a proxy script. Usually just 1 line of code in PHP or even ASP for example. This server-side script resides on the same domain the SWF is on, and you

RE: [flexcoders] Using WebServers in Flex 2.0

2006-07-10 Thread Carson Hager
If your deployed application will sit on a different host from the web service implementations, the web services host will have to have a crossdomain.xml file allowing access from the host your app is downloaded from. You can open it up to the world with * as well if you're not concerned

[flexcoders] flex2 beta3 Tilelist effect

2006-07-10 Thread Meenakshi_Makker
Hi, I want to add a move effect in a Tilelist when a child is added. I have a custom itemrenderer in Tilelist. Want to know the triggering event, addedeffect is not working??? neither in tilelist nor in row item when added there. Please help with an example. mx:TileList id=tlRow

[flexcoders] Custom Window Component - Is this possible?

2006-07-10 Thread Sascha Balkau
I'm trying to create a custom component in Flex2 based on TitleWindow that should be the base for a couple of windows that all have more or less different controls but also have several parts in common like an 'Ok' and a 'Cancel' Button that are at the bottom of every window. I've created a

RE: [Junk E-Mail - LOW] [flexcoders] Flex 2: Problem binding data to a wsdl operation

2006-07-10 Thread Shannon Hicks
You get that error when you bind something that is not an ArrayCollection. Convert your data to an ArrayCollection, and Flex will be much happier :) If it's really not possible to convert to an ArrayCollection, you can always bind in actionscript, usuallyvia an eventhandler. Shan

[flexcoders] Loading an external swf screws up the layout (f2)

2006-07-10 Thread rigidcode
Anyone who tries to use the Loader class to load a large (in pixels) Flash 7/8 swf into a Flex app would probably run into this. But I couldn't find it in the archives... If you load an external Flash 8 swf into a Flex 2 app, with the Loader class, it will spill out of whatever container you

[flexcoders] Exiting or transferring out of Flash Player

2006-07-10 Thread Libby
Flex 1.5 I know this is heresy to you guys : ) but I was wondering if there is a way to shut down the currently running Flex app without closing the browser (preferred), or programatically closing the browser from within the Flex app? Currently I am trying to redirect to a jsp, and I get an

Re: [flexcoders] Custom Window Component - Is this possible?

2006-07-10 Thread JesterXL
2 things. First, you cannot put stuff in a Container based component that already has stuff in it via MXML. You can via ActionScript. So, write your EditorWindow in ActionScript, and you'll be fine. Second, make the default width and height of it 400 width, and 300 height, not 100%.

[flexcoders] Addressing buried children in XML with default namespace- an easier way?

2006-07-10 Thread ben.clinkinbeard
The struggle against XML with a default namespace continues... Here is my xml: PseSearchResponse xmlns=http://fmr.com/BackOffice/PseSearch; SearchPlan MaxExceededFlagfalse/MaxExceededFlag Plans Client EnterpriseId9/EnterpriseId

Re: [flexcoders] Loading an external swf screws up the layout (f2)

2006-07-10 Thread JesterXL
I've had the same problem and couldn't figure out a fix. The problem is you can't talk to non-Flash 9 SWF's via conventual methods, so maybe build an API that you can call via LocalConnection, or wait for the Loader to load, and beat the loaded content into submission; there are some methods

[flexcoders] Text input live formatting

2006-07-10 Thread Tom Fitzpatrick
Is there a way to apply number formatting (e.g., thousands separator) to a text input while the user is typing the number? Thanks. - Tom Yahoo! Groups Sponsor ~-- Great things are happening at Yahoo! Groups. See the new email design.

Re: [flexcoders] Exiting or transferring out of Flash Player

2006-07-10 Thread JesterXL
mx.core.Application.getURL ( serverURL, _self); ...I think it's _self... not sure. Anyway, try that. - Original Message - From: Libby [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 10, 2006 3:42 PM Subject: [flexcoders] Exiting or transferring out of Flash Player

[flexcoders] Re: Exiting or transferring out of Flash Player

2006-07-10 Thread Doug Lowder
You could use getURL() to navigate to a different location. In fact, you don't even need a server-side page, jsp or otherwise. mx:Link label=Exit click=getURL('about:blank','_top'); / --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED] wrote: Flex 1.5 I know this is heresy to you

Re: [flexcoders] Accessing a datagrid inside a different viewstate

2006-07-10 Thread Joe Stramel
Thanks, I think I've got it! - Original Message - From: JesterXL To: flexcoders@yahoogroups.com Sent: Monday, July 10, 2006 2:42 PM Subject: Re: [flexcoders] Accessing a datagrid inside a different viewstate Assume the Delegate is using a RemoteObject

RE: [Junk E-Mail - LOW] RE: [flexcoders] Flex Configuration

2006-07-10 Thread Shannon Hicks
The web root that *should* work for you is: X:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\ Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bacardi BryantSent: Monday, July 10, 2006 12:54 PMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] RE:

[flexcoders] intermittent code hints

2006-07-10 Thread jrjazzman23
The scenario is an .mxml file that is the sole includer of an .as file. Using the FB2 plug-in, sometimes, we get code hinting in the .as file, other times not. When we do get code hinting, all the variables from the enclosing .mxml are available. One of our developers is not getting any code

[flexcoders] Re: Accessing a datagrid inside a different viewstate

2006-07-10 Thread Tim Hoff
Ok, after a little more thought. Yes, you had me at encapsulation. But, the View's shouldn't know about ModelLocator.., :: scratches head ::, but Views should be bound to the ModelLocator for state? I can see the logic working for the small DataProvider question that started this thread.

[flexcoders] Licensing question for charting components

2006-07-10 Thread Lance Linder
I havent seen this question asked before and I dont see any information on the Flex web sites about this so I am hoping that someone here can answer my question. I need to purchase Flex builder for 5 developers and they all need to use the Flex charting components to develop

[flexcoders] Re: Addressing buried children in XML with default namespace- an easier way?

2006-07-10 Thread Geoffrey Williams
Here's a couple: // namespace constant public namespace default_ns = http://fmr.com/BackOffice/PseSearch;; // init test public function init () : void { var xml : XML = PseSearchResponse xmlns=http://fmr.com/BackOffice/PseSearch; SearchPlan

[flexcoders] How to get all Data Contained in a DataGrid:: Flex 1.5

2006-07-10 Thread augie3333
Hi all, Is anyone aware of a way to get all data(viewable and non-viewable) contained in a Data Grid? I found a way to get all of the data that is viewable on the screen: for(var i:Number = 0; i DataGridID.__dataProvider.length; i++){

Re: [flexcoders] Text input live formatting

2006-07-10 Thread JesterXL
You can't really apply it to the field they are typing to. You could, if you removed the Validator in this example, but it moves the cursor, and is just unusable. You're welcome to try. Here's a modified example from the help docs. ?xml version=1.0 encoding=utf-8? mx:Application

Re: [flexcoders] Re: Accessing a datagrid inside a different viewstate

2006-07-10 Thread JesterXL
Everytime I started to answer, you pretty much identified exactly my response in your following paragraph. For some View's, sure, just bind it to a ModelLocator, and you're good. Others are too nested, and need context, which forces you to move the logic higher up to prevent too much coupling.

[flexcoders] Re: Addressing buried children in XML with default namespace- an easier way?

2006-07-10 Thread ben.clinkinbeard
Sorry, I guess I wasn't clear in what I was looking for- I am trying to figure out how to address deeply buried nodes without having to go one level at a time. Something like the .. operator, but that is compatible with namespaced XML (.. doesn't seem to be). The Web Services I am calling return

Re: [flexcoders] How to get all Data Contained in a DataGrid:: Flex 1.5

2006-07-10 Thread JesterXL
trace ( dataGrid.dataProvider ); ??? - Original Message - From: augie [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 10, 2006 4:21 PM Subject: [flexcoders] How to get all Data Contained in a DataGrid:: Flex 1.5 Hi all, Is anyone aware of a way to get all

[flexcoders] Re: Exiting or transferring out of Flash Player

2006-07-10 Thread Libby
That was it. Thank you. Is it possible to send this command from the server side, through the flash gateway, in order not to have the URL coded in the client? --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: mx.core.Application.getURL ( serverURL, _self); ...I think it's

[flexcoders] Authentication

2006-07-10 Thread Dmitry Miller
Does anyone know what would be the best practice for authentication of FDS? I am planning to store some stuff on the back-end, so some sort of session notion should exist. Any suggestions? Thanks, --- Dmitry -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Accessing a datagrid inside a different viewstate

2006-07-10 Thread Tim Hoff
Yeah, sorry to infer that you weren't conforming to Cairngorm. Any chance you could show us how you are using the command callback? I was thinking about doing something like this with eventListeners/dispatchers, observe or changeWatcher, but a responder class would be perfect. Not really

[flexcoders] RIA docs - Any suggestions?

2006-07-10 Thread Dmitry Miller
I am looking for a good diagram tool to document RIA design. Also, I did not find any articles or information on what should be documented when Flex app is being designed. Any suggestions? Thanks, --- Dmitry Yahoo! Groups Sponsor ~-- See

Re: [flexcoders] Pivot Tables

2006-07-10 Thread slangeberg
You can perform column sorts automatically on a DataGrid component. What kind of additional functionality are you looking for?ScottOn 7/6/06, digitalnovanet [EMAIL PROTECTED] wrote: Anyone ever seen a flex or flash based Pivot Table? If not, anyone have an

[flexcoders] newbie needs best practices in looping thru XML

2006-07-10 Thread meathead
Hi all and thanks in advance, I have a combo box that fires off an HTTPService based on results from selection. From this HTTPService, I want to make a new pane for each record returned in an accordion. I was returning correct answers for multiple records, but not for results that numbered

[flexcoders] Cairngorm ServiceLocator DataService support

2006-07-10 Thread Reynaldo Bernal
I would like to know if there is a way in the current Cairngorm framework to support DataService binding instead of RemoteObject binding. I have modified the original version of the basic Flex Phone sample to use a DataService java class in the web server instead of using ColdFusion, and it

[flexcoders] Re: How to get all Data Contained in a DataGrid:: Flex 1.5

2006-07-10 Thread augie3333
Hi all, I solved my problem. Here is the solution for anyone who might run into this in the future. for(var i:Number = 0; i DataGridID.__dataProvider.length; i++){ trace(DataGridID._dataProvider.getItemAt(i).attributes.label); } Thanks, -Augie Marcello --- In flexcoders@yahoogroups.com,

[flexcoders] How to change the selected row color in a Datagrid?

2006-07-10 Thread newtoflexworld
I need to change the color of the selected row in a datagrid on click of a button i.e. I need to highlight the already selected row in red. On the click event of the button ,I am using myGrid.setPropertiesAt(i, {selectionColor:0xFF}); where myGrid is the datagrid object and i is the

RE: [flexcoders] Re: Cairngorm Responder interface changes

2006-07-10 Thread Steven Webster
jesse, sorry if you've covered this already; but what do you mean by commands supporting callbacks, in terms of an example usage of where you'd do this ? can we rewind to the use-case, so I can make sure I understand what you're trying to achieve here ? best, Steven

RE: [flexcoders] mx:HTTPService - relative url's - relative to swf vs relative to html wrapper

2006-07-10 Thread Carson Hager
This message managed to beat my first reply. This will make more sense when the other one finally hits. Carson Carson HagerCynergy Systems, Inc.http://www.cynergysystems.comEmail: [EMAIL PROTECTED]Office: 866-CYNERGYMobile: 1.703.489.6466

[flexcoders] newb Q: running cf wiz :8500

2006-07-10 Thread Paul Ihrig
ok. so i have flex builder running on eclipse 3.2 i have looked at a few examples. running cf 7.02 tried to use the cf wizard just to do a master/detail on the ows.mdb from the wack 7 book. basicaly when i go to run it on http://127.0.0.1:8500/orange/bin/orange.html server says: Firefox can't

Re: [flexcoders] DAO Best Practices

2006-07-10 Thread jeremiah johnson
To answer your first question, I'd say that you should leave any checking logic out of your DAOs. For clarity, a DAO is where you do your DB querying; it returns Transfer Objects (TOs) as results, and accepts TOs as input for narrowing searches. They usually represent an object that you want

[flexcoders] TextArea inline emoticons

2006-07-10 Thread tomkrcha
Hi, I have heard, that inline emoticons are on WISH LIST of FLEX. I would like to implement emoticons into my chat. Does anybody know, when it will be possible? Or is it alredy possible now to put images inline (one by one) now? Thanks Tom Yahoo! Groups

RE: [flexcoders] Re: WebService Cairngorm 2 Example

2006-07-10 Thread Steven Webster
I don't necessarily agree here with Jesse; for me, a Command is most useful when it's an implementation of a single use-case, and when it executes in context, and handles it's results in context. If there is functionality that is shared between commands, then I'd either move that

RE: [flexcoders] mx:HTTPService - relative url's - relative to swf vs relative to html wrapper

2006-07-10 Thread Tracy Spratt
We are not helping with the problem yet. I do not know of a way to change the way the url resolves. Since the location of the swf presumably does not change, you could pass the necessary url into the Flex app using flashvars in the wrapper. Then, in the Flex app, you could use the

[flexcoders] mysql amfphp flex2 login

2006-07-10 Thread Impudent1
Just to save time reinventing the wheel here. Has anyone created a multiuser amfphp service link to flex? I just need a portable multiuser login setup that I can later connect to a backend admin to control users/groups etc. Since I am sure this is not exactly new territory, I thought I would

[flexcoders] How to get all Data Contained in a DataGrid:: Flex 1.5

2006-07-10 Thread augie3333
Hi all, Is anyone aware of a way to get all data(viewable and non-viewable) contained in a Data Grid? I found a way to get all of the data that is viewable on the screen: for(var i:Number = 0; i DataGridID.__dataProvider.length; i++){

[flexcoders] Solution - Selecting ViewStack Container from a MenuEvent dynamically

2006-07-10 Thread supertodda
Hello, This is an example of how to select a ViewStack child continer from a menuEvent. This function is called in the itemClick event of the MenuBar and the MenuBar is populated with a dataProvider such as this: [Bindable] public var header_menu_array1:Array = [{label: MenuItem A, children: [

[flexcoders] HttpFlexSession has not been registered as a listener

2006-07-10 Thread m88e24
Flex version: 2 finalI'm receiving this message in the Flex server console:[Flex] [WARN] HttpFlexSession has not been registered as a listener in web.xml for this application so no events will be dispatched to FlexSessionAttributeListeners or FlexSessionBindingListeners. To correct this,

[flexcoders] Re: How to get all Data Contained in a DataGrid:: Flex 1.5

2006-07-10 Thread augie3333
Hi Jester, Sorry for the confusion. Actually the call that I use would be e.trace(). It's a debugger that my friend wrote that allows me trace out strings, objects, arrays, class properties and there methods etc. etc. Sorry for any confusion. I figured if I put trace() people would get the flash

RE: [flexcoders] Is anyone having trouble contacting Adobe and/or purchasing Flex?

2006-07-10 Thread David Mendels
Hi, Thanks for the info Brenden. If you don't mind, could you contact me offlist with any details about what number you called and what problem you had? Thanks,David From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brendan MeutznerSent: Monday, July

[flexcoders] Re: How to change the selected row color in a Datagrid?

2006-07-10 Thread Doug Lowder
That code snippet looks like Flex 1.5, so you could use: mx:Button label=Red! click=myDatagrid.setStyle('selectionColor', 0xFF) / --- In flexcoders@yahoogroups.com, newtoflexworld [EMAIL PROTECTED] wrote: I need to change the color of the selected row in a datagrid on click of a button

[flexcoders] setting selectedIndices does not affect selectedItems on datagrid?

2006-07-10 Thread Brendan Meutzner
Hi,When I set selectedIndices programmatically on a datagrid, it results in the proper rows becoming selected/highlighted, but does not affect the selectedItems property of the datagrid. Is this normal behaviour? Brendan __._,_.___ -- Flexcoders Mailing List FAQ:

RE: [flexcoders] swc too heavy

2006-07-10 Thread Roger Gonzalez
Your SWC is including all its dependencies - which includes most of the frameworks. You can build a SWC that doesn't do this by using adding frameworks.swc to the external-library-path configuration option. -rg From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] newbie needs best practices in looping thru XML

2006-07-10 Thread Tracy Spratt
toArray() will not prevent you frm having multiple items. It must be something else. Try: public function afterSend(event:ResultEvent):void I am surprised you dont get a compiler error here. And as I recall, you use lastResult only in binding expressions, and result in handler

[flexcoders] Re: Cairngorm Responder interface changes

2006-07-10 Thread Tim Hoff
Hi Steven, Sorry to offer my .02, but here is a use-case: A search view component includes a TextInput for the search string, a RadioButtonGroup that is used for the search type selection, and two DateFields used for a search date range. There is also a search button and a reset dates

[flexcoders] ColumnChart problem

2006-07-10 Thread pasflex
I have a stacked column chart with the showDataEffect set to a SeriesInterpolate effect. The chart begins to render, the axes get drawn, and the application freezes with this error: TypeError: Error #1009: Cannot access a property or method of a null object reference. at

Re: [flexcoders] [FLEX 2 Final] URLRequestMethod.POST produces compile time error

2006-07-10 Thread Hilary Bridel
Thanks Carson, that works now. Is this documented as a change between B3 and the final release somewhere? Hilary -- On 7/10/06, Carson Hager [EMAIL PROTECTED] wrote: You likely need to add an import for flash.net.* to your code so the compiler can know what class you're referring to. As a

Re: [flexcoders] Possible Flex Builder internal error

2006-07-10 Thread Angus Johnson
I went back to Eclipse 3.1.2 M20060118-1600 and still had the same errors on build and debug. I realised that this was throwing errors on projects that I had started in Beta 3. By creating fresh projects in Builder Final and copying over only source files it seem to have fixed the problem. Well

  1   2   >