Re: [flexcoders] Tree+ datas from mySQL

2006-02-27 Thread Jignesh Dodiya
Its great, thanx Matt, Is there any working sample available regarding ths... Jignesh On 2/27/06, Matt Chotin [EMAIL PROTECTED] wrote: Flex 2 allows you to specify a TreeDataDescriptor for this exact purpose, specify the top-level data to the Tree and then use the descriptor to

RE: [flexcoders] Developing Rich Clients book

2006-02-27 Thread Steven Webster
All, Definitely not a touchy subject - it's a fair question ! The book will be rewritten completely for Flex 2.0, and we'll be using the opportunity to refactor how we've approached the subject. However, I'd echo a number of comments that the aim of the book is to lift the covers on how one

[flexcoders] Re: Use component within the repeater

2006-02-27 Thread sinacapho
Dear Matt, As i am afraid that my component have something wrong about the input parameter . So i have already use method 1 to test it and it is ok. But if the component is using with the repeater . Then error form. thx capho --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL

[flexcoders] Re: Developing Rich Clients book

2006-02-27 Thread pixelgeek
--- In flexcoders@yahoogroups.com, jeremy lu [EMAIL PROTECTED] wrote: second that, recently re-read this book again, still very useful for application structure concepts and some neat tricks. Duly noted. Thanks all -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Chart printing options - how to in Flex 1.5?

2006-02-27 Thread wujunjr
I tried again this afternoon but failed :( --- In flexcoders@yahoogroups.com, wujunjr [EMAIL PROTECTED] wrote: I have a similar question: How to print a chart/element without show it in the screen? Since the UI element can be zoom in/out so the printed effect is not so good. I'm using

RE: [flexcoders] Developing Rich Clients book

2006-02-27 Thread Phil Marston
Hi Steven, Any hints at a time-line for the 2nd edition? ;-) Phil At 03:16 27/02/2006 -0800, you wrote: All, Definitely not a touchy subject - it's a fair question ! The book will be rewritten completely for Flex 2.0, and we'll be using the opportunity to refactor how we've approached the

[flexcoders] strange undefined property error

2006-02-27 Thread list
Below is the complete code. I've done a few test 'applications' with flex 2.0 in the last few weeks. When I decided to dig deeper into xml and flex however everything went weird. The following code gives an undefined property error on both 'a' and 'test'. I might be overlooking something obvious

Re: [flexcoders] Developing Rich Clients book

2006-02-27 Thread Carlos Rovira
I agree, still a great book. Hope Steve and Ali have plans for a second part to cover all the news with Flex 2 and FES 2.0 ;)2006/2/27, Scott Barnes [EMAIL PROTECTED]: Agreed. I considered myself a flex developer early on in the piece that knew flex, but i'm happy to put hand on heart and

[flexcoders] xml files embedded in swf?

2006-02-27 Thread Jan L. Nauta
Hi, (Flex 2.0 Beta 1) I noticed that xml files are always embedded in the generated .swf file??? mx:XML id=my_xml source=my.xml format=e4x/ I thought it would work like images, so unless you embed it explicit it would be an external resource. The xml file even got copied to the bin directory,

RE: [flexcoders] Developing Rich Clients book

2006-02-27 Thread Steven Webster
Hey Phil, No date as yet ... As soon as we have something we can share with the list, we'll do exactly that ! Best wishes, Steven -- Steven Webster Practice Director (Rich Internet Applications) Adobe Consulting Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK p: +44 (0) 131

[flexcoders] Flex 2 equivalent of remote-objects-debug

2006-02-27 Thread Jim Schneider
Is there an equivalent in Flex 2 of the remote-objects-debug configuration element so that I can turn on debug output of the AMF data to/from my remote objects? Thanks, Jim - Jim Schneider KJ Interactive, Inc. 1-877-370-6906

Re: [flexcoders] xml files embedded in swf?

2006-02-27 Thread Harish Sivaramakrishnan
Hi mx:XML tag always embeds the xml at compile time, hence there is also a limitation to the size of the xml that you can load on to the swf. In order to read an xml data at run time you could use mx:HTTPService id=serv url=my_xml resultFormat=xml result=foo()/ You could write ur logic in

[flexcoders] RIA Certified Developer/Architect

2006-02-27 Thread Tolulope Olonade
Still wondering why Adobe hasnt come out with a certification track named similar as above J Regards -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Form field direction

