Re: [flexcoders] Re: Mate and sharing data across files

2009-04-15 Thread Romuald Quantin
Mate is not using Singleton but class-caching if I understood well. Romu Tim Hoff wrote: Hi Seona, Let's start by taking a deep breath and don't freak out. Ok, wheeew! Mate is a little different than typical MVC; in that it seperates the model into managers and presentation models (a

[flexcoders] AIR browse and Mac filetype

2009-04-15 Thread Romuald Quantin
Hi, I'm facing a really annoying problem on Mac Leopard 10.5.6. I built an app with AIR and it requires that I select the path of an existing application, let's say Flash. To select the path, I wanted to select the application use a file.browse(). It works well on Windows but on Mac the Adobe

Re: [flexcoders] May I install Flex Builder 3 and Flex Builder 4 in same computer?

2009-03-12 Thread Romuald Quantin
Where did you get a copy, is there any way I can try it as well? Romu Paul Kukiel wrote: Yes you can on windows at least. They work fine side by side. Paul On Thu, Mar 12, 2009 at 10:08 AM, markflex2007 markflex2...@yahoo.com mailto:markflex2007%40yahoo.com wrote: I hope they works

Re: [flexcoders] Flex 3 Tree - Moving Nodes

2009-03-11 Thread Romuald Quantin
That tree is just working very well, thanks again Yves. Romu Yves Riel wrote: I have done something similar lately except for the spring loaded opening mechanism. The problem that I saw with Alex Harui's approach was that you had to turn a leaf into a branch before being able to drop a

[flexcoders] Tree filter nodes to hide leaves

2009-03-11 Thread Romuald Quantin
Hi, There must be simple way to do that. I've got an XML (the dataProvider of a tree) that can contains any kind of nodes. I'd like to display only a type of node in my tree, let's say I've got an XML composed of car and plane nodes and I want to show only the cars in my tree. Also, if my

Re: [flexcoders] Tree filter nodes to hide leaves

2009-03-11 Thread Romuald Quantin
it. - Jeff Atwood On Wed, Mar 11, 2009 at 6:33 AM, Romuald Quantin soundstep.mail...@googlemail.com mailto:soundstep.mail...@googlemail.com wrote: Hi, There must be simple way to do that. I've got an XML (the dataProvider of a tree) that can contains any kind of nodes. I'd like

Re: [flexcoders] Tree filter nodes to hide leaves

2009-03-11 Thread Romuald Quantin
...@hofo.com The universe tends toward maximum irony. Don't push it. - Jeff Atwood On Wed, Mar 11, 2009 at 6:33 AM, Romuald Quantin soundstep.mail...@googlemail.com mailto:soundstep.mail...@googlemail.com wrote: Hi, There must be simple way to do that. I've got an XML

Re: [flexcoders] Flex 3 Tree - Moving Nodes

2009-03-10 Thread Romuald Quantin
I'm also looking for exactly this, do you let us know if you find something? Romu Sam Lai wrote: You could do what MindManager does and make the left half of the node dropzone for reordering, and the right half for making the node a child of the drop node. Not sure how easy it would be to

Re: [flexcoders] Flex 3 Tree - Moving Nodes

2009-03-10 Thread Romuald Quantin
Thanks a lot, Flash (Flex) community is amazing :) I'll try that! Romu Yves Riel wrote: I have done something similar lately except for the spring loaded opening mechanism. The problem that I saw with Alex Harui's approach was that you had to turn a leaf into a branch before being able

[flexcoders] Merapi and execute file from AIR

2009-03-06 Thread Romuald Quantin
Hi, I'm building an AIR app which need to execute files, I found my answer with the Merapi project, my tests were successful, I guess people knows about Merapi. I've been a bit concern as some people are saying that it is a dead project, questions on the forums are not really answered. Do

[flexcoders] closing ADL

2009-03-06 Thread Romuald Quantin
Hi, Sorry, some basic questions about AIR development. A little thing that is itching my mind, I'm not that used to Flex Builder and I'm pretty sure I found a way before but I can't it find anymore. Is there any way to automatically close the previous ADL instance when I launch again the

Re: [flexcoders] Merapi and execute file from AIR

2009-03-06 Thread Romuald Quantin
contact is.helpd...@inps.co.uk *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *Romuald Quantin *Sent:* 06 March 2009 10:17 *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Merapi

Re: [flexcoders] Merapi and execute file from AIR

2009-03-06 Thread Romuald Quantin
Very interesting!, the C sample works great. Has anyone seen a java example? Romu Weyert de Boer wrote: You can find a .NET example of communicating with LocalConnection in one of the Flex books. Pro Flex 2. I think it was.

Re: [flexcoders] Merapi and execute file from AIR

2009-03-06 Thread Romuald Quantin
I need to start the AIR app and execute files and programs from another language that is able to do that. I'm actually using java, which is working very well (with Merapi). This app will be deploy on Windows, Mac and Linux. So java is, in my opinion, the best candidate to have a cross-platform

Re: [flexcoders] Merapi and execute file from AIR

2009-03-06 Thread Romuald Quantin
Well it might make sense. But the problem is, I'm able not able to write C++ ;) That's the v2 of an open source project, you're free to join me and give me an hand if you wish! :) Romu Weyert de Boer wrote: I would've have just written to simple C++ applications which start those