[flexcoders] Flex Builder 2.0.1 crash

2007-08-28 Thread Mika Kiljunen
Hi, I just had a crash from Flex Builder 2.0.1 (Win XP, Stand alone installation). All I did I changed the included as libraries to RSL linked libraries in my main project. Then I closed Flex Builder and tried to start it again. Now it won't start anymore. In the .log I have the following error:

[flexcoders] Re: Drag and drop for list items

2007-08-28 Thread flashcrow2000
I think I'm trying to go with the first option (making everything a valid droptarget). The problem is that I'm working with some existing components and they have no dropEnabled property. Is there any way to make them drop-enabled? Another solution would be to use an invisible sprite, or

[flexcoders] Display item renderer in only some rows of a datagrid

2007-08-28 Thread Paul Steven
Thanks for the reply Tracy You suggest finding a different solution. I have included a screenshot here http://www.mediakitchen.co.uk/mark_sheet.jpg to illustrate what I am trying to achieve. Can you or anyone suggest what sort of component is best suited to represent this data structure?

[flexcoders] Re: Flex Builder 2.0.1 crash

2007-08-28 Thread guna.samba
Follow the below link, http://curtismorley.com/2007/05/14/flex2-builder-not-installing-on- vista/ i think it will help u, because it solve the issue like flex starting problem --- In flexcoders@yahoogroups.com, Mika Kiljunen [EMAIL PROTECTED] wrote: Hi, I just had a crash from Flex Builder

[flexcoders] Flash / Highlight a row inside a Datagrid?

2007-08-28 Thread Josh McDonald
Is there an easy way to make a row in a DataGrid highlight / flash / blink? I want to draw the user's attention to the row when it is updated. Is there a way to get a reference to the actual visual widget for the row? Or am I miles off? Cheers, -Josh -- This is crazy! Why are we talking about

[flexcoders] How to hide tab in the TabNavigator object?

2007-08-28 Thread Mikhail Shevchuk
Hello, I wonder why the 'visible' property doesn't work in the following example: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:TabNavigator x=71 y=56 width=200 height=200 mx:Canvas label=Tab 1 width=100%

RE: [flexcoders] Flash / Highlight a row inside a Datagrid?

2007-08-28 Thread Alex Harui
Blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Tuesday, August 28, 2007 12:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flash / Highlight a row inside a Datagrid? Is there an

RE: [flexcoders] Re: Drag and drop for list items

2007-08-28 Thread Alex Harui
I think you can put drag_enter on the application or maybe a background behind everything? Or pick up drag_enter in capture phase. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flashcrow2000 Sent: Monday, August 27, 2007 11:05 PM To:

RE: [flexcoders] Bind data with tree node

2007-08-28 Thread Alex Harui
Tree.selectedItem? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of madhavipdm Sent: Monday, August 27, 2007 9:20 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Bind data with tree node Hello, I am used XMLListCollection as

RE: [flexcoders] Re: Problem with ArrayCollection inside an Object

2007-08-28 Thread Alex Harui
It is not possible to add properties or arguments to event listener. The convention in Flex is to add (for non-vis comps) an owner property. Note than in general AC can have multiple listeners which is why it doesn't have one. From:

RE: [flexcoders] How to hide tab in the TabNavigator object?

2007-08-28 Thread Alex Harui
Visible is used to hide the views that cannot be seein in a navigator. They are essentially under control of the navigator and do not affect which tabs are visible. You can remove the child if you want to hide it. From: flexcoders@yahoogroups.com

RE: [flexcoders] Can a parent know if it clips its child's content easily?

2007-08-28 Thread Alex Harui
If measuredHeight height From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Horthy Hosthoh Sent: Monday, August 27, 2007 10:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Can a parent know if it clips its child's content

Re: [flexcoders] How to hide tab in the TabNavigator object?

2007-08-28 Thread Mikhail Shevchuk
Thanks for the response, Alex. 2007/8/28, Alex Harui [EMAIL PROTECTED]: Visible is used to hide the views that cannot be seein in a navigator. They are essentially under control of the navigator and do not affect which tabs are visible. You can remove the child if you want to hide it.

