Re: [flexcoders] Mac Flex developing

2006-03-23 Thread Mike Chambers
What are the specs on your mac and pc? mike chambers Alisdair Mills wrote: > yeah... i add incremental but for some reason it still takes between > 8 and 20 seconds. the output from mxmlc is as follows > > Files: 546 Time: 8458ms > Linking... 100ms > Optimizing... 901ms > SWF Encoding... 1

Re: [flexcoders] Mac Flex developing

2006-03-23 Thread Alisdair Mills
yeah... i add incremental but for some reason it still takes between 8 and 20 seconds. the output from mxmlc is as follows Files: 546 Time: 8458ms Linking... 100ms Optimizing... 901ms SWF Encoding... 180ms Persisting 114 compilation units... 160ms Total time: 12607ms am i doing something wr

Re: [flexcoders] Mac Flex developing

2006-03-23 Thread Mike Chambers
Make sure you are doing incremental compiles by passing: --incremental=true on the command line. mike chambers [EMAIL PROTECTED] Alisdair Mills wrote: > Mike, just out of interest... is there any way to get the SDK > compiler to compile as quickly as the compiler in flex builder? Using >

[flexcoders] Print function on linux server cannot work well

2006-03-23 Thread wujunjr
Could anyone kindly help me? Thanks. --- In flexcoders@yahoogroups.com, "wujunjr" <[EMAIL PROTECTED]> wrote: > > Hi, everyone, > > I'm dying... > It's our local time 3:00 a.m. > It is the first time for us to depoy the flex 1.5 code to linux server. > As the result, all the text in the chart ca

[flexcoders] Beta 2 debugger issues

2006-03-23 Thread Scott Fanetti
Is anyone having major problems getting anything to debug with the Beta 2 debugger?I am trying to update some of my Beta 1 apps to Beta 2 and the debugger perspective takes forever to launch - and the debugger itself times out before the application builds.  Does anyone have this same problem? -

[flexcoders] Minimizing functionality on TitleWindow

2006-03-23 Thread Alex & Alex
Hello experts, I'm working on an application similar to a desktop environment. I have a TitleWindow that works just great and I have created 2 states. the first state is when the TitleWindow is open and the second state is when the TitleWindow is minimized. Question: How can I add a dash (-)

Re: [flexcoders] Request to Adobe re: Documentation format

2006-03-23 Thread jeremy lu
hi Matt, where's the other forum for discussion on Flex ?thanks.On 3/24/06, Matt Horn <[EMAIL PROTECTED] > wrote: I can assure you we read this and other forums. Hey, where do you think my best code samples come from? ;) -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

Re: [flexcoders] Mac Flex developing

2006-03-23 Thread jeremy lu
mind you, dual boot to xp on intel-based mac is now proven :)best of both world ? On 3/24/06, Jonathan Miranda < [EMAIL PROTECTED]> wrote:Hmm, so what you're telling me is I shouldn't get an iMacPro laptop unless I can get it to dual-boot OSX/XP ;)_Jonatha

Re: [flexcoders] Beta2 - Hide/Show Grid Columns - Where did getColumnAt() Go?

2006-03-23 Thread jeremy lu
how about grid.columns[1].visible = truegetColumnAt() is gone but you can manipulate it via columns getter/setter.jeremyOn 3/24/06, quasimotoca <[EMAIL PROTECTED]> wrote: Hi Folks:I used to be able to do this in Beta1:grid.getColumnAt(1).visible = trueIs there an alternative

[flexcoders] Everyone: Please indicate Flex version in subject line

2006-03-23 Thread Tracy Spratt
This forum is so active that we need to not waste our time even reading questions we can’t answer. And spending time to answer a question on the wrong version is even worse. Thanks, Tracy -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFA

[flexcoders] Beta2 - Hide/Show Grid Columns - Where did getColumnAt() Go?

2006-03-23 Thread quasimotoca
Hi Folks: I used to be able to do this in Beta1: grid.getColumnAt(1).visible = true Is there an alternative way to show/hide Grid columns in Beta2? Cheers, Dave -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search A

Re: [flexcoders] Re: Flex 1.5 CurrencyFormatter

2006-03-23 Thread JesterXL
Found the offending function. A debug class used for doing CFDump like actions in ActionScript written back in 2003 overrwrote the String.prototype.toString method and formatted it to it's liking. Since the last line of NumberBase, a class CurrencyFormatter uses, goes: return value.toString()

[flexcoders] workinng project not work in flex-2 beta-2

