[flexcoders] Tree duplicating items - desperate!!!

2008-05-30 Thread Rafael Faria
fellows, i have been bugging you guys about my tree component for a quite long time and i'm almost finish. the only thing i still have to deal is a bug that's happening. What happen is, i have to create branches on the fly, dynamically whenever i dragover a item. here is the code to do that

Re: [flexcoders] the old caching problem... many answers no solution!!!

2008-05-30 Thread Joseph Balderson
Might as well ask why is the sky blue. This is is not new. HTML no-cache headers have not worked for any embedded assets, including quicktime or any other files, since the first browsers were first able to use applets and other media over 14 years ago. It's just the way it is. And the fix is

Re: [flexcoders] Re: Using fds.swc as RSL

2008-05-30 Thread Tom Chiverton
On Thursday 29 May 2008, Marvin Froeder wrote: According to our adobe support contact we must add RSL in order first framework.swc after rpc.swc them fds.swc Yeah, there's a bug open against Flex Builder that it should worry about this for you: https://bugs.adobe.com/jira/browse/FB-11222

Re: [flexcoders] The different between generial Flex 3 and Flex 3 Profesional?

2008-05-30 Thread Tom Chiverton
On Friday 30 May 2008, Scott Barnes wrote: FYI: If you wanted to build Silverlight with nothing but Notepad, here's how: http://weblogs.asp.net/mschwarz/archive/2007/06/05/how-to-create-silverligh t-applications-with-notepad.aspx I was hoping for nothing but vi, but there's still no sign of

Re: RES: [flexcoders] Re: The High Score Problem

2008-05-30 Thread Tom Chiverton
On Thursday 29 May 2008, kaleb_pederson wrote: b) figure out the AES encryption key (possibly generated dynamically) I motivated attacked could probably intercept the key as it was sent, so you'd want something like those SecureID tokens where both the server and client come up with the same

Re: [flexcoders] The different between generial Flex 3 and Flex 3 Profesional?

2008-05-30 Thread Paul Andrews
Just for a moment I thought this was the flex coders forum rather than an extension of the MS marketing effort.. - Original Message - From: Scott Barnes To: flexcoders@yahoogroups.com Sent: Friday, May 30, 2008 4:29 AM Subject: Re: [flexcoders] The different between generial

Re: [flexcoders] how to make a datatip stay on the chart?

2008-05-30 Thread Deeptika Gottipati
In Flex 3, 'showAllDataTips' is a new property added to charts to show non-interactive data tips. If that is set to true, it shows data tips of all items in the chart's underlying series. If we want to show tips of only some items in a series, we can do that by adding those items in dataTipItems

Re: [flexcoders] Re: Mock objects in AS3

2008-05-30 Thread Josh McDonald
Hey guys, I'm really interested in this stuff as well, if there's an off-list discussion going on, can I get in on it? :) Cheers, -Josh On Mon, Jan 28, 2008 at 6:06 PM, Christophe Herreman [EMAIL PROTECTED] wrote: Hi all, has anyone made any progress on this? regards, Christophe

Re: [flexcoders] dataTipItems

2008-05-30 Thread Deeptika Gottipati
Hi, Setting 'showAllDataTips' to true shows non-interactive data tips of all items in the chart. If you want to show tips only for some items, you can do that by setting dataTipItems of each series to an array of chart items that you want to show tips for. Thanks, Deeptika On Sat, May 24, 2008

[flexcoders] Flex Ant Tasks - can someone cut the umbilical?

2008-05-30 Thread Rick Winscot
I've just had an excellent experience upgrading a huge project to Flex 3. all except the CI server that uses Flex Ant Tasks. In short - FLEX_HOME is hard coded so. there really isn't any way to run 2.0.1 and 3.0 builds on the same machine. That is, not unless you modify the source FAT to do so.

Re: [flexcoders] Sharing bindable data between mxml files in different project folders

2008-05-30 Thread yiğit boyar
If you want to share data between different files, the best approach is to implement a singleton Model class. On Fri, May 30, 2008 at 1:31 PM, [EMAIL PROTECTED] wrote: Hi All, Could any one help me in how can I share a set of string variables available in my homePage.mxml to be available