RE: [flexcoders] tree display not refreshing

2007-08-28 Thread Alex Harui
Which version of Flex? Hotfix? Are any other manipulations preceding this one? Is the source of the drag the same tree? Do nodes have the same content? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Toby Tremayne Sent:

RE: [flexcoders] Re: Total Number of Items in a Tree

2007-08-28 Thread Alex Harui
XML or ArrayCollection? Probably have to recurse for AC For xml, I think you can do myxml..* or something like that. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bjorn - Sent: Monday, August 27, 2007 1:51 AM To:

Re: [flexcoders] Flex SDK download is mislabeled - Adobe please read

2007-08-28 Thread Tom Chiverton
On Wednesday 22 Aug 2007, [EMAIL PROTECTED] wrote: We've pushed the change live where we now actually deliver HF1 in that download. Thanks for pointing out the issue! Does this mean 2.0.1 HF1 is now the recommended minimum version of Flex 2 ? It's always been the case in the past that hot

[flexcoders] function.apply() and this on instance method

2007-08-28 Thread herrodius
Hi all, I was wondering if there would be any way of forcing the this parameter on function.apply() to actually point to the parameter passed and not to the instance of the class that contains the invoked method. I read some posts that say it will only work with functions defined as Function, but

[flexcoders] Re: Debug version of new Flash Player

2007-08-28 Thread Oleg Filipchuk
Hmm, so nobody still needs debug version of new player or doesn't care about? -- Best regards, Oleg Filipchuk

[flexcoders] Re: Drag and drop for list items

2007-08-28 Thread flashcrow2000
I found some samples on the flex developer's guide. I'll have to give those a try and see if I can make them work for me. Thanks for your help :) --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: I think you can put drag_enter on the application or maybe a background

Re: [flexcoders] Re: Debug version of new Flash Player

2007-08-28 Thread Muzak
http://www.adobe.com/support/flashplayer/downloads.html - Original Message - From: Oleg Filipchuk [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, August 28, 2007 12:07 PM Subject: [flexcoders] Re: Debug version of new Flash Player Hmm, so nobody still needs debug

[flexcoders] Flex Builder issues with large projects

2007-08-28 Thread Lachlan Cotter
Hi List, I'm having a lot of trouble with Flex Builder on a large project I'm working on and would really appreciate some advice if anyone has found themselves in a similar situation. The particular project I'm working on is approaching 30,000 lines of code and also includes a fair bit

[flexcoders] Re: Bind data with tree node

2007-08-28 Thread madhavipdm
Yes let me explain in breif for example my xml format looks this like this list node lable=sales type=department node lable=emp1 type=employee department=sales mailid=[EMAIL PROTECTED]/ /node node lable=support type=department node lable=emp2 type=employee/ /node /list on tree

Re: [flexcoders] function.apply() and this on instance method

2007-08-28 Thread Stephen Allison
Hi, To address your case of wanting to execute code before and after the fault and result methods of IResponder, would it be sufficient to create an implementation of IResponder that takes another IResponder and wraps that object's fault and response methods. Something like: class

[flexcoders] New member - Science on Flex/AIR - Time Series Data

2007-08-28 Thread Peter Passaro
Hi All, Just wanted to introduce myself and see if anyone had any suggestions for me. I am an academic neuroscientist and developer. My programming background is mostly C/Objective-C, but I have a new project that really screams out for being developed as an RIA, so I am currently consuming

[flexcoders] Re: lcds 2.5.1, Map Java-to-AS serialisation make Integer values null

2007-08-28 Thread den.orlov
We currently do not have support for serializing Java 1.5 enums though so that might be the problem. Would it be easy for you to try using String based keys instead? Yep, MapString, Integer works. Could you provide issue/defect number so I'll be able to track it progress? Den

[flexcoders] Re: Help