2006-03-23 Thread Jignesh M. Dodiya
hellow, I have installed flex-2 beta-2 and just try to run the project that was built in flex-2 beta-1 that is not working properly anymore in flex-2 beta-2 I have checked the lab documentation and corrected some changes but the following problems can't be solved, anybody has idea??? (1

[flexcoders] Re: Tree kicking my butt. Need some help

2006-03-23 Thread Doug Lowder
Ah, that explains it. Afraid I can't provide much help on Flex 2. --- In flexcoders@yahoogroups.com, "Jeremy Rottman" <[EMAIL PROTECTED]> wrote: > > No I am sorry this is flex 2b. I always forget to put that on there. > > --- In flexcoders@yahoogroups.com, "Doug Lowder" wrote: > > > > > > S

RE: [flexcoders] Re: Flex 2.0 b2: 'getClassByName' method of the 'flash.util' package

2006-03-23 Thread Roger Gonzalez
> It's interesting idea. But current Flex release doesn't provide good > external libraries support as for me. Some RSL initialization code > is statically injected by mxlmlc to the application SWF file during > compilation process ( binding initialization, remote class > registration etc). It

RE: [flexcoders] Mac Flex developing

2006-03-23 Thread Jonathan Miranda
Hmm, so what you're telling me is I shouldn't get an iMacPro laptop unless I can get it to dual-boot OSX/XP ;) _ Jonathan Miranda Flexible Master of the Web "Try not to become a man of success, but a man of value." - Albert Einstein HealthGrades: Guiding Ame

RE: [flexcoders] How to enumerate ApplicationDomain classes?

