[flexcoders] Re: Error 1189: Attempt to delete the fixed property.

2008-12-04 Thread Tim Hoff
Thanks Gordon --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: In your doSomething() static function, 'arr' is a local variable and therefore ceases to exist when doSomething() returns. Therefore the Array object that it points to becomes eligible for garbage

[flexcoders] Auto expand TreeView on open - How?

2008-12-04 Thread pbrendanc
I want to auto expand my menu treeview immediately on open - the following code is called from thecreationComplete=initTree(); and expands the first node only. Is there a way to expand all nodes - I can't seem to get this to work. (Other have reported problems so I wonder if this is supported)?

[flexcoders] What Am I doing Wrong, View will not update when bound data is changed.

2008-12-04 Thread donvoltz
Using Cairngorm, I am maintaining an ArrayCollection of a custom data type. This data is bound to the view, however, when I update the data in the ArrayCollection, the view is not updated until I redraw all of the custom components. Is there a way for each component to respond when I modify the

[flexcoders] Generic itemRenderer for Canvas based controls

2008-12-04 Thread simonjpalmer
I have a TileList control that I want to populate at runtime with a collection of custom controls determined by preferences held on the user which I retrieve after they log in. All of the custom controls are based on Canvas. My current approach is to have an Array into which I push the

[flexcoders] Re: Flex and Java Communication

2008-12-04 Thread simonjpalmer
--- In flexcoders@yahoogroups.com, saritha [EMAIL PROTECTED] wrote: Hi, How to communicate between Flex and Java? There are two main ways and which you choose depends largely on the future needs of your clients. If you need a generic API on your server because you are going to implement

[flexcoders] Re: Footer row with a DataGrid

2008-12-04 Thread simonjpalmer
I also looked at Alex's code and decided I wanted something a little more suited to my peculiar needs. I implemented a custom control which has two data grids, one for the data and one for the totals at the bottom. I also added some fancy code to cope with making totals in different ways (e.g.

[flexcoders] Re: Parallel requests using RemoteObject with RTMP

2008-12-04 Thread Juan Carlos M.
More information here: http://bugs.adobe.com/jira/browse/BLZ-184 HTTPChannel does process requests in parallel because it uses flash.net.URLLoader under the covers which does not batch requessts (only flash.net.NetConnection batches requests and that is used by AMFChannel as Seth explained). any

[flexcoders] Re: Parallel requests using RemoteObject with RTMP

2008-12-04 Thread Juan Carlos M.
More information here: http://bugs.adobe.com/jira/browse/BLZ-184 Steps to reproduce: 1. Make a series of call to the destination through RemoteObject. 2. Player will batch them up and send in one HTTP request 3. Server will process those request sequentially and response only after all the

[flexcoders] Re: Parallel requests using RemoteObject with RTMP

2008-12-04 Thread Juan Carlos M.
More information here: http://bugs.adobe.com/jira/browse/BLZ-184 I have a similar issue Steps to reproduce: 1. Make a series of calls to the destination through RemoteObject. 2. Player sends only 2 http requests at a time. The other calls remain in a queue (We expected a more parallel

[flexcoders] errorTip fontSize break the tooltip? Possible bug?