2006-02-27 Thread Pablo Apanasionek
Is there a way to set up the mx:Form tag to place the mx:FormItem childs in a horizontal direction, instead of the default vertical one? O maybe a way to change the focus path to go from left to right, top to bottom? I.e.: Field 1 - Field 2 / / / Field 3 - Field 4 Thanks

[flexcoders] word wrap in flexbuilder beta 2 editor?

2006-02-27 Thread Paolo Bernardini
is there a word wrap option in flexbuilder beta 2 code view editor? Like the one you can have in code view with flexbuilder 1.5, so that long line of code wrap down without having to scroll horizontally. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Developing Rich Clients book

2006-02-27 Thread Carlos Rovira
Great to hear about the plans for the second edition. Can't wait! : )2006/2/27, Steven Webster [EMAIL PROTECTED]: Hey Phil, No date as yet ... As soon as we have something we can share with the list, we'll do exactly that ! Best wishes, Steven -- Steven Webster Practice Director (Rich

RE: [flexcoders] strange undefined property error

2006-02-27 Thread Geoffrey Williams
'a' hasn't been created when you try to assign a value to 'text': ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml; xmlns=* layout=absolute creationComplete=init () mx:Script ![CDATA[ internal var

RE: [flexcoders] DataGrid automatic height

2006-02-27 Thread Jonathan Miranda
rowCount is read-only if ya use variableRowHeight=true. So no word on finding the height of a specific row with actionscript? _ Jonathan Miranda Flexible Master of the Web In the game of chess, it's important to never let your opponent see

[flexcoders] Re: RIA Certified Developer/Architect

2006-02-27 Thread Brendan Meutzner
I second this Flex has been publicly released for almost 2 years now, but we still don't have a certification to strive for? Also, I've noticed individuals with the title of Certified Flex Instructor/Trainer or something to that effect... What is it, and how do I get it? Thanks, Brendan

[flexcoders] Re: DG cellrendered Combobox

2006-02-27 Thread Jeremy Rottman
Currently I am using flex 2, and I had previously tried what you posted. And it gives me the same error everytime. Type annotation is not a compile-time constant: agentSearch [CODEGEN agentSearch_inlineComponent1] --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Can we

RE: [flexcoders] xml files embedded in swf?

2006-02-27 Thread Jan L. Nauta
Hi Harish, Is there a reason for this strange behaviour? Normally I have to add @embed explicitely... Also what is the limitation on the size of the xml embeded in the swf? Regards, Jan L. Nauta -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] Re: SWF Object/Embed tags (Flex/Flex 2/Flash 7+)

2006-02-27 Thread Darin Kohles
Thanks Matt for your reply. I generally do copy and paste from the HTML generated by either Flash (8) or FB (2b). As I mentioned, my colleague had read an article about dropping the Embed tag, so I thought I'd ask for the Official word on the subject. Keep on keeping on. --- In

[flexcoders] Flash Detection Option

2006-02-27 Thread Jonathan Miranda
Anyone else get this to actually work from the FB options? I think the auto-installer option in FlexBuilder2 doesnt work with flash player 8.5 alpha 3.since all my users are seeing solid blue screens (meaning the script isnt triggering). _

[flexcoders] Re: Anybody willing to field a Flex2/CF noobs architectural questions?

2006-02-27 Thread Renaun Erickson
Ian, I use Flex2 and ColdFusion quite a bit, you can send me your files with a couple of detailed questions and I'll see what I can do to help. Renaun --- In flexcoders@yahoogroups.com, Ian Skinner [EMAIL PROTECTED] wrote: I am studying the phones example, the documentation, and all web

[flexcoders] Re: Flex 2 equivalent of remote-objects-debug

2006-02-27 Thread Renaun Erickson
In the Flex 2 Builder Beta 1 there are 2 ways to run it Normally and in Debug mode. Since its eclipse now the Debug mode has its own Prespective also. Renaun --- In flexcoders@yahoogroups.com, Jim Schneider [EMAIL PROTECTED] wrote: Is there an equivalent in Flex 2 of the remote-objects-debug

[flexcoders] Flex builder 1.5 or 2.0

