Re: [flexcoders] Re: How do they do that (Flex video)

2008-11-19 Thread Paul Andrews
comfederation, You have a niche usage of the tools and while we would all love Adobe to provide a solution to your problem, few would regard it as essential. Beating a drum about this particular feature omission is unlikely to result in a mad clamour of support, as is dismissing respondents to

Re: [flexcoders] Re: dataGrid effciency

2008-11-19 Thread Fu Di
thank u, other problem puzzle me, when the dataGrid's data changing and it will refresh itself. if i drag scrollbar to a position,after the dataGrid refresh the scrollbar will go to top of dataGrid. From: Tim Hoff [EMAIL PROTECTED] To:

Re: [flexcoders] Re: dataGrid effciency

2008-11-19 Thread claudiu ursica
You can remember your last index of the scroolbar and use scorllToIndex(index : int) after the refresh. HTH, Claudiu From: Fu Di [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, November 19, 2008 11:03:39 AM Subject: Re: [flexcoders] Re:

Re: [flexcoders] Can you spare 5 minutes to reproduce this 12 line bug?

2008-11-19 Thread Tom Chiverton
On Tuesday 18 Nov 2008, Pan Troglodytes wrote: Does anyone know if they read bugs that say resolved but have been updated? Should I clone the bug as a new one? I added comments and a patch to a closed bug and it's been reopened (http://bugs.adobe.com/jira/browse/SDK-13940) -- Tom Chiverton

Re: [flexcoders] cfeclipse plugin for flex builder

2008-11-19 Thread Tom Chiverton
On Wednesday 19 Nov 2008, stinasius wrote: hi guys am having problems when i install the latest version of How are you installing it ? Online or with a .zip file ? What version of Eclipse, and what JVM version ? Unable to create this part due to an internal error. Reason for the failure:

Re: [flexcoders] AIR Cairngorm Application Command Architecture

2008-11-19 Thread Robin Hilliard
On 19/11/2008, at 9:59 AM, zwigby wrote: So I was thinking of each calculation being a command and then the steps would be helper classes that use delegates to get the information from local database. Any thoughts would be great. Thanks in advance. Hi Zwigby, All your calculation helpers

Re: [flexcoders] Re: Creating a Chart With 50,000 Data Points

2008-11-19 Thread Tom Chiverton
On Tuesday 18 Nov 2008, Mark Easton wrote: We are charting observations from a range of sensors and contact inputs. The contact inputs are a special case as they can only have 1 or 0 values. But the sensors include temperature, current, voltage, light, humidity, vibration, motion, gps

Re: [flexcoders] Re: How do they do that (Flex video) ?

2008-11-19 Thread Tom Chiverton
On Wednesday 19 Nov 2008, comfederation wrote: If there are good free tools to do it, why should Adobe bother unless it can make a killer advantage. Is integration and a resulting much, much better experience not enough of a reason? That might well be killer, yes :-) is the quite poor

[flexcoders] Flex: getting the current directory

2008-11-19 Thread renzeullo
Hi guys, Quick question: Is there a way to get the current directory that a Flex application is currently running in? For example, if I'm running an app in C:\Documents and Settings\Administrator\Desktop\FlexApp\app.html, is there a way to retrieve C:\Documents and

Re: [flexcoders] Re: X-axis values in flex chart

2008-11-19 Thread Sefi Ninio
Anyone? On Tue, Nov 18, 2008 at 8:44 PM, Sefi Ninio [EMAIL PROTECTED] wrote: Hi Sunil. Thanks for the time you took to answer. Unfortunately, this doesn't work either. I just tried it... On Tue, Nov 18, 2008 at 7:19 PM, Sunil Bannur [EMAIL PROTECTED] wrote: Did you try using

[flexcoders] Re: FileReference for file uploading, how to specify the folder to open?

2008-11-19 Thread hu22hugo
--- In flexcoders@yahoogroups.com, Mat Mikul [EMAIL PROTECTED] wrote: Hi! I need to upload a file from flex. I know the path and the file name already, but haven't figured out a way to be able to upload in the background. This is likely due to some security restrictions posed by Adobe to

[flexcoders] Re: Flex: getting the current directory

2008-11-19 Thread Cato Paus
Hi :) you can accsess the url like this var url:String = Application.application.url; take a look at About exchanging data with Flex applications in Flex Help. --- In flexcoders@yahoogroups.com, renzeullo [EMAIL PROTECTED] wrote: Hi guys, Quick question: Is there a way to get the

