Re: [flexcoders] Re: Is it possible to listen to *all* events without hacking the SDK?

2008-07-17 Thread Josh McDonald
Which is what makes it so great for what I want to know :D Also, *exactly* what I need to implement some framework voodoo I need next week. -Josh On Thu, Jul 17, 2008 at 3:51 PM, Alex Harui [EMAIL PROTECTED] wrote: And it won't catch everything. MouseEvents and other events dispatched from

[flexcoders] Re: Faster: Canvas Object move VS Graphics clear/redraw

2008-07-17 Thread liu_bai_un
I'm assuming the container doesn't have to redraw when the inside graphic is redrawn. Thanks a lot for the info. --- In flexcoders@yahoogroups.com, Michael VanDaniker [EMAIL PROTECTED] wrote: This feels like comparing apple and oranges. Can you provide a bit more information about the

[flexcoders] SoundMixer.computeSpectrum

2008-07-17 Thread Shaq
Say I have two soundchannel objects each playing different music/files. Is there a way to call computeSpectrum on each channel instead of a global computeSpectrum? I would like to display the spectrum for both channels in two different graphs. Any suggestions would be appreciated. -Shaq

[flexcoders] LCDS/Hibernate + Tomcat - socket write error

2008-07-17 Thread Zdenek Mikan
I have a problem with my webapp: after some time it returns the SocketException: socket write error, then the Tomcat has to be restarted to get it run again. I have found the blog about similar problem on JBoss (http://viconflex.blogspot.com/2006/11/how-to-keep-db-connections-alive-in.html).

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

2008-07-17 Thread polestar11
Well what do u know. I moved my component from my test sandbox to my production environment and the problem went away - no strange graphics lingering behind. Very strange, but at least it works. --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: I don't think

[flexcoders] log function calls

2008-07-17 Thread giopaia
apart from inserting some trace or logging statement in every function you want to log... do you now a more elegant way to trace/log function calls, perhaps with some class or name/string based filtering mechanism? a way to do something like the log calls to 'function name' menu item you have

RE: [flexcoders] Re: DataService gives CollectionEvents for each item when committing one item

2008-07-17 Thread Jeff Vroom
Probably what you need is to just turn off auto refresh for that fill. Just override autoRefresh(List params) to return false. Since LC DS does not know what each particular query is doing, it will refresh each query after performing an insert or update. It is looking to see if items have

[flexcoders] draging + mouseevents

2008-07-17 Thread Kenneth Sutherland
I've created a window with several objects inside it and each one can be dragged around. What I can't get to work at the minute is when I'm dragging one of the objects over another object, the item under the one being dragged isn't receiving mouse events such as mouse_over or roll_over (this

RE: [flexcoders] draging + mouseevents

2008-07-17 Thread Kenneth Sutherland
Bangs head on monitor! Simple really, just need to listen for the drag enter or drag over event. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Sutherland Sent: 17 July 2008 11:02 To: flexcoders@yahoogroups.com Subject: [flexcoders] draging + mouseevents

Re: [flexcoders] Who is using FlexReport?

2008-07-17 Thread Paul Andrews
Yes and No. I've built loads of reports using very expensive reporting software such as Business Objects and other dedicated reporting solutions that are often oriented towards reporting from data sources such as SQL databases. The cost megabucks. Their main advantage is having a graphical

[flexcoders] SQlite database and Vista User Account

2008-07-17 Thread Khairunnisa
I managed to run my AIR Desktop Application on Windows Vista Business successfully but not my client (who is running on the same platform). Even though he managed to run the application, dynamic data from SQLite embedded in the application does not appear.ie, no dynamic data appeared in the list

[flexcoders] How to do flex profiling in Eclipse?

2008-07-17 Thread jitendra jain
Hi friends, Can anyone help me how to do Flex profiling using eclipse??? Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798

[flexcoders] Re: File Uploading

2008-07-17 Thread ericbichara
I believe im very very close. I created and registered a new servlet on the tomcat server which gets called when i call fileRef.upload, heres the serlet code: package tutorial; import java.io.File; import java.io.IOException; import java.util.Iterator; import java.util.List; import

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

2008-07-17 Thread wiley_jacobs1
I do get compiler warnings...just no type declaration for several things: Severity and DescriptionPathResourceLocation Creation Time Id 1008: parameter 'txt_str' has no type declaration. metasoft.console_7- 15/src/productsView ProductFilterPanel.mxml line 967

[flexcoders] Olap datagrid selected column

2008-07-17 Thread vanzylv
Hi Guys Can anyone point me in the right direction.I'm having trouble getting an olapdatagrid's selected column index.The selection mode on the grid is set to selectionMode=singleCell.Getting the row is no big deal,selectedindex works for that. Thanks Vickus

[flexcoders] selecting a cell in an advanced data grid

2008-07-17 Thread fb6668
Hi, I have an advanced data grid with hierarchical data, displayed in tree view. Selecting a cell updates a pie chart to show the breakdown for the node, by passing to a modelLocator value: model.expenditure.selectedItem = e.itemRenderer.data as CategoryObject; which the pie is bound to. This is

[flexcoders] Flex Errors and SWCs

2008-07-17 Thread inboxsf
Anyone know if it's possible to stop errors being displayed in the Problems view when you're using a swc in a flex project. There are no problems when compiling, but anyway to stop the errors showing? Thanks.

RE: [flexcoders] java ant tasks with compc - examples?

2008-07-17 Thread Gregor Kiddie
This message might have what you are looking for #94454 Check the archives. Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577 Registered in the UK Visit our Internet Web

Re: [flexcoders] I need a gzip library to read gzip files on the fly?? is this possible?

2008-07-17 Thread Jon Bradley
Nochump's AS3 Zip Library. http://nochump.com/blog/?p=15 Be careful with large zip files though, because you'll get script timeout errors. Any zip greater than 1 MB or more will generally cause problems unless you modify the source to decode zip entries in chunks, rather than in a whole

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

2008-07-17 Thread Mark
I agree with you 100% Josh but the better ones want the all might $$ and my company isn't willing to pay for it, it's just nice to have. So I need to find a free one or give it up. But I'm not willing to do that just yet... soon, but not yet. :-) They do have have some pseudocode on the

[flexcoders] Is there a way to set the starting index of a DataGrid

2008-07-17 Thread jlopes151
What I want is to load data from an xml file, skipping over the first node. I want to use the first node of the xml data as header info, were the rest of the file contians the data grid data. Thanks for any help

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

2008-07-17 Thread jamalwally
I've posted the swf and associated css file at: http://www.fas.harvard.edu/~metro/METRO/styles/style1.swf http://www.fas.harvard.edu/~metro/METRO/styles/style1.css Thank you very much for your continued assistance, I really appreciate it. --j --- In flexcoders@yahoogroups.com, Alex

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

2008-07-17 Thread Guilherme Blanco
Thanks!!! It did the job. =) I refactored my application a little and incorporated your code into it... now it works smoother. Thanks for the help! Cheers, On Thu, Jul 17, 2008 at 2:50 AM, Alex Harui [EMAIL PROTECTED] wrote: The modules presentation describes appdoms and shared code

RE: [flexcoders] SQlite database and Vista User Account

2008-07-17 Thread Jim Hayes
Is your database file in the application directory, and is the application writing to it? -Original Message- From: flexcoders@yahoogroups.com on behalf of Khairunnisa Sent: Thu 17/07/2008 11:37 To: flexcoders@yahoogroups.com Subject: [flexcoders] SQlite database and Vista User Account

[flexcoders] Re: File Uploading

2008-07-17 Thread ericbichara
O btw, i get no error message, just a Complete event back in flex /Eric

[flexcoders] arrayCollection event COLLECTION_CHANGE issues?

2008-07-17 Thread Scott
First thanks for all your help guys. I'm making nice strides learning this language quickly. I'm working with events now. I created an arrayCollection to capture a query from coldfusion. I have the data being dumped into this variable just fine (I can do a combobox on it and see all of it).

Re: [flexcoders] arrayCollection event COLLECTION_CHANGE issues?

2008-07-17 Thread Daniel Gold
You're initializing the acUser collection when the singleton is created and adding a listener, which is fine. However, when you're getting the results back, you're changing the acUser collection reference to a different ArrayCollection GlobalVars.instance.acUser = event.result as ArrayCollection;

[flexcoders] Re: Array reference vs values

2008-07-17 Thread Amy
--- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: When you do this: var date:Date = new Date(); You're creating an instance of Date and a reference to it named date. When you do this: var ref:Date = arr[0] as Date; You're creating another reference to

Re: [flexcoders] Huge File Size w/ Embedded Font

2008-07-17 Thread Daniel Freiman
Unfortunately, I'm already doing both of those. Since you're response didn't start of with that's weird I'm assuming this type of behavior is a known edge case and I shouldn't be looking for a bug somewhere. Does anyone else have any creative/outside the box solutions (a way to smooth font

Re: [flexcoders] Is it possible to listen to *all* events without hacking the SDK?

2008-07-17 Thread Alan
Add an event listener to the system manager. Every event tat bubbles will hit the system manager. On Jul 16, 2008, at 11:11 PM, Josh McDonald wrote: Hey guys, Is it possible to listen to all events that bubble to / are dispatched from a certain component? Don't worry, I don't

[flexcoders] Re: Flex Efficiency

2008-07-17 Thread stldvd
Is this true regardless of whether you're loading the swfs as swfs (swfloader) or just as the source for image controls? --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: SWFs have the potential to do timeline animations and thus require more player overhead that static

RE: [flexcoders] Re: Flex Efficiency

2008-07-17 Thread Alex Harui
Yes. A SWF will always have more overhead than a simple JPG or GIF From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of stldvd Sent: Thursday, July 17, 2008 7:11 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex Efficiency

RE: [flexcoders] Huge File Size w/ Embedded Font

2008-07-17 Thread Alex Harui
Folks in China try to embed their entire char set and have the same complaint. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Freiman Sent: Thursday, July 17, 2008 7:01 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders]

RE: [flexcoders] Is there a way to set the starting index of a DataGrid

2008-07-17 Thread Alex Harui
You might be able to customize a custom collection from my blog From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jlopes151 Sent: Thursday, July 17, 2008 5:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Is there a way to set

[flexcoders] What does this mean Warning: 3D DisplayObject will not render.

2008-07-17 Thread Sherif Abdou
Warning: 3D DisplayObject will not render. Its dimensions (2647, 8584) are too large to be drawn. I am using the Latest Build of Flex 4, Now I keep getting this in the Console Panel and that is it. Everything works and compiles and my 3D object appears on the screen. However, There are two

[flexcoders] LineChart display bug

2008-07-17 Thread netdeep
I wanted to create a bar across the top of my App and since I wanted it across the whole thing, I set the width to 100%. This worked fine until I added charts to my App via actionscript. When I add one chart, it's still ok, but when I add 2 or more charts. The top bar shifts left about

[flexcoders] Duplicate items in AdvancedDataGrid with GroupingCollection

2008-07-17 Thread berenger_kc
Hi, For display a treeview, I use an AdvancedDataCollection with GroupingCollection to display my ArrayCollection custom data. But, I have fields with multiple data (i.e. : a list with one item or more). For now, a cell with a list is displayed like a string. Example : Source : Column 1

[flexcoders] Vertical Slider on clicking a down arrow

2008-07-17 Thread saatreddy
Hi, I want to show a vertical slider when the user clicks an downward arrow symbol(for example as seen in flex builder properties window to change size of the window).Can you point to some examples or ideas? Thanks

[flexcoders] Re: Array reference vs values

2008-07-17 Thread Amy
--- In flexcoders@yahoogroups.com, Darren Houle [EMAIL PROTECTED] wrote: Josh Okay, so here's what I did... var person : Person = new Person(); person.wakeup = new Date();person.breakfast = new Date();person.lunch = new Date();person.dinner = null;person.bedtime = null; var wfArr : Array

Re: [flexcoders] Help with ActionScript class in Flex 3

2008-07-17 Thread Maciek Sakrejda
How are you instantiating this class, Bruce? And what do you do with it afterward? I believe that unless you add it to the stage, the object will not dispatch the ENTER_FRAME event, so you won't see anything. The easiest way to add it to the stage in Flex (because FlexContainers restrict their

[flexcoders] Re: Who is using FlexReport?

2008-07-17 Thread ansury2001
Well you're right that I *could* probably meet my basic requirements simply using pdf generation (although it'd be server side/java), although custom reporting options would still take some work. But actually showing the user a print preview of what they're going to see, within the running