2006-02-27 Thread oiland_barry
Hello everyone, im new to the group and only just started using the whole Flex environment and language in the past fewe weeks. I can see the advantages of using Flex for the GUI's that my system will use and using Coldfusion cfc's to manipulate my database and data as a whole. I am using

[flexcoders] Coldfusion cfc's and Flex Remote Objects

2006-02-27 Thread oiland_barry
Hi, i have successfully got this working (almost!) at long last. I am running both my cf and flex as iintegrated JRun servers on my server machine (port 8700 and 8500 respectively) and i am developing and accessing the mxml files from my laptop. I can get the echo cfc to work ok, and i also

RE: [flexcoders] Re: RIA Certified Developer/Architect

2006-02-27 Thread Jonathan Miranda
Would also like to know this..if you got a company willing to pay for training, take them up on it J _ Jonathan Miranda Flexible Master of the Web In the game of chess, it's important to never let your opponent see your pieces. HealthGrades:

[flexcoders] MXML file naming conventions

2006-02-27 Thread Sergey Kovalyov
Hi All! Are there any widespread approach to name MXMLs? I rely on this document http://www.macromedia.com/devnet/flash/articles/as_bestpractices_02.html, but still I don't know the best way to assign names to MXMLs. May be ClassFunctionClassType.mxml (e. g. UserProfilePage.mxml, where

RE: [flexcoders] Coldfusion cfc's and Flex Remote Objects

2006-02-27 Thread Dekayd Media Inc.
Is your main CFC directory under your webroot or is it setup in the CF Admin? Did you setup a crossdomain policy file on your coldfusion instance? If your cfc's are on your server then you should be using your servername in the connection URL or a domain name if you have one pointed at that

RE: [flexcoders] Coldfusion cfc's and Flex Remote Objects

2006-02-27 Thread Benoit Hediard
First thing to check is to see if you can call your cfcs with a regular http call : http://localhost/flex/remoting/samples/SomeService.cfc To start with Flex/CF connectivity, do not use named remote objects. Simply use the default ColdFusion destination (defined when installing the updater) +

RE: [flexcoders] Re: Flex 2 equivalent of remote-objects-debug

2006-02-27 Thread Peter Farland
Also note that for client side logging without Flex 2 Builder, a generic logging mechanism has been introduced which is used by all messaging based services, including RPC services such as RemoteObject. One logging target implementation is the TraceTarget which traces log messages out to the

Re: [flexcoders] Re: RIA Certified Developer/Architect

2006-02-27 Thread JesterXL
...both of you, Jonathan and Brendan, have good attitudes, and contribute to this list. Both of those facts alone would cause me to hire you in a heartbeat. However, if you are looking for the sense of accomplishment, ability to represent bigger companies, and the resume addition, then I

RE: [flexcoders] Re: RIA Certified Developer/Architect

2006-02-27 Thread Jonathan Miranda
Ironically, most flex developers I know outside this list are like flexcoders? Whats that? Ive found using this list gives me the ability to say thats possible a lot more.of course, most of the solutions are funky since were still in Beta J Work with what you got though. And hey, if

RE: [flexcoders] Flex builder 1.5 or 2.0

2006-02-27 Thread Jonathan Miranda
Flex Builder 2 has so many neat little tweaks that make coding life a lot smoother. Just from personal preference Alt+ (left-arrow/right-arrow) Control-click on code Shift-f2 Control-O (huge timesaver) Control-shift-T Besides the builder, Flex2 is a lot cleaner in figuring stuff

[flexcoders] Flex2: DateField formatFunction bug

2006-02-27 Thread Benoit Hediard
I've encountered this annoying bug today. When using the formatFunction attribute of DateField, when the component looses its focus, it erases the date text field. To reproduce the problem, simply execute the following code from LiveDocs, select a date and move the focus to the other text input:

[flexcoders] Focus within the Browser

2006-02-27 Thread Claudia Barnal
How can I know if the Application has the focus within the Browser. I need to do something like this: if ( playerHasFocus == true ) { myMC._visible = true; } else { myMC._visible = false; } Thanks, Claudia -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Focus within the Browser

2006-02-27 Thread Jonathan Miranda
On a similar note, anyone know how to send certain key-strokes back to the browser when it has focus? I use control-t religiously for tabbing in Firefox and its really annoying when the flash video sucks those in rather it somehow gets passed back to the browser

[flexcoders] Using getURL