[flexcoders] Sharing bindable data between mxml files in different project folders

2008-05-30 Thread Madhu.Kma
Hi All, Could any one help me in how can I share a set of string variables available in my homePage.mxml to be available to all other mxml files as well as with the script blocks in other mxml files in the same project as well, on the other referenced flex projects as well. Initially I tried

Re: [flexcoders] Flex Ant Tasks - can someone cut the umbilical?

2008-05-30 Thread Tom Chiverton
On Friday 30 May 2008, Rick Winscot wrote: I've just had an excellent experience upgrading a huge project to Flex 3. all except the CI server that uses Flex Ant Tasks. In short - FLEX_HOME is hard coded so. there really isn't any way to run 2.0.1 and 3.0 builds on the same machine. This must

Re: [flexcoders] Help FLEX 3 and jasperReports

2008-05-30 Thread jitendra jain
Well, i have used Jasper Reports with flex. Simply i used navigateToURL method to call the required servlet(Java Servlet) that does the process of creating the reports. Using IReport u have created jrxml. Right Now using JasperReports API package convert this jrxml into PDF and push the

[flexcoders] selected datagrid item as datatip on a chart

2008-05-30 Thread linko27
I want to show a selected datagrid item as datatip on a chart. How is this possible? I read dataTipItems could be userful but never found any sample. Thanks in advance!

[flexcoders] data object in itemrenderer is null

2008-05-30 Thread max.bruchmann
Hi I wrote a component based on the Image to use it as a itemRenderer for a datagridcolumn. I created a datagrid and specified the itemRenderer. but when I run it the data field of the Image stays null. mx:DataGrid id=dg x=285 y=86 mx:dataProvider

RE: [flexcoders] Re: Replaying an Embedding SWF

2008-05-30 Thread Battershall, Jeff
I've been playing with this a bit. One thing you have to be sure of is the symbol that the EMBED command is referring to is the SYMBOL in the LIBRARY. Not the instance on the stage, and the symbol has to be visible to AS via your linkage. By embedding like this:

Re: [flexcoders] Sharing bindable data between mxml files in different project folders

2008-05-30 Thread gabriel montagné
On Fri, May 30, 2008 at 4:31 AM, yiğit boyar [EMAIL PROTECTED] wrote: If you want to share data between different files, the best approach is to implement a singleton Model class. There's a lot of discussion about its correctness in AS3, but that's the way it's always* done on the street.

[flexcoders] upgrade question - from fb2 or fb3?

2008-05-30 Thread chris markiewicz
hello. i originally downloaded and bought a license for fb2. since then i have gone through all of the fb3 beta/trials. i have to upgrade now, but my question is, on the adobe site - do i choose to upgrade from fb2 (because that's the license i currently own) - or fb3 (because that's the

RE: [flexcoders] Flex Ant Tasks - can someone cut the umbilical?

2008-05-30 Thread Rick Winscot
Tom - Flex Ant Tasks is looking for FLEX_HOME... so - if you have a CI machine doing all your builds... how would you recommend doing concurrent 2.0.1 and 3.0 builds? Given the implementation you _will_ end up with a mess if two builds spawn at the same time. This is a Continuous Integration

Re: [flexcoders] Flex Ant Tasks - can someone cut the umbilical?

2008-05-30 Thread Douglas Knudsen
FLEX_HOME is set in ANT, no? So if two independent ANT scripts are running this FLEX_HOME setting would not collide, right? DK On Fri, May 30, 2008 at 9:21 AM, Rick Winscot [EMAIL PROTECTED] wrote: Tom - Flex Ant Tasks is looking for FLEX_HOME... so - if you have a CI machine doing all

[flexcoders] Re: Not sure what to do here...

2008-05-30 Thread mr_delphi_developer
Anyone able to help out here?

[flexcoders] Problems accessing a class method from an mxml file

2008-05-30 Thread justSteve
I have a public class that defines a method as: public function getData( ):String { return mData; } In an mxml file, I've imported that package and attempt to call ( _nav = getData(); ) but get '1061: Call to a

[flexcoders] What is a classfactory and why would I use one?

2008-05-30 Thread valdhor
This may be a dumb question but I can't seem to find this in any documentation. What is a classfactory and why would I want to use one? What can I do with a classfactory? Any links to documentation/tutorials?

Re: [flexcoders] Problems accessing a class method from an mxml file

2008-05-30 Thread Dan Vega
The static error leads me to believe you have not instantiated your object yet. Have you created the object or are you directly trying to call the method? var obj:myObject = new myObject(); obj.getData(); On Fri, May 30, 2008 at 9:42 AM, justSteve [EMAIL PROTECTED] wrote: I have a public

Re: [flexcoders] Help FLEX 3 and jasperReports

2008-05-30 Thread Yohanes Iwan Sugiarto
hi. I once was required to do the same and end up using Jasperserver, reports are called from the repository using web services, output format can be defined in part of the parameter as either PDF,CSV,HTML,XLS or RTF. This guide might help you to get to it

[flexcoders] Is String to Number conversion locale-specific?

2008-05-30 Thread Dave Glasser
I'd like to know what effect a computer's locale might have on String to Number conversion in AS3. Specifically, in locales that use a comma as a decimal separator rather than a period, do the various conversion methods (Number() function, parseNumber(), Number() class constructor) treat the

Re: [flexcoders] Problems accessing a class method from an mxml file

2008-05-30 Thread justSteve
Thankx...if i set code as you suggest I eliminate the compiler error but it causes this problem: The class I'm trying to hit has already instantiated by the time the MXML file calls getData (it's called from the creationComplete handler). Creating a new one from my MXML file won't work cuz the