[flexcoders] Re: Who is using FlexReport?

2008-07-17 Thread ansury2001
I understand that a ready to go solution, that requires minimal configuration/customization, will only meet a small number of developer's needs. I would imagine that most people, after getting such a ready to use solution working, would then start extending, overriding, and adding their own

[flexcoders] Re: Who is using FlexReport?

2008-07-17 Thread ansury2001
Actually for now I'll probably be resorting to PDF generation only and *maybe* direct printing using a regular PrintDataGrid. FlexReport just seems to have too many issues and I'm tired of addressing them. Probably best to use a Java pdf generator, I don't see the use in sending all data over

RE: [flexcoders] SQlite database and Vista User Account

2008-07-17 Thread * Khairunnisa' *
Both yes. The database is in the application directory - Once installed in Windows, it will be under Program Files App Folder - together with the application. The application performs normal database actions such as retrieving and writing to the database. Retrieval returns blank while writing

Re: [flexcoders] More DateFormatter Shinanagans

2008-07-17 Thread Ramnish Kalsi
Last time when I tried, this was working for me. It *may* give you an idea. See the labelFunction... mx:DataGridColumn dataField=availabilityDate headerText=Availability Date editable=false labelFunction=formatDate/ private function formatDate(item:Object, column:DataGridColumn):String {

[flexcoders] Re: Who is using FlexReport?

2008-07-17 Thread ansury2001
Actually that sounds pretty good, and I would prefer an open source solution as well. Regarding the strict setup requirements: using a ClearBI trial I found it extremely difficult adapting a copy of our already existing Flex 2 application's environment to meet the needed requirements.

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

2008-07-17 Thread Doug Lowder
Verify that you get midnight Jan 1, 1 AD from the following and you'll have the epoch adjustment value: new Date( -6213559680 ).toUTCString() Converting from timeticks returned by your webservice: var epochAdjustment: Number = -6213559680; var d: Date = new Date ( CurrentTimeTicks /

[flexcoders] Upcoming release of Gumbo

2008-07-17 Thread djhatrick
I am probably the only person that does this, I use a few different kind of tween engines in flex. I got into TweenLite, and for most of my needs, I find TweenLite works great with Flex and it's simple to use. I know some people like to code tweening in MXML, which personally I think is obtuse

Re: [flexcoders] Re: Who is using FlexReport?

2008-07-17 Thread Paul Andrews
- Original Message - From: ansury2001 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, July 17, 2008 2:55 PM Subject: [flexcoders] Re: Who is using FlexReport? Well you're right that I *could* probably meet my basic requirements simply using pdf generation (although

[flexcoders] Re: selecting a cell in an advanced data grid

2008-07-17 Thread Amy
--- In flexcoders@yahoogroups.com, fb6668 [EMAIL PROTECTED] wrote: Hi, I have an advanced data grid with hierarchical data, displayed in tree view. Selecting a cell updates a pie chart to show the breakdown for the node, by passing to a modelLocator value: model.expenditure.selectedItem =

[flexcoders] CFC/VO match not recognized

2008-07-17 Thread Tom McNeer
I'm trying to solve an issue I posted about earlier, where a call to a method of a ColdFusion CFC resulted in an error saying that the required parameter - Estimate - was missing, even though I could see through ServiceCapture that the object was, in fact, being sent. I'm working on the theory

[flexcoders] Adding a progressBar to an itemRenderer

2008-07-17 Thread djhatrick
Anybody done this successfully, accounting for the itemRenderer being destroyed and re-used again, (perhaps when a scroll takes place). Here's what i thought adding a progressBar and manually setting it by looking for a property in the data setter for the progressBar position, and then updating

[flexcoders] Google CodeJam

2008-07-17 Thread nathanpdaniel
Any other coders in Google CodeJam using Flex? :D I passed the qualifying round last night. I only ran one test (all I need to do to move on) - after which I realized we can run all 3 available. Ooops! But back to the question - anyone else out there participating in the event using Flex?

RE: [flexcoders] Array reference vs values

2008-07-17 Thread Maciek Sakrejda
Darren, Josh seems to have resolved your problem, but if you're interested, here's a brief discussion of how references are working here: But since these references don't seem to propogate backwards, nulling one of the array elements doesn't affect the original property. That's the *whole

Re: [flexcoders] Titlewindow resize problem

2008-07-17 Thread ibo
Alex, It gets clipped but I know its expanding because I have used resize effect to observe it in slow mo. Its like the renderer is having problem drawing part of the window region. Tried using the latest SDK/Flash Plugin. same thing. Screenshot of it looks like exactly : http://www.

RE: [flexcoders] Is there a way to set the starting index of a DataGrid

2008-07-17 Thread Tracy Spratt
You can use an e4x expression to leave off the first row. *Something* like: var xlData:XMLList = xmlData.children().(childIndex()0); Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Thursday, July 17, 2008

[flexcoders] Re: Dates Display Wrong on Random Clients?

2008-07-17 Thread javadmanx
I'm using version 3 of Flex SDK. I did find a fix, not sure if it's the right one. I found that the some clients had enough time offset that it would change there date back on day. This was due to the fact I'm using a date object, but not using the time part. So I had times set to 0. I simple

[flexcoders] HTTPService receiving an array as parameter

2008-07-17 Thread Guilherme Blanco
Hi guys, I'm interested if it's possible to send an array as a parameter when doing an HTTP request. Curretly, we can directly do it: foo[]=1foo[]=2foo[]=3 Most server side languages understand this as foo = Array( [0] = 1, [1] = 2, [2] = 3 ) I tried the same in Flex: var

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

2008-07-17 Thread Hyder
Ahh... that's right, charting's included in data vis. too. And I didn't know you could load .swc's at runtime... how do i do that... moduleloader? I don't need it for my current project since the dg is my primary component but it's always good to know for future reference. Also, how can i know

[flexcoders] Expanding Tree Node Based On Attribute Match

2008-07-17 Thread Jason
Pretty simple question I think, I'm just stuck, it's probably more of an E4X XML question. I'm trying to write a method that will expand the node of a tree based on a string match. The xml has an attribute label, so where that matches the string, open that node of the tree. The main bulk of

RE: [flexcoders] Expanding Tree Node Based On Attribute Match

2008-07-17 Thread Tracy Spratt
Here is a full example: http://www.cflex.net/showFileDetails.cfm?ObjectID=554 When doing e4x expressions, do them one step at a time: var xlSearch:XMLList = xml..folder; //.. means same as descendants, all in tree trace(xlSearch.toXMLString()) xlSearch =

[flexcoders] flex component kit

2008-07-17 Thread [p e r c e p t i c o n]
Hi experts... can anyone tell me where i can download the flex component kit for flash cs3... adome exchange seems to be down...and i don't need the whole sdk...i have FB3 thanks percy

Re: [flexcoders] flex component kit

2008-07-17 Thread dnk
On 17-Jul-08, at 10:52 AM, [p e r c e p t i c o n] wrote: Hi experts... can anyone tell me where i can download the flex component kit for flash cs3... adome exchange seems to be down...and i don't need the whole sdk...i have FB3 thanks percy According to labs, it seems to only

Re: [flexcoders] flex component kit

2008-07-17 Thread [p e r c e p t i c o n]
i saw that...but i have FB3 which comes with the sdk.. what am i missing? On Thu, Jul 17, 2008 at 10:57 AM, dnk [EMAIL PROTECTED] wrote: On 17-Jul-08, at 10:52 AM, [p e r c e p t i c o n] wrote: Hi experts... can anyone tell me where i can download the flex component kit for flash

Re: [flexcoders] flex component kit

2008-07-17 Thread Matt Chotin
http://www.adobe.com/go/flex3_skinning Matt On 7/17/08 11:01 AM, [p e r c e p t i c o n] [EMAIL PROTECTED] wrote: i saw that...but i have FB3 which comes with the sdk.. what am i missing? On Thu, Jul 17, 2008 at 10:57 AM, dnk [EMAIL PROTECTED] wrote: On 17-Jul-08, at 10:52 AM, [p e r

Re: [flexcoders] flex component kit

2008-07-17 Thread [p e r c e p t i c o n]
thank you sir On 7/17/08, Matt Chotin [EMAIL PROTECTED] wrote: http://www.adobe.com/go/flex3_skinning Matt On 7/17/08 11:01 AM, [p e r c e p t i c o n] [EMAIL PROTECTED]percepticon%40gmail.com wrote: i saw that...but i have FB3 which comes with the sdk.. what am i missing? On Thu,

[flexcoders] Re: HTTP Service Send Requests with Parameter Object - 405 Errors?

2008-07-17 Thread pbrendanc
Since I'm not binding the data to any visible fields i want to handle this in as - so I'd like to understand what does/doesn't work using as - I like to use code behind as much as possible. BTW - I did resolve my 405 error as an IIS issue - however I'm not seeing the data defined in my parameter

[flexcoders] Re: Google CodeJam

2008-07-17 Thread pbrendanc
Interested in more info on this - do you have a link? --- In flexcoders@yahoogroups.com, nathanpdaniel [EMAIL PROTECTED] wrote: Any other coders in Google CodeJam using Flex? :D I passed the qualifying round last night. I only ran one test (all I need to do to move on) - after which I

[flexcoders] Re: Expanding Tree Node Based On Attribute Match

2008-07-17 Thread Jason
Thanks Tracy, that got me really close to wrapping this up. I was able to find the node and isolate it, however the tree is not expanding that node. var topic:String = Add Skill; var xmlListSearch:XMLList = xml.menuTree..folder.(attribute(topic) == topic); var foundNode:XML =

[flexcoders] Re: HTTPService receiving an array as parameter

2008-07-17 Thread pbrendanc
Guilherme, I'm also testing this and have passed a parameter object as part of my HTTP request as follows: httpSvc.send(testVO); However I'm not seeing the parameter values in the HTTP request when I debug on the server side. However they do show up when I look at the request using the Web

[flexcoders] Resetting/Clearing Project Server Properties

2008-07-17 Thread pbrendanc
Is there a way to clear the project server properties once they have been created - I was unable to do this so my work around was to create a new project and copy my components to it , then setting the project server property to 'none'. This seems a bit redundant and I wondered if there is an

RE: [flexcoders] SQlite database and Vista User Account

2008-07-17 Thread Jim Hayes
As far as I recall, there is some advice in the documentation to copy any database files to one of the users directories (such as application preference directory, for instance) if you are going to be writing to them. The reason being that certain operating systems (e.g. Vista) won't allow write

RE: [flexcoders] Re: HTTP Service Send Requests with Parameter Object - 405 Errors?

2008-07-17 Thread Tracy Spratt
To repeat, sending data to the server using the default contentType with name=value pairs in a standard Object is easy. Do you have a reason to look for a different way? The UI and bindings should not be relevant to this issue. Tracy From:

[flexcoders] cairngorm/remoteObject/VO - my first crack

2008-07-17 Thread dnk
Good day listers. I got this crazy idea I should have a crack at learning cairngorm/ remoteObject (amfphp) /VO all at once I had previously been using netconnections for my amfphp stuff. At any rate, I was wondering if someone could look over my code to see any blaring no no's in it.

Re: [flexcoders] Re: Google CodeJam

2008-07-17 Thread Aaron Miller
I am! Woot woot! ~Aaron On Thu, Jul 17, 2008 at 11:18 AM, pbrendanc [EMAIL PROTECTED] wrote: Interested in more info on this - do you have a link? --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, nathanpdaniel [EMAIL PROTECTED] wrote: Any other coders in Google CodeJam

[flexcoders] Is source available? for flash.utils.ByteArray.uncompress

2008-07-17 Thread luvfotography
where do I find it? I've got FLEX 3 installed (on mac) uncompress is only available for AIR, not available for FLEX. Why? I don't need to go to a file, a BYTEARRAY would be sufficent. thanks,

RE: [flexcoders] Re: Is it possible to listen to *all* events without hacking the SDK?

2008-07-17 Thread Gordon Smith
The dispatchEventHook will only catch events dispatched by UIComponents. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Wednesday, July 16, 2008 9:34 PM To:

[flexcoders] Comparing two array collections

2008-07-17 Thread tchredeemed
How would you go about comparing two array collections? Each array collection is populated with items of an ADT (Order, to be exact). If I do .toString() comparisons, it only appears as different if I add or remove an Order, because the .toString() shows up as [object Order], [object Order],

[flexcoders] Problem with showing dynamic combobox

2008-07-17 Thread timgerr
Hello all, I an running into a problem, when I create a Actionscript ComboBox like this: [Bindable] public var respArray: Array = [ {label:},{label:Yes},{label:No},{label:N/A},{label:No Responce}]; var cb1:ComboBox = new ComboBox(); cb1.id = 'cb1me'; cb1.dataProvider = respArray; addChild(cb1);

[flexcoders] Re: Comparing two array collections

2008-07-17 Thread tchredeemed
Just an update, I know I can pass both into a function that does the following: checkForEquality( a:AC, b:AC ):Boolean { if( a.length != b.length ) return false; loop through each item if an item differs, return false; return true; } however, I was hoping for a solution with less overhead.

RE: [flexcoders] Flex Errors and SWCs

2008-07-17 Thread Eric Fickes
If there truly are no errors, I'd bounce Eclipse and clean project when it opens back up. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of inboxsf Sent: Thursday, July 17, 2008 5:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] Problem with showing dynamic combobox

2008-07-17 Thread Alex Harui
You probably meant to use prompt instead of labelField From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of timgerr Sent: Thursday, July 17, 2008 1:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Problem with showing dynamic

[flexcoders] Re: Expanding Tree Node Based On Attribute Match

2008-07-17 Thread Jason
--- In flexcoders@yahoogroups.com, Jason [EMAIL PROTECTED] wrote: Thanks Tracy, that got me really close to wrapping this up. I was able to find the node and isolate it, however the tree is not expanding that node. var topic:String = Add Skill; var xmlListSearch:XMLList =

[flexcoders] remoteObject questions (just to understand it better)

2008-07-17 Thread dnk
Hi there, just a few quick questions regarding remoteObject (trying to understand it better now that I have it running) 1) What is the purpose of the destination parameter? I have a working remoteObject (with AMFPHP) and I just put anything in the destination parameter, and it always

