Re: [flexcoders] Anyone try Ely GreenField example from Adobe TV

2008-07-16 Thread Matt Chotin
It's very possible that his code is way out of date compared to what we have checked in. We're hoping to build up some real samples soon. On 7/15/08 9:01 PM, Sherif Abdou [EMAIL PROTECTED] wrote: Let me add more Information, I am using the latest flex from subversion, Flash Player 10 and

[flexcoders] Re: Runtime CSS and SWF is not a loadable module

2008-07-16 Thread jamalwally
Thanks for the quick response. I'm not sure how to verify that the swf is a style swf. Any suggestions would be greatly appreciated. By the way, is there some reason that running mxmlc style1.css would not produce a style swf? Thank you --- In flexcoders@yahoogroups.com, Alex Harui

[flexcoders] Re: Please, help: the release player displays a blank page in all browsers.

2008-07-16 Thread wiley_jacobs1
I'm having he same issue, it's been going on for 6 months. For me, the loader doesn't even come up with the regular player, it's just the blue background background. Does anybody have a solution for this? The debug player works fine although that would be mean that I have to make sure that

[flexcoders] reconize file extensions

2008-07-16 Thread carloveparade
Hi, im doing a music player but i can play video too. i need to reconize if the file that the html is passing to the swf is a mp3 file or a .flv file. Please help me thenx

RE: [flexcoders] function foo(... args) { ;}

2008-07-16 Thread Rick Winscot
You can treat args as an array. Rick Winscot From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent: Wednesday, July 16, 2008 1:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] function foo(... args) { ;} How to access the parameters

RE: [flexcoders] function foo(... args) { ;}

2008-07-16 Thread Manu Dhanda
You mean to say: function foo(... args) { var myArgs:Array = Array(args); } Am I right here?? Thanks, Manu. Rick Winscot-2 wrote: You can treat args as an array. Rick Winscot From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent:

RE: [flexcoders] Tristate checkboxes in Flex 3

2008-07-16 Thread Tim Rowe
The third state is 'inherited' or 'unknown', or yes, 'disabled/enabled' is another valid explaination. Same thing as your standard MFC or .NET (or other) tristate checkbox controls is what we're after. We've just gone and overridden the control for now, but a native one would always be

[flexcoders] How to represent composite-id in actionscript class ?

2008-07-16 Thread Yohanes Iwan Sugiarto
Hi.. I'm using LCDS with Hibernate as dataservice. I have no problems with table using single id (primary key). Question is: how do I represent composite-id in an actionscript class? I have tried to make composite keys as a separate object (also in the server side Java class). Here's the code

[flexcoders] Re: Performance, Event Listeners and removedFromStage

2008-07-16 Thread polestar11
Is there any other way / event to completely remove events instead of using the removedFromStage event? --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Weak refs work. You can rely on them, but not count on when an object will finally go away. removedFromStage

[flexcoders] Re: Custom Components - updateDisplay results in ghost children drawn