Re: [flexcoders] Problems accessing a class method from an mxml file

2008-05-30 Thread Dan Vega
Can you share your code? I am sure I could tell you whats wrong if I can see what your doing but I am just not sure from the little bit of info I have. Dan On Fri, May 30, 2008 at 10:28 AM, justSteve [EMAIL PROTECTED] wrote: Thankx...if i set code as you suggest I eliminate the compiler

RE: [flexcoders] What is a classfactory and why would I use one?

2008-05-30 Thread Jonathon Stierman
From the Livedocs: http://livedocs.adobe.com/flex/2/langref/mx/core/ClassFactory.html It lets your application automatically create instances (with properties configured too!) without much input needed from you. Essentially, you configure the factory with your class, and then set up some

[flexcoders] Zoom / Pan Components on a Canvas

2008-05-30 Thread ron_mori
Could anyone suggest a technique to Zoom Pan components on a Canvas or some other appropriate container. The goal is a Google Map like ability for a large canvas. thx

[flexcoders] Re: Replaying an Embedding SWF

2008-05-30 Thread kenny14390
I tried your first suggestion about reinstantiating the SWFLoader, but that doesn't seem to work. Here is my code in the init() function that gets called every time I want the SWF to replay: tileFront = new SWFLoader(); tileFront.source = tile_Front; //(tileFront.content as

[flexcoders] Compile css file to swf with ClassReference in the css file

2008-05-30 Thread ealexdesign
Hello! I want compile my css theme in swf file. So I try to use mxmlc command but it failed since I have ClassReference in my css file. Could you help me please to compile my css file to swf file.

[flexcoders] Flex Freelancers please apply

2008-05-30 Thread Jason B
We are developing a product and need help on some of the items we have not been able to solve while we could post here we prefer to work one on one with someone to get the answers we need. if your interested in applying please contact us including hourly rate location email phone if possible

Re: [flexcoders] Scaling via Streaming???

2008-05-30 Thread Charlie Hubbard
Streaming is the ability to jump around a video stream without having to download the prior content. The user clicks play and then jumps 1 hour into the video. Streaming will allow you to jump to the hour mark without downloading the first hour. You have to use a special server to do this

Re: [flexcoders] Compile css file to swf with ClassReference in the css file

2008-05-30 Thread Tom Chiverton
On Friday 30 May 2008, ealexdesign wrote: So I try to use mxmlc command but it failed since I have ClassReference in my css file. Was there any particular error ? Did you look it up ? -- Tom Chiverton This email is sent for and on behalf

[flexcoders] Re: Flex Freelancers please apply