[flexcoders] DataTip targets

2008-07-17 Thread shafram
Hi, I've been searching around for any example to do this but I haven't found anything so far I have a Cartesian chart with a column series. Some of the bars don't render on the chart because their values are very small. However showing the datatips for these bars is still useful. The only

RE: [flexcoders] Re: Expanding Tree Node Based On Attribute Match

2008-07-17 Thread Tracy Spratt
Did you look at my example? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason Sent: Thursday, July 17, 2008 5:03 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Expanding Tree Node Based On Attribute Match ---

RE: [flexcoders] Is source available? for flash.utils.ByteArray.uncompress

2008-07-17 Thread Gordon Smith
Is source available for flash.utils.ByteArray.uncompress? No. flash.* classes are part of the Flash Player and typically implemented in C++. The source for the Flash Player is not available. Source is available for the mx.* classes of the Flex framework. uncompress is only available for

[flexcoders] TitleWindow

2008-07-17 Thread markgoldin_2000
New TitleWindow comes with a white area inside. Is it possible to get rid of it completely? Thanks

Re: [flexcoders] DataTip targets

2008-07-17 Thread Richard Rodseth
Have you tried showDataTipTargets=true ? At the series level, you can also customize the tip renderer: stroke={tipStroke} fill={tipFill} radius=4 itemRenderer=mx.charts.renderers.CircleItemRenderer On Thu, Jul 17, 2008 at 2:19 PM, shafram [EMAIL PROTECTED] wrote: Hi, I've been searching