2007-08-28 Thread Marcio Napoli
Hey Alex, I have tryed already! But in all scenarios the XML (DATAPACKET) is updated. So, i can't get the old values. Thanks, Marcio --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Try tracing using toXMLString(). From:

[flexcoders] C++ calling Flex/ActionScript 3

2007-08-28 Thread mnorrstrand
Hi all, I am currently working on a piece of software written in C++/Flash 8/ActionScript 2. The UI is written in Flash/AS2 and the backend in C++. We are now looking at migrating the UI to Flex/ActionScript 3 but I have a hard time finding out if the same functionality can be achieved with AS3.

[flexcoders] Re: Issue with transactions on Data Management Service

2007-08-28 Thread mancer82
Many thanks Jeff, I had messed up my WEB-INF\lib folder...problem solved. But now that my transactions properly work, I have one more question. In my library management application, I have a one-to-one relationship between a Customer and his Id card. So when a customer comes to the librarty and

[flexcoders] Question about HTTPService and Perl

2007-08-28 Thread generalxxaxx
I am trying to connect to a Perl script on my server. At the moment I'm mostly flopping around. Below are snippets of the code involved. I was hoping for hints on what bit of blatant stupidity I've overlooked. Or, perhaps a few best practices on how to debug returning information such as this.

Re: [flexcoders] Re: AIR vs DLL vs. External code?

2007-08-28 Thread Nik Derewianka
On 8/28/07, dorkie dork from dorktown [EMAIL PROTECTED] wrote: this is just my opinion but i don't think adobe wants you to code outside of the box. i don't think they'll give you that much more access to the system. for one, security. any security issues would slow down adoption. two, cross

[flexcoders] Re: function.apply() and this on instance method

2007-08-28 Thread Christophe Herreman
Hi Stephen, that Decorator solution would work, but not in my case. Let me explain why. I'm trying to come up with another approach to Cairngorm's SequenceCommand. The problem with that implementation is that the commands in the sequence know that they are part of a sequence. This makes it

[flexcoders] Dynamically load wav files

2007-08-28 Thread Eugene Louw
Hi, I would like to know if there is anyway of loading *.wav sound files dynamically into a compiled project? I've been looking for something for a while now and some have come short on encoding. Regards, -- Eugene Louw Nowhere, South Africa

[flexcoders] Re: lcds 2.5.1, Map Java-to-AS serialisation make Integer values null

2007-08-28 Thread den.orlov
We currently do not have support for serializing Java 1.5 enums though so that might be the problem. Would it be easy for you to try using String based keys instead? Yep, MapString, Integer works correctly. Is is it possible to track issue progress somewhere? Den

[flexcoders] Re: Help

2007-08-28 Thread Marcio Napoli
Hey Alex, When DATAPACKET is XML type, the event changeData is fired twice but if i used ArrayCollection only one. However the problem happens in both the cases. Some idea? Thanks, Marcio N. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Try tracing using

Re: [flexcoders] Getting the SDK should be much easier...

2007-08-28 Thread Tom Chiverton
On Monday 20 Aug 2007, [EMAIL PROTECTED] wrote: Hotfix 2, then Hotfix 3. Considering the importance of adoption I am pretty surprised its this difficult to get up and running and think a single download to get the latest SDK should be a priority for Adobe. Lowering barriers to entry is very

[flexcoders] Re: Getting the SDK should be much easier...

2007-08-28 Thread ben.clinkinbeard
Yep, Daniel pointed that out and I also learned that unless it fixes a bug that doesn't have a workaround you should probably stay away. Hotfix 3 fixed some issues I was having (but had workarounds for) but I discovered it actually caused some new errors to pop up. Web services may be parsed

[flexcoders] Flex Builder 2.0.1: Change Browser for Debugging

2007-08-28 Thread Jurgen Beck
Even though there is a FB Preferences setting for using a browser when Web pages are opened, this seems to mostly be targeting the display of help documentation. If we need to change the specific browser we want to open when FB starts a debugging process, it seems that the only way of doing

RE: [flexcoders] Display item renderer in only some rows of a datagrid