[flexcoders] X2O SWC generation, how do they do it?

2008-11-19 Thread Sceneshift
I was checking out http://blog.x2oframework.com/ this morning, and I was really interested to see that the system creates SWCs somehow in relation to your model. How is it possible to compile a SWC via an online interface? Are they using some kind of link between their online service and the

Re: [flexcoders] Flex 2 charting license with Flex 3 sdk

2008-11-19 Thread Tom Chiverton
On Tuesday 18 Nov 2008, schneiderjim wrote: Is there something I can do with my flex 2 license.properties to get this to work? In Flex 2, there was some command-line stuff with Use the Flex 2 command line compiler instead of the Flex 3 one. -- Tom Chiverton Helping to authoritatively deliver

Re: [flexcoders] cfeclipse plugin for flex builder

2008-11-19 Thread amanyire arthur
am installing it online and the eclipse version is 3.12 ? is it possible to install it through a zip file and how do you do it.

Re: [flexcoders] cfeclipse plugin for flex builder

2008-11-19 Thread Tom Chiverton
On Wednesday 19 Nov 2008, amanyire arthur wrote: am installing it online and the eclipse version is 3.12 ? IIRC it works with Eclipse 3.3 but not 3.4. You can download a plugin installer from the Adobe site. -- Tom Chiverton Helping to efficiently monetize holistic portals

Re: [flexcoders] FB 3.0.2 plug-in

2008-11-19 Thread Tom Chiverton
On Wednesday 19 Nov 2008, Richard Rodseth wrote: Is there an Eclipse plug-in version of 3.0.2 ? Or do I install 3.0.1 and run the updater from within Eclipse? The in-Eclipse updater can't update the Builder plugin (becuase there may be a new Flash player req., for instance). -- Tom Chiverton

Re: [flexcoders] Help with Flex SDK Tutorial - What am I doing wrong?

2008-11-19 Thread David April
Thanks Alex - but I don't have Flexbuilder. I am just working with the SDK on the command line right now. Dave On Tue, Nov 18, 2008 at 10:55 PM, Alex Harui [EMAIL PROTECTED] wrote: If you have FlexBuilder, create an AIR app and look at the –app.xml for the version. I'll bet the tutorial got

[flexcoders] event after last callLater() execution

2008-11-19 Thread manfred.karrer
is there an event dispatched when the callLater() is executed the last time? we have the problem that a ui is rendered while a lot of other things are going on at the application. so the flex framework calls internally callLater() to avoid the performance peak. but we need to know when the

[flexcoders] Re: HTTP Request Error and long strings

