[flexcoders] e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread Mark Carter
Ok, that subject is a bit vague but here's an example of what I mean: fred bob peter Say we have lots of these group elements in an XML document. I want to select all groups including the names "fred" and "bob", for example. Is it possible in one e4x expression? My guess would be: rootXML.gro

[flexcoders] Viewing massive data in charts

2008-09-22 Thread florian.salihovic
Hello everybody, i have a question which is not technical in first place. I'm more in a search for a pattern. The problem: i have a massive collection of objects (~35000 instance) which should be displayed in the charting components. But not all at once, just intervals which can be as big a

RE: [flexcoders] 'Safe' editing of flex source code?

2008-09-22 Thread Gregor Kiddie
Yes you can override some of the Flex framework on a project by project basis. Do some searching for "Monkey Patch" as it appears to named... Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registere

[flexcoders] Re: Items with variable width ? (TileBase component that don't override items width)

2008-09-22 Thread mydarkspoon
I'm having a similar problem, couldn't find a good way to enforce the HorizontalList to enable items with different width. --- In flexcoders@yahoogroups.com, "z_babin" <[EMAIL PROTECTED]> wrote: > > Hello, > > The result should be an HorizontalList like component (with all > features; dataProvide

[flexcoders] 'Safe' editing of flex source code?

2008-09-22 Thread Rich Rodecker
I'm pretty sure I know what the answer to this is going to be, but wanted to ask to be sure: Is there a way to make modifications to flex source code, for just a single project? For example, if I just wanted to tweak the Button class...in Flash we can just point to a local version of the class an

Re: [flexcoders] [Bindable] is not getting updated..

2008-09-22 Thread Manu Dhanda
Thanks for the detail. Indeed it has the needed information. -Manu. Haykel BEN JEMIA wrote: > > I think there's a misunderstanding of the [Bindable] Metatag here. > The Metatag only states that the compiler should create a property to > which > we can bind another one, which means it should di

Re: [flexcoders] removeChild or delete item in repeater

2008-09-22 Thread Haykel BEN JEMIA
Try this:vform[evt.target.instanceIndex].removeChild(_submod[i]); On Sat, Sep 20, 2008 at 8:27 PM, urmissinlink <[EMAIL PROTECTED]> wrote: > hey guys, > I have a nested repeater as seen below > > > click="openModule(event)" icon="@Embed(source='img/Expand.png')"/> > > repeatEnd="populateSu

Re: [flexcoders] SWFLoader loads image relative to the SWF

2008-09-22 Thread Haykel BEN JEMIA
Why you don't believe it? It's just normal as the application is the swf and not the html file! You can get the url of the html page with: ExternalInterface.call("window.location.href.toString") You could then remove the last part (html file name) to get the path of the html page. On Sun, Sep 21

Re: [flexcoders] Strange Image Behavior

2008-09-22 Thread Haykel BEN JEMIA
Try clearing all your browser caches and test again. Perhaps you have an error in your app, but you don't see it in IE because the images are in its cache. On Sun, Sep 21, 2008 at 10:53 AM, danenania <[EMAIL PROTECTED]> wrote: > Hi all. I'm experiencing some serious strangeness with a few .png

Re: [flexcoders] Help with error #1119

2008-09-22 Thread Haykel BEN JEMIA
I think you should be using ciData instead of dp in these function. It's the property that seems to hold the data returned by the service. On Sun, Sep 21, 2008 at 7:43 PM, dmschenk1 <[EMAIL PROTECTED]> wrote: > I have a 1119 error that is giving me fits and I'm sure its probably > something sim

Re: [flexcoders] Re: search file

2008-09-22 Thread Haykel BEN JEMIA
Adobe AIR Documentation: http://www.adobe.com/support/documentation/en/air/ Merge folder on Mac - AIR utility app: http://www.richapps.de/?p=159 On Mon, Sep 22, 2008 at 9:02 AM, dialogtmp <[EMAIL PROTECTED]> wrote: > > thanks :) > > But I don't know the method for implement file searching. > > I

Re: [flexcoders] [Bindable] is not getting updated..

2008-09-22 Thread Haykel BEN JEMIA
I think there's a misunderstanding of the [Bindable] Metatag here. The Metatag only states that the compiler should create a property to which we can bind another one, which means it should dispatch a property change event every time it's value changes, but it doesn't bind it to anything. [Bindabl

[flexcoders] Re: search file

2008-09-22 Thread dialogtmp
thanks :) But I don't know the method for implement file searching. Is there any similar example to learn? dialogtmp --- In flexcoders@yahoogroups.com, Gordon Smith <[EMAIL PROTECTED]> wrote: > > You can do this in AIR, but browser apps are not allowed to enumerate the local file system. > >

<    1   2