2006-02-27 Thread is_loxtan
Hi. I'm a beginner in Flex. I need to do an application very easy but my experience in this is a little. I need a JSP where use a application Flex and I can load a file. I need select a file in a browse window. I have this code, please help me is urgent, if you can send me the help in

Re: [flexcoders] Flex2: DateField formatFunction bug

2006-02-27 Thread Alberto Albericio Salvador
I found the same bug some weeks ago. I cant use the formattingFunction and I hope it gets fixed soon Alberto Albericio Salvador Aura S.A. Seguros Departamento Informática Benoit Hediard escribió: I've encountered this annoying bug today. When using the formatFunction attribute of DateField,

[flexcoders] Re: mx:TitleWindow -- SizeGrip?

2006-02-27 Thread Doug Lowder
Been meaning to post this for a while now. Here's a version of Andrew Spaulding's resizable TitleWindow with quite a few enhancements. You'll need to get the buttons.swf and wedge.png resources from the download at www.flexdaddy.info. Also, create your own arrow*.* drag cursor images

[flexcoders] Re: Flex2 Tree Bug crashes browser

2006-02-27 Thread sufibaba
Hi Matt, The node has not been added anywhere else. I've modified the Tree example from the Flex Sample Explorer to duplicate the problem I am having in my App and it is exhibiting the same behavior. - tree.mxml ?xml version=1.0

[flexcoders] Re: Full dynamic tree example

2006-02-27 Thread Michael Montagna
For the record, one way to fetch tree children on demand, is to pin the top level nodes to your Tree and then subclass the datadescriptor getChildren. In getChildren you'd run the service calls and return the appropriate children. -Michael --- In flexcoders@yahoogroups.com, Pat Buchanan

[flexcoders] Newbie: load external xml problem

2006-02-27 Thread revanisle
Hi all, I'm new to Flex and AS3 (well, I guess everyone's new to AS3) and am having difficulty with what should be basic and simple - loading an external xml file. I can't even get the examples in Help to work (Flex 2beta): 1 var externalXML:XML; 2 var loader:URLLoader = new URLLoader(); 3 var

RE: [flexcoders] Newbie: load external xml problem

2006-02-27 Thread Jonathan Miranda
Unless Im missing something, you could use a mx:Model source=xmlFile.xml and use onComplete eventsor if its in a url, use a HttpService to call it in. Heres what Id do: mx:HttpService url="" result=trace(result.toXMLstring());/ _ Jonathan

RE: [flexcoders] Newbie: load external xml problem

2006-02-27 Thread Roger Gonzalez
I think some of the docs are obsolete. It appears to me that lines 4 and 5 aren't actually in a function definition, which means that they are in the static context of the surrounding class (you -are- putting this in a class, right? Flex doesn't support loose code.) In that case, request does

[flexcoders] Flex2 :: Button :: Custom Skin Classes

2006-02-27 Thread Teoti Graphix
Hello, I know in previous incarnations of the Button, you would subclass RectBorder and create a switch or conditional statement based on the borderStyle which actually showed what 'phase' the button is in. I see that the phase property now is protected. So we can't call paret.phase in the

[flexcoders] HorizontalList scroll question

2006-02-27 Thread Graham, Jason
I have a horizontal list that is scrolling, is there a way to programmatically select an item and have it scroll to that selected item? I tried doing something like this. myHorizontalList.hPosition = mySelectedItemsIndex; That doesnt seem to do anything and if I just set the

Re: [flexcoders] Re: SWF Object/Embed tags (Flex/Flex 2/Flash 7+)

2006-02-27 Thread John Dowdell
Darin Kohles wrote: As I mentioned, my colleague had read an article about dropping the Embed tag, so I thought I'd ask for the Official word on the subject. Yes, Drew McLellan's Flash Satay article has been highly linked. Drew was seeking to make pages which make the validators happy by not

Re: [flexcoders] Developing Rich Clients book

2006-02-27 Thread Tariq Ahmed
It's an excellent book I have to say, but keep in mind that it was written for Flex 1.0, so some of the examples break in 1.5, and a lot of them need to be re-written for 2.0. Besides the examples, it's the concepts that are very important, and provide the reader of what features are available

[flexcoders] Flex 2 Compiler bug?

