Re: [flexcoders] Re: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property

2008-11-18 Thread Ward Loockx
Alex Harui schreef: Some code somewhere is trying to set a SecurityDomain parameter in a LoaderContext. There are parameters like trustContent on SWFLoader that can trigger that code. Unfortunately you can only run such code when deployed to HTTP:// and not from FILE:://. You might need

Re: [flexcoders] Re: Cairngorm for AS3 projects?

2008-11-18 Thread Robin Hilliard
On 18/11/2008, at 1:10 PM, dev.apostiglioni wrote: With regards to Cairngorm it removes all the problems you have with tight coupling etc. Hi Dev and everyone, Our company has developed tens of commercial projects with Cairngorm over the last four or so years including several with hundreds

Re: [flexcoders] How to: Select range in Datagrid to set range in Chart?

2008-11-18 Thread Sefi Ninio
Take a look here: http://blog.kevinhoyt.org/2008/10/23/um-lots-of-flash-flex-and-zend-php-samples/in the charts project. Courtesy of Kevin Hoyt - he implemented a component that has a LineChart and a DataGrid in a ViewStack (both linked to the same dataProvider), and a HSlider to control zoom of

[flexcoders] X-axis values in flex chart

2008-11-18 Thread sefi.ninio
Hey I have a Flex LineChart with a lot of x values (around 300) - which makes them not readable within the chart's container height/width. Is there a way to make the chart display, say, every fifth value? I am using: mx:horizontalAxis mx:CategoryAxis dataProvider={row} categoryField=x

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

2008-11-18 Thread Tom Chiverton
On Monday 17 Nov 2008, comfederation wrote: have been more constructive by pointing me towards creation of FLV files which are uploadable onto YouTube. I did. Surely Adobe would not allow us to find ourselves in a situation that would require third party conversion utilities just to convert

Re: [flexcoders] Fw: BRANDED MAKE-UP MAC FOR SALES!!!!

2008-11-18 Thread Tom Chiverton
On Tuesday 18 Nov 2008, puteri pelangi wrote: --- Pada Isn, 17/11/08, pu3pelangiperfumes [EMAIL PROTECTED] menulis: I've placed the user back on the 'needs moderation list'. -- Tom Chiverton, moderator This email is sent for and on

Re: [flexcoders] Re: HTTP request error

2008-11-18 Thread Tom Chiverton
On Friday 14 Nov 2008, markgoldin_2000 wrote: Nobody has run into this problem? I have googled this error, I didn't see the actual error message in your message. did not find anything that helped. Please help. I would guess a DNS problem though. -- Tom Chiverton Helping to dramatically

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

2008-11-18 Thread Sefi Ninio
Hey. I ended up calculating the number of tick labels to skip and used the labelFunction to return the value every calculated value. This works great - I have a label every 10th value, and all values are displayed in the chart as they should. Only problem is that the label font size is still very

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

2008-11-18 Thread Fotis Chatzinikos
either sample the data set and draw for example 1 point for every 5 or 10 or x , or use some sliders and display only parts of the data set On Tue, Nov 18, 2008 at 5:04 AM, Mark Easton [EMAIL PROTECTED] wrote: Hi, It appears that Flex Charts cannot handle generating charts with large

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

2008-11-18 Thread Fotis Chatzinikos
flex and video are different things... Flex can play video easily, the same applies to Silverlight. Silverlight is not video , it can play video... Trying to convert an swf to flv is similar to converting an exe to flv ok? On Mon, Nov 17, 2008 at 8:36 PM, comfederation [EMAIL

Re: [flexcoders] Re: HTML IN FLEX

2008-11-18 Thread Fotis Chatzinikos
:-) On Mon, Nov 17, 2008 at 7:56 PM, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, abhishekchess1 [EMAIL PROTECTED] wrote: hello frnd, i have a simple query , i'm storing text in string var like var coreData:String = 'img border=0

[flexcoders] resizing uploade image

2008-11-18 Thread stinasius
hi guys i have a flex upload component and i would like the image to be resized when its uploaded but nothing happens. here is my upload.cfm file the flex component calls. upload.cfm !--- Flex Multi-File Upload Server Side File Handler This file is where the upload action from the Flex

[flexcoders] MouseEvent.MOUSE_WHEEL fires twice in Firefox