2007-08-28 Thread Tracy Spratt
I'd go with nested repeaters. If you have more than 5-10 items, consider not using scrollbars but limiting the number of repeater rows, setting recycleChildren=true, and implements a page based navigation (|, , , |) Use a custom component to be repeated. Here are some snippets. Tracy

RE: [flexcoders] Flex Builder issues with large projects

2007-08-28 Thread Tracy Spratt
Can you logically break the project up into several smaller projects? This way, you can close the projects you are not actively working on, which speeds up the compilation significantly. Also some folks use the command line compiler and Ant, and report better results(I use FB exclusively so

RE: [flexcoders] Re: converting mxml data to xml code

2007-08-28 Thread Tracy Spratt
I am pretty sure that is the Flex 1.x / AS2 utility. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of siva.flex Sent: Tuesday, August 28, 2007 1:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: converting mxml data to

[flexcoders] Flex Builder 2.0.1 and Firefox Cache Issues

2007-08-28 Thread Jurgen Beck
This is happening on a Mac OSX environment: I'm discovering that from time to time the cache in Firefox causes the debugger in Flex Builder to behave abnormally. It seems that Firefox retrieves a copy of the debug output SWF from its internal cache rather than loading it fresh from the output

[flexcoders] Re: Debug version of new Flash Player

2007-08-28 Thread moonusamy
This does not have 9.0.60 version. 7/10/2007 Updated debugger versions of Flash Player 9 (aka debug players or content debuggers) are available for Flex Builder 2 users and Flash CS3 Professional users. These new players are version 9.0.r47 and 9.0.r48 (Linux). Vijay --- In

RE: [flexcoders] Display item renderer in only some rows of a datagrid

2007-08-28 Thread Tracy Spratt
Or Repeater and DataGrid. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Tuesday, August 28, 2007 9:54 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Display item renderer in only some rows of a

RE: [flexcoders] Question about HTTPService and Perl

2007-08-28 Thread Tracy Spratt
Trace your result: flexitXML = event.result as XML; trace(flexitXML.toXMLString()); //This will show you your xml Also, you can try: flexitXML = XML(event.result); //the as should work though Also, hit the url from a browser, you should see valid xml. Tracy

[flexcoders] Re: converting mxml data to xml code

2007-08-28 Thread siva.flex
Hi Tracy, Ofcourse it may be flex 1.x/as2 ... have u any idea about the methods that used in this class. I modified this line of code xml.appendChild(xml.createElement(nodeName)); as var xml1:XMLDocument=new XMLDocument();

RE: [flexcoders] Re: converting mxml data to xml code

2007-08-28 Thread Tracy Spratt
AS2's XML class is available in AS3 as XMLDocument. So if you want you can work with this old xml class. I advise against doing this. Do not mix or otherwise confuse it with the new e4x XML class. If you want to stay on this path, debug your code, find out what is not working. Or, start

Re: [flexcoders] Re: converting mxml data to xml code

2007-08-28 Thread Daniel Freiman
Yeah, it looks like this was as2 and uses the XML classes that were moved into the flash.xml package for legacy support. What you did looks like it should work. Have you traced toString() of the XMLDocument after the function has been run? If you're trying to display the xml in a jsp page, is the

[flexcoders] Re: Effect.EFFECT_START listener unable to pause() effect

2007-08-28 Thread ben.clinkinbeard
Can anyone confirm whether or not this is possible? A significant portion of my architecture will need to change if effects cannot be paused/canceled from within the EFFECT_START listener. Considering the event's name and the fact that isPlaying returns true it sure seems like I should be able to.

[flexcoders] FlashPaperLoader Crashes Browser!

2007-08-28 Thread Darren Houle
I'm using Darron Schall's FlashPaperLoader to load cfr's into a flex app. Works great (thanks Darron!) for the first report, but when I load the second report the entire browser crashes. Do I need to explicitly unload the first Flashpaper swf before loading the next? How? Are there other

Re: [flexcoders] Can a parent know if it clips its child's content easily?

2007-08-28 Thread Daniel Freiman
(measuredHeight height) will tell you if a component should be clipped and the flex framework will normally enforce this. If you're doing something weird in extending the framework and want so see if you're still enforcing this rule, make sure the scrollRect property is properly set. (no

[flexcoders] Flex Module (Apache Problem)

2007-08-28 Thread Ary
Hi, im using Flex module (mxmlc) to write a swf file from a predefined swf file i put this command into one of the frame on the predefined swf, so i can detect the event on the flex import flash.events.*; dispatchEvent(new Event(chapter1)); but when i compiled the new swf, flex cant detect the

[flexcoders] Re: WebService Basic Authentication over HTTPS?

2007-08-28 Thread chuyler1
I'd do some research to see what most .NET people are doing for authentication and WebServices. That's what I'm trying to do now :) It looks like most are using SOAP headers instead of Basic Authentication. I started a thread with our back-end group in charge of all the .NET stuff. We do

[flexcoders] Re: Best practices for laying out Flex directory structure.

2007-08-28 Thread chuyler1
I think your layout for Flex would be similar to coding in any other language. Everyone has their own style and it is best to separate things by function and use. If you are starting a very large project you may also want to look into using the Cairngorm MVCS framework. This will help you

[flexcoders] crossdomain file on an app server

2007-08-28 Thread Brent Smith
Hello, I have been having issues with an HTTPService I'm trying to use to hit a java servlet running on websphere. When I use GETs everything seems to function, but when I use a POST I get a 2032 ERROR. I've heard that sometimes a POST will need a crossdomain file where a GET may not. We are

[flexcoders] Re: html-wrapper Flex Ant Task

2007-08-28 Thread chuyler1
So no one has run into this problem? Is anyone even using Ant to automate their build? If not, what do you use? I've got two questions about using Ant to generate the html for our project. 1) Why isn't there a way to specify an external template folder? I searched this site and saw

RE: [flexcoders] Flex Builder issues with large projects

2007-08-28 Thread Brian Holmes
Hi Lach, I've experienced this exact same thing. I've never really been able to pin down the cause. FB seems to build faster at times than other times. It could be my setup just as well as FB. Breaking the projects up and closing them does help a bit. Using ant helps sometimes. Using RSL's helps

[flexcoders] Overlapping components?

2007-08-28 Thread Hong
Hi, I have 2 components, vbox, and image. What I want to achieve is to overlap the image on the right corner of the vbox, w/ the image always on top of vbox. In another words, the z-order of the image should be higher(?) than the vbox, so the image appears on the front of the vbox. Is there a

Re: [flexcoders] How to invoke AIR app from a webpage?

2007-08-28 Thread Ed Capistrano
Guyz, can someone please explain to me whats an air appz the diff. to flex appz. Thanks in advance. Ed proud a happy member --- flexcoders@yahoogroups.com [EMAIL PROTECTED] wrote: Hi everyone, i'm new to this group. i've a question as subject. I've an AIR app for client to download.

Re: [flexcoders] How to invoke AIR app from a webpage?

2007-08-28 Thread Ed Capistrano
Guyz, can someone please explain to me whats an air appz the diff. to flex appz. Thanks in advance. Ed proud a happy member --- flexcoders@yahoogroups.com [EMAIL PROTECTED] wrote: Hi everyone, i'm new to this group. i've a question as subject. I've an AIR app for client to download.

Re: [flexcoders] How to invoke AIR app from a webpage?

2007-08-28 Thread Jeffry Houser
AIR is Adobe's Integrated Runtime. It was previously named Apollo. AIR is a way to deploy Flex (or HTML) applications to the desktop instead of the browser. It includes some additional APIs for desktop access and to tell whether or not you're connected. For more info go to

Re: [flexcoders] Flex Builder issues with large projects

2007-08-28 Thread desigaine pereanen
Hi, one of the best solution to is is to go to the link Project-Properties-Flex Applications and in the tree on the right, only include the flex application you are currently working on. Remove all the others from the tree. This would cause flex to build only the applications that are found in

RE: [flexcoders] Flex Module (Apache Problem)

2007-08-28 Thread Alex Harui
How do you know compiler didn't compile it? Maybe you're not listening to the right object. Please post some code. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ary Sent: Tuesday, August 28, 2007 7:44 AM To:

RE: [flexcoders] Re: Help

2007-08-28 Thread Alex Harui
Please post a sample app From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Marcio Napoli Sent: Tuesday, August 28, 2007 4:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Help Hey Alex, I have tryed already! But in all

RE: [flexcoders] function.apply() and this on instance method

2007-08-28 Thread Alex Harui
No, not on class methods From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of herrodius Sent: Tuesday, August 28, 2007 2:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] function.apply() and this on instance method Hi all, I

RE: [flexcoders] Overlapping components?

2007-08-28 Thread Alex Harui
Put both in a Canvas? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Hong Sent: Tuesday, August 28, 2007 9:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Overlapping components? Hi, I have 2 components, vbox, and

RE: [flexcoders] Problem with ArrayCollection inside an Object

2007-08-28 Thread Gordon Smith
Assuming that your event handler is a method of some component, you can use 'this' inside the handler to get a reference to that component. (You can also directly access any of the component's instance variables from inside your event handler.) Since you've probably declared the ArrayCollection

RE: [flexcoders] Flex Module (Apache Problem)

2007-08-28 Thread Ary
Hi Alex, How do you know compiler didn't compile it? i did make some dummy swf from flash9 and it works, but when i use swf from compiler it doesnt work but i have solve it the command on flash(predefined template) should be change into: import flash.events.*; var donePlaying:Event = new

[flexcoders] Ignoring a public member during serialization

2007-08-28 Thread vikram
Hi, I am using .Net web services to communicate with the server in my Flex application. In action script, is there a way to prevent serialization of some of the public variables during a web service request? In .Net, there is am attribute called [XmlIgnore] which will make a variable not to

RE: [flexcoders] crossdomain file on an app server

2007-08-28 Thread Peter Farland
Note you can alternatively deploy a crossdomain.xml file in your WAR using a non-default context and then get your SWF to load the policy file from this custom location (instead of relying on the default location of the webroot).

Re: [flexcoders] Re: Debug version of new Flash Player

2007-08-28 Thread Muzak
9.0.60 is beta. If you wanna try the beta for viewing flash/flex content, install it in a browser you don't use with FlexBuilder and install the latest debug version in a browser you use with FB. regards, Muzak - Original Message - From: moonusamy [EMAIL PROTECTED] To:

[flexcoders] Re: Ignoring a public member during serialization

2007-08-28 Thread Christophe Herreman
Hi, check out the [Transient] metadata tag. regards, Christophe --- In flexcoders@yahoogroups.com, vikram [EMAIL PROTECTED] wrote: Hi, I am using .Net web services to communicate with the server in my Flex application. In action script, is there a way to prevent serialization of some

[flexcoders] Re: Question about HTTPService and Perl

2007-08-28 Thread generalxxaxx
Two very useful suggestions. The XML file retrieval is working great now. Now I just need to brush up on the best practices for working with XML. Thanks Claude --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Trace your result: flexitXML = event.result as XML;

[flexcoders] Re: Help

2007-08-28 Thread Marcio Napoli
Hey Alex, Here is the code. Thanks, Marcio N. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=myInitialize(event) mx:Script ![CDATA[ import mx.collections.ICollectionView;

RE: [flexcoders] Re: Effect.EFFECT_START listener unable to pause() effect

2007-08-28 Thread Brian Holmes
In total agreement Ben, if you listen for an EFFECT_START event you should be able to pause() the effect. I can't think of many scenarios where you listen to effect events and don't want to manipulate the effect. An explanation why this is not possible from someone who knows would be awesome.

[flexcoders] Flex TextMate

2007-08-28 Thread Kyle Neath
So, I'm a pretty hardcore OS X guy and absolutely love Texmate. I also am starting to really get into Flex, and the little things about Eclipse are starting to drive me absolutely batty (shift tab outdent, what??) Has anyone looked into building some simple functionality into Textmate (proper

[flexcoders] Re: Ignoring a public member during serialization

2007-08-28 Thread vikram
Hi, It works only for Remoting. I tried it with web service, but it didnt work :( Please let me know if there is any other option. Thanks Vikram --- In flexcoders@yahoogroups.com, Christophe Herreman [EMAIL PROTECTED] wrote: Hi, check out the [Transient] metadata tag. regards,

[flexcoders] Re: Setting flashVars via SWFloader

2007-08-28 Thread Jason The Saj
I tried doing that in Flex but it balked. mx:SWFLoader source=mymovie.swf?testVar=foo/ Is this what you mean, or is there something else to it? Because the above did not work for me. Nor did assigning it in ActionScript. - Jason --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED]

RE: [flexcoders] Re: Ignoring a public member during serialization

2007-08-28 Thread Peter Farland
Can you change the XML Schema to omit this element and thus it shouldn't be encoded? Otherwise you could encode the XML yourself... but I'm interested in the use case surrounding wanting to omit a value. Is the WebService including something unexpected? Is there something in the Schema that isn't

Re: [flexcoders] Just how powerful is LCDS' JMS + RTMP?

2007-08-28 Thread Justin Fujita
Thanks Jeff, First of all, thanks for the informative reply. You've no idea how helpful these pointers are for me. In response to your suggestions, I've come up with some ideas of my own. My original architecture resembled Christophe Coenraets' original JMS Portfolio Viewer, but now I'm

Re: [flexcoders] Ignoring a public member during serialization

2007-08-28 Thread Daniel Freiman
Best guess: http://nondocs.blogspot.com/2007/04/metadatatransient.html - Dan Freiman On 8/28/07, vikram [EMAIL PROTECTED] wrote: Hi, I am using .Net web services to communicate with the server in my Flex application. In action script, is there a way to prevent serialization of some of

[flexcoders] Re: Flex TextMate

2007-08-28 Thread Abyss Knight
I haven't tried it, so I can't speak on the usage but I found this last week: http://blog.danielparnell.com/?p=22 - William --- In flexcoders@yahoogroups.com, Kyle Neath [EMAIL PROTECTED] wrote: So, I'm a pretty hardcore OS X guy and absolutely love Texmate. I also am starting to really get

[flexcoders] Having compiler ignore certain warnings (at least temporarily)

2007-08-28 Thread Mike Anderson
Hello All, I have a 3rd Party control that is causing some Warning messages to be constantly displayed in my Problems Window. Since they are just Warnings versus Errors, it doesn't adversely affect my application - but I am getting tired of looking at the Warnings all the time. They are just

[flexcoders] Flex Builder Plugin installation - not plugging in completely??

2007-08-28 Thread awilber
Hi - I've done a fresh install of eclipse 3.3 and then flex builder 3 plugin... but it's as if the plugin isn't completely integrated. For instance, File-New- doesn't give a Flex Builder Project option... just a Project option... although I am able to then select Flex Project from the wizards

Re: [flexcoders] Flex TextMate

2007-08-28 Thread Troy Gilbert
shift tab outdent, what?? Funny... that's actually one of my most ingrained habits that get me in editors that don't support it! ;-) Troy. On 8/28/07, Kyle Neath [EMAIL PROTECTED] wrote: So, I'm a pretty hardcore OS X guy and absolutely love Texmate. I also am starting to really get into

RE: [flexcoders] Flex SDK download is mislabeled - Adobe please read

2007-08-28 Thread Matt Chotin
No, not officially I guess, though we feel like it was a good hotfix. I probably wouldn't recommend going to HF2 if you don't need it because we saw that we had some web service problems with it (and that's primarily what changed along with the Flash compatibility). The change on that page

[flexcoders] solved - Re: Flex Builder Plugin installation - not plugging in completely??

2007-08-28 Thread awilber
I had to add the perspective (Window-Open Perspective-Other..., Flex Development). Missed this step because I installed the integrated Eclipse/FB product last time! --- In flexcoders@yahoogroups.com, awilber [EMAIL PROTECTED] wrote: Hi - I've done a fresh install of eclipse 3.3 and then flex

[flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Ben Marchbanks
Okay I give up. How you you make the close button ALWAYS visible for a titleWindow ? I have defined the custom icon for all states yet the button only appears on mouseOver. The user needs to know there's a close button there without having to mouseOver don't you think ?

RE: [flexcoders] Re: Setting flashVars via SWFloader

2007-08-28 Thread Alex Harui
Did you get a compile error, or something else? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason The Saj Sent: Tuesday, August 28, 2007 10:49 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Setting flashVars via

RE: [flexcoders] Re: Help

2007-08-28 Thread Alex Harui
I'll try to take a look later. What are the steps to recreate the problem? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Marcio Napoli Sent: Tuesday, August 28, 2007 10:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re:

Re: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Jurgen Beck
Have you looked at the following property for the TitleWindow? showCloseButton=true Jurgen Ben Marchbanks wrote: Okay I give up. How you you make the close button ALWAYS visible for a titleWindow ? I have defined the custom icon for all states yet the button only appears on

RE: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Alex Harui
Did you try your skins on a regular button? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ben Marchbanks Sent: Tuesday, August 28, 2007 11:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] What's the secret - close button

RE: [flexcoders] Re: Setting flashVars via SWFloader

2007-08-28 Thread Mike Krotscheck
Might it be possible to listen for the complete event on the SWFLoader and then applying the variables directly? As long as the variables in the encapsulated flex application are bindable, any changes should be picked up- in other words you may not have to reload the app every time you change the

Re: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Jurgen Beck
Also, make sure that when you use your own icon for the close button that you include all the states of the button in your skin. If the button only shows up when the mouse is over it, there may be an issue with your 'up' state skin. Ben Marchbanks wrote: Okay I give up. How you you make the

Re: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread desigaine pereanen
there is a propertyin titlewindow called showclosedbutton, just set this to true and the problem is solved. On 8/28/07, Ben Marchbanks [EMAIL PROTECTED] wrote: Okay I give up. How you you make the close button ALWAYS visible for a titleWindow ? I have defined the custom icon for all states

[flexcoders] Re: Help

2007-08-28 Thread Marcio Napoli
Alex, Its simple. Please, run the application in debug mode and change any cell in DataGrid. The event changeData is fired twice. None attribute has the old value. Thanks for you help! Marcio N. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: I'll try to take a look

RE: [flexcoders] Having compiler ignore certain warnings (at least temporarily)

2007-08-28 Thread Gordon Smith
Try setting -show-binding-warnings=false. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Anderson Sent: Tuesday, August 28, 2007 12:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Having compiler ignore certain

Re: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Ben Marchbanks
Okay - here's a clue - I was using swf as skins for the button - when I changed to png as skins it works as expected. Ben Marchbanks ::: alQemy ::: transforming information into intelligence http://www.alQemy.com ::: magazooms ::: digital magazines http://www.magazooms.com Greenville, SC

RE: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Alex Harui
You've probably got a timing issue. Swf skins can take an extra frame to establish their size. The TW code probably measures too soon and ends up at zero or causes the swf to render funny. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] How to best dynamically delete a node from XML object.

2007-08-28 Thread generalxxaxx
Using the code below I can remove a node from the x1:XML object. However, using the incremented count as the index value for the node in the XML makes me nervous. Is there a better way to get the index value of a node so that one can use the delete? var x1:XML = x1 item

[flexcoders] fcsh wrapper to make fcsh work with make

2007-08-28 Thread Reid Priedhorsky
Hi folks, We have a small Python wrapper which enables fcsh to be used from make (i.e., you can say fsch-wrap at the regular shell prompt rather than compile 1 at the fcsh prompt). It works by creating a daemon process to wrap fsch's input and output. I thought that some of you might find it

  1   2   >