2006-02-27 Thread Bruce Eckel
Try compiling the following mxml file, for any embedded SWF file (here called slide01.swf):?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx= http://www.macromedia.com/2005/mxmlmx:TitleWindow mx:Image id=currentSlide width=720 height=540 source=@Embed('slide01.swf')/

[flexcoders] Mono MP3s (bug?)

2006-02-27 Thread Bruce Eckel
Has anyone else seen this behavior:I have an application that uses Flash 8.5's built-in MP3 player. When the MP3 is a stereo file, it works fine. When I convert the MP3 to a mono file, the file plays in speeded-up mode (a la The Chipmunks). -- Bruce Eckel -- Flexcoders Mailing List FAQ:

[flexcoders] URL Loader with CGI

2006-02-27 Thread eguinaldoms
Hi, i'm use the flex 1.5 and the Loadvars to work with CGI file now i chage to version 2 beta and my function to work with CGI don work anymore ! How i can work with CGI in flex 2.0 Beta ? function chamarcobol() { var url:String = http://10.0.0.244/cgi-bin/sfexx001; ; var my_lv:LoadVars = new

[flexcoders] Reading or Embedding SWFs?

2006-02-27 Thread Bruce Eckel
I'm creating an app that displays SWF slides and plays MP3 files associated with those slides. When I create this application under Flexbuilder, at runtime it opens the external SWF slide files and plays the MP3 files just fine. But when I move the application to a different directory

[flexcoders] DG display with xml and webservice

2006-02-27 Thread Jeremy Rottman
I am using a webservice to call a function from my cfc that returns data as xml. When the data results are received, I convert the results into an array named agents. I am trying to populate my dg with the array. When I click on the dg I am calling the function agentDisplayQry. Which calls the

[flexcoders] Re: Flex2 Tree Bug crashes browser

2006-02-27 Thread Michael Montagna
There's certainly a bug in here, but you can try replacing the appendChild call: var newNodeAdded:XML = selectedNode.appendChild(newItem); with: selectedNode.insertChildBefore(null, newItem); Also, I changed selectedNode to type XML from Object. This works for me, the Tree see's

Re: [flexcoders] Mono MP3s (bug?)

2006-02-27 Thread Johannes Nel
dude, are you bruce eckel from mindview?On 2/27/06, Bruce Eckel [EMAIL PROTECTED] wrote: Has anyone else seen this behavior:I have an application that uses Flash 8.5's built-in MP3 player. When the MP3 is a stereo file, it works fine. When I convert the MP3 to a mono file, the file plays in

[flexcoders] Array based class throws error for splice method call

2006-02-27 Thread Vadim Melnik
Hi All, Got problem with my custom class inheriting default AS3 Array one. Not sure it's allowed in AS3, but it worked well with previous ActionScript 2. I've created small test case, it throws runtime error somewhere inside Array.splice call. Also in real application I am getting IE GPFs

RE: [flexcoders] Array based class throws error for splice method call

2006-02-27 Thread Jonathan Miranda
Theres a lot of stuff missing it seems in your class. AS3 is strong-type coding, so you need to code in everything youre assuming it understands. I dont have the time to check it out, but my first guess is to have the set/get commands and call the splice/push methods on the actual

RE: [flexcoders] Flex 2 Compiler bug?

2006-02-27 Thread Roger Gonzalez
Incidentally, if I had to guess, I'd guess its a Flash 8 SWF that uses filters, perhaps a bevel gradient or something? If so, I've fixed this, it should be coming out in Beta 2. -rg -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Roger

[flexcoders] Re: DG display with xml and webservice

2006-02-27 Thread Doug Lowder
Have you verified that the click event is actually being processed by your datagrid? If not, try using a trace or Alert.show for the click handler, or try changing the click event to something like creationComplete. If you find the problem is not the click event, then it's likely there is an

[flexcoders] Re: DG display with xml and webservice

2006-02-27 Thread Jeremy Rottman
I know the click event is working properly. And I know the data being returned from my webservice is returning correclty. I have have tested teh cfc and verfied that it is returned the xml. I am just not sure if I am connecting the webservice to the dg properly. --- In

RE: [flexcoders] Re: DG display with xml and webservice

2006-02-27 Thread Jonathan Miranda
Ahh, I think I know why. In your result you called it srv.AgentDisplay.and shouldnt it be result.AgentDisplay. _ Jonathan Miranda Flexible Master of the Web In the game of chess, it's important to never let your opponent see your pieces.