2008-05-30 Thread kenny14390
You should use flexjobs instead. This is more for technical help than job postings. --- In flexcoders@yahoogroups.com, Jason B [EMAIL PROTECTED] wrote: We are developing a product and need help on some of the items we have not been able to solve while we could post here we prefer to work one

[flexcoders] Re: Replaying an Embedding SWF

2008-05-30 Thread kenny14390
Also, SWFLoader component cannot toggle visible correctly. I'm using visible=true and visible=false but nothing happens. --- In flexcoders@yahoogroups.com, kenny14390 [EMAIL PROTECTED] wrote: I tried your first suggestion about reinstantiating the SWFLoader, but that doesn't seem to work. Here

[flexcoders] Air doesn't go full_screen_interactive

2008-05-30 Thread Ernesto Casasín
Hi, I apologize if I repeat this question, but it is very important for my project to go FULL_SCREEN_INTERACTIVE in an Air application, blogs and docs say it is possible, with this code executing on an applicationComplete event systemManager.stage.displayState =

[flexcoders] Netstream.play() arguments and caching video

2008-05-30 Thread Charlie Hubbard
Hi, I'm trying to download a video up front and cache it in memory before playing it. I understand how to use the Netstream.play() and passing it a URL. However, I want to download a video stream up front before playing it and cache it either in memory or the filesystem (I know this is probably

[flexcoders] Re: Not sure what to do here...

2008-05-30 Thread valdhor
If you are using Firefox as your browser the message Transfering data from... will be there all the time even if all data has been returned (This is a firefox bug). If you click on another tab and then return to this tab the messgae will be removed. Now, if you still have the busy cursor, you

[flexcoders] Re: What is a classfactory and why would I use one?

2008-05-30 Thread valdhor
Ok, that makes sense. What is the benefit of going the classfactory way instead of extending a class and setting all the properties in a class constructor? --- In flexcoders@yahoogroups.com, Jonathon Stierman [EMAIL PROTECTED] wrote: From the Livedocs:

Re: [flexcoders] Air doesn't go full_screen_interactive

2008-05-30 Thread Tom Chiverton
On Friday 30 May 2008, Ernesto Casasín wrote: In fact, the offending line doesn't compile on the pc version of flex (it passes on the mac version, which is my working platform) Why doesn't it compile ? Do you get an error ? -- Tom Chiverton

[flexcoders] Re: Which is more expensive: binding or setting

2008-05-30 Thread Amy
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: It depends... ...on the data object. Is it bindable? If so, does it really need to be? Let's say you have a person Object { firstName: Alex, lastName: Harui}. Not bindable. It becomes the data property

[flexcoders] Re: Air doesn't go full_screen_interactive

