[flexcoders] Re: How to capture/handle runtime errors?

2006-06-30 Thread polestar11
--- In flexcoders@yahoogroups.com, Pat Buchanan [EMAIL PROTECTED] wrote: I'm experiencing runtime error # 2025 (The supplied DisplayObject must be a child of the caller). Hi there I am also experiencing the The supplied DisplayObject must be a child of the caller error and think I know

[flexcoders] Flex2B3 XMLSocket - AS2 onConnect equivallent?

2006-06-30 Thread polestar11
In Flex2B3 the XMLSocket class no longer issues an onConnect event, which tells if the connection was successful or not. There is only support for an Event.CONNECT event which is called once there is a connection. How can one tell if the connection attempt was successful? Thanks

[flexcoders] AMFPHP netconnection problem

2006-06-30 Thread Dima Ulich
After installing flex 2.0 release I found that amfphp results don't work correctly. this two function suppose to work on netconnection result, but the don't public function AppendToGatewayUrl(s:String):void { currentSid = s;

[flexcoders] Re: Constraining a grid other then with an absolute height.

2006-06-30 Thread Tim Hoff
Hi Ian, The first example was almost correct. This will work: mx:DataGrid height={parentPanel.height-50}/ Change parentPanel to the id of your panel. -TH --- In flexcoders@yahoogroups.com, Ian Skinner [EMAIL PROTECTED] wrote: I’m not having much luck with this. If I put it like you

Re: [flexcoders] using Mac to compile

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 02:12, John wrote: Since I can't figure out how to compile the final release using the mac eclipse I am stuck mxmlc is just a Java program, so if you have the runtime it should just work. -- Tom Chiverton This

RE: [flexcoders] Flex 2 (final) bug with showDataEffect and stacked column chart

2006-06-30 Thread Daniel Tuppeny
Cool! I believe the budget has all been approved for most of our team =) We're currently using the 30 day trial (RTM), but currently having a bit of an issue with 40k points on a plot chart (with 3 best fit lines). It eats 100% CPU (IE process) for about 3 minutes while doing it. The

FW: [flexcoders] Re: Flash player is not a debugger?

2006-06-30 Thread Daniel Tuppeny
They could be linked, but the main functions of System Restore is to take checkpoints that you can rollback to (when, and only when, you tell it to). Whereas the system files are all duplicated, and if you fiddle with those Windows things you shouldn't, it just overwrites them again! Could link,

RE: [flexcoders] FlexStore damn slow when there is 250 items in the shop

2006-06-30 Thread Jason Hawryluk
No that's funny :) And very true. As for the 250 items is there a was to logically categorize them so that it's only showing a subset at a time? Jason -Message d'origine-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Douglas KnudsenEnvoyé:

[flexcoders] Re: How to capture/handle runtime errors?

2006-06-30 Thread polestar11
--- In flexcoders@yahoogroups.com, polestar11 [EMAIL PROTECTED] Enter problem II, here is the scenario: - draggable Image onto new position - if another Image exists at this position, remove it This works for the first occurance. But subsequent dragging and dropping images results in the

[flexcoders] MessageLabs rejecting messages

2006-06-30 Thread Daniel Tuppeny
Anyone else have their email filtered by messagelabs? This morning I couldn't email this list because my mail had been bouncing. I signed up to Yahoo and logged in, and it said it'd had 55 messages bounce, and they all had a message that Google suggests is messagelabs rejecting it.

Re: [flexcoders] bad graphical glitches using Flex in Firefox

2006-06-30 Thread Tom Chiverton
On Thursday 29 June 2006 16:55, Jim Cheng wrote: I almost never use Internet Explorer outside of accessing the Windows Update site, so I don't recall having tested or seen this effect under Internet Explorer. Don't even need IE for that, with WindazUpdate: http://windowsupdate.62nds.com/ --

Re: [flexcoders] Shouldn't we use Flex to built website

2006-06-30 Thread Michael Hansen
Ted,I've had the same thoughts for quite awhile. The techniques you describe could be used for making an awesome CMS system. The only problem is the initial file size. A typical MXML applications start off with a fairly high initial download size before _any_ viewing of content. Users _hate_

