RE: [flexcoders] Style link inTextarea or richtexteditor

2007-10-05 Thread Alex Harui
Links don't respond to Flex CSS style, but if you read up on flash.text.TextField, it describes how to do some of what you want. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nxzone Sent: Thursday, October 04, 2007 6:19 PM To:

[flexcoders] Generalizing an itemrenderer.

2007-10-05 Thread generalxxaxx
I am generalizing an item renderer so that I can use the same component on different columns in a datagrid. The glitch I've run into at the moment is figuring out how to access the different bits of data. Specifically I have an itemrenderer that works great for the column containing

[flexcoders] Re: Image with rounded corners

2007-10-05 Thread brice.gervais
I try to display a image with a corner radius like here : http://gallery.mac.com/emily_parker Maybe to apply a mask ?? But i don't know do this Thanks Brice --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: what did you try? What does the image look like?

[flexcoders] DFS refresh an item from a managed list

2007-10-05 Thread Alban Soupper
Hi All, In my application, I have a list of items managed by a java assembler. A client modifies an item of the list, But how other clients can refresh only the item changed without calling the fill method and transferring the entire list. I am looking for a method like

[flexcoders] Referencing elements in a component

2007-10-05 Thread smccran
Hi, I have TileList (Shopping basket), with a component in it. The tilelist has a numeric stepper displayed in the component. There is a change event on the stepper, that calls a function that increases or decreases the number of that item in the basket. I have two problems, the first is

RE: [flexcoders] Generalizing an itemrenderer.

2007-10-05 Thread Alex Harui
Read up on IDropInListItemRenderer and see how TextInput and Label use it to get a column and pull the right field. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of generalxxaxx Sent: Thursday, October 04, 2007 11:26 PM To:

[flexcoders] Re: Generalizing an itemrenderer.

2007-10-05 Thread bhaq1972
if your using a combobox or textinput or anything which implements IDropInlistItemRenderer, then you can do this in your data setter var myListData:DataGridListData = DataGridListData(listData); var myDataField:String = myListData.dataField; valueYourInterestedIn = data[myDataField]; --- In

Re: [flexcoders] FlexEvent.CREATION_COMPLETE doesn't work

2007-10-05 Thread Tom Chiverton
On Thursday 04 Oct 2007, [EMAIL PROTECTED] wrote: as projects Ahh, good spot :-) -- Tom Chiverton Helping to continually entrench internet materials on: http://thefalken.livejournal.com This email is sent for and on behalf of Halliwells

Re: [flexcoders] Mxml editor no longer working

2007-10-05 Thread Tom Chiverton
On Thursday 04 Oct 2007, [EMAIL PROTECTED] wrote: Sorry, but I don't see any suggestion on the bug. Guess I just don't know where to look. Anyway, here is the whole trace from my eclipse. Under 'comments' at the bottom ? http://bugs.adobe.com/jira/browse/FB-8390#action_145012 ? -- Tom

Re: [flexcoders] Flex app crashes FireFox, not IE

2007-10-05 Thread Tom Chiverton
On Thursday 04 Oct 2007, [EMAIL PROTECTED] wrote: Suggestions? What player versions do each have ? -- Tom Chiverton Helping to elementarily leverage frictionless channels on: http://thefalken.livejournal.com This email is sent for and on

Re: [flexcoders] flex builder 3 beta 2 always launching my app with debug player.

2007-10-05 Thread Tom Chiverton
On Thursday 04 Oct 2007, [EMAIL PROTECTED] wrote: Why is flex buildfe 3 beta 2 always launching my app with the debug player. I press the Run button, and I'm constantly prompted with the connect to debugger popup. Any ideas? You need to update to a more recent debug player, like the one that

Re: [flexcoders] Thermo Cairngorm

2007-10-05 Thread Tom Chiverton
On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: The idea is that Thermo would not corrupt any code from the file that it is working on because we want designers and developers to be able to work on the same files. I was going to see how it worked if the 'real' component in the Flex project

[flexcoders] passing event best practice