2008-11-19 Thread claudfernan04
Hi, I'm trying to send a nested array object using the method below but I still seem to be getting an HTTP request error and I'm not sure why. Any help would be greatly appreciated. public function useHttpService(batchContainer:Object):void { var container:String =

[flexcoders] Can the Data Management Service detect database changes (not client changes) ?

2008-11-19 Thread k.sigiscar
Is it possible with LCDS to have the Data Management Service detect database changes ? We already have LCDS configured with a custom Java assembler. Any change commited on a client reflects to other clients and in the database too. But we also have some backend processes changing the database. In

[flexcoders] Re: Calling functions with optional parameters

2008-11-19 Thread Amy
--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Huh, my turn for the Doh! Funny how often we see what we expect, rather than what is there. So, Amy, we have not solved your problem, and hopefully not caused you much inconvenience. No, I had already changed

[flexcoders] Re: creating a class - question extending

2008-11-19 Thread Amy
--- In flexcoders@yahoogroups.com, luvfotography [EMAIL PROTECTED] wrote: Hi, I'm trying to create a class that extends the image class, I need to associate a username with the image, Here is what I have: package { import mx.controls.Image; public class imageWithData

[flexcoders] Re: HTTP Request Error and long strings

2008-11-19 Thread hu22hugo
What's the error saying? Whatever, at least two suggestions: 1. The URL is not valid with an : in it. Encode it like http://172.19.60.128:8080/ViewDuration%3AregisterBatchEvent/ 2. Always use constants to avoid typing errors, e.g. service.addEventListener(ResultEvent.RESULT, httpResult) Marc

[flexcoders] Re: creating a class - question extending

2008-11-19 Thread Amy
--- In flexcoders@yahoogroups.com, Michael VanDaniker [EMAIL PROTECTED] wrote: Image, like all UIComponents, has a zero argument constructor. Unless your imageWithData knows what its username is going to be without any outside info, it wouldn't make sense to do much of anything with the

[flexcoders] Re: Flex: getting the current directory

2008-11-19 Thread hu22hugo
--- In flexcoders@yahoogroups.com, renzeullo [EMAIL PROTECTED] wrote: Hi guys, Quick question: Is there a way to get the current directory that a Flex application is currently running in? For example, if I'm running an app in C:\Documents and

Re: [flexcoders] FB 3.0.2 plug-in

2008-11-19 Thread Richard Rodseth
So how does one upgrade? I saw no 3.0.2 plug-in installer on the downloads page. On Wed, Nov 19, 2008 at 3:36 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 19 Nov 2008, Richard Rodseth wrote: Is there an Eclipse plug-in version of 3.0.2 ? Or do I install 3.0.1 and run the updater

[flexcoders] Re: How do they do that (Flex video)

2008-11-19 Thread Amy
--- In flexcoders@yahoogroups.com, comfederation [EMAIL PROTECTED] wrote: No it's not OK ;) When a company has different file formats then it's really sad and unfortunate to have to rely on third party tools for conversion between those formats - if for no other reason then integration and

Re: [flexcoders] FB 3.0.2 plug-in

2008-11-19 Thread Clint Tredway
http://www.adobe.com/support/flex/downloads_updaters.html On Wed, Nov 19, 2008 at 8:03 AM, Richard Rodseth [EMAIL PROTECTED] wrote: So how does one upgrade? I saw no 3.0.2 plug-in installer on the downloads page. On Wed, Nov 19, 2008 at 3:36 AM, Tom Chiverton [EMAIL PROTECTED] wrote:

[flexcoders] Line chart animation

2008-11-19 Thread Giro
I have a line chart with two lineseries. I want that when I set visible false on one lineseries chart rescale? Any idea. Giro.

Re: [flexcoders] FB 3.0.2 plug-in

2008-11-19 Thread Richard Rodseth
Ah, thanks. I guess I it was the full download that was only available in 3.0.1. On Wed, Nov 19, 2008 at 6:05 AM, Clint Tredway [EMAIL PROTECTED] wrote: http://www.adobe.com/support/flex/downloads_updaters.html On Wed, Nov 19, 2008 at 8:03 AM, Richard Rodseth [EMAIL PROTECTED]wrote: So

Re: [flexcoders] FB 3.0.2 plug-in

2008-11-19 Thread Clint Tredway
no problem, took me a bit to find it as well. On Wed, Nov 19, 2008 at 8:11 AM, Richard Rodseth [EMAIL PROTECTED] wrote: Ah, thanks. I guess I it was the full download that was only available in 3.0.1. On Wed, Nov 19, 2008 at 6:05 AM, Clint Tredway [EMAIL PROTECTED] wrote:

Re: [flexcoders] Line chart animation

2008-11-19 Thread Sefi Ninio
Making it invisible won't rescale since the data is still there... Perhaps if you splice the chart's series array it'll remove the series and then call invalidate to make it rescale (not tested - just off the top of my head). HTH Sefi On Wed, Nov 19, 2008 at 4:10 PM, Giro [EMAIL PROTECTED]

Re: [flexcoders] Can you spare 5 minutes to reproduce this 12 line bug?

2008-11-19 Thread Pan Troglodytes
Just FYI for anyone reading, the bug has been reopened and the tester has commented. Apparently the problem was that they were alt-tabbing between the flex app and flex builder to see the trace output. Once I posted the version that outputs the null to the screen, they reproduced it. Chalk this

Re: [flexcoders] Line chart animation

2008-11-19 Thread Sefi Ninio
Actually just tested it and it does rescale. You'd have to keep the spliced series aside, though, to be able to get ir back in there - and it'll remove it from the legend as well... Sefi. On Wed, Nov 19, 2008 at 4:46 PM, Sefi Ninio [EMAIL PROTECTED] wrote: Making it invisible won't rescale

[flexcoders] Memory Issue in Internet Explorer

2008-11-19 Thread Parkash
Hi Everyone, I am facing a memory problem in internet Explorer , when I run my flex application in I.E 7 the task manager show memory usage of 106MB and memory increases as I run my application more and more it seems that garbage collector in not working properly but when I run the same

[flexcoders] Re: event after last callLater() execution

2008-11-19 Thread Amy
--- In flexcoders@yahoogroups.com, manfred.karrer [EMAIL PROTECTED] wrote: is there an event dispatched when the callLater() is executed the last time? we have the problem that a ui is rendered while a lot of other things are going on at the application. so the flex framework calls

[flexcoders] Re: Memory Issue in Internet Explorer

2008-11-19 Thread t_varada
Hi Parkash We had a similar issue and we are doing some extra task to clean up the code when you load/unload a feature inside our application. One good thing we find Flash Player 10 has better memory management, since that is officially out you try our memory test case on it to see some

[flexcoders] RSL Error in Flex 2.0.1

2008-11-19 Thread t_varada
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 swc files that is common for all the features inside our application. I added the following lines to my flex-config.xml (our compilation are ANT

[flexcoders] More woes with TextArea and htmlText - Copy to clipboard

2008-11-19 Thread peat.moss12
I am trying to build a custom editor based on TextArea with htmlText. It is very difficult given the incomplete implementation. Earlier, I reported that there was no straightforward way to deal with filtering characters. Today's issue is with Ctrl-C copy to clipboard. Guess what? If you set

[flexcoders] ProgressBar not updating Flash 10 and Flex 3.1

2008-11-19 Thread flexaustin
I was wondering if anyone has run into this issue before? There is a post here where someone had the same issue but doesn't seem to be resolved. http://www.actionscript.org/forums/showthread.php3?t=159436 When this function is called bytesLoaded and bytesTotal are correct. But on screen I see 0%

[flexcoders] Why aren't my .as files included when I build my project?

2008-11-19 Thread sailorsea21
Hi everyone, why are my .as files being excluded when I build my project? Thanks.

Re: [flexcoders] event after last callLater() execution

2008-11-19 Thread gabriel
On Wed, Nov 19, 2008 at 1:55 AM, manfred.karrer [EMAIL PROTECTED] wrote: is there an event dispatched when the callLater() is executed the last time? [...] Are you using callLater yourself? Or are you trying to figure out when will your validation methods will get run? When you set something

[flexcoders] how to change panel's hideEffect and showEffect (inside a viewStack) via states

2008-11-19 Thread fotis.chatzinikos
Hi, i am trying to change a Panel's hide and show effect via a state. The following does not work: mx:states mx:State name=LeftToRight mx:SetEventHandler target={actionsPanelLarge} name=hideEffect handler=mainStackWR/ mx:SetEventHandler target={actionsPanelLarge} name=showEffect

[flexcoders] Re: Why aren't my .as files included when I build my project?

2008-11-19 Thread EddieBerman
There could be any number of reasons, but if you haven't already tried this, you might try right-clicking on the .as filename and selecting Include Class in Library. -Eddie --- In flexcoders@yahoogroups.com, sailorsea21 [EMAIL PROTECTED] wrote: Hi everyone, why are my .as files being excluded

Re: [flexcoders] Why aren't my .as files included when I build my project?

2008-11-19 Thread Maciek Sakrejda
Because your project is not configured correctly. Hard to say more without details. Are you building with eclipse? Can you post your .actionScriptProperties file (found in the root of your project directory), and describe your project layout? -- Maciek Sakrejda Truviso, Inc.

[flexcoders] Flash equivalent for hasChild() / ownsChild()

2008-11-19 Thread Hyder
I'm fairly new to development in Flash though I've been developing in Flex for over 2 years. I could find a addChild() and removeChild() methods in Flash but how does one test to see if a child already exists in Flash ?

[flexcoders] Re: Error #1034: Type Coercion failed: cannot convert to Date w/ Datagrid

2008-11-19 Thread timgerr
Alex thanks for the reply, I am still getting the same error. timgerr --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: editorDataField=selectedDate From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of timgerr Sent: Tuesday, November 18, 2008 9:32 PM

[flexcoders] Re: Why aren't my .as files included when I build my project?

2008-11-19 Thread sailorsea21
I'm working with Flex Buildre 3. All my .as files are in a folder called as. I link to them as follows: mx:Script source=as/myfile.as/ Here is the file: ?xml version=1.0 encoding=UTF-8? actionScriptProperties mainApplicationPath=uiscores.mxml version=3 compiler

Re: [flexcoders] JavaFX and Flex how do we compare?

2008-11-19 Thread Vivian Richard
I have seen that some people have expressed that since Net Bean is free, it will eventually attract more developers than Flex. There are so many JAVA developers out there and I guess when they will come across to pick a RIA technology may be they will pick JavaFX. By the way got

RES: [flexcoders] Flash equivalent for hasChild() / ownsChild()

2008-11-19 Thread Luciano Manerich Junior
Hi! You could try obj.contains(childElement) ; -Mensagem original- De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Hyder Enviada em: quarta-feira, 19 de novembro de 2008 14:45 Para: flexcoders@yahoogroups.com Assunto: [flexcoders] Flash equivalent for hasChild() /

Re: RES: [flexcoders] Flash equivalent for hasChild() / ownsChild()

2008-11-19 Thread Hyder
Perfect ! Thanks for the quick response Luciano! --- In flexcoders@yahoogroups.com, Luciano Manerich Junior [EMAIL PROTECTED] wrote: Hi! You could try obj.contains(childElement) ; -Mensagem original- De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Hyder

[flexcoders] Re: Show the module second time

2008-11-19 Thread ilikeflex
Hi Thanks for the pointers. I looked into the url. http://www.joshuaostrom.com/2008/08/14/flex-modules-watch-your-scope/ I had issue with scope which resolved my issue. Thanks ilikeflex --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: One of my favorite techniques is

[flexcoders] Cairngorm | Multiple Modules | Only one Service Locator instance instantiated

2008-11-19 Thread ilikeflex
Hi I have shell application (main.mxml) which loaded multiples modules. All the modules are mini application which can be run independently. Shell application just load these modules depend upon the user choices. As soon as i combined all these applications and try to access any module i get

RE: [flexcoders] Re: dataGrid effciency

2008-11-19 Thread Tracy Spratt
First, make sure you need a datagrid. Do you need resizable, re-orderable, sortable columns? If so, you need DataGrid. If not, consider a List with a single itemRenderer. Then, try to avoid re-asigning the entire dataProvider, but instead use the collection API to update only the

Re: [flexcoders] Re: Does Smart Serach like 'You tube' does possible in Flex ?

2008-11-19 Thread anuj sharma
Alright if that's the case, I will give it a shot. Thanks a lot guys for your help Anuj On Tue, Nov 18, 2008 at 6:25 PM, Guy Morton [EMAIL PROTECTED] wrote: It's covered by the BSD license, which is pretty generous... On 19/11/2008, at 1:03 PM, anuj sharma wrote: No Worries Charlie,

[flexcoders] extends, 2 questions

2008-11-19 Thread bmilesp
Hello, i want to extend the core FlexSprite class AND have all the subclasses (eg. UIComponent) in the flex framework use the modified FlexSprite class. so i would make a packager and the class would extend FlexSprite: class ModFlexSprite extends FlexSprite{ //more properties here... }

[flexcoders] Error: unable to open locale/en_US

2008-11-19 Thread markflex2007
Hi, I get the error: unable to open locale/en_US after I add the following compiler arguments: -locale=en_US,fr_FR -source-path=locale/{locale}. But I have the folder locale/en_US. Please help me.Thanks Mark

[flexcoders] Text Layout Framework in Flex 4

2008-11-19 Thread peat.moss12
Gordon Smith recently responded to a TextArea HTML text issue and he stated: Adobe is developing a new Text Layout Framework (TLF) which works with the new Flash Text Engine (FTE) APIs in Player 10. (It will be used in Flex 4.) TLF will not support all of HTML, but it will be more capable

[flexcoders] automation hierarchy question - the canvas that couldn't be hidden

2008-11-19 Thread Ethan Miller
Greetings - I've been trying to remove a certain canvas from our automation hierarchy as it has no functional value and makes our scripts too sensitive to change. Per the Flex docs it is not part of a multiple-view navigator container and the value of its showInAutomationHierarchy property

[flexcoders] Re: More woes with TextArea and htmlText - Copy to clipboard

2008-11-19 Thread peat.moss12
I did notice one thing that worked. I was first setting the text property using plain text that included \n characters (which were converted to \r). I then applied some styles to this and tried to copy. This is where my problem occurred. I noted that if I first convert my plain text to HTML

[flexcoders] Re: Text Layout Framework in Flex 4

2008-11-19 Thread Ethan Miller
Id' like to add to this request list the ability to have html tags (in htmlText) be sensitive to both CSS Element and class selectors such that I could use span class=fooarbitrarily styled text string/span... cheers, ethan Gordon Smith recently responded to a TextArea HTML text issue and

RE: [flexcoders] Re: Why aren't my .as files included when I build my project?

2008-11-19 Thread Tracy Spratt
Exactly what do you mean by excluded? What problem are you having? And you understand that the Script source= syntax is an *include* functionality? It essentially physically copies the code verbatim into the file that declares it, before compilation. It is identical to putting the code in a

[flexcoders] Re: Why aren't my .as files included when I build my project?

2008-11-19 Thread sailorsea21
Hi Tracy, I innitially had all my actionscript embedded in my mxml. I decided to clean up the file and put the actionscript in an .as file in a folder called as. After I build my application, the as folder and the .as files are not copied in my bin-debug folder therefore when I run the app, it

[flexcoders] Re: extends, 2 questions

2008-11-19 Thread Michael VanDaniker
Just create the package structure for mx.core in your source folder and copy UIComponent to that directory. The compiler will use that UIComponent instead of the one in the SDK, so if you change the base class there everything should work as you expect. You'll need to grab Version.as as well

RE: [flexcoders] Re: Why aren't my .as files included when I build my project?

2008-11-19 Thread Tracy Spratt
Ah, they should *not* be copied into the bin folder. Only files required to run the application should be in (copied into) the bin folder. Included files and class files are all compiled into the resulting swf file. If the app does not work it is not because of this. When you say

[flexcoders] Re: extends, 2 questions

2008-11-19 Thread bmilesp
absolutely brilliant. thank you! -b --- In flexcoders@yahoogroups.com, Michael VanDaniker [EMAIL PROTECTED] wrote: Just create the package structure for mx.core in your source folder and copy UIComponent to that directory. The compiler will use that UIComponent instead of the one in the

[flexcoders] check compiler configurations in runtime

2008-11-19 Thread Andres Serral
Hello. I´ve a simple question. Can I access to compiler configurations in runtime? Basically I need check if the app is in debugmode Thanks

[flexcoders] Re: Why aren't my .as files included when I build my project?

2008-11-19 Thread sailorsea21
Thanks Tracy, the problem was not my .as file... For some reason, ie was not showing me any errors, the app was simply not working so I figured that it was not loading my .as files... I tested in firefox and received an error. I was able to fix the bug. Thanks for the help! :) --- In

[flexcoders] Dispatch events - sequencing

2008-11-19 Thread rviswanathan
I have a flex module where events get dispatched based on user clicks. The user can click on several areas of the screen and each click would dispatch an event. I am trying to figure out if the order in which the user clicks would be the order in which the events would be dispatched? (I am not

[flexcoders] Re: X-axis values in flex chart

2008-11-19 Thread sunild999999
Have you tried using the AxisRenderer styles canDropLabels and/or canStagger? Also, the docs for canDropLabels seem to say that behavior may be different based on the type of axis ... maybe you can try using another type of axis like DateTimeAxis instead of CategoryAxis? Regards, the other

Re: [flexcoders] Dispatch events - sequencing

2008-11-19 Thread Ralf Bokelberg
Your assumption is correct. However - if make some backend calls, they might still come back in a different order. r. On Wed, Nov 19, 2008 at 8:38 PM, rviswanathan [EMAIL PROTECTED] wrote: I have a flex module where events get dispatched based on user clicks. The user can click on several

Re: [flexcoders] More woes with TextArea and htmlText - Copy to clipboard

2008-11-19 Thread Andriy Panas
Hi Peat, Anyone have a clue how to copy text to the clipboard when using htmlText? Or as a workaround, any clue on how to detect I've pressed Ctrl-C? If so, I could do my own work to copy to clipboard. Without looking at your code I have 2 suggestions for you. 1) If scrolling functionality

[flexcoders] Memory Leaks... Cumulative Memory and Memory.

2008-11-19 Thread sailorsea21
Hi everyone, I think I'm having some issues with memory leaks. The memory of my Cumulative Memory and of my Memory keep increasing. When I unload modules, the memory doesn't drop and if I reload the modules, the memory keeps climbing... When I use the import command (ie:import

Re: [flexcoders] Memory Leaks... Cumulative Memory and Memory.

2008-11-19 Thread Guy Morton
I'm interested in knowing more about this too...I have an app that seems to cause the browser's memory to increase steadily over the course of several hours. However, if I run WSMonitor alongside it, it says the memory usage of my app *doesn't* increase overall (though it fluctuates

Re: [flexcoders] Memory Leaks... Cumulative Memory and Memory.

2008-11-19 Thread Ralf Bokelberg
That is the normal behaviour of the GC. It only runs, if it is necessary. You could try loading/unloading your module 1000 times to see if you really have a leak. r. On Wed, Nov 19, 2008 at 9:29 PM, sailorsea21 [EMAIL PROTECTED] wrote: Hi everyone, I think I'm having some issues with memory

RE: [flexcoders] Re: How do they do that (Flex video)

2008-11-19 Thread Ryan Graham
I have to second that this seems like a niche usage. Most SWFs provide an interactive experience through the event model, and are not just timeline animations designed to be played from start to finish with a set duration. Such a tool would have to ignore the user interactions, and on something

Re: [flexcoders] FB 3.0.2 plug-in

2008-11-19 Thread Richard Rodseth
This is a nightmare. Interestingly, the updater says 3.0.214193 is already installed, but the about box doesn't, and I don't see any new features New Air Project? Also, I get an assertion error opening an MXML file. OK, let's start over. Download Ganymede JEE. Run 3.0.1 plugin installer. Even if

[flexcoders] Alex et al, Could this be a bug in the AdvancedDataGridBaseEx? WAS- Strange ADG error on deleting entire nodes at once...

2008-11-19 Thread Adrian Williams
Ok, I have spent the morning pouring through the debugging trying to figure out what this error is and am completely stymied. I have been able to determine it has nothing to do with my delete functions...the code never makes it to them anyway...I suspect it may be a bug in the core

Re: [flexcoders] Re: Memory Issue in Internet Explorer

2008-11-19 Thread Parjan Arjan
Thanks a lot dear for your reply but can you tell me what  extra task are you  doing for cleaning up the code .it  will very useful for me if you can send me these task so that i can do the same. --- On Wed, 11/19/08, t_varada [EMAIL PROTECTED] wrote: From: t_varada [EMAIL PROTECTED] Subject:

[flexcoders] Custom style for list items

2008-11-19 Thread ozziegt
I have a List and I would like to apply a specific style (font weight, background color) to a couple of items. I am looking for the best way to do this from a performance perspective... Is there any way to do this without creating a custom item renderer? I created an ActionScript item renderer

[flexcoders] Re: FileReference for file uploading, how to specify the folder to o

2008-11-19 Thread Mat Mikul
Oh so flex doesn't allow that. What a bummer! Is there a way to do so in javascript? I know file browse and upload is possible in javascript. Does someone know if those methods allow setting of the default folder?

[flexcoders] How to embed dynamic text into an SWF

2008-11-19 Thread oneworld95
Hi. I've been tasked to find out how an SWF file such as this is generated: http://www.cnnbcvideo.com/?nid=lRbWr4wkznBWkEcCraq91zQ5Njc2NA--referred_by=14859716-SGF0a4x Please, please note: I'm not not responsible for the political content of the video; I'm just a web developer and have enough

[flexcoders] flex sound: any way to play it slooooow?

2008-11-19 Thread Jo Morano
Hello, I am looking at ways to play a sound slower than it is. Is there an obvious easy way to do so? Or do I need to intercept the sound, modify it significantly and then play it?

[flexcoders] Code completion and syntax colors not working

2008-11-19 Thread gabriela.perry
Hi. I had to switch from my Flex builder to Flex builder plugin. We're using ganymede 3.4 I had no problem installing the plugin, but I cant get code completion nor syntax colors nor anything No debug either... It compiles fine... I couldnt find anything about that on the web, so I suppose

[flexcoders] Re: May I save BitmapAsset instance to database?

2008-11-19 Thread markflex2007
Hi Michael, Thanks. Would you please give me an idea how to save Video or Audio data to database like saving image with ByteArray. Thanks Mark --- In flexcoders@yahoogroups.com, Michael VanDaniker [EMAIL PROTECTED] wrote: Your question is a bit vague, but I'll try and be of some help. You

RE: [flexcoders] Code completion and syntax colors not working

2008-11-19 Thread Ryan Graham
Did you switch to the Flex Development perspective? Eclipse may default to the Java Development perspective. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gabriela.perry Sent: Wednesday, November 19, 2008 2:38 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Re: Custom style for list items

2008-11-19 Thread Amy
--- In flexcoders@yahoogroups.com, ozziegt [EMAIL PROTECTED] wrote: I have a List and I would like to apply a specific style (font weight, background color) to a couple of items. I am looking for the best way to do this from a performance perspective... Is there any way to do this without

[flexcoders] Getting IP address of the local machine

2008-11-19 Thread anuj181
Hi Is it possible to get the IP Address of the serveron which you Flex App is running. My requirement is that I need to get the IP address of the server . Please let me know if Flex supports getting the IP address of the server machine, I know we can do that with PHP but i am just wondering if

[flexcoders] Re: Code completion and syntax colors not working

2008-11-19 Thread gabriela.perry
hehe, yeap, I had...

[flexcoders] Crossdomain.xml allow-access-from domain Question

2008-11-19 Thread wwwpl
Can you use wild cards for ip addresses in the allow-access-from tag like this? allow-access-from domain=10.66.248.*/ We need to access images on an image server on our work stations.

RE: [flexcoders] Getting IP address of the local machine

2008-11-19 Thread Mark Easton
I dont know about flex itself, but flex can call php and get the ip address from that. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of anuj181 Sent: Thursday, November 20, 2008 11:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Getting IP address of

Re: [flexcoders] Getting IP address of the local machine

2008-11-19 Thread anuj sharma
Okay if thats the case do you have the code which is doing something like that. I know little bit Flex but I ma fairly new to PHP. Thanks a lot Anuj On Wed, Nov 19, 2008 at 3:06 PM, Mark Easton [EMAIL PROTECTED] wrote: I dont know about flex itself, but flex can call php and get the ip

RE: [flexcoders] Re: May I save BitmapAsset instance to database?

2008-11-19 Thread Jim Hayes
I seem to remember that Peter Elst said something about saving video in air at the london flex camp thing(?) a few months back, though I could be wrong. You might want to check his blog and see if you can find some notes or other information. -Original Message- From:

Re: [flexcoders] Getting IP address of the local machine

2008-11-19 Thread Brendan Meutzner
A quick google of Flex get IP address brings up a bunch of possibilities for this... The first of which ( http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailspostId=3462productId=2 ) shows an example using ColdFusion in a simple format... shouldn't be hard to replicate in

Re: [flexcoders] Crossdomain.xml allow-access-from domain Question

2008-11-19 Thread Brendan Meutzner
Wildcards aren't allowed in IP domain specifications. Brendan On Wed, Nov 19, 2008 at 5:03 PM, wwwpl [EMAIL PROTECTED] wrote: Can you use wild cards for ip addresses in the allow-access-from tag like this? allow-access-from domain=10.66.248.*/ We need to access images on an image server

RE: [flexcoders] Getting IP address of the local machine

2008-11-19 Thread Mark Easton
Well you already know how to get an ip address from php according to your original email. In Flex you use HttpService import mx.managers.CursorManager; import mx.rpc.events.FaultEvent; import mx.rpc.events.ResultEvent; import mx.rpc.http.HTTPService; public function readIP() {

RE: [flexcoders] Getting IP address of the local machine

2008-11-19 Thread Mark Easton
You should also return your result from php as xml. e.g. ip100.1.1.1/ip _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Easton Sent: Thursday, November 20, 2008 12:19 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Getting IP address of the

RE: [flexcoders] Can the Data Management Service detect database changes (not client changes) ?

2008-11-19 Thread Jeff Vroom
Unfortunately there's no great way to do this automatically... DMS provides the DataServiceTransaction api which you can use to mirror any changes you make directly to the database but we do not have a hook to call these automatically in response to a database operation. The one approach I've

[flexcoders] flexbuilder 3.02 update gives AIR error : error while loading initial content FIXED

2008-11-19 Thread Jim Hayes
Seems to be caused by a now outdated yourApplication-app.xml (appDescriptor?) file . replace the second line : application xmlns=http://ns.adobe.com/air/application/X.X; with : application xmlns=http://ns.adobe.com/air/application/1.5; which was pretty much what I expected, but it's still a

  1   2   >