Re: [flexcoders] Grabbing the name of the currently executing function

2006-06-30 Thread Ralf Bokelberg
Though i don't think it works, have yout tried flash.utils.describeType? Cheers,Ralf. On 6/29/06, Clint Modien [EMAIL PROTECTED] wrote: Anyway to do something like this in AS3? pacakge packageName { public class className { private function someFunction():void {

Re: [flexcoders] Developing RIA book

2006-06-30 Thread judah
According to Barnes Noble order system the book "Delivering Rich Clients with Macromedia Flex 2 by Steven Webster" is supposed to be out today. I have had it on order for a while now. So just to be sure, you're saying this has just been started and it *won't* be out for a while, correct? Not

RE: [flexcoders] Transitions - How to apply movement to SetStyleAction(horizontalCenter proprety)

2006-06-30 Thread Nelson Batista
Hello Jason, Here is the code sample (the not working version, using the setStyleAction). Ive found out that the problem is related with the Fade Effect before the Move Effect. If you comment the Fade Effect it all works. ?xml version=1.0 encoding=utf-8? mx:Application

Re: [flexcoders] using Mac to compile

2006-06-30 Thread John
Hi Tom, Thanks so much for getting back to me. Been trying to get the final release to work with Eclipse ANT, but have had no luck! Just tried with Xcode, which worked with beta 2, and beta 3, but now it does not work with the final release. Looks like I need to get a macbook so I can run

[flexcoders] Jason Hawryluk: Flash debug player - a workaround

2006-06-30 Thread Daniel Tuppeny
For Jason Hawryluk, and anyone else that'd been having issues getting the debug player working, I've found a way, but it's not very "nice"...! I uninstalled/reinstalled anything with no joy, so I got the release player from the Adobe site, and made sure I can run Flex projects in Run

[flexcoders] Flex2B3 - Item Renderer and scrolling runtime error

2006-06-30 Thread bhaq1972
I've got 3 questions if anyone could kindly help me on. I have an itemRenderer that looks like this ?xml version=1.0 encoding=utf-8? mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml; backgroundColor=yellow width=100% mx:Label text={data.name} fontWeight=bold/ mx:Label

RE: [flexcoders] Fwd: FB3 addedEffect, removedEffect and popUps

2006-06-30 Thread Jonas Windey
I dont know if this is still unanswered, but this is how I did it (creationCompleteEffect etc arent working when using the PopUpManager, I think..) userdetail = userdetailWindow(PopUpManager.createPopUp( this, userdetailWindow , true)); var effFade:Fade = new Fade(userdetail);

Re: [flexcoders] Shouldn't we use Flex to built website

2006-06-30 Thread judah
I'm going to be a little abstract and off topic here but I think it's a valid point. When a friend of mine and myself decided to write a game back in the days of 386 and 486 machines the code we were writing would *barely* run on the systems of the day. This is direct x 3 days. They just

[flexcoders] Canvas Color AS Input validation..

2006-06-30 Thread Tolulope Olonade
I have this application that I canged the background color to RED. But at run time it still shows grey why ? Also Ihave this script that is supposed to help me validate enteries into 2 text boxes but is not doing what its supposed to do? public function

[flexcoders] New text component problem (flex 2 final release)

2006-06-30 Thread n51red
Hello, I'm in the process of migrating an appliation from flex 2 beta 3 to the flex 2 final release and I have come accross a new problem with adjacent text components inside VBoxes. It appears that when the positions of the text components are recalculated they momentarily appear on top of

[flexcoders] Scrollbars size binding issue

2006-06-30 Thread Daniel Tuppeny
I've got a weird problem. If I paste the following into a blank app, everything looks good: mx:VScrollBar id="vscroll" bottom="{hscroll.height}" right="0" top="0" /mx:HScrollBar id="hscroll" bottom="0" left="0" right="{vscroll.width}" / The scrollbars don't overlap, and leave a

[flexcoders] what kind of meaning 'bubbling'

2006-06-30 Thread jh8829
what kind of meaning 'bubbling' from Event flow. The word and embodiment contents do not understand well... bubbling reminds me only soap bubbles Yahoo! Groups Sponsor ~-- Yahoo! Groups gets a make over. See the new email design.