RE: [flexcoders] Mono MP3s (bug?)

2006-02-27 Thread Roger Gonzalez
--- Yahoo! Groups Survey --~-- Please help us to improve Yahoo! Groups. Take the survey now! http://v2.decipherinc.com/survey/yahoo/yah05014?list=18 ~- I have an application that uses

[flexcoders] Re: Array based class throws error for splice method call

2006-02-27 Thread Vadim Melnik
There's a lot of stuff missing it seems in your class Right, because I've cut source code as much as possible to simplify test case. AS3 is strong-type coding, so you need to code in everything you're assuming it understands My code compiles without errors/warnings in strict mode. my

RE: [flexcoders] Re: Array based class throws error for splice method call

2006-02-27 Thread Jonathan Miranda
In your code, youre not calling the Super constructor. _ Jonathan Miranda Flexible Master of the Web In the game of chess, it's important to never let your opponent see your pieces. HealthGrades: Guiding America to Better Healthcare NASDAQ:

[flexcoders] Re: DG display with xml and webservice

2006-02-27 Thread Doug Lowder
I don't know if it's different in Flex 2.0, but in 1.5 the webservice result handler would be something like: result=agents = new ArrayCollection(event.result.list.employee) That is assuming the XML from your cfc looks like: list employee ... /employee employee ... /list --- In

RE: [flexcoders] Mono MP3s (bug?)

2006-02-27 Thread Richard Leggett
What's the sample rate of the mono mp3? Richard From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Johannes NelSent: 27 February 2006 20:47To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Mono MP3s (bug?) dude, are you bruce eckel from mindview? On 2/27/06,

[flexcoders] Flex 2 Enterprise Services and SSL

2006-02-27 Thread Michael Klishin
Hi, Could anyone tell me if Flex 2 ES supports SSL for communication with server? Regards. 0:35 | 28.02.2006 -- Michael Antares Klishin, Email: [EMAIL PROTECTED] Web: www.novemberain.com Non progredi est regredi -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Array based class throws error for splice method call

2006-02-27 Thread Vadim Melnik
Yes, I also tested super() before and it didn't help me. As far as I know, it's allowed to omit super() call in AS3 constructor, at least documentation refers it as: ...If you omit the call to super(), Flex automatically calls it at the beginning of your constructor -- Thanks, Vadim.

Re: [flexcoders] Re: Array based class throws error for splice method call

2006-02-27 Thread Paul BH
I may be wrong - havent looked at AS3 in a while, and I couldnt find it after a 10 minute hunt, but I think I read somewhere you are no longer allowed to subclass Array On 2/27/06, Jonathan Miranda [EMAIL PROTECTED] wrote: In your code, you're not calling the Super constructor….

Re: [flexcoders] Re: Array based class throws error for splice method call

2006-02-27 Thread Johannes Nel
array is not marked as final according to the docs so you should be able to subclass itOn 2/27/06, Paul BH [EMAIL PROTECTED] wrote:I may be wrong - havent looked at AS3 in a while, and I couldnt find it after a 10 minute hunt, but I think I read somewhere you are no longer allowed to subclass

[flexcoders] Re: Array based class throws error for splice method call

2006-02-27 Thread Doug Lowder
That would be unfortunate if true. The current docs *do* say this, however: You can subclass Array and override or add methods; but specify the subclass as dynamic or you will lose the ability to store data in an array. --- In flexcoders@yahoogroups.com, Paul BH [EMAIL PROTECTED] wrote: I

Re: [flexcoders] Re: Array based class throws error for splice method call

2006-02-27 Thread JesterXL
There are known problems with sub-classing Array, but not sure the status. For now, just use composition until we know it's fixed. - Original Message - From: Doug Lowder [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, February 27, 2006 4:59 PM Subject: [flexcoders] Re:

Re: [flexcoders] Re: Array based class throws error for splice method call

2006-02-27 Thread Paul BH
thats what I get for half listening to stuff... On 2/27/06, Doug Lowder [EMAIL PROTECTED] wrote: That would be unfortunate if true. The current docs *do* say this, however:You can subclass Array and override or add methods; but specify the subclass as dynamic or you will lose the ability to

Re: [flexcoders] URL Loader with CGI