2007-10-05 Thread Giles Roadnight
Hi Alll Just a quick question to see what other do. If you have a button that has a click attribute do you always pass the event in the funtion: mx:Button label=button label click=functionName(event) / I tend to always pass the event as you always get an event passed when you set up an event

Re: [flexcoders] passing event best practice

2007-10-05 Thread Tom Chiverton
On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: If you have a button that has a click attribute do you always pass the event in the funtion: Yup, even if I don't need it. I tend to then use functionName(e:*) as the prototype unless I'm going to make use of the object in which case it gets a

Re: [flexcoders] passing event best practice

2007-10-05 Thread Giles Roadnight
Good - I was thinking there might be some performance / memory usage issues with passing it all the time. I always just have e:Event in the function parameters. If I use the evnet then I use the specific event type. On 10/5/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 05 Oct 2007,

Re: [flexcoders] passing event best practice

2007-10-05 Thread Tom Chiverton
On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: Good - I was thinking there might be some performance / memory usage issues with passing it all the time. There might well be. Maybe if you're writing some sort of high performance 3D rendering framework or something, it'd be important but all

Re: [flexcoders] Embedding assets and file size

2007-10-05 Thread Tom Chiverton
On Thursday 04 Oct 2007, [EMAIL PROTECTED] wrote: What I wanted to do though was create a class like so Any reason not to use a style[sheet] ? -- Tom Chiverton Helping to completely repurpose bleeding-edge e-tailers on: http://thefalken.livejournal.com

RE: [flexcoders] Referencing elements in a component

2007-10-05 Thread Shaun McCran
Any thoughts on this? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of smccran Sent: 05 October 2007 08:25 To: flexcoders@yahoogroups.com Subject: [flexcoders] Referencing elements in a component Hi, I have TileList (Shopping basket),

Re: [flexcoders] Filtering in flex 3 AdvancedDataGrid with Hierarchical data

2007-10-05 Thread Paul Dale
I experienced the same problem. With a grouping collection you can get around it by setting a filter on the collection that is the source for the groupingcollection and calling refresh() on the groupingcollection every time it should reflect a change. Refresh updates the view as well. I did not

[flexcoders] Filtering out list items?

2007-10-05 Thread Robert Csiki
Hello, I have a List using a custom component as item renderer. I want some items not to be displayed, based on a criteria that's contained by the cell item itself. mx:List dataProvider={folderViewData} itemRenderer=views.FolderCellRenderer / Playing with the visible attribute of the custom

[flexcoders] Best way to set focus to my SWF at browser load time...

2007-10-05 Thread tjcox1969
I create my swf application using FlexBuilder3 and it automatically creates the wrapper html file to wrap the embedded swf file, but when the myApp.html file loads in the browser, it does not automatically get focus...and there is a flex TextInput control in my app that I want to get focus so the

Re: [Fwd: Re: [flexcoders] Mxml editor no longer working]

2007-10-05 Thread João Fernandes
wild guess, try this http://www.machine501.com/2007/07/05/flexbuilder-wont-start/ -- João Fernandes www.onflexwithcf.org www.riapt.org -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Best way to set focus to my SWF at browser load time...

2007-10-05 Thread Tom Chiverton
On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: What is the best way of setting focus to my SWF at startup time. In firefox ? You can't. In IE ? Ask google. -- Tom Chiverton Helping to administratively enhance interdependent relationships on: http://thefalken.livejournal.com

[flexcoders] Cairngorm ServiceLocator as ActionScript class?

2007-10-05 Thread kramus0
Hi, is it possible to write the cairngorm ServiceLocator as an ActionScript class - instead of an mxml file? Does anybody know how to do that? Which class does it extend? Thanks for your help. Markus

[flexcoders] Re: flexbuilder3beta2 - custom preloader issue/bug

2007-10-05 Thread rleuthold
I have a custom preloader problem too, and I'm really stuck. My preloader class is getting an xml used all around the application, so that I assign the xml to a Variable in the application file (Application.application). Hope somebody has information about that. --- In

Re: [flexcoders] Cairngorm ServiceLocator as ActionScript class?