[flexcoders] Re: Flash player is not a debugger?

2006-06-30 Thread mvbaffa
Hi Matt I have problems with debugging since I have installed version beta 3. I had to install FireFox to debug, but for some reason, FireFox, some time later, began to crash. My problem is that when I try to debug, with FireFox or IE, the browser crashes. YES IT CRASHES ! No message box

Re: [flexcoders] asdoc generator for AS3?

2006-06-30 Thread Tom Chiverton
On Thursday 29 June 2006 16:52, Andrew Trice wrote: they only cover as2. I don't seen one on adobe's site. released soon Apperenty. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited

[flexcoders] Flex Errors

2006-06-30 Thread bgmosssr
Installed the Flex 2 Beta and all was well in the world. I restarted my pc and now when I try to access ANY flex app (whether local OR on the net - adobe.com in particular), I get the following error: ReferenceError: Error #1069: Property hasDefinition not found on flash.system.ApplicationDomain

Re: [flexcoders] using Mac to compile

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 11:47, John wrote: Hi Tom, Thanks so much for getting back to me. Been trying to get the final release to work with Eclipse ANT, but have had no luck! Does it work without ANT ? I.e., install the SDK, open a terminal, and run 'mxmlc' ? so many problems trying to

[flexcoders] Re: Cold Fusion And Flex 2

2006-06-30 Thread mvbaffa
Thanks to everybody --- In flexcoders@yahoogroups.com, David Mendels [EMAIL PROTECTED] wrote: The install is an update to CF, not additional software. It include cumulative bug fixes to CF MX 7, so I expect most providers to install it early. Regards, David -Original

Re: [flexcoders] FlexBuilder - error during help panel usage

2006-06-30 Thread Robert Wąs
You have something wrong with explorer config, try check switch off script debuging in browser settings, maybe your have also script debuger installed from microsoft site. rw Thomas Rühl -akitogo- wrote: Hello list, i just came across a new bug(?) in my FlexBuilder installation - maybe

[flexcoders] Re: Jason Hawryluk: Flash debug player - a workaround

2006-06-30 Thread mvbaffa
Hi Daniel, I unistalled/reinstalled Flex Builder but I cannot find Flash9.ocx. In Windows/system32/Macromed/flash I can only find FlDbg9.ocx. I cannot reinstall my machine now !! Where are the files you are talking ? Thanks --- In flexcoders@yahoogroups.com, Daniel Tuppeny [EMAIL

[flexcoders] Re: Application does not finish loading

2006-06-30 Thread fi_heidi
An addendum to my message: This morning we realized that the loader is not showing when the page displays, which would explain why the creationComplete event isn't handled. What might I be able to tap into in the loader to workaround this? /Heidi Yahoo! Groups

[flexcoders] Re: FlexBuilder - error during help panel usage

2006-06-30 Thread jrunrandy
There are a couple of ways out of this: 1)Open IE, going to ToolsInternet Options Advanced, and select the Disable Script Debugging (Other) checkbox. 2) Try the fix suggested in http://groups.yahoo.com/group/flexcoders/message/41508 HTH Randy Nielsen Flex Documentation Manager Adobe Systems,