2008-12-04 Thread fotis.chatzinikos
Hi, the following works: .errorTip { color: #FF; /*fontSize: 11;*/ fontWeight: bold; shadowColor: #00; borderColor: #FF; borderStyle: errorTipAbove; paddingBottom: 4; paddingLeft: 4; paddingRight: 4; paddingTop: 4; } If I un-comment fontSize,

[flexcoders] itemrenderer rollover event seems no sensitive

2008-12-04 Thread Fu Di
hello everyone i wrote a itemrenderer in datagird which extends DataGridItemRenderer, and i listened MouseEvent.ROLL_OVER and MouseEvent.ROLL_OUT events. but when the mouse rollover the itemrenderer it is not sensitive, may be the mouse just over the itemrenderer's character it will be

RE: [flexcoders] Re: Embedding fonts dynamically...

2008-12-04 Thread Wildbore, Brendon
Hi, One way of achieving this is two have a number of different stylesheets with the embedded fonts in them. Use the stylemanager class to change the stylesheet to display the font you would like. Eg. var oldStyleFile:String = /css/basicfont.swf; try{

Re: [flexcoders] how can i get a columnIndex from an item in my TileList?

2008-12-04 Thread Aaron Hardy
Just a thought (though not an answer), it might be a better idea if within your custom tooltip component you evaluated the space needed by your tooltip compared to the space between your cursor and the side of the stage, then move the tooltip accordingly. That way you're taken care of regardless

[flexcoders] IE 6 and flash player 10 - will not open deployed Flex application URL

2008-12-04 Thread joseph_freemaker
Deployed a FB 3.0.2/Flex SDK 3.2 application for flash player 10. One workstation using IE6 can open the flex application running from Tomcat. Others using IE6 cannot load the flex application URL. They get a blank screen. All of the IE6 browsers are at similar IE6 release levels, have popup

[flexcoders] Re: WebService using a bindable hostname

2008-12-04 Thread fishburn_david
I managed to get this working finally. I couldn't manage to change it with any of the options I listed. But what did work was using the FlexBuilder 3 interface and importing the WebService. Then using the code it called. Fairly significant work around, but it did work.

[flexcoders] Components as chart annotationElements

2008-12-04 Thread moardonuts
Hello all, I have a chart with a few annotation elements. The first is a canvas that covers the whole thing and does stuff like allowing me to drag the chart around. Then I added another canvas that contained a box. Basically I'm working out away to add some draggable vertical cursors. I

[flexcoders] Draw a threshold line on a chart

2008-12-04 Thread lyonjudah
Hello, I need to be able to draw a horizontal line (threshold) starting from a specific value on the Y axis, across the width of the chart. The value is set by the user, and when the chart first displays the line is not to show. Once the user input the threshold number the line displays. I've

[flexcoders] handle large data sets from SOAP service

2008-12-04 Thread Michelle Davis
Hi all, Can someone show me sample on how to handle large data sets from SOAP service?  I'm desperate for helps.   Thanks, Michelle.

[flexcoders] How do i implement e4x like filters in my custom class

2008-12-04 Thread ADK
I have built a galaxy of data structures, in a hierarchical order. I can easily transverse and zero-on onto the object given a few params. Now what i want to do is write an E4X like statement like: var myObject:Object = car.objects().(name() == radiator @id ==PART2234 @r==12); and it calls

[flexcoders] Flex and iTunes Cover Flow

2008-12-04 Thread Ravichandran J
Dear Friends,   Do any articles, books or video tutorials are there to leanr about coverflow in flex.   Thanking you,   Ravichandran J Bangalore

[flexcoders] Re: how to play partially downloaded local flv file ?

2008-12-04 Thread cedvilleneuve
Thank you for replying. Another test was to read the file with another player (VLC) while writing to it as described in my original post. And this worked. So the problem is more with the flash video player than with the stream used for writing the file. I tried live option with no more

[flexcoders] Resetting an application's view for new user

2008-12-04 Thread Aaron Hardy
Hey flexers, I have a hefty AIR application with many different view combinations, forms filled with data, etc. When a user logs out and a different user logs in, I need the application to be reset so that everything looks as though no other user was previously logged in. I've ran into two

[flexcoders] Re: Fwd: Filtering the List Entries depending upon the text entered in text Input box

2008-12-04 Thread david.keutgens
--- In flexcoders@yahoogroups.com, anuj181 [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, anuj181 anuj181@ wrote: Hi All This is somehow regarding the question I have asked few weeks back. Unfortunately I have to stop this task at that time and now need to work on that. My

[flexcoders] Checkbox in a DataGrid - how check without selecting the line.

2008-12-04 Thread garyq22
Hi Everyone I have a CheckBox set as the renderer/editor for a column in my DataGrid and I would like users to be able to check and uncheck the boxes on different rows without selecting or changing the selection of the current grid row. Is this possible? Any help would be very much appreciated.

[flexcoders] Re: People with blogs

2008-12-04 Thread oneworld95
The main things that bust code listings are the and signs. Use the ASCII codes for these: lt; and gt; to have them generate correctly. Here's my blog post about it; although it's for Blogger posts, it should also work for Wordpress:

RE: [flexcoders] What Am I doing Wrong, View will not update when bound data is changed.

2008-12-04 Thread Dimitrios Gianninas
Is the [Bindable] tag present at the top of the RoomModel declaration? Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donvoltz Sent: Thursday, December 04, 2008 4:06 AM

[flexcoders] Re: Draw a threshold line on a chart

2008-12-04 Thread simonjpalmer
Try Ely Greenfield's DataDrawingCanvas which is available on quietlyscheming.com. You can put pretty much what you want where you want with that approach. --- In flexcoders@yahoogroups.com, lyonjudah [EMAIL PROTECTED] wrote: Hello, I need to be able to draw a horizontal line (threshold)

[flexcoders] Re: flex login popup help needed pleaseeeeeeeee

2008-12-04 Thread valdhor
I think that there is enough info in this thread for you to make a start. I showed you how to create the popup login window. You can return a success or failure code from your coldfusion code. When this comes back you change the state to your admin state on success or throw up an alert box on

Re: [flexcoders] Re: People with blogs

2008-12-04 Thread Peter Witham
I have been using the CodeHighlighter plug-in for WordPress http://ideathinking.com/wiki/index.php/WordPress:CodeHighlighterPlugin For a little while now and love it, you can see it in action at my site www.uibuzz.com Hope this helps, Peter. On Thu, Dec 4, 2008 at 7:27 AM, oneworld95 [EMAIL

[flexcoders] Flex with virtual frame buffer

2008-12-04 Thread netdeep
I have to run an automated version of my flex app on a headless server so I'm using a virtual frame buffer (Xvfb) running on Solaris in an oc4j container. I can get the following command to 'apparently' launch the app: String cmd = /bin/sh DISPLAY=:5 /opt/sfw/bin/firefox + url+ -width 1600

[flexcoders] Re: Auto expand TreeView on open - How?

2008-12-04 Thread valdhor
Taking the Expanding a Tree Node example from the Flex 3 Tree Control help at http://livedocs.adobe.com/flex/3/html/help.html?content=dpcontrols_8.htm\ l and modifying it slightly I get this example: ?xml version=1.0? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute

[flexcoders] Re: handle large data sets from SOAP service

2008-12-04 Thread valdhor
I don't know about everybody else, but I could do with some more details. Are you having problems getting the data, displaying it or something else? What do you mean by handle? If you could expand on what you are trying to do we may be able to point you in the right direction. Steve --- In

[flexcoders] Can a control be a child of more than one parent?

2008-12-04 Thread simonjpalmer
I have a set of controls that I want to share between two different containers, one ViewStack and one Repeater. I create the controls inline as children of the ViewStack and then I pass their references to a custom ItemRenderer in the Repeater. In the custom ItemRenderer I add them as a child.

Re: [flexcoders] Can a control be a child of more than one parent?

2008-12-04 Thread Paul Andrews
- Original Message - From: simonjpalmer [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, December 04, 2008 2:50 PM Subject: [flexcoders] Can a control be a child of more than one parent? I have a set of controls that I want to share between two different containers, one

RE: [flexcoders] Flash being cached

2008-12-04 Thread Robert Byrne
In IE: Tools - General - Settings (Temporary Internet Files) - Every visit to the page (first radio option) Personally I liked the HTML wrapper option best as a solution for developers and clients.  --- On Tue, 12/2/08, Wildbore, Brendon [EMAIL PROTECTED] wrote: From: Wildbore, Brendon

Re: [flexcoders] People with blogs

2008-12-04 Thread Aaron Hardy
For Wordpress I use the WP-Syntax plugin. Here's an example of what it turns out like: http://aaronhardy.com/flex/finding-the-nearest-component-in-flex/ Now if I could just get more width on my page and less width on my code. :P Aaron On Wed, Dec 3, 2008 at 9:42 PM, Nate Pearson [EMAIL

Re: [flexcoders] Re: handle large data sets from SOAP service

2008-12-04 Thread Michelle Davis
Hi Steve, Thanks for reading my email. The problems I'm having are how to get million of records from web service thru SOAP and display those records thru pagination.    Currently I’m using ArrayCollection to store the data after receive from the server thru SOAP service and using DataGrid to

[flexcoders] Re: Draw a threshold line on a chart

2008-12-04 Thread Oscar Cortes
I had to solve the same problem some time ago and entered this post in the Flex Cookbook: Drawing a horizontal line across a columnChart http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails\ postId=2041productId=2loc=en_US

Re: [flexcoders] Flex and iTunes Cover Flow

2008-12-04 Thread Jules Suggate
Hi Ravichandran, Yep, check out http://dougmccune.com/blog/2007/11/03/coverflow-flex-component/ :) J On Fri, Dec 5, 2008 at 01:40, Ravichandran J [EMAIL PROTECTED] wrote: Dear Friends, Do any articles, books or video tutorials are there to leanr about coverflow in flex. Thanking you,

RE: [flexcoders] Flex TextArea Limited by number of lines.

2008-12-04 Thread Keith Reinfeld
My approach is to simply reject any change that would exceed the maxLines setting. The following is presented sans the requisite class structure. Create a component that extends TextArea, then: var tf:TextField = TextField(this.textField); var maxLines:uint = 5; // however many lines

Re: [flexcoders] Re: Setting a specific row in the ADG to editable vs. the entire grid?

2008-12-04 Thread Adrian Williams
Hi Tim, Thanks for the slick move here...that works to do exactly what I needed. It works perfectly for the ADG. Thanks! Adrian Tim Hoff wrote: Hi Adrian, As far as I know, you can't allow editing of specific cells/rows by default. You can however add an event listener for the

[flexcoders] Printing ADG - Livedocs code results in printing gray box

2008-12-04 Thread Adrian Williams
Hi all, I posted this problem awhile back with no response and am going to try again before I call Adobe. I've seen others with the same issue, but no resolutions pending. I have used the code from Adobe's labs website:

[flexcoders] Re: Invalid Login error connecting to salesforce.com using as3salesforce.swc

2008-12-04 Thread Anthony DeBonis
All my Flex/AS code still works with my ID that I have been using for 9+months. I am using as3Salesforce.swc 52KB in size as3Salesforce.swc is provide by SalesForce.com under developer.force.com so you would need to post a issue with them I believe.

Re: [flexcoders]Correction! Printing ADG - Livedocs code results in printing gray box

2008-12-04 Thread Adrian Williams
I pointed to the wrong link. I am actually using the example given in the livedocs material and not the labs. Here is the correct link: http://livedocs.adobe.com/flex/3/langref/mx/printing/PrintAdvancedDataGrid.html Adrian Adrian Williams wrote: Hi all, I posted this problem awhile

RE: [flexcoders] Resetting an application's view for new user

2008-12-04 Thread Tracy Spratt
Here is what I do: public function logOff():void { var ur:URLRequest = new URLRequest(_sAppUrl); navigateToURL(ur,_self); }//logOff _sAppUrl comes from the browser: location.href Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Design of treeviews

2008-12-04 Thread Haykel BEN JEMIA
Hi, anyone knows about documents describing the design of tree views? I really need design documents, if possible with UML diagrams. Is there perhaps something about the Flex TreeView control? Thanks, Haykel Ben Jemia Allmas Web RIA Development http://www.allmas-tn.com

RE: [flexcoders] Re: handle large data sets from SOAP service

2008-12-04 Thread Tracy Spratt
If you do not control the Web service itself, then you will probably need to get the data server-side and implement your own paging. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michelle Davis Sent: Thursday, December 04,

RE: [flexcoders] What Am I doing Wrong, View will not update when bound data is changed.

2008-12-04 Thread Tracy Spratt
How are you updating the item? If you use the collection API, the UI should update. If you are directly assigning a value to an item property, then you should call itemUpdated(item). Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

[flexcoders] Disable Column reordering on Advanced Data Grid?

2008-12-04 Thread scottyale2008
Is it possible to disable column reordering on Advanced Data Grid? I've looked at all the properties and I don't see one such as (allowHeaderMove, allowHeaderReorder, etc.) Thanks!

Re: [flexcoders] People with blogs

2008-12-04 Thread john fisher
Nate, along with the other two plugin suggestions I can tell you that with various WP plugins you can get. *anything* to display inside your WP. I have an (internal) demo running now that allows raw html, swf files, php code to run in WP pages or posts. Beware of security issues with the php

RE: [flexcoders] People with blogs

2008-12-04 Thread Chet Haase
My more manual approach is to simply type my blog in DreamWeaver and to copy/paste the raw HTML code into the Edit HTML view of my blogging page. This does all the transformation of 's into escape codes for me. But my blog is on blogger.com, which has pretty bad support for coding in general

Re: [flexcoders] Fwd: Filtering the List Entries depending upon the text entered in text Input box

2008-12-04 Thread anuj sharma
Hi Josh Thanks a lot, That works perfectly for my arrayCollection. Now I already have a project in which the data provider for my List is Array and I need the same filter functionality for the Array. can we do this filter for Array too or do i have to change the code of my project and instead of

[flexcoders] Re: Embedding fonts dynamically...

2008-12-04 Thread tchredeemed
Will this allow me to actually embed fonts dynamically? or to just use fonts that I have already embedded?

[flexcoders] Bounce: Favorite Flex/Flash drawing tool component

2008-12-04 Thread schneiderjim
I was wondering whether anyone had any suggestions/favorites for a flex/flash based drawing tool component. That is, be able to load an image (from server) on to a canvas, mark it up with the standard drawing tools, then save back to the server. Don't need to maintain the graphics layers. Ideally

Re: [flexcoders] Resetting an application's view for new user

2008-12-04 Thread Aaron Hardy
That's a good idea. I wonder if there's a way to do something similar in AIR considering you can't make the AIR executable restart itself (from what I know...without a bridge like Merapi). Maybe there's a way to essentially reload the contents of the AIR app without actually re-starting the

Re: [flexcoders] Disable Column reordering on Advanced Data Grid?

2008-12-04 Thread Adrian Williams
We had a similar challenge except we needed to persist to the DB the rearrangement of columns...to do this, we extended the event class for our listeners so we could capture column selection events...You might try using the same thing and on column selected, perform a preventDefault() which

[flexcoders] Component Life Cycle

2008-12-04 Thread pratikshah83
Hi Guys, I had a question regarding the component life cycle. I am extending flex charts and adding my custom style to it. But when I load the chart I see the default flex axis being shown and than it would disappear and my styled axis shows up. I am wondering where do I style my axis such

RE: [flexcoders] Checkbox in a DataGrid - how check without selecting the line.

2008-12-04 Thread Alex Harui
You can prevent the visuals from being displayed by overriding drawItem() From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of garyq22 Sent: Thursday, December 04, 2008 3:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Checkbox in a DataGrid - how check without

RE: [flexcoders] itemrenderer rollover event seems no sensitive

2008-12-04 Thread Alex Harui
There is a two pixel gap based on paddingTop and paddingBottom. Maybe that's what you're seeing? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Fu Di Sent: Thursday, December 04, 2008 12:31 AM To: flex coders Subject: [flexcoders] itemrenderer rollover event seems no

RE: [flexcoders] Generic itemRenderer for Canvas based controls

2008-12-04 Thread Alex Harui
Flex 3 should have the createItemRenderer() method. Override that and return an IListItemRenderer of your choice From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Thursday, December 04, 2008 1:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] Fwd: Filtering the List Entries depending upon the text entered in text Input box

2008-12-04 Thread anuj sharma
I would be able to successfully implement the same code with Array instead of ArrayCollection but there is no method name array.refresh, However there is method named ArrayCollection.refresh which is responsible for refreshing my list. How do I refresh my array?Does anybody know equivalent method

Re: [flexcoders] Component Life Cycle

2008-12-04 Thread Aaron Hardy
I think I understand your question. Try throwing this in your component (outside of any methods/properties) and tweaking for your needs: // Default styles // private static var classConstructed:Boolean = classConstruct(); /**

RE: [flexcoders] Resetting an application's view for new user

2008-12-04 Thread Wildbore, Brendon
If you have an initialisation process which resets all state variables when the application starts you could just run that process again? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Hardy Sent: Friday, 5 December 2008 8:22 a.m.

RE: [flexcoders] Resetting an application's view for new user

2008-12-04 Thread Tracy Spratt
Doh!, I missed the AIR. (I know, the fifth word, capitalized and all that. Mea culpa.) Maybe someone with some AIR experience else will be able to help. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Hardy Sent:

[flexcoders] Re: Flash being cached

2008-12-04 Thread John Luke Mills
There is a Firefox extension called johnnycache that lets you supply a list of sites not to cache. I put all the servers I work on there so I always get the newest version.

RE: [flexcoders] Fwd: Filtering the List Entries depending upon the text entered in text Input box

2008-12-04 Thread Alex Harui
There's an autocomplete combobox out there somewhere that probably does what you want From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of anuj sharma Sent: Thursday, December 04, 2008 11:44 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Fwd: Filtering the List

[flexcoders] Re: Unformatting currency values - best practice?

2008-12-04 Thread flexcoder2008
Thanks very much for those suggestions. The RegExUtil class is almost perfect, except that it will strip out decimal places since they are non-numeric characters. In the focus in/out events I am trying to assign the numeric value of the TextInput's text property to the data property minus the

RE: [flexcoders] Fwd: Filtering the List Entries depending upon the text entered in text Input box

2008-12-04 Thread Tracy Spratt
Array is not bindable. Do you not get a warning? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of anuj sharma Sent: Thursday, December 04, 2008 2:44 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Fwd: Filtering the

[flexcoders] Re: Embedding fonts dynamically...

2008-12-04 Thread Amy
--- In flexcoders@yahoogroups.com, tchredeemed [EMAIL PROTECTED] wrote: Will this allow me to actually embed fonts dynamically? or to just use fonts that I have already embedded? The whole idea that you could embed a font that isn't compiled into the file at compile time doesn't make any

[flexcoders] Re: Unformatting currency values - best practice?

2008-12-04 Thread Tim Hoff
Just change the pattern: public static var NON_NUMERIC_CHARACTERS_WITH_DECIMAL : String = [^0-9|^.]+; For the locales that require a comma, use replace(). -TH --- In flexcoders@yahoogroups.com, flexcoder2008 [EMAIL PROTECTED] wrote: Thanks very much for those suggestions. The RegExUtil

Re: [flexcoders] Resetting an application's view for new user

2008-12-04 Thread Aaron Hardy
Yeah, I think that would be akin to the first option described in my initial email. The difficulty with that is making sure that all state variables really do get reset. If new view combinations are added to the system later, the developer is required to ensure they are also included in the

[flexcoders] Data not appearing in AdvancedDataGrid

2008-12-04 Thread todd.bruner
Hello and thanks in advance for any help you can provide this flex newbie. I'm trying to create a simple AdvancedDataGrid that displays XML data from a web service I wrote. The XML file looks like: dashboard rollup period2008-12-03 01:00:00/period

Re: [flexcoders] Fwd: Filtering the List Entries depending upon the text entered in text Input box

2008-12-04 Thread anuj sharma
Not with the above code Anuj On Thu, Dec 4, 2008 at 12:21 PM, Tracy Spratt [EMAIL PROTECTED] wrote: Array is not bindable. Do you not get a warning? Tracy -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *anuj sharma *Sent:*

[flexcoders] Re: Component Life Cycle

2008-12-04 Thread pratikshah83
Hi Aaron, Thanks for you reply. I was just wondering that I am currently doing the styling in initialize() method. So the charts is not rendered until that time, so why is the default flex axis is getting rendered. When the chart is rendered my styles should already be set. So how the

RE: [flexcoders] Resetting an application's view for new user

2008-12-04 Thread Wildbore, Brendon
Yep true, Sorry Aaron I missed the initial email. Tracys recommendation is simple and perfect for flex web based apps, Air apps are another issue. Could you perhaps hold all state variables in a bindable associative array or object, then just rebuild the object? Are you using any recognised

[flexcoders] Re: Embedding fonts dynamically...

2008-12-04 Thread tchredeemed
I am concerned about the filesize if we embed all files. I think what Alex said might work, we could embed the font into a module, and only load a module as we need the font.

[flexcoders] Re: Flex and Java Communication

2008-12-04 Thread valdhor
Hmmm I'm wanting to learn Java and I already know Flex. The book mentioned comes from the other direction (Already know Java and want to learn Flex). Are there any resources/tutorials etc for someone like me who wants to learn Java for use with BlazeDS/LCDS. I already know C++ so the

[flexcoders] Re: Data not appearing in AdvancedDataGrid

2008-12-04 Thread oneworld95
Two things: - Try stuffing the raw XML into a TextArea to see what it looks like. You could bind it directly to the ADG without first converting to array/arraycollection; that's the beauty of the e4x format you're using on the HTTPService call. Not sure why you're doing the conversion to an

[flexcoders] Tricky one...adding attachments to an email generated from the app

2008-12-04 Thread Adrian Williams
Hi guys, And yet another one that I haven't seen... Part of our app allows a user to send an email to one or more folks in their view. We simply provide a state that has a simple email form they fill out and then we pass that information back through our web service (.NET) that

[flexcoders] Re: RSL Error in Flex 2.0.1

2008-12-04 Thread Darrell Loverin
Try changing the load order so that framework.swf is loaded first. --- In flexcoders@yahoogroups.com, t_varada [EMAIL PROTECTED] wrote: Hi All I am trying to convert my project to RSL based. I followed all the steps in the document but never got it worked. Basically we have two custom

RE: [flexcoders] Tricky one...adding attachments to an email generated from the app

2008-12-04 Thread Ryan Graham
Perhaps you could gather the attachments in flex, add a parameter to your webservice for them, base64 encode them for transfer via that parameter, then base64 decode them back to binary files on the server when sending the email? Note, base64 encoding binary data increases its size roughly 30%

Re: [flexcoders] Resetting an application's view for new user

2008-12-04 Thread Aaron Hardy
Yeah, something like that would probably work. On the other hand, I gave the code at the bottom of this page a try: http://www.docsultant.com/site2/articles/flex_internals.html and it seemed to work very well for restarting the AIR app. I think I'm going to take that approach. If anyone knows

[flexcoders] Detect server timeout in Flex

2008-12-04 Thread oneworld95
Is there a way to detect server timeout in Flex? I'm using Java on the backend, with basic authentication. When a user hits the folder, it pops up the authentication box. If authenticated, the user can view the Flex app. Thanks.

[flexcoders] Re: Footer row with a DataGrid

2008-12-04 Thread Marielle Lange
--- In flexcoders@yahoogroups.com, Guy Morton [EMAIL PROTECTED] wrote: Does anyone here have a different solution that they would recommend for some reason? Given that no-one has suggested an alternative, I think the answer to that might be No. It is possible of having a datagrid for

Re: [flexcoders] Re: Flex and Java Communication

2008-12-04 Thread Ryan Gravener
http://code.google.com/p/wicket-flex-blazeds/ Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Thu, Dec 4, 2008 at 4:00 PM, valdhor [EMAIL PROTECTED] wrote: Hmmm I'm wanting to learn Java and I already know Flex. The book mentioned comes from the other

[flexcoders] Re: Detect server timeout in Flex

2008-12-04 Thread oneworld95
Let me clarify: How do you detect session timeouts in Flex if you're not using BlazeDS? -Alex --- In flexcoders@yahoogroups.com, oneworld95 [EMAIL PROTECTED] wrote: Is there a way to detect server timeout in Flex? I'm using Java on the backend, with basic authentication. When a user hits the

[flexcoders] images in Tilelist

2008-12-04 Thread arulmurugan
Hi, http://www.calsoftgroup.com/samspick/index.html Using a Tilelist to show a books title, image, description, rating, authorurl. The image is not rendered it is different from what I am seeing in a picture viewer. (Image url

[flexcoders] Re: Using RMTPS channel

2008-12-04 Thread ivhaggi
Hi again Seth, I follow your solution, I imported the certificate to my FireFox browser to the section Your certificates. I also import my cacert.cert into FireFox in the Authorities section and in this path/System/Library/Frameworks/JavaVM.framework/Home/lib/security, in the cacerts file i

[flexcoders] ExtJS like features in AdvancedDataGrid

2008-12-04 Thread tntomek
Looking at any pointers in how to create column filters/show-hide much like in ExtJS Grid. I've been reading Alex's itemRenderer blog only to be a little overwhelmed at how complicated this might be to accomplish. http://extjs.com/deploy/dev/examples/grid-filtering/grid-filter.html Is there any

[flexcoders] Gumbo Keyboard Events

2008-12-04 Thread Dale Fraser
Im trying to do something, fairly simple, at least I thought it was. I need to setup some type of generic Keyboard listener for my application. Then within my application, various classes need to listen for keyboard events and intercept them. I can't get even a basic example to work,

[flexcoders] Method variable scoping problem with Flex compiler

2008-12-04 Thread toofah_gm
I came across another scoping issue today that scared me. I sure wish that the scoping in the ActionScript language worked the same way C++, C#, Java, and others work! Here's the code: for each (var o:Object in myArray) { var myProblemObject:ProblemObject; if (some condition) {

Re: [flexcoders] Re: Detect server timeout in Flex

2008-12-04 Thread Ryan Gravener
make an http request to a page on your server? depending if there is a session respond true/false? Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Thu, Dec 4, 2008 at 5:07 PM, oneworld95 [EMAIL PROTECTED] wrote: Let me clarify: How do you detect session

[flexcoders] Re: Unformatting currency values - best practice?

2008-12-04 Thread jim.abbott45
It sounds like you're taking the 'high road' approach to this (i.e., letting users enter arbitrary currency strings and then trying to figure out the currency type after the fact and then checking the thousands separators and decimal point characters to see if they match that). That's a best

RE: [flexcoders] Method variable scoping problem with Flex compiler

2008-12-04 Thread Seth Hodgson
Fact of life with ECMAScript (hence, with ActionScript as well). Take a look at the language specification itself for details, but locals in your example are scoped to the function, not to code blocks within the function delimited by braces. Yes, this differs from C-based languages, and as

Re: [flexcoders] Fwd: Filtering the List Entries depending upon the text entered in text Input box

2008-12-04 Thread Josh McDonald
Never bind to array, and also when you call array.filter() it will make a duplicate Array, things you change there won't get changed in your source (depending on references etc). You don't need to totally change your code, just create a new ArrayCollection using your existing array as the source.

Re: [flexcoders] How do i implement e4x like filters in my custom class

2008-12-04 Thread Josh McDonald
Unfortunately you can't yet, which is definitely a shame. We'd all love to do that, there's a feature request somewhere on the Adobe bugs site you can vote for I believe. -Josh On Thu, Dec 4, 2008 at 4:47 PM, ADK [EMAIL PROTECTED] wrote: I have built a galaxy of data structures, in a

RE: [flexcoders] Re: Using RMTPS channel

2008-12-04 Thread Seth Hodgson
The NetConnection.Connect.SSLHandshakeFailed status indicates that the platform SSL library for the machine you're running the player on decided not to complete the handshake for some reason. Unfortunately, the platform library doesn't give the player much in the way of useful detail... I

Re: [flexcoders] Tricky one...adding attachments to an email generated from the app

2008-12-04 Thread Fotis Chatzinikos
Upload the files to the server, get some unique ids back, send the mail text and the ids back to the server, prepare and send the mail attaching the files the ids descrinbe and remember to delete the files ;-) On Thu, Dec 4, 2008 at 11:36 PM, Ryan Graham [EMAIL PROTECTED]wrote: Perhaps you

[flexcoders] How to display special characters like #176; in ComboBox list

2008-12-04 Thread Tracy Spratt
The special character numeric references work fine in Label and Text and such, but are interpreted literally in a ComboBox's drop list. Any sugestions? Tracy

Re: [flexcoders] Fwd: Filtering the List Entries depending upon the text entered in text Input box

2008-12-04 Thread anuj sharma
Awesome , Cool I followed that and after little tweaks, it is working for me. Josh, David, Tracy and Alex , Thanks a lot for your help guys. I appreciate that Anuj On Thu, Dec 4, 2008 at 3:07 PM, Josh McDonald [EMAIL PROTECTED] wrote: Never bind to array, and also when you call array.filter()

  1   2   >