RE: [flexcoders] Re: Is it possible to listen to *all* events without hacking the SDK?

2008-07-17 Thread Gordon Smith
you can't have one function to catch events for one type of component and another to catch a different component's events You just do if (target is Button) ... else if (target is ComboBox) ... BTW, dispatchEventHook is mx_internal, so use it at your own risk. It could go

RE: [flexcoders] Array reference vs values

2008-07-17 Thread Gordon Smith
If you're trying to say that Array is passed by value, that's incorrect. Array is passed by reference, just like Object. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sherif Abdou Sent: Wednesday,

RE: [flexcoders] Re: Expanding Tree Node Based On Attribute Match

2008-07-17 Thread Tracy Spratt
I ask because you haven't posted enough code to see what might be wrong. I have two ideas, but there is no point in just guessing. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Thursday, July 17, 2008 5:44 PM

[flexcoders] how do I read a hexadecimal number value correctly?

2008-07-17 Thread ivo
Hello all, I am using the Google APIs and am finding the IDs of the objects in Google are not getting translated correctly. When I request for a list of GData objects I get back objects that in the debugger look like this: id = mx.collections.ArrayCollection (@10781ec1) [0] =

RE: [flexcoders] Array reference vs values

2008-07-17 Thread Gordon Smith
I think this has been explained several times already in this thread, but you don't seem to have understood so I'll try explaining with some ASCII art. Before assigning timeArr[2] = null you have person.lunch a Date instance ^