Re: [flexcoders] Adobe Style Explorer - view source error

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 01:05, Angus Johnson wrote: Thanks for looking into this one Matt. The Style Explorer is very handy. Indeed. It must be very close to having a runtime-CSS engine though, no ? What would be great is if styles set on one tab effected all tabs (so I set theme color, and

Re: [flexcoders] New text component problem (flex 2 final release)

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 13:10, n51red wrote: appear on top of each other before being displayed in the correct place. This appears not to be a problem with HBoxes. Does anyone know why this might be occuring and what I can do to get around it? Do you have a simple test case ? -- Tom Chiverton

[flexcoders] How to get data from list?

2006-06-30 Thread sumeet k
Hi, I have created Drag and drop functionality from datagrid to list in flex 2 beta 3 Below is the code for it. But can anybody tell me that how can i get the List data in separate array on click event of the list? ?xml versionfiltered="1.0" encoding="utf-8"?mx:Application

Re: [flexcoders] e4x list of unique child elements.

2006-06-30 Thread Tom Chiverton
On Thursday 29 June 2006 19:38, coder_flex wrote: I may be becoming too ambitious here for e4x, nevertheless! No, both your ways sound fine. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a

Re: [flexcoders] Flex 2 (final) bug with showDataEffect and stacked column chart

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 09:18, Daniel Tuppeny wrote: but at the moment we're not really sure where to start looking! Write a test file that just does the SOAP call and see how long it takes. -- Tom Chiverton This email is sent for and on

[flexcoders] How to get data of the List?

2006-06-30 Thread sumeet k
Hi, I have created Drag and drop functionality from datagrid to list in flex 2 beta 3 Below is the code for it. But can anybody tell me that how can i get the List data in separate array on click event of the list? ?xml version="1.0" encoding="utf-8"?mx:Application

[flexcoders] Flex2.0 'ANY_HOST_CONFIGURATION'

2006-06-30 Thread hemantkamatgi
Hi, I've installed the latest flex2.0 war. I'm getting the exception shown below: flex.messaging.config.ConfigurationException: Unable to create service 'flex.messaging.services.HTTPProxyService' for 'proxy-service' due to the following error: org.apache.commons.httpclient.HostConfiguration:

[flexcoders] Re: Urgent help needed with DataGrid events

2006-06-30 Thread jmorpher03
Thanks for responding :) I am able update the ArrayCollection using ac.itemUpdated(obj). I tried putting this code in the DataGrid's click event and assign some value to my ArrayCollection and it works. But this is not the place I wanted as the click event will let me do it on the newly

Re: [flexcoders] Re: Saving DataGrid Items in to Database.

2006-06-30 Thread Vinod M Jacob
Hi,Even i would like to know the same thing.I am able to store a selected single row from the datagrid to the database using HTTpservice on a button click. I would like to know how we can pass all the datagrid items(without selecting) ie. multiple rows in datagrid to the jsp page using

Re: [flexcoders] Re: FlexBuilder - error during help panel usage

2006-06-30 Thread Thomas Rühl -akitogo-
Thanks, 1) is already turned off, I'll try No 2) any time soon... Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449

RE: [flexcoders] Re: Jason Hawryluk: Flash debug player - a workaround

2006-06-30 Thread Daniel Tuppeny
I went to www.adobe.com and clicked Get The Flash Player there (a small button halfway down the page). After installing that, you will now have a Flash9.ocx. If you close all copies of IE, you should then be able to rename it, and then copy the Fldbg9.ocx file and change that to be Flash9.ocx.

[flexcoders] Re: DataGrid Totals Row

2006-06-30 Thread Torey Maerz
I guess I am more interested in the sum of a particular column showing at the bottom of the grid. For example a list of items and how much they cost and a totals row at the bottom that sums the items in the list. --- In flexcoders@yahoogroups.com, Uday M. Shankar [EMAIL PROTECTED] wrote:

[flexcoders] Making Cairngorm available to all projects

2006-06-30 Thread ben.clinkinbeard
Can someone please post more detailed instructions on how to make Cairngorm available to all of your Flex projects? The instructions provided simply say add the .swc to your classpath and I am not sure what that entails exactly. Where is the classpath for Flex 2/AS3 anyways? Thanks in advance,

RE: [flexcoders] Jason Hawryluk: Flash debug player - a workaround

2006-06-30 Thread Jason Hawryluk
Did you not try this ? It did work for me. Matt Said: Howdy all, go here: http://www.adobe.com/support/flashplayer/downloads.html and take a look at the tech note and resolution. New debugger players are available for download. Thanks for your patience and sorry for the inconvenience,

[flexcoders] remove effect from component

2006-06-30 Thread Steve Gilchrist
Hi everyone, What is the best way to remove an effect after is has played. In the below example I want each button to glow when clicked but when the other is selected it should revert back to the original state with no effect. I've tried end() and reverse(). I see a filter array property on the

Re: [flexcoders] Making Cairngorm available to all projects