2007-10-05 Thread Tom Chiverton
On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: is it possible to write the cairngorm ServiceLocator as an ActionScript class - instead of an mxml file? Turn on keep-sources in the compiler and see what it does :-) -- Tom Chiverton Helping to completely harvest professional paradigms on:

[flexcoders] Re: Cairngorm ServiceLocator as ActionScript class?

2007-10-05 Thread paragmetha2000
Hi Yes it is possible, becasue MXML is also a class which extends the base tag. for example if base tag is application then class extends Application, if base tag is Canvas in MXML then in as the class extends Canvas class. So same way, the AS class need to extend ServiceLocator and specify

Re: [Fwd: Re: [flexcoders] Mxml editor no longer working]

2007-10-05 Thread Tom Chiverton
On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: The last field I see at the bottom is Participants... do you have to be logged in to see comments? No idea. There's a 'help' address on the main page, iirc. -- Tom Chiverton This email is

[flexcoders] Re: Cairngorm ServiceLocator as ActionScript class?

2007-10-05 Thread kramus0
Didn't know it is that easy. :-) Thanks. Markus --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: is it possible to write the cairngorm ServiceLocator as an ActionScript class - instead of an mxml file? Turn on

[flexcoders] setstyle for gridrow

2007-10-05 Thread [EMAIL PROTECTED]
How do I do stuff like this ? gridRow = new GridRow( ); gridRow.setStyle(padding-top,10em); gridRow.setStyle(background,red); or gridRow.setStyle(background-color,red); It has no effect

[flexcoders] Re: Style link inTextarea or richtexteditor

2007-10-05 Thread nxzone
What i dead about this is there is no really solution for the richtextarea: http://rantworld.blogs.com/flashlit/2006/08/styling_flex_te.html --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Links don't respond to Flex CSS style, but if you read up on flash.text.TextField,

[flexcoders] Re: 2038 error on download

2007-10-05 Thread kanedafr2
Hi, I bump this message because I actually have the same problem. I was able to reproduce the error 100% of the time since it occurs in a specific condition for me : if I download a file on the desktop and a file with the same name already exits. Now, it only happens if: - you're using Vista -

Re: [Fwd: Re: [flexcoders] Mxml editor no longer working]

2007-10-05 Thread Scott - FastLane
That did it!!! Thanks... I probably should have found this myself, but I got thrown off by the bug report where it says workarounds: None Somebody should update that and document this procedure as a possible work around. Thanks again Scott João Fernandes wrote: wild guess, try this

[flexcoders] FlexBuilder feature rich? Not as a development tool.

2007-10-05 Thread dbronk
I have seen a sneak peak a month or 2 ago of FlexBuilder 3. I've tried to load Flex 3 Beta 1 on my box with no luck. It simply erred out on the install. Have not tried beta 2 yet. But it is beta so that is fine. But, from the sneak peak I saw, there were only a few IDE features added that

Re: [flexcoders] Remove a node from XML

2007-10-05 Thread Daniel Freiman
http://livedocs.adobe.com/flex/201/langref/operators.html#delete_(XML) - Dan Freiman On 10/5/07, Anzer [EMAIL PROTECTED] wrote: Hi, How can I remove a node from an XML. Thanks Anz

[flexcoders] ProgressEvent not thrown based on content-length in the POST request

2007-10-05 Thread vmorant
I have some code that uses URLStream to make a connection to a server and wait for data. I pass XML (with a command to connect) in the HTTP POST. Here is the weird part: If that request is longer than around 58 bytes, I do not get a progress event even though I see the data on the client side

Re: [Fwd: Re: [flexcoders] Mxml editor no longer working]

2007-10-05 Thread João Fernandes
You should thanks Robert from the Searchcoders. It's he's blog and he already saved my life twice with this Tip :) -- João Fernandes www.onflexwithcf.org www.riapt.org -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: Flex app crashes FireFox, not IE

2007-10-05 Thread dbronk
I'm using whatever was given in the Flex 2 install. I'm on Hotfix 3. I'm embarrassed to ask, but how do I check the version number of the browser plugins in IE and FF? --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 04 Oct 2007, [EMAIL PROTECTED] wrote:

[flexcoders] Re: Thermo Cairngorm

2007-10-05 Thread dbronk
A question... Why another designer? Why not add the Thermo features into FlexBuilder or Flash? To think that only designers will use this tool is short-sighted. Developers will definitely also like to see these features as once the development begins, the lines between the designers and

[flexcoders] Re: flexbuilder3beta2 - custom preloader issue/bug

2007-10-05 Thread bhaq1972
i'm doing something similar. I've raised it n the bug list (ref. sdk- 12883). In the meantime, i've taken out my preloader. --- In flexcoders@yahoogroups.com, rleuthold [EMAIL PROTECTED] wrote: I have a custom preloader problem too, and I'm really stuck. My preloader class is getting an

[flexcoders] VO from WebService not being translated?

2007-10-05 Thread mrand02
I have a .NET web service that sends a VO back as a result for one of its methods. The VO has 5 properties (4 strings, 1 uint), and one property that is another VO that contains 2 strings. Looks like this: ClientInfo uint string1 string2 string3 string4 ErrorObject string1

[flexcoders] CFEclipse and Flex Builder

2007-10-05 Thread Tim Ashworth
Hi all, I've unsuccessfully tried to add CFEclipse to Flex Builder 2. After several uninstall and reinstalls I've given up. I want to develop in CF and Flex and would rather use one IDE. Am I being thick, or am I just barking up the wrong tree? Cheers Tim

RE: [flexcoders] Re: flexbuilder3beta2 - custom preloader issue/bug

2007-10-05 Thread Jbala
Hi, I want to know How to Set Up .NET Remoting with Flex 2 and Fluorine. Can anybody give an example code. Regards, Balamurugan Jayaraj Software Engineer STARLIMS AP Center of Excellence 126, Nelson Road Aminjikarai Chennai 600 029 Phone: +91-44-4208-2005

RE: [flexcoders] VO from WebService not being translated?