[flexcoders] Re: DataTip targets

2008-07-17 Thread shafram
Hi thanks, yes I've set showDataTipTargets=true, but this will only cause the targets to appear when the user mouses over the graph. Is there a way to always have it appear? And is it possible to have it appear for bars that don't render in the graph? I'm trying to find the tip renderer for the

Re: [flexcoders] arrayCollection event COLLECTION_CHANGE issues?

2008-07-17 Thread Scott
When I do that I get an error that the property is not defined. I can do the control space and see that FB is seeing all of the items along the path of GlobalVars.instance.acUser.source but the instant I save it the error access of possibly undefined property accuser through a reference with

[flexcoders] Re: Google CodeJam

2008-07-17 Thread nathanpdaniel
http://code.google.com/codejam - although it's too late to get into it this year... :( --- In flexcoders@yahoogroups.com, pbrendanc [EMAIL PROTECTED] wrote: Interested in more info on this - do you have a link? --- In flexcoders@yahoogroups.com, nathanpdaniel ndaniel@ wrote: Any other

[flexcoders] flex3 swc bizness

2008-07-17 Thread [p e r c e p t i c o n]
Hi Folks, what's the deal with swcs in flex3...in flex2 i simply add it to my lib path and type local:somename/ and it works... how does this work in flexbuilder3 ??? thanks percy

Re: [flexcoders] arrayCollection event COLLECTION_CHANGE issues?

2008-07-17 Thread Scott
Let me correct that last statement... I do -not- see the acUser in the control-space selection items. I see the original named variable and other functions but I also see some functions that no longer exist. Why isn't Flex updating that list? From:

Re: [flexcoders] Re: DataTip targets

2008-07-17 Thread Richard Rodseth
Oops. I think you're right. What I suggested won't work for a column, where the item renderer is the thing drawing the column. I don't have an answer for you off the top of my head, I'm afraid. On Thu, Jul 17, 2008 at 2:57 PM, shafram [EMAIL PROTECTED] wrote: Hi thanks, yes I've set

  1   2   >