2006-02-27 Thread Abdul Qabiz
Hi,Things have changed in Macromedia Flash Player 8.5 and AS3. Like LoadVars, _level0 etc are not there in Macromedia Flash Player 8.5.You can look at the AS2 to AS3 migration document and do the changes accordingly. BTW! You can you use HTTPService in Flex 1.5/Flex 2.0 to achieve similar

[flexcoders] Re: Flex2 Tree Bug crashes browser

2006-02-27 Thread sufibaba
Michael, Your Antibug spray did the trick. Thanks for the tip. Tim --- In flexcoders@yahoogroups.com, Michael Montagna [EMAIL PROTECTED] wrote: There's certainly a bug in here, but you can try replacing the appendChild call: var newNodeAdded:XML = selectedNode.appendChild(newItem);

Re: [flexcoders] Reading or Embedding SWFs?

2006-02-27 Thread Abdul Qabiz
Hi Bruce,Loading local SWF might not be working because of Security Sandbox. Try giving the permission to your main to load SWFs from context-menu of Flash Player.Context-menu Settings first tab Advanced It would show advanced settings manager from macromedia.com, from there you can the

[flexcoders] FB2 :: Outline Script block class tree

2006-02-27 Thread Teoti Graphix
Hello, You know what would be awsome in the Flex Builder 2 IDE? When I am developing mxml components(SWC), I am starting to change my developing perspective and find it easy to create a quasi component using the powerful as3 interface along with the tremendously efficient mxml ui designing.

Re: [flexcoders] Flash Detection Option

2006-02-27 Thread Abdul Qabiz
I believe, you are talking about express-install. Not sure, if that works for Macromedia Flash Player 8.5 considering it is still under-development and would not be good idea to update user-machines with a binary which is not of release quality. May be after some-months, it would start

RE: [flexcoders] Flash Detection Option

2006-02-27 Thread Jonathan Miranda
Then why have the option in the builder if its not meant to work J _ Jonathan Miranda Flexible Master of the Web In the game of chess, it's important to never let your opponent see your pieces. HealthGrades: Guiding America to Better

Re: [flexcoders] Focus within the Browser

2006-02-27 Thread Abdul Qabiz
Not sure of cross browser solution, but in IE you can trap an event when activeX gets focus. You can then call some function in ActionScript using ExternalInterface API.-abdul On 2/27/06, Claudia Barnal [EMAIL PROTECTED] wrote: How can I know if the Application has the focus within the

Re: [flexcoders] Focus within the Browser

2006-02-27 Thread Abdul Qabiz
Jonthan, does this help: http://www.splintered.co.uk/experiments/archives/flash_satay_firefox_bug/I think, similar issues has been discussed on flashcoders mailing list, you might want to search there. http://chattyfig.figleaf.com/mailman/listinfo/flashcoders-abdulOn 2/27/06, Jonathan Miranda

Re: [flexcoders] Flash Detection Option

2006-02-27 Thread Abdul Qabiz
It is understood that many things won't work because it is beta quality software but options shown would function properly in release version.I think, it's not an issue. Macromedia Flash Player 8.5 might be making requests to server to download the required version of player since server still

Re: [flexcoders] xml files embedded in swf?

2006-02-27 Thread Abdul Qabiz
Hi Jan,This is not a strange behaviour. mx:Model /, mx:XML / etc are compiler tags, which means content inside them (or linked) would be compiled in the SWF. It is well documented and it has been the same in Flex 1.5 as well.You use @Embed (..), mx:XML /, mx:Model / when you want to compile

Re: [flexcoders] xml files embedded in swf?

2006-02-27 Thread Abdul Qabiz
Also what is the limitation on the size of the xml embeded inthe swf? I think, you can embed quite good amount of data in SWF in Flex 2.0. Where as Flex 1.5 had some limit. Check out the Flexcoders FAQ, link is in the footer of this email. You can also search the flexoders archive, I remember

Re: [flexcoders] Flex2 :: Button :: Custom Skin Classes

2006-02-27 Thread Abdul Qabiz
Look at following links on skinning in Flex 2.0:-http://mannu.livejournal.com/305284.html http://weblogs.macromedia.com/khoyt/archives/2006/02/programmatic_sk.cfm-abdulOn 2/28/06, Teoti Graphix [EMAIL PROTECTED] wrote: Hello, I know in previous incarnations of the Button, you would subclass

Re: [flexcoders] Flex 2 Enterprise Services and SSL