2007-10-05 Thread Jim Hayes
Do you have the RemoteClass tag on your flex VO class ? That's what I needed to fix that problem (it was flourine remoting, I'm guessing the webservice needs the same) [RemoteClass(alias=com.yourdomain.vo.YourServerVO)] Public class YourFlexVO { hth Jim. -Original Message-

Re: [flexcoders] CFEclipse and Flex Builder

2007-10-05 Thread Sheriff
how are you installing it? i have both and they work fine - Original Message From: Tim Ashworth [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 5, 2007 8:52:06 AM Subject: [flexcoders] CFEclipse and Flex Builder Hi all, I've

[flexcoders] Re: [flex_india:3558] Re: Objects over socket and AMF encoding

2007-10-05 Thread learner
Thanks Malik, Requirement is urgent. and we I had settled down on sending the string and retrieving the string from server . But your answer gives me hope..it will be great if u can make the concept available. I will always prefer object serialization over any string exchange. Thanks a ton

[flexcoders] Re: VO from WebService not being translated?

2007-10-05 Thread mrand02
I've tried it with and without that. As of now, my client side VO looks like this: package net.imageplant.mediamanager.services { [RemoteClass(alias=net.imageplant.ClientInfo)] public class ClientInfo { private var _nClientId:uint; private var

[flexcoders] Re: MultiPurpose ItemRenderer

2007-10-05 Thread droponrcll
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: I can sense your frustration, and the tone of your answers are trying my patience. There are a lot of variables here, and it is not my full time job to support you through this. I know you've spent lots of time on it

Re: [flexcoders] FlexBuilder feature rich? Not as a development tool.

2007-10-05 Thread Tom Chiverton
On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: - Code formatter to reformat code of sloppy developers not caring about the format of their code. That would be handy, I agree. - Import organization, which organizes, add/deletes imports as needed. The linux beta does that fine. - Renaming

RE: [flexcoders] CFEclipse and Flex Builder

2007-10-05 Thread Tim Ashworth
Flex Builder standalone install with CF extensions and updates all done. Then I go to the CFEclipse through Help - Software Updates etc (i.e. to the CFEclipse site through Flex Builder). When it's installed basically they seem to break each other. I get error messages like being told it can't

Re: [flexcoders] Re: Flex app crashes FireFox, not IE

2007-10-05 Thread Tom Chiverton
On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: I'm embarrassed to ask, but how do I check the version number of the browser plugins in IE and FF? Right click menu (on some flash), about. -- Tom Chiverton Helping to apprehensively promote professional bandwidth on:

[flexcoders] Passing ID from master to detail

2007-10-05 Thread stlum9495
Hi, I've been programming for awhile, but am new to Flex and was wondering what the best way of passing values from screen to screen is. Currently, I have two canvases which have a master detail relationship. When I click on a button in the master canvas, I want to pass the record id to the

[flexcoders] Re: Embedding assets and file size

2007-10-05 Thread bw71
Can you give a short example of how you would use styles in this case? Let's say I have one icon used by two components, each component with a unique style. .bigPanel { icon: @Embed(...,symbol='MoneyIcon; } .smallPanel { icon: @Embed(...,symbol=MoneyIcon; } Is that what you're suggesting?

Re: [flexcoders] Re: VO from WebService not being translated?

2007-10-05 Thread Thijs Triemstra | Collab
Webservices doesn't use AMF and is not capable of serializing VOs because of that.. Thijs On Oct 5, 2007, at 4:11 PM, mrand02 wrote: I've tried it with and without that. As of now, my client side VO looks like this: package net.imageplant.mediamanager.services {

RE: [flexcoders] Re: VO from WebService not being translated?

2007-10-05 Thread Jim Hayes
So my first wild guess was not correct ! Now for the second ... Does it understand the errorObject ? I'm thinking that the errorObject will also need a RemoteClass tag, if it does not already ? If not then that could be where conversion fails. The getters/setters as opposed to plain public

Re: [flexcoders] Re: Thermo Cairngorm

2007-10-05 Thread Tom Chiverton
On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: A question... Why another designer? Why not add the Thermo features into FlexBuilder or Flash? guess They need to rewrite the design mode of Flex Builder to be cross platform so they can put it in the Linux version. In doing so, they have the

[flexcoders] Re: FlexBuilder feature rich? Not as a development tool.

2007-10-05 Thread ben.clinkinbeard
- Code formatter to reformat code of sloppy developers not caring about the format of their code. This would be nice to have but I don't see it as essential. - Import organization, which organizes, add/deletes imports as needed. Ctrl + Shift + O already organizes your imports. There is no

RE: [flexcoders] VO from WebService not being translated?

2007-10-05 Thread Samuel R. Neff
Web Services do not create custom VO's in Flex 2 or in Flex 3 prior to Beta 2. The RemoteClass tag that Jim Hayes mentioned is only for remoting. In Flex 3 beta 2 there are two new options for working with compile-time objects and web services: 1. WSDL Importer. You can use the WSDL importer

Re: [flexcoders] Re: Thermo Cairngorm

2007-10-05 Thread Paul Andrews
I think it's too early to infer that thermo is just for designers or whether it'll be a separate product or the a replacement for flex design view. Currently, I find it quite scary how good Adobe is at extracting money from me.. Paul - Original Message - From: dbronk [EMAIL PROTECTED]

RE: [flexcoders] CFEclipse and Flex Builder

2007-10-05 Thread Tim Ashworth
Ah! That sounds like a plan. I guess the standalone version doesn't like to play nicely with others. Thanks very much. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: 05 October 2007 15:56 To:

Re: [flexcoders] Change style on each button on a ToggleButtonBar

2007-10-05 Thread Guillermo Villasana
Thank you very much, after a couple of test, I managed to make it work. I tested it with Embeded elements and it worked fine (after I realize that there was a conflict with other styles and was one reason why it was not working). Thanks Again. Alex Harui wrote: This simple test worked for

Re: [flexcoders] CFEclipse and Flex Builder

2007-10-05 Thread Tom Chiverton
On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: Ah! That sounds like a plan. I guess the standalone version doesn't like to play nicely with others. Thanks very much. I know that Builder 3 beta 2 standalone certainly doesn't play well with Subversion, for instance. -- Tom Chiverton

Re: [flexcoders] CFEclipse and Flex Builder

2007-10-05 Thread Tom Chiverton
On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: I've unsuccessfully tried to add CFEclipse to Flex Builder 2. Do it the other way around (install Eclipse, install CFE, install Flex Builder in plugin mode). -- Tom Chiverton Helping to enormously build value-added infomediaries on:

[flexcoders] Errors...Somewhere

2007-10-05 Thread Matt
Is there an easier way to debug Flash content? I am using the debugging player embedded in my browser, but I don't get line numbers or really explicit details. I do get a stack trace for which I am very thankful, but in a case like I'm experiencing now it doesn't really help: ArgumentError:

Re: [flexcoders] How to get the Server URL from which this swf is downloaded..

2007-10-05 Thread Tom Chiverton
On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: Could u pls let me know how can i get this.. Application.application -- Tom Chiverton Helping to augmentatively establish performance-oriented models on: http://thefalken.livejournal.com

RE: [flexcoders] CFEclipse and Flex Builder

2007-10-05 Thread Tim Ashworth
I'm certain you're right. That's why I've been scratching my head because I remember using it before which was why I posted for a sanity check. I've got a new machine and was re-installing all my programs and therefore the latest CFEclipse. Thanks for making me feel a bit less frustrated

Re: [flexcoders] CFEclipse and Flex Builder

2007-10-05 Thread Paul Hastings
Tim Ashworth wrote: Ah! That sounds like a plan. I guess the standalone version doesn't like to play nicely with others. Thanks very much. doesn't the latest cfeclipse require eclipse 3.2.2 while standalone fb2 is 3.2 or 3.1?

RE: [flexcoders] Re: VO from WebService not being translated?

2007-10-05 Thread Samuel R. Neff
I wrote up a blog post with examples of how to use SchemaTypeRegistry to get custom vo's from a web service. Hope this helps. http://labs.atellis.com/2007/10/05/use-custom-value-objects-with-web-service s-in-flex-3-beta-2 Sam --- We're Hiring! Seeking

[flexcoders] Flex Bug: ComboBox shows IBeam cursor and text is selectable by default

2007-10-05 Thread slangeberg
I found a bug in the Adobe bug tracker. It says it's only in Flex Moxie Beta: ComboBox shows IBeam cursor and text is selectable by default: http://bugs.adobe.com/jira/browse/SDK-12032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel However, I am experiencing the exact same

RE: [flexcoders] Passing ID from master to detail

2007-10-05 Thread Tracy Spratt
There are much simpler ways. If your two canvases are in the same mxml file(class) then they share the the same scope and you can bind or access values directly. If they are implemented in different mxml files, then it is a tiny bit more complicated. Same scope Declare an id in any mx

RE: [flexcoders] How to get the Server URL from which this swf is downloaded..

2007-10-05 Thread Tracy Spratt
Application.application.url Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Friday, October 05, 2007 11:37 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to get the Server URL from which this swf is

Re: [flexcoders] CFEclipse and Flex Builder

2007-10-05 Thread Muzak
You have to use an earlier CFEclipse release. The latest release does not work properly with FB2 standalone. regards, Muzak - Original Message - From: Paul Hastings [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 05, 2007 5:27 PM Subject: Re: [flexcoders]

RE: [flexcoders] Thermo Cairngorm

2007-10-05 Thread Ely Greenfield
Hi Tom. It's of course still early, but generally, that's right, I think the contract between the designer and developer can be 90% captured as 'I need elements of these types with these ids, and other than that go to town.' (See my MAX talk for a concrete example :). Ely. -Original

[flexcoders] Re: How to get the Server URL from which this swf is downloaded..

2007-10-05 Thread sk_acura
Thanks a lot.. Kumar --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Application.application.url Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Friday, October 05, 2007 11:37 AM To:

RE: [flexcoders] Referencing elements in a component

2007-10-05 Thread Tracy Spratt
TileList is a data-driven control. And to be accurate, it does not have a component in it, but rather has an itemRenderer property that takes a component class value. This is important, because itemRenderers have rules entirely their own and are much more complicated than, say, a component in a

[flexcoders] Tab label width?

2007-10-05 Thread Paul Dale
Is there a trick to getting tab labels to layout nicely? I have one tab with a wider label and it is getting truncated even though the navigator still has more horizontal room. Paul

RE: [flexcoders] Flex Bug: ComboBox shows IBeam cursor and text is selectable by default

2007-10-05 Thread Alex Harui
Fixed in moxie, bug in 2.x From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of slangeberg Sent: Friday, October 05, 2007 8:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Bug: ComboBox shows IBeam cursor and text is

[flexcoders] Re: Placement of Image within Image Control

2007-10-05 Thread droponrcll
Sorry it took me so long to respond to this. I thought everything had moved over to the other thread. You are welcome to file an ECR for alignment properties or styles, but keep in mind that in most people's use cases, you don't want to stretch the Image beyond the size of the bitmap so

RE: [flexcoders] Re: Image with rounded corners

2007-10-05 Thread Alex Harui
That link had a blue ball. Is that what you mean? Or do you want a container with rounded corners? If so, see cornerRadius From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of brice.gervais Sent: Friday, October 05, 2007 12:12 AM To:

[flexcoders] Re: Placement of Image within Image Control

2007-10-05 Thread droponrcll
--- In flexcoders@yahoogroups.com, droponrcll [EMAIL PROTECTED] wrote: Sorry it took me so long to respond to this. I thought everything had moved over to the other thread. You are welcome to file an ECR for alignment properties or styles, but keep in mind that in most people's use

RE: [flexcoders] Re: MultiPurpose ItemRenderer

2007-10-05 Thread Alex Harui
Don't forget, this is a free volunteer service, and not my real job. If it takes more than a few minutes, I usually have to work on it at night unless my day suddenly clears up. Anyway, I think I have it working and will try to respond in more detail soon.

[flexcoders] Re: MultiPurpose ItemRenderer

2007-10-05 Thread droponrcll
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Don't forget, this is a free volunteer service, and not my real job. If it takes more than a few minutes, I usually have to work on it at night unless my day suddenly clears up. Anyway, I think I have it working

[flexcoders] url request variables

2007-10-05 Thread Jayson
I stumbled upon this example posted by tracy, maybe she will see this :), and it's exactly what I need.. except I can't get it to work. example link: http://www.cflex.net/showFileDetails.cfm? ObjectID=198Object=FileChannelID=1 my code: mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;

[flexcoders] How to assign values from a result set to matching declared variables?

2007-10-05 Thread wlbagent
I can easily do this in ColdFusion but can't figure it out in FLEX. I have a database table containing settings for an application. The table has a Name field for the name of a declared variable in my MXML application and a Value field for the initial variable assignment. For example, the

RE: [flexcoders] Re: Placement of Image within Image Control

2007-10-05 Thread Alex Harui
Plenty of other folks have had the same frustration in Flex so you're not alone. We'll close out the bug when it gets over here. It probably should have been filed against Flex SDK instead of Apollo. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

[flexcoders] Re: Placement of Image within Image Control

2007-10-05 Thread droponrcll
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Plenty of other folks have had the same frustration in Flex so you're not alone. We'll close out the bug when it gets over here. It probably should have been filed against Flex SDK instead of Apollo. I have FB 3 because

[flexcoders] FB3 B2, docs for deeplinking?

2007-10-05 Thread aaron smith
Are there any docs around for new deep linking functionality and how to customize it? Thanks yo!

[flexcoders] Re: url request variables

2007-10-05 Thread Jayson
Got it... this is needed.. private function initVars():void{ req1 = Application.application.parameters.req1; req2 = Application.application.parameters.req2; } and initVars() is called on the application creationComplete. works like a charm... here is the link in liveDocs

Re: [flexcoders] Re: flex builder 3 beta 2 always launching my app with debug player.

2007-10-05 Thread aaron smith
Thanks for the clarification. On 10/4/07, Mike Morearty [EMAIL PROTECTED] wrote: Aaron, you can fix this by installing the new beta of the Flash player that came with the beta of Flex Builder. Here is a very long explanation, copied (and edited) from a post I just made on the Adobe

Re: [flexcoders] setstyle for gridrow

2007-10-05 Thread [EMAIL PROTECTED]
To answer my own question, its gridRow.setStyle(backgroundColor,0x66CC66); gridRow.setStyle(paddingTop,20); [EMAIL PROTECTED] wrote: How do I do stuff like this ? gridRow = new GridRow( ); gridRow.setStyle(padding-top,10em); gridRow.setStyle(background,red); or

RE: [flexcoders] FB3 B2, docs for deeplinking?

2007-10-05 Thread Matt Horn
Yes, in the Flex 3 docs on labs: http://livedocs.adobe.com/labs/flex3/html/ Here's how to find the deep linking doc: Click on Flex 3 Developer's Guide. Click on Flex Programming Topics. Click on Deep Linking. Please feel free to post questions or comments about this doc. -matt horn flex docs

Re: [flexcoders] FB3 B2, docs for deeplinking?

2007-10-05 Thread aaron smith
Thanks! On 10/5/07, Matt Horn [EMAIL PROTECTED] wrote: Yes, in the Flex 3 docs on labs: http://livedocs.adobe.com/labs/flex3/html/ Here's how to find the deep linking doc: Click on Flex 3 Developer's Guide. Click on Flex Programming Topics. Click on Deep Linking. Please feel free to

[flexcoders] Re: ProgressEvent not thrown based on content-length in the POST request

2007-10-05 Thread vmorant
I made a mistake. User error.

[flexcoders] complex object webservice

2007-10-05 Thread sibelius5th
I'm sending a complex object to a webservice. Its structure is Base --Product(Array) Thumbnails(Array) When I send, I get an rpc Fault: Error #1069: Property ThumbNails not found on DTO.ProductDTO and there is no default value. This occurs when the Product Array is empty (not null, just

Re: [flexcoders] Re: Automated UI Testing for FLEX (Help!)

2007-10-05 Thread Willy Ci
we use QTP. we have a very big flex application. On 9/30/07, Marvin Froeder [EMAIL PROTECTED] wrote: May be you can publish it on sf or google code? VELO On 9/29/07, twcrone70 [EMAIL PROTECTED] wrote: This sounds pretty much what I am currently doing with my extension to

[flexcoders] ArrayCollection XMLList?

2007-10-05 Thread candysmate
I have an ArrayCollection in Flex which contains the delivery information for a given stock item: boxes quantity 10 20 15 20 17 20 etc how can I convert this into an XMLList so that it can be a dataProvider for a tree control where each line is a branch

Re: [flexcoders] ArrayCollection XMLList?

2007-10-05 Thread Scott - FastLane
Assuming your ArrayCollection contains strongly typed objects, I think you can make the ArrayCollection itself be the dataprovider for your tree. Your class (the data stored in the ArrayCollection) just needs to implement the get children():Array and get label():String method iirc. hth Scott

Re: [flexcoders] Flex Library Project crashing Eclipse with a StackOverflow

2007-10-05 Thread Brendan Meutzner
Just encountered this one myself... I deleted the project for now, and am about to try and recreate to see if error continues... It occurred in FB 2.0.1 standalone, and doesn't occur in FB3 or FB 2.0.1plugin. It's a library project which points to the Cairngorm swc... I'll re-post with results

[flexcoders] adding an event listener to a dynamically added component

2007-10-05 Thread Robert Munn
I have a search component that allows the user to add new search criteria on the fly. The search criteria is contained in a custom component, one row per criteria. The first row is defined like this: c:SearchInputRow onCriteriaChange=doCriteriaChanged(event) removeButton=false/ Rows can be added

RE: [flexcoders] ArrayCollection XMLList?

2007-10-05 Thread Alex Harui
Whether the objects are strongly-typed or not, you can stick the AC in as the Tree's DP, but you'll need a custom ITreeDataDescriptor to tell the tree what is a branch and what the children are. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

  1   2   >