2008-11-18 Thread hu22hugo
The mouse_wheel event triggers always twice in Firefox. IE7 fires correctly only one event. Find below a simple test case. Can anybody confirm this behavior and maybe a workaround? Thanks, Marc ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;

[flexcoders] Re: TextFormat being reset?

2008-11-18 Thread tchredeemed
Anyone?? :) --- In flexcoders@yahoogroups.com, tchredeemed [EMAIL PROTECTED] wrote: I have created my own CanvasStack (to replace the viewstack) because viewstacks and models do not mix. ?xml version=1.0 encoding=utf-8? mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml;

RE: [flexcoders] Re: TextFormat being reset?

2008-11-18 Thread Keith Reinfeld
What TextField? Regards, -Keith http://keithreinfeld.home.comcast.net http://keithreinfeld.home.comcast.net/ _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tchredeemed Sent: Tuesday, November 18, 2008 8:17 AM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Re: TextFormat being reset?

2008-11-18 Thread tchredeemed
I created a new Text class that extended Text. I then change the textField.defaultTextFormat and call textField.setTextFormat(). It works when I set it on creationComplete, but then when I remove and add the editor again (which cntains the new Text), it takes all the textFormat styles off. ---

[flexcoders] Flex interview questions

2008-11-18 Thread saritha
Hi.. Can u plz tell me where can i find flex Interview Question?

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

2008-11-18 Thread Ricky Bacon
Mark Easton wrote: It appears that Flex Charts cannot handle generating charts with large DataSets. We tried with 50,000 data points and it thrashed away without producing a result after 6 minutes. It was able to plot 2,000 points in about 25 seconds. What is the recommended approach

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

2008-11-18 Thread Pan Troglodytes
I had a bug marked cannot reproduce, even though it's reproducible with a 12 line application for me. It might help if a few others here will give it a shot: http://bugs.adobe.com/jira/browse/FLEXDMV-1908 ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;

RE: [flexcoders] Flex interview questions

2008-11-18 Thread Jim Hayes
Search the archives of this list, there was a long thread on it earlier this year, as I recall. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of saritha Sent: 18 November 2008 11:43 To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex

[flexcoders] modules or something else? + Mate

