Re: [flexcoders] Problem with FB3

2007-10-03 Thread learner
thanks Alex got it! I had the default.swf which was compiled to default.swf when i was using FB2... after compiling it again..i got it working! Thanks On 10/3/07, Alex Harui <[EMAIL PROTECTED]> wrote: > >Sounds like you have to recompile the resource bundles. > > ---

[flexcoders] Flex Builder 3 Alpha for Linux released

2007-10-03 Thread Jerome Clarke
For those who didn't know ;) http://labs.adobe.com/technologies/flex/flexbuilder_linux/

Re: [flexcoders] Re: Datagrid masking

2007-10-03 Thread Giles Roadnight
I'd love to but in my existing appliucation it only happens very occassionally so difficult to replicate - let alone in a seperate application. On 10/2/07, Alex Harui <[EMAIL PROTECTED]> wrote: > >If you can make a small test case, post it here or file a bug. > > -

Re: [flexcoders] Linechart dataprovider question

2007-10-03 Thread Mikhail Shevchuk
It usually adjusts to the min and max of the data you give. You have told that chart doesn't show data after jan07, but as far as I can see, you didn't provide data for this range. 2007/10/3, Nate Pearson <[EMAIL PROTECTED]>: > > >1)I add line series one and set the linechart dp to it. It has da

Re: [flexcoders] Return a person's age

2007-10-03 Thread Tom Chiverton
On Tuesday 02 Oct 2007, [EMAIL PROTECTED] wrote: > var age = new Date(birthDate.getTime() - todayDate.getTime); That gets you a Date representing the difference. ageInYears:Number=new Date().getFullYear() - age.getFullYear() -- Tom Chiverton Helping to globally extend prospective interfaces on:

Re: [flexcoders] How to get the Profiler to work in Beta 2?

2007-10-03 Thread Tom Chiverton
On Tuesday 02 Oct 2007, [EMAIL PROTECTED] wrote: > anyone? Do you have the newest debug player installed in that browser ? -- Tom Chiverton Helping to collaboratively architect wireless relationships on: http://thefalken.livejournal.com This

Re: [flexcoders] Re: Force creationComplete with ItemRenderer

2007-10-03 Thread Tom Chiverton
On Tuesday 02 Oct 2007, [EMAIL PROTECTED] wrote: > I recommend that the data setter just calls invalidateproperties Is there an example of an 'adobe recommended' renderer that uses this approach ? -- Tom Chiverton Helping to preemptively extend leading-edge appliances on: http://thefalken.livej

[flexcoders] Adding Flex Builder library project bin folders to source control

2007-10-03 Thread Tom Chiverton
I'm playing around with the library project feature in the Linux Flex Builder, and when I try and add the output folder ('projectName/bin'), and the .swc inside it to the SVN project the source directory ('projectName/src') is already part of, I get an error saying I'm adding something that woul

[flexcoders] What Thermo is.

2007-10-03 Thread Tom Chiverton
So, Thermo is like a super version of Flex Builders Design view, without the other bits of Builder/Eclipse. Very funky ! -- Tom Chiverton Helping to revolutionarily supply cutting-edge meta-services on: http://thefalken.livejournal.com This e

[flexcoders] Extending Canvas?

2007-10-03 Thread Stephen Roy J. Tang
Hi, I'm trying to create an MXML component extending from canvas, with some predefined components (buttons and some graphical elements) and behaviors, but I also want any MXMLs using the component to be able to specify additional contents for the components. (Since it's a canvas, I assume it's the

[flexcoders] ComboBox mouseroll bug

2007-10-03 Thread Mika Kiljunen
Hi, I noticed that if you have you mouse over combobox and you open the drop down list and scroll the list with mouse's roll button and keep mouse over the combobox the dropdown list scrolls down ( and moves away from the combobox component). This looks pretty stupid. This must be a bug !?! See a

[flexcoders] Re: States and ComboBox error