2006-03-23 Thread Roger Gonzalez
I fought the battle, and lost. :-( It was deemed a potential security issue, and I although I think I successfully argued that down, it was deprioritized compared to other more critical issues. We'll hopefully revisit it for a future release. -rg > -Original Message- > From: flexcoder

[flexcoders] Cairngorm Model binding problem

2006-03-23 Thread Jonathan Miranda
Alright, I’m attempting to move my little dashboard to Cairngorm and it’s going alright but now I’ve got a real basic problem and it’s stumping me – I know it’s something little but I’m stuck. In my ModelLocator instance I have an ICollectionView. Service gets called by event/delegates a

Re: [flexcoders] Mac Flex developing

2006-03-23 Thread Alisdair Mills
Mike, just out of interest... is there any way to get the SDK compiler to compile as quickly as the compiler in flex builder? Using flex builder beta 1 as a guide it would take 1 second or so in flex builder but up to 20 seconds with the command line mxmlc compiler... quite a difference. I

[flexcoders] Re: Tree kicking my butt. Need some help

2006-03-23 Thread Jeremy Rottman
No I am sorry this is flex 2b. I always forget to put that on there. --- In flexcoders@yahoogroups.com, "Doug Lowder" <[EMAIL PROTECTED]> wrote: > > > Strange... this is Flex 1.5, right? I basically do the same thing to > populate my document tree, except I pass a 2nd param that the docs say > i

[flexcoders] Re: Flex 1.5 CurrencyFormatter

2006-03-23 Thread Doug Lowder
OK. Same results here with Firefox 1.5.0.1, Player 8.5 beta 2 (8,5,0,246), so something's fishy. --- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote: > > Sorry, I'm still working on a true reproduceable test case. > > In my app, running in IE 6 Flash Player 7.0.22.0, Firefox

[flexcoders] Re: Tree kicking my butt. Need some help

2006-03-23 Thread Doug Lowder
Strange... this is Flex 1.5, right?  I basically do the same thing to populate my document tree, except I pass a 2nd param that the docs say is supposed to be optional: myTree.addTreeNode(file.name, {file: file.clone()}); Link : http://livedocs.macromedia.com/flex/15/asdocs_en/mx/controls/Tree.h

[flexcoders] History iframe shows up in flex 2 beta 2

2006-03-23 Thread pasflex
The history iframe is visible in the html wrapper (firefox at least). It shows up beneath the lower left corner of an application, or when using the mouse scrollwheel on an application that fills the browser window. http://www.adobe.com/2006/mxml"; height="100" /> Looking at the source of t

RE: [flexcoders] Flex 2.0: mxmlc question

2006-03-23 Thread Tobias Patton
Thanks Mike; Including the up-to-date source for corelib in my actionscript classpath did the trick. The mystery remains, however, as to why I could link against the old corelib.swc in FlexBuilder but not from the command line. Tobias. -Original Message- From: flexcoders@yahoogroups.com

Re: [flexcoders] Re: Flex 1.5 CurrencyFormatter

2006-03-23 Thread JesterXL
Sorry, I'm still working on a true reproduceable test case. In my app, running in IE 6 Flash Player 7.0.22.0, Firefox 1.5 with Flash Player 8.5 beta 2, and inside of Flex Builder running... all show $"0.00" However, running in Flex Builder in Debug mode shows it fine. I'm in the midst of creati

[flexcoders] Re: Tree kicking my butt. Need some help

2006-03-23 Thread Jeremy Rottman
Hum that wont even compile, gives me this error. Call to a possibly undefined method 'addTreeNode' through a reference with static type 'mx.controls:Tree' --- In flexcoders@yahoogroups.com, "Doug Lowder" <[EMAIL PROTECTED]> wrote: > > Try this: > > function DocDisplayModdisplayDocsListQryResult

RE: [flexcoders] Flex Job Opening - San Francisco, CA

2006-03-23 Thread Chris Jones
I apologize is this is an inappropriate use of the flexcoders forum, but thought I would give it a try and ask for forgiveness later. CNET Networks' Data Warehouse group seeks a UI/RIA Engineer with a strong focus on building intuitive/interactive interfaces as we look to create a new cut

RE: [flexcoders] CairngormLogin sample on Flex 2.0 beta 2

2006-03-23 Thread William Lambé
Thank you very much, as you can guess I am new to the mailing list. Viva Flex 2.0   De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Oriol Gual Envoyé : jeudi 23 mars 2006 20:04 À : flexcoders@yahoogroups.com Objet : Re: [flexcoders] CairngormLogin sample

RE: [flexcoders] Re: Flex 2: Chart problem

2006-03-23 Thread Torben Nielsen
Hi Ely, In the meantime I found another solution. Here is the code: private function changeEuribor():void { lblTest.text = euribor3.selected.toString(); if (euribor3.selected == true) { if (lineEuribor3.alpha == 0.0) {

Re: [flexcoders] Flex 2.0: mxmlc question

2006-03-23 Thread Mike Chambers
Yes. We have not rebuilt those SWCs for beta 2 yet (trying to track down one bug). In the meantime, you can link against the source which has been updated. http://labs.macromedia.com/wiki/index.php/Source:get Sorry about the hassle. mike chambers [EMAIL PROTECTED] Tobias Patton wrote: > The

[flexcoders] Re: Flex 1.5 CurrencyFormatter

2006-03-23 Thread Doug Lowder
Also works fine - $0.00. I hate it when that happens :/ Running Flash Player 8.0.22 here. Maybe something that was fixed in a Flex update? --- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote: > > Try this: > > import mx.formatters.CurrencyFormatter; > var result:String =

RE: [flexcoders] Flex 2.0: mxmlc question

2006-03-23 Thread Tobias Patton
The only swc I’m adding is corelib, which was downloaded from http://labs.macromedia.com/wiki/index.php/ActionScript_3:resources:apis:libraries#corelib. I guess it’s safe to assume that it was built with the Beta 1 compiler. I would have thought this was the problem except for the fact t

Re: [flexcoders] Re: Flex 1.5 CurrencyFormatter

2006-03-23 Thread JesterXL
Try this: import mx.formatters.CurrencyFormatter; var result:String = USDformatter.format(0); trace(resutlt); - Original Message - From: "Doug Lowder" <[EMAIL PROTECTED]> To: Sent: Thursday, March 23, 2006 5:55 PM Subject: [flexcoders] Re: Flex 1.5 CurrencyFormatter I couldn't reprod

[flexcoders] Re: Flex 1.5 CurrencyFormatter

2006-03-23 Thread Doug Lowder
I couldn't reproduce it. Everything formats just fine with the grid's label function, even coming up blank with the "a" string as the price. http://www.macromedia.com/2003/mxml";> --- In flexcoders@yahoogro

[flexcoders] Re: SOLVED: Dummy e4x XML question - assign string to XML with simple content?

2006-03-23 Thread thunderstumpgesatwork
Jason, > > Why not oNode.value = 1.54; and for attributes [EMAIL PROTECTED] That statement set's an element node, or attribute of the node, and produces the following XML. You can try it if you want =) cheers, Thunder __ var oNode:XML = 1.54; // assign th

[flexcoders] Re: Tree kicking my butt. Need some help

2006-03-23 Thread Doug Lowder
And if that works, you can try it without the loop through the results, and instead specify labelField="dir" in your tree as Oscar suggested. --- In flexcoders@yahoogroups.com, "Doug Lowder" <[EMAIL PROTECTED]> wrote: > > Try this: > > function DocDisplayModdisplayDocsListQryResult( result ){

RE: [flexcoders] Re: Flex 2: Chart problem

2006-03-23 Thread Ely Greenfield
Sorry, I forgot my usual question ... Is this Flex 1.5, or 2.0? If it's 2.0, there are showEffect and hideEffect styles on LineSeries. Ely. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Torben Nielsen Sent: Thursday, March 23, 2006 1:35

[flexcoders] Re: mxmlc/compc versus web server compile

2006-03-23 Thread Renaun Erickson
Yeah, life is too short. You can always go once step further and add Mason on top of ANT and have a whole other bag of goodies to spin off during the build process. Maybe even the Flex 2 document/source code generator I am seeing people talking about. Renaun --- In flexcoders@yahoogroups.com, "

Re: [flexcoders] Mac Flex developing

2006-03-23 Thread Mike Chambers
fyi, we now have an SDK download for Windows, Mac and Linux: http://www.macromedia.com/cfusion/entitlement/index.cfm?e=labs#flexsdk2 (no more having to copy from windows) mike chambers [EMAIL PROTECTED] Richard Leggett wrote: > I didn't see whether you specified 1.X or 2.0, and I'm sure someon

[flexcoders] Re: Tree kicking my butt. Need some help

2006-03-23 Thread Doug Lowder
Try this: function DocDisplayModdisplayDocsListQryResult( result ){ var resultArray: Array = mx.utils.ArrayUtil.toArray(result); for (var i = 0; i < resultArray.length; i++) { DocTree.addTreeNode(resultArray[i].dir); } } You can also add an optional data object to the addTreeN

[flexcoders] Flex 1.5 CurrencyFormatter

2006-03-23 Thread JesterXL
This works when used with a TextInput, but does not work with a labelFunction with a DataGrid. I'm getting relaly weird results like $"0.00" when you pass a 0 to the CurrencyFormatter.format function. Why does this work perfectly with a TextField, but not with labelFunction for a DataGrid? Th

RE: [flexcoders] Bug in list.selectedIndices

2006-03-23 Thread Joan Tan
Actually, I can reproduce this problem in the beta 2, but, internally in our later builds, the bug is fixed. Sorry it didn’t make it into this build, but it will be fixed in the next one. Can you still send the bug number along if you have it? Then, I can document it that it’s not fixed

RE: [flexcoders] Bug in list.selectedIndices

2006-03-23 Thread Mac Martine
It’s number 162791 It’s supposedly fixed now but I haven’t tried it.   Tobias, The fix should be in the next public release.   Thanks!   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joan Tan Sent: Thursday, March 23, 2006 2:15 PM To: flexcoders@

[flexcoders] : Flex and Coldfusion : where to ask ?

2006-03-23 Thread João Fernandes
Hi, Flexcoders are great but when there are some issues related to CF connectivity for Flex 2 Beta where is the best place to post our issues? There are a lot of ppl from the Flex team here, but it seems that from CF team there is none. The Labs wiki is a total desert. The CF Connectivi

Re: [flexcoders] Re: Tree kicking my butt. Need some help

2006-03-23 Thread Oscar . Cortes
In addition, you might need labelField or labelFunction. |-+-> | | | | | "Doug Lowder" | | | <[EMAIL PROTECTED]> | | | Sent by: | | | flexcoders@yahoogr

RE: [flexcoders] Bug in list.selectedIndices

2006-03-23 Thread Joan Tan
I can reproduce the bug. Do you remember the bug # that you filed. Or, I will file a new one. I can’t seem to find the original bug.   Thanks, Joan   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tobias Patton Sent: Thursday, March 23, 2006 11:01 AM

[flexcoders] Re: Tree kicking my butt. Need some help

2006-03-23 Thread Jeremy Rottman
I have added the code you suggested and it still just displays it as [object Object]. I even trimed my cfc down to this, just to test the folders.

RE: [flexcoders] Flex 2.0: mxmlc question

2006-03-23 Thread Roger Gonzalez
First, make certain you don't have any Beta1 SWCs being loaded by Beta2.  That will break.   If you add corelib.swc (or its parent directory) to your library path, it will make it available to be linked in.   Its choking in the ResourceBundle code, which implies to me that ListCollectionVi

[flexcoders] Re: Flex 2: Chart problem

2006-03-23 Thread Doug Lowder
No real experience with Flex 2 effects here, but couldn't you just play your effect in the changeEuribor() function? Something like fadeIn.play([lineEuribor3]); with adjustments for AS3, if necessary. --- In flexcoders@yahoogroups.com, "Torben Nielsen" <[EMAIL PROTECTED]> wrote: > > Hi,

[flexcoders] Re: Tree kicking my butt. Need some help

2006-03-23 Thread Doug Lowder
One thing you'll want to do is make sure your dataprovider is set to an array in the case where you are reading a directory that consists of only a single item. Flex will interpret that as an object instead of an array, so you will need the following: function DocDisplayModdisplayDocsListQryRe

RE: [flexcoders] Re: Flex 2: Chart problem

2006-03-23 Thread Torben Nielsen
Hi Ely, Thanks for your reply. I already tried to toggle the visibility, but this does not trigger the effect. Even though it works, it’s not very elegant. There are not a method in the LineSeries class called showEffect or hideEffect. Could I maybe do somthing using the dispatchEvent method? Be

[flexcoders] Tree kicking my butt. Need some help

2006-03-23 Thread Jeremy Rottman
In my app, I have a section that is suposed to display in a tree all documents that are in a specific folder. The issue I have is that, when I test the code, the tree has this output [object Object]. Is this because it not formated correctly in my cfc? Or is it something more sinister and evil.

RE: [flexcoders] Re: Flex 2: Chart problem

2006-03-23 Thread Ely Greenfield
Set the showEffect/hideEffect instead of showDataEffect/hideEffect, and set the visibility of the series to true/false. When you toggle the visibility, the show/hide effects will be played automatically. Ely. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTEC

Re: [flexcoders] Installing Coldfusion "Mystic" beta 2.

2006-03-23 Thread Gareth Edwards
Thanks for the tip, I actually opened up the installer with winrar, grabbed the jre, backed up the old one and replaced it. Didn't release it existed in "runtime" Cheers Gareth. Battershall, Jeff wrote: > Gareth, > > There's something up with the Mystic Beta 2 installer, and a bug has > been fi

RE: [flexcoders] Request to Adobe re: Documentation format

2006-03-23 Thread Matt Horn
I can assure you we read this and other forums. Hey, where do you think my best code samples come from? ;)   As for changing the numbering format of the docs, I've forwarded Cortlandt's request on to one of the editors, but changes like that would have to be approved at a much higher level

RE: [flexcoders] Re: Flex 2: Chart problem

2006-03-23 Thread Torben Nielsen
Hi, that did not work. Maybe it’s better if I explain what I am trying to obtain. I have created to effects in my mxml: These I would lake to use every time on of the lineseries is selected or unselected to make an more elegant change when a line series is made visibile or invisibile. Any

RE: [flexcoders] Installing Coldfusion "Mystic" beta 2.

2006-03-23 Thread Battershall, Jeff
Gareth, There's something up with the Mystic Beta 2 installer, and a bug has been filed. If you change java.home in jvm.config to point to C:\JRun4\runtime\jre and re-start CF services you should be in business. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROT

RE: [flexcoders] Flex 2 Beta 2 ViewStack Bug

2006-03-23 Thread Colin Wiseley
Thanks, setting creationPolicy="all" in my sample app gets it to work but it’s still not working on the big application I’m developing.  It has a ViewStack nested inside another ViewStack. I set creationPolicy="all" on both of them but the show events are not firing the first time I view

Re: [flexcoders] Mac Flex developing

2006-03-23 Thread Weyert de Boer
Hi Richard, I would love to have that class if it's saves time. Of course, I can use the Windows version of Flex but the dockbar and quicksilver are so awesome to work with. Anyway hopefully they will support the Mac in Beta 3!!! Yours, Weyert > I didn't see whether you specified 1.X or 2.0, an

[flexcoders] Re: Flex 2: Chart problem

2006-03-23 Thread Vadim Melnik
Is it typo in attached code, that function declared as "changeEuribor2" but click handler calls changeEuribor? -- Thanks, Vadim Melnik. --- In flexcoders@yahoogroups.com, "Torben Nielsen" <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I am working on an application with a Line Chart that

RE: [flexcoders] Question about RemoveChild

2006-03-23 Thread Gordon Smith
I assume this is Flex 2. If you've called removeChild() or removeChildAt() and you don't have any other references to this child, it will get garbage collected at some point. But if you've stored a reference to that child on some object, it won't go away. - Gordon -Original Message- From

Re: [flexcoders] Flex 2 Beta 2 ViewStack Bug

2006-03-23 Thread sinatosk
I might be wrong but I think it's something to do with the way things are inialized. trying setting the "creationPolicy" to "all" like this     but don't set it on your childs. I've not tried this... for some reason my browser keeps crashing everytime I try run Flex apps in debug mode... dunno

Re: [flexcoders] Closing tab - Eclipse style

2006-03-23 Thread Richard Rodseth
I think the poster wants to implement an interface like Eclipse's within Flex, and was not commenting on Flex Builder. - Richard On 3/23/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: > Dosn't it do that already? > > I use the tab x's to close each tab. > > Peace, Mike > > PS I am not using

[flexcoders] Re: Flex 2: Chart problem

2006-03-23 Thread Doug Lowder
I believe showDataEffect and hideDataEffect are Effect objects, not functions. Try lineEuribor3.showDataEffect.play() and lineEuribor3.hideDataEffect.play(). --- In flexcoders@yahoogroups.com, "Torben Nielsen" <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I am working on an applicatio

Re: [flexcoders] Mac Flex developing

2006-03-23 Thread Alisdair Mills
I develop flex 2.0 on a mac with flex builder beta 1 i had a great set up by copying the files from the windows plugin. for me the debug view worked perfectly. For editing i used the oxygen plugin as the flex builder one for mxml crashed eclipse and the AS editor had a cursor that jumped aro

[flexcoders] Re: Flex 2.0 b2: 'getClassByName' method of the 'flash.util' package

2006-03-23 Thread Vadim Melnik
>>> -include-libraries will force entire SWCs to be linked in. (And Beta 3 will have -include, which will do it for individual definitions.)<<< We can move our classes to external library and it will be automatically linked. The reason I've asked this question is that in "Flex Library Project

[flexcoders] Fault handling in webservices without a proxy

2006-03-23 Thread Pablo Apanasionek
I've found this page on Adobe Forums that describes the 'fault' object that fires up on a faulty webservice call. I was particularly interested in the fault.detail and fault.type properties to use them in Flex 1.5. However, they seem to be undefined when the useProxy='false' setting is us

[flexcoders] Flex 2 Beta 2 ViewStack Bug

2006-03-23 Thread Colin Wiseley
Hi, I have a bug that I’ve noticed with the recent release of Flex 2 Beta 2.  The show event is not being dispatched when an item in a ViewStack becomes visible for the first time.  This problem was not present in Beta 1.   You can use the code below to reproduce the problem.  Run the

RE: [flexcoders] Mac Flex developing

2006-03-23 Thread Richard Leggett
I didn't see whether you specified 1.X or 2.0, and I'm sure someone else will be better able to speak about Flex 1.X, but I might be able to offer some insights for Flex 2.0.   I'm a PC guy myself but my colleague is currently working on a Mac running Eclipse with the FlexBuilder 2 plug-in

[flexcoders] Flex 2: Chart problem

2006-03-23 Thread Torben Nielsen
  Hi,   I am working on an application with a Line Chart that contains various line series. I have made some checkboxes which should hide/show the different line series. Here is the mxml/actionscript for the various elements:   Checkbox:     Chart:        

Re: [flexcoders] Closing tab - Eclipse style

2006-03-23 Thread Michael Schmalle
Dosn't it do that already? I use the tab x's to close each tab. Peace, Mike PS I am not using the plugin version, standalone.On 3/23/06, engkee <[EMAIL PROTECTED]> wrote: Is there a way to decorate the Flex tabs with a [x] so that one can click on it to close the tab, similar to how it is

Re: [flexcoders] AS3 :: Interface type verses Concrete type return

2006-03-23 Thread Michael Schmalle
Scott, Yeah I totally get what your saying. I think when I was talking with roger I had mentioned that I wanted to access like getItemAt() through the ArrayCollection but, if it was used as a public or passed, I would want the client to use the IViewCursor interface. My reasoning is that for i

Re: [flexcoders] Re: Flex Beta 2 - Loader not loading SWF 100%

2006-03-23 Thread Bruno Martins
Hi,   I know about this listener problem but I'll try other solution as soon as possible...   Tks  On 3/23/06, inawire <[EMAIL PROTECTED]> wrote: Thanks Bruno and Doug, This is on the right track (though I still do not know why this worked in beta 1 with out all this extra code). Bruno, you

RE: [flexcoders] Extending MXML components (change from 1.5 to 2)

2006-03-23 Thread Tony Pujals
Thank you very much for the response – you have no idea how timely it is for us internally. I’ve been a strong advocate for Flex 2. Unfortunately, I can’t say more on a public list, but I would be very interested in having a private dialog about some of the barriers that are affecting ou

[flexcoders] Mac Flex developing

2006-03-23 Thread Jonathan Miranda
Just curious, how and if there are differences with developing Flex on a Mac (the only thing I can foresee is tools limited to Windows environments). _ Jonathan Miranda Flexible Master of the Web "Try not to become a man of success, but a man o

Re: [flexcoders] AS3 :: Interface type verses Concrete type return

2006-03-23 Thread Scott Langeberg
I'm not sure if this is what you're looking for, but this is what i'm trying to illustrate:Class A {    var collection:ICollectionView   function setCollection(newCollection:ICollectionView) {   collection = newCollection;    }}In this case, an instance of A can change its collection impleme

Re: [flexcoders] Headers of Panel in Flex 2 Similar to Flex 1.5

2006-03-23 Thread Scott Langeberg
Thanks so much. That's what I've been looking for, for some time!!ScottOn 3/23/06, jeremy lu <[EMAIL PROTECTED] > wrote: hi scott, extends Panel/TitleWindow then use following code: this.titleBar.addEventListener("mouseDown", onMouseDown); you can pretty much do anything you like to titleBar

Re: [flexcoders] CairngormLogin sample on Flex 2.0 beta 2

2006-03-23 Thread Oriol Gual
Hi William, I asked the same thing few posts earlier, just look for "Cairngorm beta release?" or click hereOriol. 2006/3/23, William Lambé <[EMAIL PROTECTED]>: Hello everybody,   I am trying to use Cairngorm 2.0 with the new Flex 2.0 beta 2.  And for that, I am trying to run the Ca

[flexcoders] Closing tab - Eclipse style

2006-03-23 Thread engkee
Is there a way to decorate the Flex tabs with a [x] so that one can click on it to close the tab, similar to how it is done in eclipse? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40

[flexcoders] Bug in list.selectedIndices

2006-03-23 Thread Tobias Patton
Just a quick note to Adobe:   I reported a bug in Flex 2 Beta 1 where the selectedIndices property of a list control would not contain the correct values if the user selected multiple entries using the shift key. The problems is still in Beta 2.   Thanks. Tobias.   Creo Inc., a su

RE: [flexcoders] Re: Saving object graphs

2006-03-23 Thread Peter Farland
It is intended behavior and it's not an error (although a common one). If you don't create a reference to the class the optimizer won't keep it in the swf. If you didn't do this then each SWF would contain every class in the classpath - this is not good. An import doesn't guarantee the class wil

RE: [flexcoders] Flash custom components in Flex 2

2006-03-23 Thread Roger Gonzalez
Hi... due to changes between the virtual machines in Flash Player 8 and 8.5, there is no cross-compatibility with scripting between the two versions.   Until the new AS3-based version of Flash Authoring comes out, we are only supporting a workflow based on non-scripted assets.  You basical

[flexcoders] Cannot print text in chart running on linux server, urgent!

2006-03-23 Thread wujunjr
Hi, everyone, I'm dying... It's our local time 3:00 a.m. It is the first time for us to depoy the flex 1.5 code to linux server. As the result, all the text in the chart cannot be printed at all using flex "print" function while it's ok in windows, and there are many display features different

RE: [flexcoders] Re: Flex 2.0 b2: 'getClassByName' method of the 'flash.util' package

2006-03-23 Thread Roger Gonzalez
-include-libraries will force entire SWCs to be linked in. (And Beta 3 will have -include, which will do it for individual definitions.) A better path might be to dynamically load another SWF that contains the definitions that you want to have "soft" references to. -rg > -Original Message-

RE: [flexcoders] How to create new custom Style in custom component?

2006-03-23 Thread Stephen Gilson
That will work for Flex 2.0 only. Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stanislav Zayarsky Sent: Thursday, March 23, 2006 12:13 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to create new custom Style in custo

RE: [flexcoders] Re: How to hide backMonthButton and fwdMonthButton of DateChooser Control?

2006-03-23 Thread Gordon Smith
Hmmm... these properties are no longer public, but you could always use geChildAt() to get references to anything to want inside a component. It looks like they'd be getChildAt(10) and getChildAt(11). - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] O

[flexcoders] Re: TitleWindow lost focus on startup

2006-03-23 Thread Doug Lowder
A more appropriate page title would probably be in order, too. ;) --- In flexcoders@yahoogroups.com, "Doug Lowder" <[EMAIL PROTECTED]> wrote: > > I did quite a bit of investigation on this, including Jester's take > on the problem over on his site. The root of the problem is that > the brow

RE: [flexcoders] Where is the IncludeLayout

2006-03-23 Thread Benoit Hediard
This property is "includeInLayout" (one of the best addition in beta1!). Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de mvbaffa Envoyé : jeudi 23 mars 2006 16:06 À : flexcoders@yahoogroups.com Objet : [flexcoders] Where is the I

[flexcoders] Re: TitleWindow lost focus on startup

2006-03-23 Thread Doug Lowder
I did quite a bit of investigation on this, including Jester's take on the problem over on his site. The root of the problem is that the browser does not automatically give the Flash player focus when the page loads. For Internet Explorer, there is a way to accomplish this through Javascript.

[flexcoders] How to enumerate ApplicationDomain classes?

2006-03-23 Thread Vadim Melnik
Hi All, ApplicationDomain provides getClass(getDefinition??) method to retrieve class definition. Is it possible to enumerate all available class definitions or class names loaded by certain application domain at runtime from AS code? -- Thanks, Vadim Melnik. -- Flexcoders Mailing List FA

Re: [flexcoders] AS3 :: Interface type verses Concrete type return

2006-03-23 Thread Michael Schmalle
Thanks Scott, The question was really aimed at ArrayCollection, so internally I type it as ArrayCollection and if say a public methods returns it, I would use ICollectionView, then this as you said allows me to swap behaviors in the client class. Peace, MikeOn 3/23/06, Scott Langeberg <[EMAIL

RE: [flexcoders] Re: dynamically creating a remote object

2006-03-23 Thread Tracy Spratt
I don't know of a specific example. I would try use the same methodology and just substitute RemoteObject. You might find an example via google. Is there a very good reason you need to do this? You do understand that you can declare a data service in mxml and then manipulate it programmatically

[flexcoders] Where is the IncludeLayout

2006-03-23 Thread mvbaffa
Hi all, Flex 2 beta 1 had a property, includeLayout, that relased the screen space of invisible components. I could not find it in Beta 2. Does anyone knows what is the new name os includeLayout. Thanks in advance -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/fi

[flexcoders] Re: Saving object graphs

2006-03-23 Thread pepe_perez_perez_perez
> Can you try adding a reference to the Book > type in your code somewhere... [Bindable] public var book : Book = new Book(); And, ¡bingo!, works perfectly. I don't know why I don't ask for help before. Have been with this 3 days. If that is the intended behaviour I'd report that as an error. A

[flexcoders] Re: Flex Beta 2 - Loader not loading SWF 100%

2006-03-23 Thread inawire
Thanks Bruno and Doug, This is on the right track (though I still do not know why this worked in beta 1 with out all this extra code). Bruno, your code worked for me fine (flex 2 version of Doug's idea). When I load my inner app, the content resizes perfectly (see inner app below). The only

RE: [flexcoders] Flex & Action Script 2.0 Related Books & Sites

2006-03-23 Thread Venu Vasireddy
  ActionScript 3.0  guide   http://livedocs.macromedia.com/flex/20beta1/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=2352.html   Similar one exists for Flex and MXML programming.     From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogr

[flexcoders] TitleWindow lost focus on startup

2006-03-23 Thread xithor
I have a TitleWindow set to popup at the startup of my application. I use this window at other points in the program with absolutely no problems. But when it's called on startup using the 'initialize' event on my main canvas, it opens the popup, and it functions fairly normally, but A: does n

[flexcoders] CairngormLogin sample on Flex 2.0 beta 2

2006-03-23 Thread William Lambé
Hello everybody,   I am trying to use Cairngorm 2.0 with the new Flex 2.0 beta 2.  And for that, I am trying to run the CairngormLogin sample. I changed some things that happen between beta 1 and beta 2 of Flex 2.0, but I have still a Problem :   To the line «  » in CairngormLogin.

RE: [flexcoders] Re: mxmlc/compc versus web server compile

2006-03-23 Thread Ted Patrick
The real key to ANT is leveraging the "depends" property. In this case calling ANT flex.build, will first run rsl.build just before running flex.build. "depends" allows you to create a very large build from very small encapsulated tasks. It is the lever that makes ANT so powerful in both the

[flexcoders] GetCamera(someCam) returns null (Beta 2)

2006-03-23 Thread João Fernandes
Hi there,   I’m trying to get a specific camera like this:   for(var i:uint = 0; i < Camera.names.length; i++){    if(Camera.names[i] == "VHScrCap"){        ssCamera = Camera.getCame

  1   2   >