2006-06-30 Thread Thomas Rühl -akitogo-
Hi, just download the cairngorm zip file from the labs site, unextract it and import the classes neeted into your project's workspace. the zip file contains a complete project structure of cairngorm ready to use. cheers, thomas Thomas Rühl Design,

RE: [flexcoders] Using the XMLListCollection class bug

2006-06-30 Thread Jason Hawryluk
I'm very happy to report that the tree component is working very well. All the outstanding bugs I've checked have been corrected (i have a few left to look into). The binding is working. jason -Message d'origine-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la

RE: [flexcoders] Jason Hawryluk: Flash debug player - a workaround

2006-06-30 Thread Daniel Tuppeny
Nope, I've had very few emails sent to FlexCoders since yesterday (due to MessageLabs bouncing emails)! Thanks for re-posting it. I'll go take a look! :D From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason HawrylukSent: 30 June 2006 13:50To:

RE: [flexcoders] Jason Hawryluk: Flash debug player - a workaround

2006-06-30 Thread Daniel Tuppeny
Worked fine. Thanks :-) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel TuppenySent: 30 June 2006 14:00To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Jason Hawryluk: Flash debug player - a workaround Nope, I've had very few emails sent to

[flexcoders] FocusManager problem

2006-06-30 Thread n51red
Hello, After migrating an application from f2b3 to the final release of Flex 2 a new problem has emerged involving the FocusManager. I use a FocusManager to focus on a TextInput when its parent becomes visible. The text input does indeed take the focus and the component responds to the

Re: [flexcoders] Re: Saving DataGrid Items in to Database.

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 11:31, Vinod M Jacob wrote: button click. I would like to know how we can pass all the datagrid items(without selecting) ie. multiple rows in datagrid to the jsp page using HTTPservice on clicking a button to store into the database. dataGridId.dataProvider should

RE: [flexcoders] what kind of meaning 'bubbling'

2006-06-30 Thread Daniel Tuppeny
It's because of the way the event goes up the object model. There's a simple explanation at the bottom of this page: http://catcode.com/domcontent/events/capture.html -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jh8829 Sent: 30 June 2006

[flexcoders] Faq: Migration to flex 2.0 final

2006-06-30 Thread Ralf Bokelberg
Let's start a faq for the migration to flex final. This will spare us a lot of time for searching. If you come across things one has to change, to make an app run in final, post it here. 1. Model now ignores the root of a xml source mx:Model id=testModel source=test.xml/ mx:ComboBox

[flexcoders] Label without size doesn't display

2006-06-30 Thread Daniel Tuppeny
After changing from beta3, the following code doesn't work: var t:Text = new Text();t.text = text;t.styleName = "gradeLabel";t.selectable = false;//t.width = 200;//t.height = 100;this.addChild(t); inside my chart. Howevever, if I uncomment the width/height lines, it works fine. How

[flexcoders] Read Local File

2006-06-30 Thread Torey Maerz
I would like to create a flex application (hosted on the internet) that could read in a client's local file, parse that file and then display in a datagrid for manipulation and eventually posting the data to my server. My problem is on the reading of the local file piece. It seems that the

[flexcoders] automationParent is gone???

2006-06-30 Thread ZhaoXingdong
hi flexcoders, This worked in FB2b3 var obj:Object = Object(this).automationParent.parentApplication; obj.afterAdd(addok); But a compile error occured in the released version. seems automationParent is not alive already. What should i do to workaround this? Any help would be appreciated.

RE: [flexcoders] Faq: Migration to flex 2.0 final

2006-06-30 Thread Daniel Tuppeny
They're supposed to all be listed here: http://weblogs.macromedia.com/flexteam/archives/2006/06/flex_2_changes.c fm But since I don't see a mention of dataTip there, I've added details below. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [flexcoders] automationParent is gone???

2006-06-30 Thread Michael Schmalle
They will be realeasing the automation packge sooner than later. It wasn't ready for the release. Peace, Mike so they stripped it all out.On 6/30/06, ZhaoXingdong [EMAIL PROTECTED] wrote: hi flexcoders, This worked in FB2b3 var obj:Object =

RE: [flexcoders] Scrollbar bug (with sample code)