2008-11-18 Thread flexaustin
I have never used modules so I am not sure if what I am trying to do will work for them or not or maybe there is an easier way to resolve this issue. I have an app that has several documents. Each document is made of a canvas with an accordian in it. In this accordian I have two vboxes (thus to

[flexcoders] HTTPService with mixed parameters

2008-11-18 Thread Reto M. Kiefer
Dear all, I need to call an HTTPService with POST method but I need to transfer some GET parameters too. The tricky part ist, that the GET parameters are transmitted as arrays. Can anyone help me in order to build the correct HTTPService? Currently I am using this code but this one sends

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

2008-11-18 Thread Maciek Sakrejda
Hate to break it to you, but I can't repro either Flash Player 10,0,12,36 (debug) Firefox 3.0.4 Ubuntu 8.10 -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Pan Troglodytes [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders

RE: [flexcoders] modules or something else? + Mate

2008-11-18 Thread Alex Harui
If the cpu is bogged down by the creating of children, I don't think modules will help. Modules defer loading of the code for a view or component, but at some point you still have to instantiate it and create its children. I'd figure out what the bottleneck really is and work around it. If

[flexcoders] JavaFX and Flex how do we compare?

2008-11-18 Thread hworke
it. Now I want to know how do we compare JavaFX and Flex? http://tech.yahoo.com/news/infoworld/20081118/tc_infoworld/117780 http://www.infoworld.com/article/07/05/07/javafx-javaone_1.html

RE: [flexcoders] Re: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property

2008-11-18 Thread Alex Harui
First you have to identify which code is causing the violation. Post the entire violation. It should contain more information about which component is doing the violation. Once you figure that out, then you can try to workaround it, but testing from the server instead of the local filesystem

RE: [flexcoders] How to click off a panel

2008-11-18 Thread Alex Harui
You should be able to get a scroll event from the container and move the popup accordingly. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sony antony Sent: Monday, November 17, 2008 9:40 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to click off a

RE: [flexcoders] SWFLoader - displaying parent application

2008-11-18 Thread Alex Harui
Classes from a child SWF that are also in the main app are not used. The main app's version are instead, so if both SWFs have the same name you could have a problem like that. See my blog presentations on Modules for an explanation of applicationDomains. From: flexcoders@yahoogroups.com

RE: [flexcoders] Custom ItemRenderer and DataGrid/DataTips - Renderer's Responsibility?

2008-11-18 Thread Alex Harui
Implement IDropInLIstItemRenderer. The labelData will have a columnIndex where you can get the dataTipFunction and run it (see DataGridItemRenderer.as). Once you have the text, you can display it somehow, maybe by setting a tooltip somewhere From: flexcoders@yahoogroups.com [mailto:[EMAIL

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

2008-11-18 Thread Sunil Bannur
Did you try using labelRenderer property in AxisRenderer. Here is a sample from livedocs http://livedocs.adobe.com/flex/3/html/help.html?content=charts_formatting_11.html -Sunil --- In flexcoders@yahoogroups.com, Sefi Ninio [EMAIL PROTECTED] wrote: Hey. I ended up calculating the number of

Re: [flexcoders] Flex interview questions

2008-11-18 Thread Tom Chiverton
On Tuesday 18 Nov 2008, Jim Hayes wrote: Search the archives of this list, there was a long thread on it earlier this year, as I recall. Or just pick most threads on the list :-) -- Tom Chiverton Helping to proactively leverage sticky eligible best-of-breed network meta-services

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

2008-11-18 Thread Pan Troglodytes
Not to worry. Clearly the bug reporter couldn't reproduce it, so I'm not shocked that someone else can't. All I need is for some people who CAN reproduce it to prove that my computer doesn't somehow magically work differently than everyone else's. But you do make me think of something - maybe

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

2008-11-18 Thread Maciek Sakrejda
Right, that could certainly be it. Also, for what it's worth, I'm on Flex SDK 3.0.0. -Original Message- From: Pan Troglodytes [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Can you spare 5 minutes to reproduce this 12 line

[flexcoders] Flex 2 charting license with Flex 3 sdk

2008-11-18 Thread schneiderjim
We purchased the Flex 2 charting license. Now, we have upgraded to the Flex 3 SDK. We haven't (yet) purchased Flex Builder 3 as we/I don't use Flex Builder very much. I do command line/ant builds and editing with my text editor du jour. However, since upgrading to the Flex 3 sdk, we are now

[flexcoders] LCDS: DataService.fill() not filling

2008-11-18 Thread Geoffrey
Does anyone know what would prevent a DataService.fill() call to not populate it's managed collection? I have an ArrayCollection that is the dataProvider for a DataGrid. I see that data is coming back from the fill() call, but it doesn't appear to be passing that data to the ArrayCollection.

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

2008-11-18 Thread Maciek Sakrejda
Actually, it looks like I *can* repro, even building from source. I'm not sure what is different between this time and the previous time doing it. Steps are even simpler: 1. Click on chart, move mouse around (app traces out mx.charts::ColumnChart) 2. Click on chart, move mouse again (app traces

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

2008-11-18 Thread Pan Troglodytes
Good to hear it's not just me. And on such a different system, as well. I updated the bug with my code for the simpler test version. Does anyone know if they read bugs that say resolved but have been updated? Should I clone the bug as a new one? On Tue, Nov 18, 2008 at 12:16 PM, Maciek

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

2008-11-18 Thread Sefi Ninio
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 labelRenderer property in AxisRenderer. Here is a sample from livedocs

[flexcoders] How can I add a Progress bar to show the render to JPG progress?

2008-11-18 Thread sailorsea21
Hi everyone, I have a button which renders my component to JPG. How can I attach a progress bar to show the progress of the rendering? mx:Button label=render click=renderasJPEG ()/ public function renderasJPEG( ):void { convertToImage( component001, new JPEGEncoder( 100)); } private function

[flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-18 Thread r.fender
I think Alchemy (http://labs.adobe.com/technologies/alchemy/) might just be able to take me down the path I need. Plus it might force me to learn C/C++. Not sure if I am excited about that or not though. --- In flexcoders@yahoogroups.com, Nate Beck [EMAIL PROTECTED] wrote: Even though this

[flexcoders] IllegalOperationError with fileReference.download() and Internet Explorer

2008-11-18 Thread aphexyuri
I'm getting a illegalOperationError when calling download() on a fileReference instance in IE. However, I'm not getting it in FireFox, Opera or Safari. Can anyone shed some light on this? Thanks

[flexcoders] Re: Custom ItemRenderer and DataGrid/DataTips - Renderer's Responsibility?

2008-11-18 Thread mmatczynski
Thanks for the reply! you can display it somehow, maybe by setting a tooltip somewhere - Getting the text isn't the problem, getting it to display is! :) I want the tooltip to display whenever someone mouses over the cell in the custom ItemRenderer's column (just like it works when I don't

[flexcoders] Vertical FormItem label

2008-11-18 Thread Gustavo Schirmer
Hey Fellows, Do anybody knows how to get the label of a formItem over the container? I mean something like this: Name: [___] Age: [___] Sorry for the bad english and thanks!

[flexcoders] Centering app preloader

2008-11-18 Thread ade_at_jwt
I have usePreloader=true in my app tag (Flex 3) but the movie is resized in the HTML to a height of 80px which is causing the preloader to appear off-stage. Is there any way to center the preloader? Do I have to maybe set the size of the stage in FB so it knows where to place it? Thanks.

[flexcoders] Re: resizing uploade image

2008-11-18 Thread ade_at_jwt
Forget the Flex app for the moment and just post to the CF page with a regular HTML form and see if it works. Adrian Building a database of ColdFusion errors at cferror.org

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

2008-11-18 Thread jim.abbott45
50,000? LOL. ;-) On a more serious note, I have to agree with Fotis and Ricky that 50K data points is too many, both from a (Flash 9 VM at least) performance perspective and probably also from an Information Visualization perspective (unless, maybe, your users have 300 dpi monitors). There are

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

2008-11-18 Thread Brendan Meutzner
What kind of charts are you displaying? I've had amazing success with scrapping the charting framework all together and simply drawing the chart programmatically. Yes, it's a bit more work, and yes it's only feasible if you don't really need a lot of the charting features that come in the

[flexcoders] Re: Flex interview questions

2008-11-18 Thread Amy
--- In flexcoders@yahoogroups.com, saritha [EMAIL PROTECTED] wrote: Hi.. Can u plz tell me where can i find flex Interview Question? i thnk ur gna fnd t dfcult 2 gt ny typ f jb w/o bsk ltrcy sklz.

[flexcoders] Re: HTTPService with mixed parameters

2008-11-18 Thread valdhor
When I try your code and check it with Charles (http://www.charlesproxy.com) the method is GET and the URL is http://my.url/service?params=%5Bobject%20Object%5Dmethod=getMessagepre\ feredMainTextPartTypes=%5Bobject%20Object%5D I have no idea how you would get the data in this situation as Flex

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

2008-11-18 Thread Mark Easton
Hi Jim, Yes, LOL ... and it gets worse when we try to plot a graph for one year (about 500,000 observatons). We are plotting values received from sensors (eg temperature, vibration, humidity, gps location, gps velocity, wind speed, current, voltage, light). We take readings each minute. I

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

2008-11-18 Thread Mark Easton
Thanks Brendan, 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 velocity, gps location, wind speed,

[flexcoders] Re: modules or something else? + Mate

2008-11-18 Thread flexaustin
I was hoping the module would load like a Flex application where it loads slowly and doesn't freeze up the browser (click the url and edit). I am using some of flexvizgraphlib so it going to be a challenge to try and speed their code up. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL

[flexcoders] Re: Vertical FormItem label

2008-11-18 Thread valdhor
A combination of label and TextInput? mx:Label text=Name: fontWeight=bold paddingBottom=-5/ mx:TextInput paddingTop=-3/ mx:Label text=Age: fontWeight=bold paddingBottom=-5/ mx:TextInput paddingTop=-3/ --- In flexcoders@yahoogroups.com, Gustavo Schirmer [EMAIL PROTECTED] wrote: Hey Fellows,

RE: [flexcoders] Re: TextFormat being reset?

2008-11-18 Thread Gordon Smith
I think the Text component is setting the text format of its TextField to correspond to the CSS styles set on the Text component. The inheriting CSS styles must be recomputed every time a component is reparented. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Re: HTML IN FLEX

2008-11-18 Thread Gordon Smith
AIR includes a very complete HTML+JavaScript engine (WebKit), but this engine is much too large to include as part of the ordinary Flash Player. Flex 3 components such as mx:TextArea which have an htmlText property are based on the Player's flash.text.TextField class, which supports a small

RE: [flexcoders] Re: Calling functions with optional parameters

2008-11-18 Thread Gordon Smith
This produces the compilation warning 1102: null used where a int value was expected. I'm surprised that it doesn't produce a compilation error, and I'll ask the AS3 folks about that. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Re: Calling functions with optional parameters

2008-11-18 Thread Gordon Smith
If you pass a null value to an optional parameter, the function uses the default values defined in the declaration. I don't think so. The output I get is param1=0 param2=0 param3=bar If it was using the default values, param2 would be 1, not 0. I think it is simply coercing null to 0.

[flexcoders] May I save BitmapAsset instance to database?

2008-11-18 Thread markflex2007
Hi, I create a BitmapAsset instance from image class and I want to save it to database and other people can see the image when he read out BitmapAsset instance from database. Do you think if it is possible? and how to save and read from database? Thanks Mark

RE: [flexcoders] Re: Calling functions with optional parameters

2008-11-18 Thread Tracy Spratt
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. I could have sworn I did this somehow. Maybe undefined? I'll have to try that. Tracy

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

2008-11-18 Thread Amy
--- In flexcoders@yahoogroups.com, schneiderjim [EMAIL PROTECTED] wrote: We purchased the Flex 2 charting license. Now, we have upgraded to the Flex 3 SDK. We haven't (yet) purchased Flex Builder 3 as we/I don't use Flex Builder very much. I do command line/ant builds and editing with my

[flexcoders] Filtering data using HTTP

2008-11-18 Thread anuj181
Hi Guys I am getting data in list box. I am using HTTP Service for getting all the entries and I filtered my list with the entries having the node named as 'pool'. My question is how would i get all the entries in the list except the entries with the pool in the list. Basically i have all the data

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

2008-11-18 Thread Josh McDonald
I'd look into some intermediary code to reduce your dataset, written in something with threads (my first choice would be Java, but that's me). It sounds like you're working on some interesting stuff Mark :) -Josh On Wed, Nov 19, 2008 at 6:15 AM, Mark Easton [EMAIL PROTECTED] wrote: Thanks

Re: [flexcoders] How to click off a panel

2008-11-18 Thread Josh McDonald
*slaps head* On Wed, Nov 19, 2008 at 2:31 AM, Alex Harui [EMAIL PROTECTED] wrote: You should be able to get a scroll event from the container and move the popup accordingly. *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *sony antony *Sent:* Monday, November

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

2008-11-18 Thread Michael VanDaniker
Your question is a bit vague, but I'll try and be of some help. You can use the ImageSnapshot class to get the ByteArray the backs your image. Then you can store those bytes in a database and pull them up later. If you're building an AIR application and saving the image to a local database

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

2008-11-18 Thread Romain de Wolff
You can always try a Java Applet. But this suggestion might be off topic! On Wed, Nov 19, 2008 at 12:04 AM, Mark Easton [EMAIL PROTECTED]wrote: I'd be using C++. :) I already have a C++ application running on our gateway which deals with grabbing data from the stations. It then passes

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

2008-11-18 Thread Mark Easton
A little bit rusty on Java right now - did some J2ME last year but not much since. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Romain de Wolff Sent: Wednesday, November 19, 2008 12:06 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Creating

RE: [flexcoders] Filtering data using HTTP

2008-11-18 Thread Tracy Spratt
var xmlResult:XML = XML(event.result); devicesList = xmlResult.device.(attribute(id) != pool); trace(devicesList.toXMLString()); devicesCollection = new XMLListCollection(devicesList); Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

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

2008-11-18 Thread Mark Easton
I'd be using C++. :) I already have a C++ application running on our gateway which deals with grabbing data from the stations. It then passes that to a parser utility I wrote so that would be a good place to reduce the dataset ready for a progressive display on a flex chart. Yep - a very

[flexcoders] Strange ADG error on deleting entire nodes at once...

2008-11-18 Thread Adrian Williams
All, I could really use some help in identifying where even to begin looking to figure out what's causing this problem. I have a ADG that is displaying a GroupingCollection. I have an application control bar that has a trash image. A user can drag a node from the ADG and drop it

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

2008-11-18 Thread schneiderjim
Maybe it should help, but I'm not sure. I don't really care about extracting the source code. Should I? Does this imply that I still need a Flex Builder 3 Pro license in order to use charting in my Flex 3 SDK app? Is my Flex 2 charting license rendered useless/invalid once I upgrade to the

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

2008-11-18 Thread Josh McDonald
J2ME... My condolences ;-) On Wed, Nov 19, 2008 at 9:08 AM, Mark Easton [EMAIL PROTECTED] wrote: A little bit rusty on Java right now - did some J2ME last year but not much since. -- Therefore, send not to know For whom the bell tolls. It tolls for thee. Like the cut of my jib? Check

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

2008-11-18 Thread Matt Chotin
Flex 3 SDK will not respect the Flex 2 charting license. You will need to match up the Flex 3 SDK and FB Pro provided charts. Matt On 11/18/08 2:52 PM, schneiderjim [EMAIL PROTECTED] wrote: Maybe it should help, but I'm not sure. I don't really care about extracting the source code.

[flexcoders] FB 3.0.2 plug-in

2008-11-18 Thread Richard Rodseth
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? I'm doing a new Eclipse install starting with Ganymede and thought I'd upgrade FB at the same time.

[flexcoders] Re: Strange ADG error on deleting entire nodes at once...

2008-11-18 Thread oneworld95
What does your delete method look like? Try adding some IF statements to check for null or undefined values before you run the delete. If it's null or undefined, do a return. --- In flexcoders@yahoogroups.com, Adrian Williams [EMAIL PROTECTED] wrote: All, I could really use some help in

[flexcoders] Is it this difficult to purchase Flex in south east asia?

2008-11-18 Thread Yohanes Iwan Sugiarto
Hi.. I'm sorry if this question goes a little bit out of topic. I live in Indonesia and would like to purchase Flex 3, so I contacted a local reseller/distributor (this distributor does listed in the Adobe's website). FYI, there's no Adobe representative here in Indonesia, Singapore is the

[flexcoders] creating a class - question extending

2008-11-18 Thread luvfotography
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 extends Image { private var _username:String;

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

2008-11-18 Thread anuj181
Hi Guys If you go to You tube and when you start typing stuff then you get suggestions for the related text you types. I have requirement something like this. I pulled the data in my list box and we have to make it search able like if user starts typing in the text box say 'Adobe..', the list

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

2008-11-18 Thread Dave April
Hi all - I hope I don't sound like too much of an idiot here... I am trying to run the Flex SDK tutorial at: http://livedocs.adobe.com/flex/3/html/help.html?content=SDKHelloWorld_1.html 1. I create HelloWorld.mxml and HelloWorld-app.xml (directly cutting and pasting from the tutorial page) 2.

[flexcoders] AIR Cairngorm Application Command Architecture

2008-11-18 Thread zwigby
I have question about setting up an air application architecture using cairngorm commands. So the application has very complex calculations that have be done in steps and I am not sure the best way to lay them out in cairngorm. A general example is as follows: there are 5 different

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

2008-11-18 Thread Chet Haase
and Silverlight. It will also have desktop runtime like AIR, I guess!!! SUN was also in MAX, San Francisco and there they also talked about it. Now I want to know how do we compare JavaFX and Flex? http://tech.yahoo.com/news/infoworld/20081118/tc_infoworld/117780 http://www.infoworld.com/article/07/05

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

2008-11-18 Thread zwigby
--- In flexcoders@yahoogroups.com, anuj181 [EMAIL PROTECTED] wrote: Hi Guys If you go to You tube and when you start typing stuff then you get suggestions for the related text you types. I have requirement something like this. I pulled the data in my list box and we have to make it search

[flexcoders] Re: Custom ItemRenderer and DataGrid/DataTips - Renderer's Responsibility?

2008-11-18 Thread Amy
--- In flexcoders@yahoogroups.com, mmatczynski [EMAIL PROTECTED] wrote: Thanks for the reply! you can display it somehow, maybe by setting a tooltip somewhere - Getting the text isn't the problem, getting it to display is! :) I want the tooltip to display whenever someone mouses over

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

2008-11-18 Thread Josh McDonald
/infoworld/20081118/tc_infoworld/117780 http://www.infoworld.com/article/07/05/07/javafx-javaone_1.html -- Therefore, send not to know For whom the bell tolls. It tolls for thee. Like the cut of my jib? Check out my Flex blog! :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED

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

2008-11-18 Thread anuj sharma
Hi Charlie Thanks for the link, it is good to know about that but unfortunately my company would not allow me to talk to yahoo services. If i can get hold of the complete code of how this service is generating this search, that would be great help to me. Also to make things little more clear, I

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

2008-11-18 Thread anuj sharma
Also forgot to mention, there can be chance that my app will be used when the user cannot have access to internet (but can have access to intranet). Thanks Anuj On Tue, Nov 18, 2008 at 5:41 PM, anuj sharma [EMAIL PROTECTED] wrote: Hi Charlie Thanks for the link, it is good to know about that

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

2008-11-18 Thread zwigby
--- In flexcoders@yahoogroups.com, zwigby [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, anuj181 anuj181@ wrote: Hi Guys If you go to You tube and when you start typing stuff then you get suggestions for the related text you types. I have requirement something like this. I

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

2008-11-18 Thread anuj sharma
No Worries Charlie, That's really helpful. I imported SWC in my library and it is doing what it is supposed to do. I hope there are no licensing issue with using SWC files within my project andif i have all my data in the Dataprovider do you think this should be good to go for the search. And i am

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

2008-11-18 Thread zwigby
--- In flexcoders@yahoogroups.com, anuj sharma [EMAIL PROTECTED] wrote: Hi Charlie Thanks for the link, it is good to know about that but unfortunately my company would not allow me to talk to yahoo services. If i can get hold of the complete code of how this service is generating this

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

2008-11-18 Thread Guy Morton
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, That's really helpful. I imported SWC in my library and it is doing what it is supposed to do. I hope there are no licensing issue with using SWC files within my

[flexcoders] Re: creating a class - question extending

2008-11-18 Thread Michael VanDaniker
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 username in the constructor. If you're going to be instantiating your images in

RE: [flexcoders] Re: Custom ItemRenderer and DataGrid/DataTips - Renderer's Responsibility?

2008-11-18 Thread Alex Harui
You should just be able to set the tooltip property. Again, see the code in DataGridItemRenderer.as or ListItemRenderer.as From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mmatczynski Sent: Tuesday, November 18, 2008 9:25 AM To: flexcoders@yahoogroups.com Subject:

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

2008-11-18 Thread Alex Harui
If you have FlexBuilder, create an AIR app and look at the -app.xml for the version. I'll bet the tutorial got stale and has an old version. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave April Sent: Tuesday, November 18, 2008 3:34 PM To:

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

2008-11-18 Thread comfederation
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 overall better experience. My laymen understanding is that FLV is a streamable

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

2008-11-18 Thread timgerr
Hello all, I am trying to add a datefield to a datagrid using a itemEditor. I have seen that people are having this problem but I canot find a solution (That I understand). Has anyone ever had this problem and what did you do to solve it. Here is my code: mx:DataGrid id=CertDG width=528

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

2008-11-18 Thread comfederation
have been more constructive by pointing me towards creation of FLV files which are uploadable onto YouTube. I did. I must have missed it in the rest of your non sense ;) Surely Adobe would not allow us to find ourselves in a situation that would require third party conversion

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

2008-11-18 Thread Alex Harui
editorDataField=selectedDate From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of timgerr Sent: Tuesday, November 18, 2008 9:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Error #1034: Type Coercion failed: cannot convert to Date w/ Datagrid Hello all, I am

[flexcoders] dataGrid effciency

2008-11-18 Thread Fu Di
hi everyone, i used dataGrid to display a list of real time data. when i finished it, i found it is slow. the DataGrid has 13 DataGridColumns, every column almost nest a ItemRenderer. i had to do this to meet the requirements of pattern. the data update every second, and i need to

[flexcoders] Re: dataGrid effciency

2008-11-18 Thread Tim Hoff
Hi, The biggest performance culprits with a DataGrid, or any of the ListBase components, is the itemRenderers and the size of the dataProvider. You can optimize the itemRenderers by using UIComponent; see Alex's blog. And depending on how many items are in the dataProvider, you could see

[flexcoders] example on how to use flex builder 2 with cf8 lcds for data push and management

2008-11-18 Thread stinasius
hi guys could someone please guide me on how to use cf8 lcds in flex builder 2 to update a datagrid with data coming from a databse.

[flexcoders] cfeclipse plugin for flex builder

2008-11-18 Thread stinasius
hi guys am having problems when i install the latest version of cfeclipse in flex builder i get an error . this is the error i get When I try to open a cfm/cfc file Unable to create this part due to an internal error. Reason for the failure: The editor class could not be instantiated. This

  1   2   >