2008-07-16 Thread polestar11
Thanks Josh This example was a simple case. What I actually want to is have my component behave like a container where it centres its child items. In retrospect I would have to extend from the Container class. The absoulte size would fix the problem (in that the item re-draws would occur

RE: [flexcoders] Re: questionfor AdvancedDataGrid?

2008-07-16 Thread Gregor Kiddie
Wow, that was an old thread! No problem, glad it helped. Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577 Registered in the UK Visit our Internet Web site at

Re: [flexcoders] function foo(... args) { ;}

2008-07-16 Thread Sid Maskit
args is already an array: function foo(... args) { for (var i:int = 0; i args.length; i++) { trace(i + : + args[i]); } } - Original Message From: Manu Dhanda [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, July 15, 2008 11:17:12 PM Subject: RE:

Re: [flexcoders] Navigating from flex to jsp page

2008-07-16 Thread Sid Maskit
Once you've loaded the flex movie, it would seem to me to make more sense to treat it as in control, and treat the servlet as a service for the flex movie. I would set up a handler for when the servlet returns, and have the servlet return some value which tells the flex movie what to do. It

[flexcoders] LineChart and Log Axis does not work

2008-07-16 Thread ilikeflex
Hi I am trying to use LogAxis with the LineChart. I have attached the piece of code. If i change the axis to Linear Axis it works but if i change to LogAxis it fails. Can anybody let me know why Just copy paste the code and u will see problem. Thanks ilikeflex ?xml version=1.0?

Re: [flexcoders] flex testing

2008-07-16 Thread Rajan Jain
Try http://code.google.com/p/visualflexunit/ - Original Message From: phil swenson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, July 16, 2008 12:59:56 AM Subject: [flexcoders] flex testing Any thoughts on testing the Flex UI?  I tried FunFX, but it crashed

Re: [flexcoders] Re: Please, help: the release player displays a blank page in all browsers.

2008-07-16 Thread Tom Chiverton
On Wednesday 16 Jul 2008, wiley_jacobs1 wrote: I'm having he same issue, it's been going on for 6 months. For me, the loader doesn't even come up with the regular player, it's just the blue background background. Does anybody have a solution for this? The debug player works fine And there

Re: [flexcoders] html component, different profile (means of firefox)

2008-07-16 Thread Tom Chiverton
On Friday 11 Jul 2008, yigit boyar wrote: I tried giving distinct userAgent values but it did not work. Use IE/Safari and FireFox ? Use a virtual machine ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP.

Re: [flexcoders] Re: Flex blog topics - what should I write about?

2008-07-16 Thread Tom Chiverton
On Monday 14 Jul 2008, andrii_olefirenko wrote: posting to see if it's already widely known. I read many blogs and 90% of the bloggers just rediscovering a bicycle again. Also, don't just write an article that has a c+p of an announcement from Adobe in. For instance, when Flex 4 comes out, I

Re: [flexcoders] BlazeDS and Flex

2008-07-16 Thread Tom Chiverton
On Monday 14 Jul 2008, celumbra wrote: First, all the examples I find have the BlazeDS running locally, but I am assuming that I can develop Flex on my mac laptop, while BlazeDS is on a remote server. Is this accurate? You could, but it's easier to have a complete dev. environment locally.

Re: [flexcoders] What files should be in the WEB-INF/flex directory to dynamically compile

2008-07-16 Thread Tom Chiverton
On Tuesday 15 Jul 2008, Andrew Longley wrote: I'm trying to migrate the app to Flex 3 and I need to understand what files need to go where for the app to dynamically recompile. There's a 'web tier compiler' in the Flex 3 SDK, and plenty of docs on the web. Don't try and figure this out blind.

[flexcoders] Re: Custom Components - updateDisplay results in ghost children drawn

2008-07-16 Thread polestar11
Ok ... so I'm still getting issues with the dynamic height on custom components. I have a background Shape which I construct in the createChildren method and set its graphics. In the updateDisplayList function I clear and redraw the graphics at the new y position. This results in 2 versions of

[flexcoders] Re: Custom Components - updateDisplay results in ghost children drawn

2008-07-16 Thread polestar11
Ok ... so I'm still getting issues with the dynamic height on custom components. I have a background Shape which I construct in the createChildren method and set its graphics. In the updateDisplayList function I clear and redraw the graphics at the new y position. This results in 2 versions of

Re: [flexcoders] setup.sh Error, Compiling Flex

2008-07-16 Thread Tom Chiverton
On Tuesday 15 Jul 2008, Sherif Abdou wrote: When i do source setup.sh, does anyone know what this means? You can always just run the correct lines from the script yourself by hand. -- Tom Chiverton This email is sent for and on behalf of

[flexcoders] Simple Flex ColdFusion connection test app

2008-07-16 Thread Simon Bailey
I noticed a few people out there trying to build a simple connection application to test if Flex and ColdFusion were talking using RemoteObject. So I decided to build a simple app that people could be re-used either remote or locally. This should help with the whole 'whats is the source string'

Re: [flexcoders] task path for a cairngorm project

2008-07-16 Thread Tom Chiverton
On Tuesday 15 Jul 2008, dnk wrote: Say you are starting a new project that will have remoting, etc in what order do you build your app? Something like 1) Design (pen and paper mostly) to produce list of application-level events and screen 2) for each screen, for each event fired from that

[flexcoders] How to save the Captured Screen Shot Image in Flex Using java JAI