2006-06-30 Thread Jason Hawryluk
I added this to your vscroll, it worked but not the best,you may want to play around with this a bit. Perhaps the binding is not getting called until hscroll is created they are not created at the same time, so if hscroll is not fully created the height would in fact be 0.

RE: [flexcoders] Read Local File

2006-06-30 Thread Jason Hawryluk
This is not possible due to browser security restrictions. You will have to ask the client to upload to the server, pass the data back to the client, modif, and send back to server. On the server side you will have to accept the down load, parse, and have the client the poll the server

RE: [flexcoders] Scrollbar bug (with sample code)

2006-06-30 Thread Daniel Tuppeny
I thought that too. So I added a label that displayed the properties, (text="{hscroll.height}" etc.), and they all updated fine as the control rendered. I can fix it witha bodge, but I'm hoping someone can confirm a bug, or explain what I'm doing wrong :-) From:

Re: [flexcoders] Read Local File

2006-06-30 Thread Darron J. Schall
Torey Maerz wrote: So what can I do to give my internet based application read access on the client's machine? You'll need to have the user upload the file to your server. When the upload is complete you'll then need to download the file from the server into the

[flexcoders] Re: New text component problem (flex 2 final release)

2006-06-30 Thread n51red
Do you have a simple test case ? The following code demonstrates the problem: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Style Application{ backgroundColor:white; color:black; } .boxStyle1{

Re: [flexcoders] Trace timing

2006-06-30 Thread Michael Schmalle
Hi, Couldn't you use the date object and call valueOf():Number Returns the number of milliseconds since midnight January 1, 1970, universal time, for a Date object. then make another date object on the next round you want to test and call the same thing and then subtract the two? Just a

[flexcoders] Flex Debug - I am allmost giving up - this is my last message

2006-06-30 Thread mvbaffa
Hi everybody, This is my last message about this problem. Flex is fantastic, I am using it since alpha version. I have an application ready to deploy that I have finished without a debug (the older will remember old times when debugging was done with Alert boxes). I hoped that with the

Re: [flexcoders] Trace timing

2006-06-30 Thread Michael Schmalle
Or event simpler... import flash.utils.getTimer; Returns int — The number of milliseconds since Flash Player was initialized. If the player starts playing one SWF file, and another SWF file is loaded later, the return value is relative to when the first SWF file was loaded.

[flexcoders] Re: Making Cairngorm available to all projects

2006-06-30 Thread ben.clinkinbeard
Thanks for the reply but I am still not clear on what needs to be done. I am looking for instructions on how to make that Cairngorm structure available to my projects. Thanks, Ben --- In flexcoders@yahoogroups.com, Thomas Rühl -akitogo- [EMAIL PROTECTED] wrote: Hi, just download the

RE: [flexcoders] Flex Debug - I am allmost giving up - this is my last message

2006-06-30 Thread Jason Hawryluk
Did you uninstall flex b3, and did you run Player_B3_Uninstaller_05-08.exe before installing the final version? Also ensure that you have removed the olderflash9.ocx from your computer? Jason -Message d'origine-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De

Re: [flexcoders] Using the XMLListCollection class bug

2006-06-30 Thread milan kosir
Thank you, Jason,this is a great news!As I said, maybe it is a bad example, or maybe I just don't know how to use it?Because when I add some bananas to the list, first they are not selectable except the last one, then when they are removed, they are not properly removed from the tree, and on

RE: [flexcoders] Using the XMLListCollection class bug

2006-06-30 Thread Jason Hawryluk
The situation you describe occurs when the xml nodes are the same i.e. rootitemsitem label ="1"/ item label ="1"/ item label ="1"//items/root There needs to be a difference between the items in order for flex to react properly. so the below would work rootitemsitem label ="1"/

Re: [flexcoders] arrays and bindings

2006-06-30 Thread Pan Troglodytes
It may work fine for you, but I thought others reading this thread may want to know why it doesn't work fine in general. Here's some code to demonstrate:?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml layout=vertical mx:Script ![CDATA[ import

[flexcoders] Re: Making Cairngorm available to all projects

2006-06-30 Thread Simon Barber
Extract Cairngorm to a directory of choice. Open Flex Builder 2. Right Click on your project in the Navigator Panel at the top left. In the dialog window press on [Flex Build Path]. Select the Library path tab and press the [Add SWC...] button. Navigate to the directory where you extracted

Re: [flexcoders] Faq: Migration to flex 2.0 final

2006-06-30 Thread Pan Troglodytes
Add it as a comment. That's what I've been doing when I've noticed changes.On 6/30/06, Daniel Tuppeny [EMAIL PROTECTED] wrote: They're supposed to all be listed here: http://weblogs.macromedia.com/flexteam/archives/2006/06/flex_2_changes.c fm But since I

RE: [flexcoders] AMFPHP netconnection problem

2006-06-30 Thread Peter Farland
The flash.net.NetConnection class is now sealed, instead create a type that defines these handlers and then set an instance of this type as the client property on your NetConnection. http://livedocs.macromedia.com/labs/1/flex/langref/flash/net/NetConnection.html#client Pete

RE: [flexcoders] Flex Debug - I am allmost giving up - this is my last message

2006-06-30 Thread Shannon Hicks
Have you tried it on another machine? We've run FB2 and FB2 b3, and not encountered any problems like you're describing. I'd be leaning toward you having another plugin that's conflicting with FlashPlayer. If you don't have another machine, maybe try Firefox. Shan From:

[flexcoders] togglebar arrangement

2006-06-30 Thread mthielman11
Hello, I am looking to see if it is possible to have a toggle bar contain multiple rows of button. For example I have an accordian that controls navigation to my various modules. Each module I think is going to be its own Flex application. Within each module are different components. I

[flexcoders] Flex2B3 - how to clear XML node values

2006-06-30 Thread bhaq1972
I have the following XML var xml1:XML = root nodeAhello/nodeA nodeBworld/nodeB /root i want to clear the node values 'hello' and 'world' in a generic way meaning i dont know how many nodes there are (ie nodeA, nodeB, nodeX etc).

RE: [flexcoders] Faq: Migration to flex 2.0 final

2006-06-30 Thread Daniel Tuppeny
That's a better idea. Would be nice if they updated the page and removed the comments though, to keep it tidy! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pan TroglodytesSent: 30 June 2006 15:49To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Faq:

[flexcoders] Re: Would Flex 2.0 RemoteObject work with Flex 1.5 AMFGateway?

2006-06-30 Thread Renaun Erickson
You have two things here. Are you just implementing AMF with Java or ColdFusion? Are you using the Flex1.5 proxy? Flex1.5 it self doesn't do AMF per say, but it provide a proxy method so you could whitelist your RemoteObjects in the flex-config.xml. I do know if you are not using the proxy and

RE: [flexcoders] Faq: Migration to flex 2.0 final

2006-06-30 Thread Matt Horn
This might be a case where the Flex 2 upgrade/migration forum on Adobe.com is better suited for the task. Just a suggestion. matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pan Troglodytes Sent: Friday, June 30, 2006

[flexcoders] What technology does my web hosting company need to run my Flex 2 project?

2006-06-30 Thread porsche_911_1978
I had switched my web hosting company to one that offers Coldfusion, but I'm not sure what else I need in order run my project on their servers. My project has a MySQL database (they support this), ColdFusion (support for this as well) and built using Flex 2 (they say they do not support

Re: [flexcoders] togglebar arrangement

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 14:41, mthielman11 wrote: However the default bar seems to just add buttons horizonally. Can I somehow have it add them both horizonatally and vertically so i could say have 2 rows oof 3 buttons? Can you add bars as children of the bar ? What happens ? -- Tom

RE: [flexcoders] Flex2.0 'ANY_HOST_CONFIGURATION'

2006-06-30 Thread Cathy Reilly
We haven't seen this issue before. Based on the information that you've provided, I might suspect that the flex.war's version of commons-httpclient.jar isn't getting used but rather a different version of that jar in your classpath. - which application server are you running? - are you running

[flexcoders] adding a service to open for ComboBox

2006-06-30 Thread rodneyjlucas
Hello, I would like to use a comboBox whos contents will be filled in dynamically. The open command would trigger a remote call and fill in the data provider of the comboBox. This all works fine except that when you click on the pulldown it will close it before you get a chance to select

[flexcoders] Re: Read Local File

2006-06-30 Thread Torey Maerz
Thanks for the help. Now at least I know the direction that I need to go in. Uploading then downloading and eventually posting the modified data may increase the time too much for larger files. Possibly I could create a java applet that does the file read then pass the file via javascript to

[flexcoders] FDS Upgrade from 1.5

2006-06-30 Thread Travis Young
Does anyone know yet the upgrade path for those of us with Flex 1.5 subscriptions, especially in regards to FDS? Yahoo! Groups Sponsor ~-- Great things are happening at Yahoo! Groups. See the new email design.

[flexcoders] Re: Flex Debug - I am allmost giving up - this is my last message

2006-06-30 Thread mvbaffa
Thanks Jason, I have only Unistalled Beta 3. But I have already run the flash player uninstaller before installing the new debug version of Flash 9. With Beta 2 it was working OK, When I have installed beta 3, IE stopped working and I have installed FireFox that worked for some time. I

[flexcoders] Flex 2 consultant required

2006-06-30 Thread amolyk_flex
Hi All, My company requires onsite consultant for Flex 2.0 very URGENTLY for fairly complex application. Company is in INDIA. If anybody is interested please reply to this mail. I will post you require details, on personal mail id. Thanks and Regards, Amol.

RE: [flexcoders] Re: Flex Debug - I am allmost giving up - this is my last message

2006-06-30 Thread Jason Hawryluk
Did you try this? Matt Said: Howdy all, go here: http://www.adobe.com/support/flashplayer/downloads.html and take a look at the tech note and resolution. New debugger players are available for download. Thanks for your patience and sorry for the inconvenience, this one fell through

Re: [flexcoders] automationParent is gone???

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 14:47, Michael Schmalle wrote: so they stripped it all out. Errr. That wasn't in the release notes / changes was it ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a

RE: [flexcoders] Re: Read Local File

2006-06-30 Thread Jason Hawryluk
Yes that is possible. In flex look at the external interface to pass data to flex. Jason -Message d'origine-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Torey MaerzEnvoyé: vendredi 30 juin 2006 16:49À: flexcoders@yahoogroups.comObjet:

[flexcoders] Re: Making Cairngorm available to all projects

2006-06-30 Thread ben.clinkinbeard
Thank you very much! Sometimes I need my hand held :) --- In flexcoders@yahoogroups.com, Simon Barber [EMAIL PROTECTED] wrote: Extract Cairngorm to a directory of choice. Open Flex Builder 2. Right Click on your project in the Navigator Panel at the top left. In the dialog window press

RE: [flexcoders] Shouldn't we use Flex to built website

2006-06-30 Thread Ted Patrick
Michael, The first load is THE issue here. There are some choices though and MXML supports some low level changes that could make the perception of loading far less. Template remains on hard cacheable url where version is part of the URL like so:

Re: [flexcoders] Re: New text component problem (flex 2 final release)

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 14:56, n51red wrote: think I think that's a bug, replicates here easily. Send it to Adobe :-) -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership

Re: [flexcoders] FDS Upgrade from 1.5

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 16:12, Travis Young wrote: Does anyone know yet the upgrade path for those of us with Flex 1.5 subscriptions, especially in regards to FDS? There was a post the other day from Matt Chotin, that hasn't made it to the web FAQ yet. Summary: If you were on Flex 1.5, you'll

RE: [flexcoders] Grabbing the name of the currently executing function

2006-06-30 Thread Clint Modien
Ya It doesnt show me the method name describeType(arguments.callee) I remember there used to be an ASSetPropFlags hack to explose the function names in an obj but I didnt see an equivalent in AS3. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On

Re: [flexcoders] automationParent is gone???

2006-06-30 Thread Michael Schmalle
No, it was when I was talking to the engineers face to face in SanFran last week. ;-) If you look at the source, there is no automation package anymore. Peace, MikeOn 6/30/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 30 June 2006 14:47, Michael Schmalle wrote: so they stripped it all

  1   2   3   >