2006-02-27 Thread Abdul Qabiz
I guess, it should support. If not, then it won't be hard doing the same by setting up few things in place. I guess, FES uses RTMP/AMF as communication protocol and you can make both of these work over SSL.See this link:

Re: [flexcoders] DG display with xml and webservice

2006-02-27 Thread Abdul Qabiz
Try this:mx.utils.ArrayUtil.toArray(ResultEvent(event).result)mx:WebService id=srvuseProxy=falsewsdl=http://flex.homesmartagent.com /cfc/adminHS2F.cfc?wsdlresult=agents = new ArrayCollection(mx.utils.ArrayUtil.toArray (ResultEvent(event).result))showBusyCursor=true /Does that work?-abdulOn

[flexcoders] syntax / code hinting help for a custom classes 'type' variable

2006-02-27 Thread grae_hall
I'm extending the effects class to allow me to have a custom tag that can tween a component in a known and limited number of ways. I'm not really sure what the correct syntax is to define those limited types of class methods. Say my tween class allows you to tween the alpha, the scale, and the

[flexcoders] CF/Flex Integration Issue: RangeError

2006-02-27 Thread perezd324
Hey all, I have been working on a sample app using CF and Flex 2. and so far its working smooth...Until I run across a query that has no records in it. I have it take the results and bind them to a datagrid, this is the error it gives me: RangeError: Index '0' specified is out of bounds

Re: [flexcoders] Flex builder 1.5 or 2.0

2006-02-27 Thread Abdul Qabiz
FlexBuilder 2 is much better than FlexBuilder 1.5. It is based on Eclipse and has better development work flow, debugging capabilities, project management and much more. http://labs.macromedia.com/wiki/index.php/Flex_Builder:overviewAdobe Flex 2.0 is far superior than Flex 1.5. It has more

RE: [flexcoders] strange undefined property error

2006-02-27 Thread Tracy Spratt
And you can't do work like that outside of a function. You can only declare stuff, and assign primitive values. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Williams Sent: Monday, February 27, 2006 9:42 AM To:

Re: [flexcoders] Flex2 :: Internal Build Error :: Adobe Engineers?

2006-02-27 Thread Teoti Graphix
Hello, Well using FLex 2 beta I get the internal build error with this; test.mxml - ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml width=600 height=600 mx:Script ![CDATA[ var b; ]] /mx:Script

[flexcoders] Proxy Server Issue ( lc_id is undefined )

2006-02-27 Thread shahnavaz Alware
Hi All, I have a following situation Server A Flex Application Server B Proxy Server (Apache) Server B has a mapping I have following settings on my Proxy Server B *** DefaultType application/octet-stream Mime.types file has

Re: [flexcoders] Flex2 :: Button :: Custom Skin Classes

2006-02-27 Thread Teoti Graphix
Thank you! That was exactly what I was looking for. For those who don't have the time to click the link right now, Solution:: Use a switch statement on the ProgramaticSkin, Border or RectBorder using the 'name' property of the skin class. Great, and eloquent. Peace, MikeOn 2/27/06, Abdul

[flexcoders] [ann] Sydney Developers Group March meeting

2006-02-27 Thread Chris Velevitch
On Monday 13th March is the first meeting of the year and it starts with the new study group weekly meeting format. With the study group format, members are asked to study some aspect of the Flash Platform prior to the meeting. At the meeting, the moderator will lead discussion and questions

[flexcoders] Automated Testing of Flex Components

2006-02-27 Thread Caine Lai
Perhaps someone has an answer for this. We are thinking of using Flex components in our JSP pages and don't know we we will do our automated testing. Are there any automated testing tools for Flash/Flex? Thanks. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Proxy Server Issue ( lc_id is undefined )

2006-02-27 Thread Tariq Ahmed
Regarding lc_id, I've seen that problem when using IIS. Check the IIS config - it needs the execute perms to be set to scripts and executables. shahnavaz Alware wrote: Hi All, I have a following situation Server A Flex Application Server B Proxy Server (Apache)

Re: [flexcoders] Re: Full dynamic tree example

2006-02-27 Thread Hari Kolasani
Here is a sample .mxml/as code that worked for me. Hope this will help. - Hari * ?xml version="1.0" encoding="utf-8"? mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml" backgroundColor="#FF"

  1   2   >