2008-07-16 Thread Jaibabu
Hai all once again i'm back, How can i save the image captured in flex in server side Using Java JAI. I had tried many solutions but i failed to achieve that. I can able to send the JpegEncoded byte array as string (Using Base64Decode) to the server side from MXML page. But in server

[flexcoders] Re: reconize file extensions

2008-07-16 Thread carloveparade
--- In flexcoders@yahoogroups.com, carloveparade [EMAIL PROTECTED] wrote: Hi, im doing a music player but i can play video too. i need to reconize if the file that the html is passing to the swf is a mp3 file or a .flv file. Please help me thenx thanks i found a solution using

[flexcoders] Batch conversion tool for PDF to PDF forms conversion

2008-07-16 Thread dssjava
Hi, Is there commercial or free products that has a Batch conversion tool for PDF to PDF forms conversion. Please met me know. Thanks in advance, Danny

[flexcoders] Framework as RSL issue

2008-07-16 Thread Hyder
I migrated my project from Flex 2 SDK. It works fine but when I try to set Framework as RSL, flash player keeps throwing missing component errors starting with missing VBox. Any idea why this may be happening?

[flexcoders] Re: Flex 3 Migration shoots up Filesize by 400K

2008-07-16 Thread Hyder
I was looking at the release version. So I removed all references to the advanced datagrid and switch back to the original datagrid and now it's down to 450K again... the ADG is amazingly big !!! --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: ADG is pretty big. Also

[flexcoders] Re: How to extend AdvancedDatagrid to expose new events and properties?

2008-07-16 Thread Amy
--- In flexcoders@yahoogroups.com, pascal flex [EMAIL PROTECTED] wrote: Hi, I need to extend AdvancedDatagrid to add new events and properties to it using actionscript. How can i achieve this? Thanks in advance. FileNewActionscript Class Use the Browse button to select

Re: [flexcoders] Object not passed as Remote Object parameter

2008-07-16 Thread Tom McNeer
On Tue, Jul 15, 2008 at 11:53 PM, Douglas Knudsen [EMAIL PROTECTED] wrote: well, even if your swf is loaded via file://, the RemoteObject call is over the network, even if localhost, so service cap should see it, eh? Well, no. CF is on the laptop, too. Not sure of the rest. When I've

[flexcoders] Re: Flex blog topics - what should I write about?