2007-10-03 Thread Mika Kiljunen
Forget it. Nothing that callLater wouldn't solve... This was a problem in my code that had something to do with setting styles. callLater seems to fix this. -Mika On 9/26/07, Mika Kiljunen <[EMAIL PROTECTED]> wrote: > > Hi! > I have a popup window that uses States and has an extended combobox >

RE: [flexcoders] Return a person's age

2007-10-03 Thread Harald Dehn
With this method you get will get wrong results( for example age = 11/20/1970 ). For date calculations, including ageInYears we use a DateUtils class (see below). Harald package de.financetec.utils { import de.financetec.core.Error2; /** * DateUtils ist eine st

[flexcoders] Re: help builing a component in Flash CS3 for Flex

2007-10-03 Thread Mark
--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > It'll probably be easier to expose properties on the Flash component > where the Flex app can pass a reference to the Flex webservice and fetch > the array from the component > > > > Fro

[flexcoders] Re: LCDS: Reordering managed collections?

2007-10-03 Thread Robert Csiki
Thanks Jeff, but who will give me the information regarding the positions in the list to delete from and to add into, based on what the client has done? So far, I could only see this type of info contained by the "update collection" message the server receives (UpdateCollectionMessage obj), but I

[flexcoders] Re: help builing a component in Flash CS3 for Flex

2007-10-03 Thread Mark
Thank you for replying, but I'm afraid I don't understand what you mean. I'm already passing an Array from the Flex app into the Flash component, that part is no problem. This is a little confusing to me: "the Flex app can pass a reference to the Flex webservice and fetch the array from the

[flexcoders] Re: help builing a component in Flash CS3 for Flex

2007-10-03 Thread Mark
Thank you for replying, but I'm afraid I don't understand what you mean. I'm already passing an Array from the Flex app into the Flash component, that part is no problem. This is a little confusing to me: "the Flex app can pass a reference to the Flex webservice and fetch the array from the compon

[flexcoders] adding img tag to TextArea

2007-10-03 Thread learner
Hi All, I am trying to assign html Text to the textArea Wheneve I try to do some thing like [Bindable]myText = "This is " It inserts one \n before it displays the images that is image is displayed in the next line .. can somebody suggest me the work around for it ? Regards PS

[flexcoders] Flex builder beta 2: MXML Code completion in Libraries?

2007-10-03 Thread marcel.panse
I have a Library project with some mxml file in there. The mxml files don't have code completion on components ( like '

Re: [flexcoders] Alert Bug - positioning of icon / text layout

2007-10-03 Thread Giles Roadnight
Ok, I've made a simple test which can be downlaoded from here: http://giles.roadnight.name/download/AlertTest.zip It pops up 2 alerts, the second one after the specified delay. This only happens when swfs are used as the images. pngs are fine. On 10/2/07, Alex Harui <[EMAIL PROTECTED]> wrote: >

[flexcoders] Re: LCDS: Reordering managed collections?

2007-10-03 Thread Robert Csiki
Thanks Jeff, I tried using this approach, and the result is the item I moved via DnD gets removed from the list. The methods addItemToFill and removeItemFromFill are both called, however the server overrides the client update, keeps the item deletion but does not insert the it at the new position

Re: [flexcoders] Editable DataGridColumn Binding

2007-10-03 Thread Jan Huzelius
Hi Alex, I'm still having some issues with this, please find some code below that better illustrate the issue: I've got a DataGrid populated with data from a dataprovider. This dataprovider comes from a model class called "currentApplication.timelines" that looks like this: package myProjectName

Re: [flexcoders] SetVariable vs External Interface & AS3's root

2007-10-03 Thread Bart Wttewaall
Hi Derek, Sorry for the late reply, this post got buried under a lot of email. Thanks for the explanation, it makes everything a lot clearer. I've read the article about FSCommand. My approach to this bug would be to build a class that stores methods and calls them in an interval (20ms ?). Anywa

[flexcoders] any CF / Flex freelance developers who can work in Reading

2007-10-03 Thread Giles Roadnight
Hi All I'm leaving my contract job in Reading and a replacement is needed. If you have CF and Flex experience and can work on a contract in Reading mail me off list. -- Giles Roadnight http://giles.roadnight.name

[flexcoders] Alpha on Colors?

2007-10-03 Thread Matt
There are features such as the backgroundAlpha style on a Container in Flex, but what about setting alpha on other uses of color such as the text 'color' style on a Link? Is there any way to do alpha on colors across the board?

[flexcoders] Re: any CF / Flex freelance developers who can work in Reading

2007-10-03 Thread Giles Roadnight
That's reading in the UK On 10/3/07, Giles Roadnight <[EMAIL PROTECTED]> wrote: > > Hi All > > I'm leaving my contract job in Reading and a replacement is needed. > > If you have CF and Flex experience and can work on a contract in Reading > mail me off list. > > -- > Giles Roadnight > http://gile

[flexcoders] Re: Framework Caching not working

2007-10-03 Thread danielvlopes
??? I don't uderstand Alex, i not sure it is important but i'm using flex builder 3 beta 1. Thanks. --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Darrell, can you look at this? > > Thanks, > -Alex > > > > From: flexcoders@yahoo

Re: [flexcoders] Re: Framework Caching not working

2007-10-03 Thread Tom Chiverton
On Wednesday 03 Oct 2007, [EMAIL PROTECTED] wrote: > I don't uderstand Alex, i not sure it is important but i'm using flex > builder 3 beta 1. Beta 2 is out now, try that. Also, what Player version do you have ? Only 9.0.60 or better can make use of RSL. It is my understanding that older players

[flexcoders] Re: Mouse Wheel over TextArea

2007-10-03 Thread toofah_gm
Thanks...that worked great! --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I would subclass TextArea, override mouseWheelHandler and just have it > return without doing anything. > > > > From: flexcoders@yahoogroups.com [mailto:[EM

[flexcoders] Flex Builder over-writes my bin directory and messes up my SVN

2007-10-03 Thread David Ham
My project source and bin directories are in Subversion. I am trying to rename my published HTML file, and that is working fine, thanks to Mike Morearty's excellent blog posts about Flex Builder file macros. However, whenever I do anything to my build configuration, or whenever I build clean, FB d

[flexcoders] Re: centering axis labels on DateTimeAxis

2007-10-03 Thread Pan Troglodytes
Absolutely no thoughts on how to do this? On 9/27/07, Pan Troglodytes <[EMAIL PROTECTED]> wrote: > > I'm looking to center the labels on a horizontal DateTimeAxis. Given the > two charts below, I want the first chart to look like the second one. The > second one uses a CategoryAxis, but this doe

[flexcoders] problem with Tree

2007-10-03 Thread Daniel Fernandes Credidio
Hi all, I'm starting to work with trees using an Httpservice to connect to the bank and return me this XML: I set the property resultformat as XML and its returning Ok the XML. the problem is when i use it as a dataprovider. the tree doesen't shows the right thing, it shows de XMLcode

RE: [flexcoders] Re: LCDS: Reordering managed collections?

2007-10-03 Thread Jeff Vroom
Can you try having your "autoRefreshFill()" method return "false"? When autoRefresh is turned on, the server controls the ordering of the items in the collection so I think the problem is that you just need to turn it off. Jeff From: flexcoders@yahoogroup

[flexcoders] Re: LCDS: Reordering managed collections?

2007-10-03 Thread Robert Csiki
Hi Jeff, Thank you. I've anticipated your suggestion, and already done it, turned off the auto refresh, but the end result is exactly the same (the DnD-ed item gets removed from the list). No additional log info was registered. And the refreshFill method is not called anymore (as expected). Could

RE: [flexcoders] problem with Tree

2007-10-03 Thread Alex Harui
labelField="@label" From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Fernandes Credidio Sent: Wednesday, October 03, 2007 8:25 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] problem with Tree Hi all, I'm starting to work

RE: [flexcoders] Alpha on Colors?

2007-10-03 Thread Alex Harui
you can change alpha on the link itself From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Sent: Wednesday, October 03, 2007 6:01 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Alpha on Colors? There are features such as the

[flexcoders] One click item editor (checkbox item editor)

2007-10-03 Thread Mark Ingram
Hi, I have a datagrid with a column that contains values of "True" or "False". I've got these hooked up to an item renderer and an item editor which is basically just a checkbox (in both cases). What I've noticed is, if a user clicks on the item renderer (the checkbox) the natural expectation w

RE: [flexcoders] Return a person's age

2007-10-03 Thread Tracy Spratt
Duh, that's right. I should have left this one alone. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Wednesday, October 03, 2007 4:45 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Return a person's age On

RES: [flexcoders] problem with Tree

2007-10-03 Thread DANIEL CREDIDIO - INFORMATICA
Sorry alex, but can you explain it a little better, i'm quite noob when it comes to XML things. De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Alex Harui Enviada em: quarta-feira, 3 de outubro de 2007 12:41 Para: flexcoders@yahoogroups.com

RE: [flexcoders] One click item editor (checkbox item editor)

2007-10-03 Thread Tracy Spratt
Use a straight-up custom itemRenderer to avoid the default itemEditor behavior. You will need to update the dataProvider item in the renderer yourself. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Wednesday,

RE: [flexcoders] ComboBox mouseroll bug

2007-10-03 Thread Alex Harui
That's our "dropping dropdown" feature. Just kidding. Please file a bug. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika Kiljunen Sent: Wednesday, October 03, 2007 3:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ComboBox

Re: [flexcoders] adding img tag to TextArea

2007-10-03 Thread Daniel Freiman
>From the livedocs ( http://livedocs.adobe.com/flex/201/langref/flash/text/TextField.html): "In general, an image embedded in a text field appears on the line following the tag. However, when the tag is the first character in the text field, the image appears on the first line of the text field.

RE: [flexcoders] problem with Tree

2007-10-03 Thread Tracy Spratt
The tree does not know where in the xml node to look for the label. Specifying the labelField tells it this. The "@" indicates the data you want is in an attribute. So modify your Tree tag like this: If your XML is more complex, or some nodes do not have a "label"(or whatever) attribute, you c

Re: [flexcoders] One click item editor (checkbox item editor)

2007-10-03 Thread Charles Galpin
On Oct 3, 2007, at 11:51 AM, Mark Ingram wrote: Is it possible to have a single click item editor? i.e. when the user clicks on the checkbox, it actually changes it’s value, as opposed to creating the item editor. If you want to go the route of it just changing values and not showing an edi

RE: [flexcoders] One click item editor (checkbox item editor)

2007-10-03 Thread Mark Ingram
Is this to be used in conjunction with setting editable="false? Or is there a better method of stopping the default text input editor from showing? Thanks for the quick response, Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Beha

RE: [flexcoders] One click item editor (checkbox item editor)

2007-10-03 Thread Mark Ingram
Oh and also, I presume there is no way of generating a valid itemEndEdit event from a standard item renderer? (I'll have to bubble a new event up from the item renderer?) Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark I

[flexcoders] Filtering in flex 3 AdvancedDataGrid with Hierarchical data

2007-10-03 Thread letterpigeon
Hi, With the normal DataGrid object, we can perform filtering by doing grid.dataProvider = someArrayColection grid.dataProvider.filterFunction = myFilterFunction. However, with the advanceddatagrid, if the do, grid.dataProvider = someHierarchialData afer this statement, the grid.dataProvider va

RE: [flexcoders] Re: Force creationComplete with ItemRenderer

2007-10-03 Thread Alex Harui
ListItemRenderer -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Wednesday, October 03, 2007 1:47 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Force creationComplete with ItemRenderer On Tuesday 02 Oct 2007

RE: [flexcoders] Re: Datagrid masking

2007-10-03 Thread Alex Harui
Let's start with a snapshot of what it looks like. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: Wednesday, October 03, 2007 1:06 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Datagrid masking I'

RE: [flexcoders] Access to the WindowedApplication instance??

2007-10-03 Thread Alex Harui
Should be Application.application. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Frank Z Sent: Tuesday, October 02, 2007 8:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Access to the WindowedApplication instance?? Is there

[flexcoders] my extended Date class

2007-10-03 Thread Pan Troglodytes
Unfortunately, I can't REALLY extend the Date class because it's declared final (thanks a lot, guys). But here's my replacement for it. It wraps all the same functions as Date exposes by sending them to an internal Date object. It also adds a built-in formatter and a format() call. In addition,

[flexcoders] convert string to XML and access children.

2007-10-03 Thread Matthew Ganz
hi. i have a string returned from a java service and i convert it successfully to an XML object but somehow cannot access its elements appropriately. here's the string returned from the service: http://www.opengis.net/gml";> 35.8836141808394,36.8725679313339 35.942909637095,37

[flexcoders] Re: How to get the Profiler to work in Beta 2?

2007-10-03 Thread mitek17
I had this problem after I installed a new version of Player. To get rid of it I downloaded the uninstaller from the Adobe site and then installed the debug Player from Flex2 SDK. Cheers, Dmitri. --- In flexcoders@yahoogroups.com, Sheriff <[EMAIL PROTECTED]> wrote: > > > i keep getting socket t

RE: [flexcoders] One click item editor (checkbox item editor)

2007-10-03 Thread Alex Harui
If you set editable="false", you can't tab to the checkbox. If you set editable="true", also set rendererIsEditor, but also update the dataprovider on click (or is it change?) You will get an itemEditEnd when you tab out or click out, but not when you actually click it.

[flexcoders] Re: MultiPurpose ItemRenderer

2007-10-03 Thread droponrcll
--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I suggest your renderer look something like this. You'll see use of > dataChange and how to center the image. I don't have a proxy example, > but that's a good topic for a blog article someday... > > Can you post tw

[flexcoders] Passing itemRenderer keyboard event to the datagrid containing it

2007-10-03 Thread candysmate
I have an itemrenderer within the dataGridColumn of a datagrid. How can I pass the keydown event detected by the itemrenderer (textinput) to the datagrid please?

[flexcoders] SOLVED: Linechart dataprovider question

2007-10-03 Thread Nate Pearson
I just changed my category axis to a datetime axis. Everything works great now! --- In flexcoders@yahoogroups.com, "Mikhail Shevchuk" <[EMAIL PROTECTED]> wrote: > > It usually adjusts to the min and max of the data you give. > You have told that chart doesn't show data after jan07, but as far as

[flexcoders] Re: Dates and Months Problem

2007-10-03 Thread Jason The Saj
Because Flex decided to be stupid like most programming languages and count from zero. Which make for additional work and headache. I so miss ColdFusion's date/time handling. It was beautiful. It was the way date/time should be. Of course, I also like counting from 1 instead of zero. And yes, I u

[flexcoders] moxie beta2 - what happened to borderStyles?

2007-10-03 Thread Sascha
When using alternative borderStyles (e.g. solid) on a Panel or TitleWindow things now get totally messed up. Anyone know what's going on there? Sascha

[flexcoders] Maintain filtering on an array??

2007-10-03 Thread Ken Bromberger
Hi all, I was wondering what some methods might be for filtering an array before it is displayed. I have an array that populates a datagrid and I send some updates to the server that effect the array and I want to refresh the array with the data from the server but maintain a f

[flexcoders] formItem label don't appear em FlexBuilder 3 beta 2

2007-10-03 Thread danielvlopes
I had a project maded in flexbuilder3 beta1, and almost everything works fine but after install flexbuilder3 beta2 all of my formItem labels disappear. Some one can help?

[flexcoders] Flex Builder 3 Beta 2 - document literal webservices

2007-10-03 Thread Leonard Harley
Does anyone have a working sample of using the introspection wizard generated code to interact with a document literal webservice WDSL? The wizard generated code usage example is a little vague... -- Leonard Harley PortalUniverse Tel: To be advised Fax: To be advised Mobile: +230 421 2057 Email

[flexcoders] Metadata question.

2007-10-03 Thread bryter_daze
There is no reference to the default value in any of the Style tags. e.g where the halo skin is to be found. Although I know where the skin files are, I can't seem to find references to them in the source code. Really what I'm looking for is best practises in setting default styles. Hope someone ca

[flexcoders] Remoting Tutorials

2007-10-03 Thread Tim Ashworth
Hi All, I'm a bit of a newbie at Flex, though I've done lots of work with Flash. My specific question relates to Remoting, I was wondering if there were any good tutorials out there about remoting and flex. Thanks in advance Tim

RE: [flexcoders] What Thermo is.

2007-10-03 Thread Giles Taylor
SSSHHH, nobody mention Expression Blend ;) Looks like it hits the designer sweet spot much better though! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: 03 October 2007 10:26 To: flexcoders@yahoogroups.com Subject: [flexcoders] What Thermo is.

[flexcoders] Yahoo Search Error 2032 but no error on Yahoo API Image Search

2007-10-03 Thread Brian Thornton
When I run an image search there is no problem.. I've isolated it's not a firewall, cross domain, API key and typographical issue. Got any ideas guys? Code is below,,, ERROR yahooapis.com/WebSearchService/V1/webSearch?appid=myID"]. URL: http://search.yahooapis.com/WebSearchService/V1/webSearch";

[flexcoders] Best practice

2007-10-03 Thread Greg
Flex 2 - I have a panel with a bunch of text objects. Each of the text objects are populated by the DB, all fine. I want to know best practice on displaying only the text objects via an IF statement. The canvas should size adjust depending on the visible text objects. Should I add/remove ch

[flexcoders] Re: File Upload Error in mozilla

2007-10-03 Thread nsmmilind2002
Thanks for your reply Kelly. * Could you please send me the detail about what all the parameters/values are you passing to backend while sending the upload request to the server? And how you are handling it at backend? -Milind * Could you please send me the deatil about what all the paramete

Re: [flexcoders] TileList.selectedIndices problem

2007-10-03 Thread Charles Galpin
I'd like nothing more than to be proven wrong and eat crow on this, but I have changed the view handling to be more explicit, and make sure the indices are being saved from the current view before the view is switched, and then set when the next view is visible, and there is no change. Yo

[flexcoders] Dynamic TextInput Creation

2007-10-03 Thread Alex Birch
Would you please point me to a tutorial on how to dynamically create new textinput forms, for flex 2. I've found many with the createChild() method that don't work in flex 2.0. After 5 characters are added into SomeNumber-TextInput, I would like to create a new TextInput with the next number So a

[flexcoders] Combo Box Data Validation problem

2007-10-03 Thread praveen_k02
Hi, I am not able to do a validation on the items of a combo box which is placed inside a component. I am drafting the scenario. Design part, Please select decision1 decision2 Now, in the screen, they have a datagrid wherein they populate list of members from the database a

[flexcoders] Combo Box data validation problem

2007-10-03 Thread kPraveen
Hi, I am not able to do a validation on the items of a combo box which is placed inside a component. I am drafting the scenario. Design part, Please select decision1 decision2 Now, in the screen, they have a datagrid wherein they populate list of members from the database and each membe

[flexcoders] File upload in Mozilla problem

2007-10-03 Thread msabljic
Hello flexcoders, Hi, I am using Flex with server side PHP script to upload a file from Flex to server and everything works fine when i use Internet Explorer but in Firefox i get the following error: Error #2038: File I/O Error. I googled around and found out that there is a problem with Fire

[flexcoders] resource icons

2007-10-03 Thread codeknow
I am looking for a way to set up a combo box icon as a resource that loads on the runtime ( not compiled ). I have been able to set this up with various different languages, and other resources however with the icons this doesn't seem possible in flex 3..anyone have any ideas on how this would

[flexcoders] Re: Framework Caching not working

2007-10-03 Thread danielvlopes
My flash player is 9,0,60,235 Even i use Beta 2, caching still not working. I don't know why, some one can help? Something wrong with my buil.xml? --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Wednesday 03 Oct 2007, [EMAIL PROTECTED] wrote: > > I don't udersta

[flexcoders] LocalConnection: problems in IE, embedded pages

2007-10-03 Thread enginefloor
Hi, I have a Flash8 player/projector which I've embedded in a Flex2 app. The Flash8 player (f8.swf), is basically a movie player, and the point of embedding it in the Flex2 app is so that you can see a variety of movies through Flex, and then pick the one you want to show up in the player (repeate

[flexcoders] remove all spaces using RegExp

2007-10-03 Thread Matthew Ganz
hi. i've got a string with a bunch of extra spaces in it; line breaks, tabs, etc...for some reason when i try to RegExp it, it doesn't remove it. anything wrong with this statement?? coordinatesStr.replace("\\s+",""); // doesn't remove any spaces i've tried this and it still doesn't work: var

RES: [flexcoders] problem with Tree

2007-10-03 Thread DANIEL CREDIDIO - INFORMATICA
Thank you. It worked. I am trying to learn more about XML but there is still much I don't know. De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Tracy Spratt Enviada em: quarta-feira, 3 de outubro de 2007 13:10 Para: flexcoders@yahoogroups.co

[flexcoders] Bug in DragManager

2007-10-03 Thread Mike Krotscheck
So, I've been working with the DragManager for a bit now, and I'm wondering whether or not what I've found was a design decision or simply an omission. Cosnider the case of having a mouseEnabled="false" component (in my case a Canvas) lying on top of a drag target. The following few lines of code (

[flexcoders] Re: formItem label don't appear em FlexBuilder 3 beta 2

2007-10-03 Thread danielvlopes
I fix this problem specifying height and width of form parent container. --- In flexcoders@yahoogroups.com, "danielvlopes" <[EMAIL PROTECTED]> wrote: > > I had a project maded in flexbuilder3 beta1, and almost everything > works fine but after install flexbuilder3 beta2 all of my formItem > label

RE: [flexcoders] Maintain filtering on an array??

2007-10-03 Thread Tracy Spratt
Apply the filtering in the result handler function. If you are binding directly to lastResult, this is one more reason why you should not. Instead, declare a [Bindable] instance variable of the type you want, bind the dg to that, then assign the result data to that var in your result handler f

RE: [flexcoders] Dynamic TextInput Creation

2007-10-03 Thread Tracy Spratt
In 2.0, you use addChild(). Here is a full example: http://www.cflex.net/showFileDetails.cfm?ObjectID=562 Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Birch Sent: Wednesday, October 03, 2007 12:44 PM To: flexcoders@yahoo

[flexcoders] Prevent color picker open

2007-10-03 Thread David Gironella
I want to place a color picker, but i want to open my own color select panel, how can i prevent color picker to open when click? thk. giro.

RE: [flexcoders] Metadata question.

2007-10-03 Thread Tracy Spratt
If you mean for custom components, search the archives on *flexcomponents*, as this was discussed extensively by some very heavy hitters. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bryter_daze Sent: Wednesday, October 03,

[flexcoders] Re: Flex beta 2: How to debug your modules?

2007-10-03 Thread marcel.panse
Nobody with the same experience? --- In flexcoders@yahoogroups.com, "marcel.panse" <[EMAIL PROTECTED]> wrote: > > When i place a debug breakpoint in my code and run the debugger the > breakpoint sais: "Breakpoint cannot be set here because there is no > executable code at this line." > > I rememb

Re: [flexcoders] Dynamic TextInput Creation

2007-10-03 Thread Alex Birch
Tracy, Thank you so much. This is precisely what I needed. Gratefully yours, Alex On 10/3/07, Tracy Spratt <[EMAIL PROTECTED]> wrote: > >In 2.0, you use addChild(). Here is a full example: > > http://www.cflex.net/showFileDetails.cfm?ObjectID=562 > > Tracy > > > ---

[flexcoders] Re: remove all spaces using RegExp

2007-10-03 Thread caffeinewabbit
Are you remembering to assign the new value back to your variable? i.e.: coordinatesStr = coordinatesStr.replace("\\s+",""); Greg C. --- In flexcoders@yahoogroups.com, "Matthew Ganz" <[EMAIL PROTECTED]> wrote: > > hi. > > i've got a string with a bunch of extra spaces in it; line breaks, tabs,

[flexcoders] Getting Index of item clicked in repeater

2007-10-03 Thread droponrcll
Say I have a repeater that essentially scatters instances of a custom component all over the screen. When a user clicks one of the instances, I don't really care what data is displayed in the component. What I need to know is what was the index of the one that was clicked within the component

RE: [flexcoders] Maintain filtering on an array??

2007-10-03 Thread Ken Bromberger
Hi Tracy, Thanks for this info, I actually did mean to say ArrayCollection... it is an arraycollection I'm filtering. My data requests and results are being handled in a separate class, perhaps I can build the filtering functionality in as a part of that... Thanks! - Ken

RE: [flexcoders] Prevent color picker open

2007-10-03 Thread Alex Harui
I don't see any easy supported way to do this. You can override the unsupported mx_internal::displayDropdown, but I'd expect other problems to follow. I'd probably subclass PopUpButton and go from there. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Bug in DragManager

2007-10-03 Thread Alex Harui
You're welcome to file a bug so we can think about it, but I think you're saying you want it so that non-mouseEnabled things like Shapes and Bitmaps can't be drop targets or block something else from being the droptarget, which seems kind of restrictive. Are you using the canvas as a "shield" or

RE: [flexcoders] Passing itemRenderer keyboard event to the datagrid containing it

2007-10-03 Thread Alex Harui
The DataGrid should get it because the keyboard event bubbles. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of candysmate Sent: Wednesday, October 03, 2007 9:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Passing itemRenderer ke

RE: [flexcoders] Re: MultiPurpose ItemRenderer

2007-10-03 Thread Alex Harui
That is correct, medaiObject is the API for component time, and data is mapped to it when it is a renderer. You have to dispatch an event for binding {} to work. Use of [Bindable] without an event causes us to wrap the property in a getter/setter pair which would be redundant in your case. In

RE: [flexcoders] convert string to XML and access children.

2007-10-03 Thread Alex Harui
That looks nested to me so there's be only one children() but many descendants() From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Ganz Sent: Wednesday, October 03, 2007 9:24 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] con

RE: [flexcoders] Re: Tilelist and image

2007-10-03 Thread Alex Harui
Nope, don't have charles set up. I just traced out which urls the renderers requested. It would be very strange for the player to request things that the AS layer did not. If you scroll slowly, I'm sure it'll eventually ask for all of the images. It should cancel the loading of images that hav

[flexcoders] Re: MultiPurpose ItemRenderer

2007-10-03 Thread droponrcll
--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I suggest your renderer look something like this. You'll see use of > dataChange and how to center the image. I don't have a proxy example, > but that's a good topic for a blog article someday... > > Can you post tw

RE: [flexcoders] Editable DataGridColumn Binding

2007-10-03 Thread Alex Harui
The DG is often used to edit the collection. Normally, folks just display text renderers and use datefield as the itemEditor so you don't have to see a stack of datefields. However, it is fine to use a stack of datefields, but then you normally set rendererIsEditor=true and set the editorDataFiel

[flexcoders] Re: MultiPurpose ItemRenderer

2007-10-03 Thread droponrcll
--- In flexcoders@yahoogroups.com, "droponrcll" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "Alex Harui" wrote: > > > > I suggest your renderer look something like this. You'll see use of > > dataChange and how to center the image. I don't have a proxy > example, > > but

[flexcoders] Flex 3 Beta 2 Performance

2007-10-03 Thread Sheriff
does it take anyone an usually long time before it import a class for example var test:Button = new Button() then the i get a 5-10 second pause before i can do anything Take the Internet to Go: Yaho

RE: [flexcoders] Bug in DragManager

2007-10-03 Thread Mike Krotscheck
The way I'm rewriting it is that it skips over anything that's not an InteractiveObject. In my particular case, I'm selecting an item from a TileList (an Image) and letting the user drag/drop it onto a target that then displays said image. An example application (since I can't describe my own due t

  1   2   >