2008-05-30 Thread valdhor
In the help there is an example under Displaying full-screen windows: ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical applicationComplete=init() backgroundColor=0x003030 focusRect=false mx:Script ![CDATA[

[flexcoders] Re: Air doesn't go full_screen_interactive

2008-05-30 Thread valdhor
In the help there is an example under Displaying full-screen windows: ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical applicationComplete=init() backgroundColor=0x003030 focusRect=false mx:Script ![CDATA[

[flexcoders] adding a label to a Panel header?

2008-05-30 Thread fb6668
Hi, I've extended the Panel container, and would now like to add a second text field to the header. I currently have code which has added am expand/contract button to the header, using: rawChildren.addChild(btStateUp); rawChildren.addChild(btStateDown); but when I try to add a label, as

Re: [flexcoders] The different between generial Flex 3 and Flex 3 Profesional?

2008-05-30 Thread Troy Gilbert
Just for a moment I thought this was the flex coders forum rather than an extension of the MS marketing effort.. Okay, be nice, it's on-topic... the thread had lead to a question of whether it was possible to develop in Silverlight for free (in the same way its possible to develop in Flex for

[flexcoders] Questions regarding updating dataProviders after a drag drop

2008-05-30 Thread bredwards358
Looking through the posts regarding my search criteria of drap and drop and Array collection, I couldn't find a post which cleared up the task of updating a data provider, in this case, an array collection, after an item is dragged to its datagrid from another. Purely using the default settings(no

[flexcoders] Re: upgrade question - from fb2 or fb3?

2008-05-30 Thread chris markiewicz
got the answer - go by license, so i'm upgrading from 2. --- In flexcoders@yahoogroups.com, chris markiewicz [EMAIL PROTECTED] wrote: hello. i originally downloaded and bought a license for fb2. since then i have gone through all of the fb3 beta/trials. i have to upgrade now, but my

RE: [flexcoders] Re: What is a classfactory and why would I use one?

2008-05-30 Thread Jonathon Stierman
I would say it's more flexible to use the ClassFactory because you can dynamically set the properties in the ClassFactory. Simple example: Say you had an application that creates Squares - just simple rectangles on the screen. When the user presses a button, a new square pops up in a random

[flexcoders] Re: Zoom / Pan Components on a Canvas

2008-05-30 Thread Tim Hoff
For zoom, check out scaleX and scaleY. You could always drag for a pan. -TH --- In flexcoders@yahoogroups.com, ron_mori [EMAIL PROTECTED] wrote: Could anyone suggest a technique to Zoom Pan components on a Canvas or some other appropriate container. The goal is a Google Map like ability

Re: [flexcoders] The different between generial Flex 3 and Flex 3 Profesional?

2008-05-30 Thread Paul Andrews
I'm always nice and MS marketing never sleeps. It's good to see that even Microsoft management are coding in Flex these days.. ;-) Have a good weekend. Paul - Original Message - From: Troy Gilbert [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 30, 2008 4:36 PM

[flexcoders] Performance issues while creating several instances of DisplayObject at the same

2008-05-30 Thread christian.menzinger
Hi there, while experimenting with Containers and UIComponents I received very strange results. Is it possible that the instantiation and rendering of about 150 DisplayObjects can take up to 3 seconds of processing time? I have a very light weight application attached where 20 views (containing

Re: [flexcoders] Re: Air doesn't go full_screen_interactive

2008-05-30 Thread Ernesto Casasín
Your example shows exactly what is happening with this small example. If I add a simple botton to your code, the application doesn't response to the event triggered by this botton, eventhough it is set to full_screen_interactive. In fact there is no difference between full_screen and

[flexcoders] canvas RollOver Mouse over

2008-05-30 Thread mjbcircus
OK structure canvas (container) -- canvas (item) -- stuff in canvas all the canvas objects are created in a loop. when you set your container to a preset height 318 and add object to the container to go over the height the mouse over/ roll over flickers? (I have used both) dose

[flexcoders] Re: Replaying an Embedding SWF

2008-05-30 Thread kenny14390
PROBLEM SOLVED: tileFront.source = new tile_Front(); I forgot that when Embedding the SWF, you store it as a Class. So to reinstatiate, you use the new keyword to get another instance of it. Thanks to all that helped. --- In flexcoders@yahoogroups.com, kenny14390 [EMAIL PROTECTED] wrote: I

Re: [flexcoders] what prevents a FlexEvent.CREATION_COMPLETE?

2008-05-30 Thread ivo
Thanks for the reply Alex. One additional question, what would prevent updateDisplayList from being called after a component is added to the display list? Further tracing shows that in the correctly drawn instance the updateDisplayList of the child components is called. In the one where the

Re: [flexcoders] Air doesn't go full_screen_interactive

2008-05-30 Thread Ernesto Casasín
My mistake, I have made so many trials to get this working, the compiling error was produced when I tryed to use full_screen_interactive in a web application, not an air one, which is coherent with the documentation, but the problems still remains in that when set to

[flexcoders] Re: Fire itemRollOver

2008-05-30 Thread securenetfreedom
I figured it out using a combination of Key Event capture and selectedIndex. --- In flexcoders@yahoogroups.com, securenetfreedom [EMAIL PROTECTED] wrote: I have a combobox that opens onFocus. When using arrow keys I would like to fire the itemRollOver for each item in the list as the arrow

RE: [flexcoders] Compile css file to swf with ClassReference in the css file

2008-05-30 Thread Gordon Smith
Assuming that the class you're specifying in ClassReference lives in a source file, make sure that the -source-path is such that it can be found by the compiler. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

Re: [flexcoders] Re: Zoom / Pan Components on a Canvas

2008-05-30 Thread Sherif Abdou
http://www.adobe.com/devnet/flex/samples/fig_panzoom/ - Original Message From: Tim Hoff [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 30, 2008 11:03:14 AM Subject: [flexcoders] Re: Zoom / Pan Components on a Canvas For zoom, check out scaleX and scaleY. You could

RE: [flexcoders] Problems accessing a class method from an mxml file

2008-05-30 Thread Gordon Smith
What is your declaration of _nav? The compiler apparently thinks it has type Class, rather than the type of the class you've written. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of justSteve Sent:

Re: [flexcoders] Problems accessing a class method from an mxml file

2008-05-30 Thread Sherif Abdou
maybe try this? var newClass:className = new className(); var _nav:String = className.getData() - Original Message From: Gordon Smith [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 30, 2008 11:58:04 AM Subject: RE: [flexcoders] Problems accessing a class method

RE: [flexcoders] Flex Ant Tasks - can someone cut the umbilical?

2008-05-30 Thread Gordon Smith
Yes, setting FLEX_HOME in Ant is the best approach. For example, if you look at the opensource code for the SDK, you'll see that our top-level Ant script declares property name=FLEX_HOME location=${basedir}/ Gordon Smith Adobe Flex SDK Team From:

RE: [flexcoders] Sharing bindable data between mxml files in different project folders

2008-05-30 Thread Gordon Smith
You can also just declare public var testValue:String; and access it from other components as Application.application.testValue. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of yigit

RE: [flexcoders] what prevents a FlexEvent.CREATION_COMPLETE?

2008-05-30 Thread Alex Harui
The order is commitProperties, measure, then updateDisplayList. If code in measure() ends up calling invalidateProperties, you go back to commitProperties and might never get over to updatedisplayList From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Performance issues while creating several instances of DisplayObject at the same

2008-05-30 Thread Alex Harui
Containers are heavy. They measure their children, think about clipping and scrollbars, compute the size and position of children, think about borders, background colors and more. If you aren't using 80% of those features, then you shouldn't be using a container. A UIComponent can be easily

[flexcoders] Does anyone know a way to show percentages as LinearAxis label?

2008-05-30 Thread Body Works Studio
Hi all We have a dashboard chart with two series being displayed one is the number of docs, and the second series shows the percentage of relevance. I have the min and max set to 0 and 100 respectively and interval is set to 25. is there a way to make the scale show as 25% 50% 75% etc... Thanks

RE: [flexcoders] Questions regarding updating dataProviders after a drag drop

2008-05-30 Thread Alex Harui
Normally, you listen for dragDrop or dragComplete events and if you don't want default behavior, you call preventDefault on the event and do whatever you want. So, if I were handling dragging products to a shopping list, I would write something like this: public function

RE: [flexcoders] data object in itemrenderer is null

2008-05-30 Thread Alex Harui
The datagridcolumn needs dataField=rating From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of max.bruchmann Sent: Friday, May 30, 2008 3:12 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] data object in itemrenderer is null Hi

RE: [flexcoders] Tree duplicating items - desperate!!!

2008-05-30 Thread Alex Harui
What are the four lines? If you remove them what happens? Step through dragCompleteHandler. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rafael Faria Sent: Thursday, May 29, 2008 11:14 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Is String to Number conversion locale-specific?

2008-05-30 Thread Gordon Smith
I asked the Flash Player team, and one of the engineers told me that a period is always interpreted as a decimal point, regardless of the OS locale. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] Re: ClassReference and resourceBundles

2008-05-30 Thread Durres76
the idea is that each locale will have it's own views that are linked to the same app. i want to switch to the correct view Clases for the selected locale. here's my logic: if US use the extededView which is declared in the properties file for that locale. if FR use the quickView which is

RE: [flexcoders] Is String to Number conversion locale-specific?

2008-05-30 Thread Dave Glasser
Thanks, I was hoping that was the case! Gordon Smith [EMAIL PROTECTED] wrote: I asked the Flash Player team, and one of the engineers told me that a period is always interpreted as a decimal point, regardless of the OS locale. Gordon Smith Adobe Flex

RE: [flexcoders] Re: ClassReference and resourceBundles

2008-05-30 Thread Gordon Smith
Why would you want users in the U.S. to see more information (i.e., an extended view) than users in France (who see a quick view)? Why don't you want them to see the same information, either in English or in French? Gordon Smith Adobe Flex SDK Team

[flexcoders] Re: BlazeDS Long Polling Question

2008-05-30 Thread Satish
Thanks Seth, That did the trick. --- In flexcoders@yahoogroups.com, Seth Hodgson [EMAIL PROTECTED] wrote: Hi Satish, The wait-interval-millis setting controls how long the server will park a poll request and wait for something to return. With a wait of just 100 ms, the server will return an

RES: [flexcoders] Re: The High Score Problem

2008-05-30 Thread kaleb_pederson
Using Merkle's Puzzles, the key wouldn't need to ever be transmitted across the network. It, or a seed from which the key could be formulated, would be contained within one of the puzzles which would be randomly solved by the client, after which some sort of a sentinel/signature message could

[flexcoders] Re: Air doesn't go full_screen_interactive

2008-05-30 Thread valdhor
I modified the example from the help slightly by adding a couple of simple buttons: ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical applicationComplete=init() backgroundColor=0x003030 focusRect=false mx:Script

[flexcoders] Re: Air doesn't go full_screen_interactive

2008-05-30 Thread valdhor
I modified the example from the help slightly by adding a couple of simple buttons: ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical applicationComplete=init() backgroundColor=0x003030 focusRect=false mx:Script

[flexcoders] Re: Air doesn't go full_screen_interactive

2008-05-30 Thread valdhor
OK, why did that last post get posted twice (I use the Yahoo web based reader and I clicked the Send button once only)?

Re: [flexcoders] REPORTING in FLEX 3

2008-05-30 Thread jeff
On Thu, May 29, 2008 at 03:49:45PM -, gf_baggio wrote: I am very new in flex and I am trying to figure out how to print nice reports. We use BIRT, it's now part of the Eclipse project. -Jeff

[flexcoders] taking xml var and splitting into 2 xml lists - flex bug?

2008-05-30 Thread djohnson29
I have noticed some weird behaviour when working with XML vars and XMLListCollections. I have an xml variable that I am looping through using a for each loop. I want to separate the xml into 2 seperate lists based on a value so as I loop through, I am adding each xml node to 2 different

[flexcoders] Re: converting xml string containing special characters back to regular xml

2008-05-30 Thread djohnson29
Thanks - actually I was able to convert those back like this. The .toXMLString method didn't work - but the basic .toString() did. var x:XML = event.result as XML; var s:String = x.XmlData.toString(); var formattedXML = new XML(s); --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL

Re: [flexcoders] Re: ClassReference and resourceBundles

2008-05-30 Thread Dhimiter Bozo
Because not all the features are available to all the regions. Besides, different region may have different features all together. On 5/30/08 2:26 PM, Gordon Smith [EMAIL PROTECTED] wrote: Why would you want users in the U.S. to see more information (i.e., an extended view) than users

[flexcoders] question using cairngorm with SequenceCommand?

2008-05-30 Thread markflex2007
Hi, I am using cairngorm with SequenceCommand.I attach my command code here. My question is how to pass variable from execute function to next event in constructor. Here I want to pass sID in execute function to this.nexsqment = new EventLissqment(sID); in function CloseEventCommand. But I

[flexcoders] Flex Builder 2 to Flex Buiulder 3 IDE changes: some good, some bad

2008-05-30 Thread mr_j_harris
I upgraded from Flex Builder 2 to Flex Builder 3- to be able to use the AdvancedDataGrid was the driver behind the decision. The first thing I noticed was in the debugger, variables window, yellow highlighting on the modified variables. Nice! The second thing I noticed was the source-code mode

Re: [flexcoders] The different between generial Flex 3 and Flex 3 Profesional?

2008-05-30 Thread Scott Barnes
heh, that would be an assumption. I use this forum to see what the average joe is having trouble with so that I can ensure we don't repeat the same mistakes, think of this as a great ear to the grown forum. I gave up my Flex days in 2007 ... Anyway.. just setting the record straght around some

[flexcoders] Re: What is a classfactory and why would I use one?

2008-05-30 Thread Amy
--- In flexcoders@yahoogroups.com, Jonathon Stierman [EMAIL PROTECTED] wrote: I would say it's more flexible to use the ClassFactory because you can dynamically set the properties in the ClassFactory. Simple example: Say you had an application that creates Squares - just simple

Re: [flexcoders] Performance issues while creating several instances of DisplayObject at the same

2008-05-30 Thread Doug McCune
A few suggestions: - don't set explicitWidth in updateDisplayList, use setActualSize() - like Alex said, Container does extra processing, so use UIComponent as the base of both ParentView and ChildView. SInce you are managing the layout of the children manually and you don't require

[flexcoders] My Web Service with soap headers code no longer work with Flex 3

2008-05-30 Thread Mark
In Flex 2 this works like a charm but not in 3, I can't seem to find any info on the changes in the Help. Can someone lend a hand? ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=onCreationComplete() mx:Script

[flexcoders] Documentation for FB Source Code for Eclipse

2008-05-30 Thread Brian Riley
I'm trying to reuse some of Adobe plugin objects for FB (to create my own plugins), so I downloaded the source for FB (http://kb.adobe.com/selfservice/viewContent.do?externalId=4b243413sliceId=1), but it doesn't all seem to be there...when I look @ the plugins directory of my Eclipse install

Re: [flexcoders] Flex Builder 2 to Flex Buiulder 3 IDE changes: some good, some bad

2008-05-30 Thread Joseph Balderson
Uncheck these two: Window Preferences Flex Editors ActionScript Code Keep imports organized Remove unused imports when organizing Problem solved. ___ Joseph Balderson | http://joeflash.ca Flex Flash Platform Developer

[flexcoders] select datagrid column cells based on checkbox click

2008-05-30 Thread rviswanathan
Hi I have a datagrid and a checkbox outside of it. When I click the checkbox, I need a specific set of cells (not complete rows) on only one of the columns to be highlighted (with some background color). How can I go about doing this? This is what I attempted. a) I have an itemRenderer

[flexcoders] Re: taking xml var and splitting into 2 xml lists - flex bug?

2008-05-30 Thread Amy
--- In flexcoders@yahoogroups.com, djohnson29 [EMAIL PROTECTED] wrote: I have noticed some weird behaviour when working with XML vars and XMLListCollections. I have an xml variable that I am looping through using a for each loop. I want to separate the xml into 2 seperate lists based on a

[flexcoders] Infinite Scrolling component?

2008-05-30 Thread Charlie Hubbard
Hi, I have a component that I'm working on right now, and I'm using the scrollRect to provide me a sliding window over a component. The only problem with this is that while I can make it scroll back and forth using this. I have to provide a fix width in order for it to work. What I'd really

RE: [flexcoders] Re: ClassReference and resourceBundles

2008-05-30 Thread Gordon Smith
OK, fair enough. You should be able to use resourceManager.getClass() and the 'new' operator to dynamically create instances of locale-specific components. But there's no way to make the class that an MXML tag like MyView represents be locale-specific... an MXML tag maps to a specific class,

RE: [flexcoders] Infinite Scrolling component?

2008-05-30 Thread Alex Harui
You'll have to virtualize. The List classes do that, and only display components in the virtual viewport. One of the reasons you have to do this is that the maximum pixel space is +/- 8192 pixels. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] select datagrid column cells based on checkbox click

2008-05-30 Thread Alex Harui
The renderers need a way to access a variable outside the DG that represents the checkbox state. You could put it in your data model. You'll have to call invalidateList() to refresh DG. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] How to convert a powerpoint to AS3 swf for loading in Flex?

2008-05-30 Thread rdebled
I need to load a powerpoint file inside my Flex app. I planned to just convert the ppt to a swf and load that with a SWFLoader control, but every conversion app I've run in to creates a Flash 8 AS2 file. This seems to make it impossible to control the slides because the SWF has to load as an

  1   2   >