2008-07-16 Thread Amy
--- In flexcoders@yahoogroups.com, celumbra [EMAIL PROTECTED] wrote: I have been teaching myself Flex over the last six months, and am somewhat new to developing myself (I've usually designed specs and hired programmers to implement them). Reading blogs about Flex, I often find details of

Re: [flexcoders] Re: Flex 3 Migration shoots up Filesize by 400K

2008-07-16 Thread Tom Chiverton
On Wednesday 16 Jul 2008, Hyder wrote: So I removed all references to the advanced datagrid and switch back to the original datagrid and now it's down to 450K again... the ADG is amazingly big !!! You're not compiling in just the ADG, but the whole of what used to be Charting (now called Data

Re: [flexcoders] Which Widget To Use

2008-07-16 Thread Tom Chiverton
On Tuesday 15 Jul 2008, rio258k wrote: as I don't want a row selected, but an individual cell. There are several sub classes of DG out there that have cell selection, or you can use the AdvancedDataGrid from Flex 3's Data Vis. components. -- Tom Chiverton

[flexcoders] Re: File Uploading

2008-07-16 Thread ericbichara
Im in the same boat as you my friend, would really appreaciate it if someone could lets us know how to do this, Thanks again. /Eric --- In flexcoders@yahoogroups.com, Pravin Uttarwar [EMAIL PROTECTED] wrote: Hi All, I have requirement in my project of uploading the image file only. This

RE: [flexcoders] Re: File Uploading

2008-07-16 Thread Dimitrios Gianninas
The same way you would do it in JSP :) Use the FileReference class in Flex to allow the user to select a file and then tell it to send the file to a Java servlet. Then the servlet will receive the file and do what it needs to do with it. I assume you have done the Java portion before, so

[flexcoders] Transparent Application Background

2008-07-16 Thread ammu nath
Hi All, Can any body help me how can i achive Transparent Application background in a flex application overriding the befault color? Thanks Amar - Save all your chat conversations. Find them online.

[flexcoders] PopButton inside another popUp

2008-07-16 Thread Battershall, Jeff
I've got a PopupButton which pops up a form, which in turn contains another popupbutton subform, and I'm running into difficulties with the inner popup being undefined. I know there's an outstanding issue here and I've tried to implement the fix (as I know it) which is to check to see of the popUp

Re: [flexcoders] Transparent Application Background

2008-07-16 Thread Daniel Gold
Are you wanting the application to be transparent as in showing what's 'under' it on a page? If so have fun. I've seen Flash ads do this on websites and it looks like they actually discern the bitmap data for that section of the page and use that as the background. If you see one of these ads

[flexcoders] Error #1034: Type Coercion failed.... how to solve?

2008-07-16 Thread Guilherme Blanco
Hi all, I'm in troubles here... researching the internet furiously while post it here. I have in my application that loads a module and instantiate it inside an instance of class core.controls.ModalDialog, class that I wrote extended from TitleWindow. The source is really simple... here is the

[flexcoders] Re: Tabnavigator without the default tab enabled?

2008-07-16 Thread valdhor
Set visible=false ? If an item is visible then some part of that item must be set somehow. --- In flexcoders@yahoogroups.com, vipinck [EMAIL PROTECTED] wrote: Is it possible to have a tabnavigator component without the default tab activated/highlighted? When in normal state all tabs should

[flexcoders] Re: [Flashcoders] as3 class libraries

2008-07-16 Thread Paul Evans
On 14 Jul 2008, at 21:41, Corban Baxter wrote: I am trying to put together a list of some of the best AS3 and Flex Libraries, Classes and Frameworks we have available If you decide to publish your list somewhere, perhaps add a column to highlight the licence type of each item, which read in

[flexcoders] Re: File Uploading

2008-07-16 Thread ericbichara
Hi dimitrios, An example would be really great, i have no idea what url to use in fileRef.upload(new URLRequest()); do i point to the blazeds remoting servlet?? Where does the file end up? Im lost. Thanks in advance!! --- In flexcoders@yahoogroups.com, Dimitrios Gianninas [EMAIL

[flexcoders] What is the underscore '_'

2008-07-16 Thread Scott
... being used for in flex code? I see example code out there that has variables like _myVar = myVar, what is this doing? TIA!

Re: [flexcoders] Re: [Flashcoders] as3 class libraries

2008-07-16 Thread Stephen Downs
some people might find our google code library useful i guess http://code.google.com/p/tink/ -- Stephen Downs Addict, Tink Ltd. e: [EMAIL PROTECTED] t: +44 (0) 7730 838 785 w: http://www.tink.ws

Re: [flexcoders] What is the underscore '_'

2008-07-16 Thread Dan Vega
Its just standard practice to use an underscore for private variables. Dan On Wed, Jul 16, 2008 at 10:38 AM, Scott [EMAIL PROTECTED] wrote: … being used for in flex code? I see example code out there that has variables like _myVar = myVar, what is this doing? TIA!

Re: [flexcoders] What is the underscore '_'

2008-07-16 Thread Paul Andrews
It's often used as a convention to show private variables in a class. Some people use it for class atrributes - private or not. In your example it's assigning a class variable with the value of a parameter. Paul - Original Message - From: Scott To: flexcoders@yahoogroups.com

RE: [flexcoders] Error #1034: Type Coercion failed.... how to solve?

2008-07-16 Thread Alex Harui
Shared code problem. See my blog From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guilherme Blanco Sent: Wednesday, July 16, 2008 7:19 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Error #1034: Type Coercion failed how to

Re: [flexcoders] Re: File Uploading

2008-07-16 Thread Leonardo Moreno
Hi I implemented that functionality this way Java: Create a servlet that handles the multipart data and write the file Flex: Using the file reference class pointing to the created servlet you call the upload method For examples you can google ;) regards ericbichara wrote: Hi dimitrios,

Re: [flexcoders] Which Widget To Use

2008-07-16 Thread Richard Rodseth
When I saw this post, I wasn't sure if the poster really wanted cell selection, which you don't have in an HTML table, or just the ability to click on links in a grid? On Wed, Jul 16, 2008 at 6:13 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 15 Jul 2008, rio258k wrote: as I don't want

Re: [flexcoders] What is the underscore '_'

2008-07-16 Thread Leonardo Moreno
Hi The '_' preceding a variable is used as a best practice in private fields because the getters and setters can't have the same name as the variable. private var _name:String; public function set name(name:String):void{this._name = name;} public function get name():String{return

Re: [flexcoders] Error #1034: Type Coercion failed.... how to solve?

2008-07-16 Thread Guilherme Blanco
Could you please point me to the right post? I've looked at this page (after researched Google for your blog), and could not find it... http://blogs.adobe.com/aharui/ Thanks in advance, On Wed, Jul 16, 2008 at 11:33 AM, Alex Harui [EMAIL PROTECTED] wrote: Shared code problem. See my blog

[flexcoders] Re: AIR app not launching after installation

2008-07-16 Thread nateross83
Igor, I am running the latest version of AIR on all of my machines. I just verified that a moment ago, but the problem still persists. Thanks, Nate --- In flexcoders@yahoogroups.com, Igor Costa [EMAIL PROTECTED] wrote: Nate be sure to have the last air runtime installed on your machine to

[flexcoders] Re: No support for move refactoring in Flex Builder 3

2008-07-16 Thread ansury2001
Wait until Flex 4? That's crap. They need to put out a refactoring/bugfix patch first. It'll be a year or more before a new version is out! --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Voting for deferred bugs will be available soon. Tom's right that bugs like

Re: [flexcoders] Framework as RSL issue

2008-07-16 Thread Tom Chiverton
On Wednesday 16 Jul 2008, Hyder wrote: Any idea why this may be happening? RSLs in wrong order, if you are using Builder to do this it doesn't understand this ? If so, vote for http://bugs.adobe.com/jira/browse/FB-11222 -- Tom Chiverton

RE: [flexcoders] PopButton inside another popUp

2008-07-16 Thread Battershall, Jeff
Did some googling - upgraded to SDK 3.0.2 - issue resolved. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Wednesday, July 16, 2008 9:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] PopButton inside another

[flexcoders] Re: flex testing

2008-07-16 Thread Jarek Szczepanski
--- In flexcoders@yahoogroups.com, phil swenson [EMAIL PROTECTED] wrote: Any thoughts on testing the Flex UI? I tried FunFX, but it crashed immediately after lanching safari (I'm on a mac). After looking at FlexSPY, it seems to me that it should be possible to do flex testing without

Re: [flexcoders]How to change the selectedIndex of a LinkBar

2008-07-16 Thread fake_id_911
I like Tracy (assuming Tracy is a she) she is so helpful. I learned a lot from Tracy. So to honor Tracy, I give my time to help too. mx:Script ![CDATA[ import mx.controls.LinkButton; [Bindable] public var menu:Array = new Array(one,two);

[flexcoders] Who is using FlexReport?

2008-07-16 Thread ansury2001
I need some advice on whether FlexReport is ready for real use. I've already taken a look at it some, and other than it being a pain to setup and rather slow, I think it may work well enough. But I want to get some 3rd party opinions on others who have used it-- or, what other solutions have

[flexcoders] Re: RTMP and Spring Security(Acegi) Issues - SOLVED

2008-07-16 Thread Geoffrey
One last thing I had to do to get it to work. I added -Dacegi.security.strategy=MODE_INHERITABLETHREADLOCAL to my Tomcat JVM arguments. Otherwise, setting and getting the Authentication object was accessing different instances of some security object. ~Geoff --- In flexcoders@yahoogroups.com,

Re: [flexcoders] Who is using FlexReport?

2008-07-16 Thread Paul Andrews
- Original Message - From: ansury2001 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, July 16, 2008 4:10 PM Subject: [flexcoders] Who is using FlexReport? snip As a side rant... Flex is not going to take off in an enterprise environment as Adobe seems to be

Re: [flexcoders] Who is using FlexReport?

2008-07-16 Thread Derrick Anderson
amen brother, to be honest I like FlexReport- but it's not ready for an enterprise app. it's a good starting point, but I really need something much more robust. i'm in the same boat, would love to provide all the great reportability and UI that has been touted but more and more i see people

[flexcoders] Image flip horizontal

2008-07-16 Thread David Gironella
Hi, Any parameter for image component to flip horizontal? I know to do this in AS3 but want to now if I can do this easier. Giro.

[flexcoders] Removing ArrayCollection item from within ItemRenderer

2008-07-16 Thread calisza
After having a look around at various blogs, resources etc I'm stumped on the following : I have a TileList using a custom itemRenderer. The dataprovider is a standard ArrayCollection of objects. The itemRenderer contains an Image, a Label and a Button. When the user clicks the button - I want

Re: [flexcoders] Digital clock

2008-07-16 Thread Easow Jacob
Thanks. On Wed, Jul 16, 2008 at 1:35 AM, Fidel Viegas [EMAIL PROTECTED] wrote: I have asked this question before. If you do a search on the archive, you should be able to find an example posted by someone. But, generally speaking, it is just like Gordon has mentioned. Fidel. On Tue,

[flexcoders] State Management

2008-07-16 Thread Easow Jacob
HI, Is it possible to call a state inside other component for eg. in 1.mxml i have a state name one mx:states mx:State name=one /mx:State /mx:states in 2.mxml i have a state name two mx:states mx:State name=two mx:AddChild click=/ /mx:State /mx:states i need to call state one

Re: [flexcoders] Re: Flex blog topics - what should I write about?

2008-07-16 Thread Doug McCune
Oh my god. Please please please do not write those announcement non-posts. That ticks me off so much and it ruins a full day or two of blog reading because I can't deal with filtering out the 90% of the posts that are Flex 4 details were released!!! ZOMGZ Gumbo! The approach I took when I started

[flexcoders] Re: What files should be in the WEB-INF/flex directory to dynamically compile

2008-07-16 Thread Andrew Longley
Thanks Tom. The phrase web-tier compiler was what I needed. I found the Flex compiler module for J2EE application servers after much searching at the page http://opensource.adobe.com/wiki/display/flexsdk/Downloads. What a brutal search for something so simple! The result of this is

[flexcoders] Where is the right place to add children from a setter?

2008-07-16 Thread Sean Clark Hess
Hi everybody, I know how to add children to a component doing something like the following, but I can't help but think there ought to be a better way to do it. Perhaps I should be overriding one of UIComponent's methods? Anyway, the issue (see link) is that container isn't defined when the

[flexcoders] Re: creating a World Clock and need a little help with the time and date

2008-07-16 Thread Mark
I tried a few things along those lines and not even getting close... really: setDate = new Date(nanoSeconds/1000 - new Date().getTime()); RETURNS Tue Jun 20 09:55:17 GMT-0400 1933 setDate = new Date(nanoSeconds/(60*1000) - new Date().getTime ()); RETURNS Tue Jun 30 09:26:26 GMT-0400

Re: [flexcoders] Where is the right place to add children from a setter?

2008-07-16 Thread Doug McCune
Set a dirty flag in your setter (like childrenDirty = true) and call invalidateProperties(), then override commitProperties() and check if your dirty flag is set, if so then add the children in there. Doug On Wed, Jul 16, 2008 at 8:52 AM, Sean Clark Hess [EMAIL PROTECTED] wrote: Hi everybody,

[flexcoders] Re: Remote file accesing

2008-07-16 Thread Anthony DeBonis
Can you supply more information? Type of file, what server backend you have...

Re: [flexcoders] Where is the right place to add children from a setter?

2008-07-16 Thread Sean Clark Hess
For future reference, here's how that would look. Thanks Doug! http://pastie.textmate.org/234868 On Wed, Jul 16, 2008 at 9:59 AM, Doug McCune [EMAIL PROTECTED] wrote: Set a dirty flag in your setter (like childrenDirty = true) and call invalidateProperties(), then override

[flexcoders] PopUpManager to Set General-Purpose Control

2008-07-16 Thread edlueze
Hi Folks: I am using PopUpManager to create a set of general-purpose pop-up dialog boxes that can be used throughout my application. For example, I have a TextBoxDialogBox that will ask the user for text input and then place that input into a TextInput control in the caller window. Similarly I

[flexcoders] Re: Trouble with hand cursor over mx:Text

2008-07-16 Thread whatabrain
Ah. I had mouseChildren=true. Must have misread the page I got it from. Is there any way to do this in css, so I can have a style that makes anything into a link? The following sets the color, but doesn't force the hand cursor: mx:Style .link { color: blue; useHandCursor: true;

[flexcoders] Anyone have a good resource on singletons?

2008-07-16 Thread Scott
I'm trying to find information on using singletons in AS3/Flex. I've got an .AS file set up but I'm having issues calling the data/functions within that function in other classes. Does anyone have a good resource on the web for creating and using singletons? Thanks!

Re: [flexcoders] Who is using FlexReport?

2008-07-16 Thread Anatole Tartakovsky
Report Wirter is a delicate topic. We wrote reporting solution in 2006 - complete stack from database to end-user UI designer to the optimized client to the PDF. However, the current mind set in the enterprises - if it is third party product it has to be open source and free. So instead of pushing

RE: [flexcoders] Anyone have a good resource on singletons?

2008-07-16 Thread Tracy Spratt
A singleton class will have a static getInstance() method. Anywhere you need to access members of the singleton, call that method. Just import the class, do not use the normal instantiation procedures, like new, or using an mxml tag. import mypackage.MyModel; [Bindable]private var

[flexcoders] Re: Removing ArrayCollection item from within ItemRenderer

2008-07-16 Thread Tim Hoff
Hi Barry, Sorry to laugh a little, but parent.removeChild(this), is actually removing the itemRenderer display object; and leaving a hole in the TileList. There are a few ways to remove list items; from within an itemRenderer. But, most of them involve referencing the list's dataProvider

RE: [flexcoders]How to change the selectedIndex of a LinkBar

2008-07-16 Thread Tracy Spratt
Happy to help, and we always welcome contributors to the community. I am a he, if it matters. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of fake_id_911 Sent: Wednesday, July 16, 2008 11:21 AM To:

RE: [flexcoders] Re: Please, help: the release player displays a blank page in all browsers.

2008-07-16 Thread Tracy Spratt
Also have you tried any of the suggestions folks have made? Starting by putting an Alert.show in the Application initialize event? Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Wednesday, July 16, 2008 6:05 AM To:

RE: [flexcoders] Runtime CSS and SWF is not a loadable module

2008-07-16 Thread Tracy Spratt
Make sure the compiled css swf is actually where you expect. I am having problems with FB3 where the compiler misplaces the css swf, into a deeply nested folder structure under the bin folder, and I always have to copy it to the correct location. I plan to post a question on this some time

[flexcoders] Where can I find the source for the Rich Text Editor?

2008-07-16 Thread loujr
I would like to modify the Rich Text Editor and would like to know where the source code can be found. loujr

Re: [flexcoders] Re: What files should be in the WEB-INF/flex directory to dynamically compile

2008-07-16 Thread Ryan Gravener
Why not just compile the flex app when you compile your webapp? On Wed, Jul 16, 2008 at 11:50 AM, Andrew Longley [EMAIL PROTECTED] wrote: Thanks Tom. The phrase web-tier compiler was what I needed. I found the Flex compiler module for J2EE application servers after much searching at the

[flexcoders] Using subclassed flex controls in mxml

2008-07-16 Thread whatabrain
Let's say I subclass a control, like DataGrid: package myStuff { public class CustomGrid extends CDataGrid {} } How do I instantiate it in an mxml file? I tried these but they didn't work: mx:CustomGrid/ myStuff:CustomGrid/ Thanks for all your help! This group is making my

[flexcoders] Would like to create a dynamic form

2008-07-16 Thread timgerr
Hello all, I was wondering how to create a dynamic form using Action Script in Flex. Here is the Flex code: mx:Form mx:FormItem label=Test mx:TextInput id=New/ /mx:FormItem /mx:Form I know how to declare the form: var fm:Form = new Form(); but I am not sure how to

[flexcoders] Would like to create a dynamic form

2008-07-16 Thread timgerr
Hello all, I was wondering how to create a dynamic form using Action Script in Flex. Here is the Flex code: mx:Form mx:FormItem label=Test mx:TextInput id=New/ /mx:FormItem /mx:Form I know how to declare the form: var fm:Form = new Form(); but I am not sure how to

Re: [flexcoders] Re: Please, help: the release player displays a blank page in all browsers.

2008-07-16 Thread Sherif Abdou
I don't know what this thread is exactly on since my i cant find the first message but I have gotten this a couple of times, Basically it is either a loop that never finishes or you keep calling any of the invalidation methods over and over again. For example, for some reason i over ridden the

[flexcoders] Re: How to configure IIS, Jrun and Tomcat to run on the same machine?

2008-07-16 Thread Djamshed
Ok, with the help of some folks we figured it out. Here is the solution: 1. Install Tomcat ISAPI 2. Create Virtual Directory with some name, our case jakarta and point it to location of isapi_redirect.dll of Tomcat ISAPI installation 3. Configure .properties files in Tomcat ISAPI installation. For

[flexcoders] How do I instantiate a subclassed flex control in mxml?

2008-07-16 Thread whatabrain
Let's say I subclass a standard flex control: package myStuff { public class CustomGrid extends DataGrid {} } How do I instantiate it in mxml? I tried the following, but none of them worked: mx:CustomGrid/ myStuff:CustomGrid/ mx:myStuff.CustomGrid/

Re: [flexcoders] Re: Non-Blocking IO and BlazeDS Streaming

2008-07-16 Thread Anatole Tartakovsky
Adam, We are setting different server this week with jetty for sample push apps - should post availability either in my or Yakov's blog. We will rehost Coenraets collaboration apps, Flex sample one as well as few financial samples of our own - do not know if you have another use case that you

[flexcoders] Re: Removing ArrayCollection item from within ItemRenderer

2008-07-16 Thread roopeshjenu
--- In flexcoders@yahoogroups.com, calisza [EMAIL PROTECTED] wrote: After having a look around at various blogs, resources etc I'm stumped on the following : I have a TileList using a custom itemRenderer. The dataprovider is a standard ArrayCollection of objects. The itemRenderer

[flexcoders] sequence diagrams from a running AS3 application...

2008-07-16 Thread giopaia
Being quite a newbie and coming from the Flash world I'm just at the beginning of my OO developer journey and I'm learning UML... Are there any tools you'd like to suggest where it's possible to use UML in a good relationship with actionscript? I do now that there are tools for generating code

RE: [flexcoders] Would like to create a dynamic form

2008-07-16 Thread Tracy Spratt
I suggest Repeater. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of timgerr Sent: Wednesday, July 16, 2008 1:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Would like to create a dynamic form Hello all, I was

RE: [flexcoders] How do I instantiate a subclassed flex control in mxml?

2008-07-16 Thread Tracy Spratt
In the application tag, declare a namespace: mx:Application ... xmlns:mystuff=myStuff.* ... Then do: mystuff:CustomGrid/ Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of whatabrain Sent: Wednesday, July 16, 2008 1:10 PM To:

[flexcoders] Security sandbox violation error with socket connection

2008-07-16 Thread Greg Hess
Hi All, I am stumped. I had to use a socket to connect to a fully RESTfull (PUT, DELETE ect..) web service endpoint on our server. It has been testing fine when running from my local file system (actually have been wondering why I am not getting sandbox errors as this is definately not connecting

RE: [flexcoders] Where can I find the source for the Rich Text Editor?

2008-07-16 Thread Tracy Spratt
It is under the install folder. Easiest way to find it is to search for it. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of loujr Sent: Wednesday, July 16, 2008 12:58 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Where

RE: [flexcoders] Security sandbox violation error with socket connection

2008-07-16 Thread Tracy Spratt
1. http://10.0.2.30/ is not the same domain as 10.0.2.30:80 2. If you type this into a browser, you should see your crossdomain xml file: http://10.0.2.30:80/crossdomain.xml http://10.0.2.30/crossdomain.xml 3. That crossdomain file is old, there are new required entries for the latest Flash

[flexcoders] [INFO] Enterprise Flex 1 day seminar - NYC - 8/19

2008-07-16 Thread Anatole Tartakovsky
Dear All, Here is an upcoming event on East coast for Enterprise developers: http://www.eventbrite.com/event/126384018 Topics include: ** *Comparison of Flex Frameworks* *Enterprise Portals with Flex: Challenges and Solutions * *Open Source Networking Solutions for Flex Applications* (Push

  1   2   >