[flexcoders] Re: ID3 v2+ parser available for albumart

2007-04-30 Thread nikko_leborgne
--- In flexcoders@yahoogroups.com, João Fernandes [EMAIL PROTECTED] wrote: The Mighty Ben Stucki may have what you need. http://blog.benstucki.net/?id=24 João Fernandes Hello, I tried ID3Strema Explorer, and it works well. But now, I want to parse my mp3's. So, in the example, in the

[flexcoders] [Drag Drop][Trees]

2006-10-03 Thread nikko_leborgne
Hello ! I have a problem with the drag and drop between two trees. Indeed, to drag drop in an only tree, there is no problem. Moreover, I know to drag drop between two trees, but I only know move files or folders. And, I would like COPY a file from a tree to another. What is the solution ?

[flexcoders] [Menu][event.item]

2006-10-10 Thread nikko_leborgne
Hello !! I create a menu : mx:XML id=myMenuData root menuitem label=Nouvelle tâche eventName=newTask/ menuitem label=Supprimer une tâche eventName=deleteTask/ menuitem label=Editer une tâche eventName=editTask/ /root /mx:XML Then, I have a function to show my menu : private

[flexcoders] Set menuitem enabled/disabled

2006-10-12 Thread nikko_leborgne
Hi ! In my application, I create a Menu which is showned with a double click. Here is the code : In my MXML application : XML for the menu mx:XML id=tasksMenuData root menuitem label=Nouvelle tâche eventName=newTask enabled=/ menuitem

[flexcoders] Internationalisation Accordion

2006-10-31 Thread nikko_leborgne
Hello ! In my application, I have an accordion where I hide/show canvas by clicking on diferents items in my interface. Moreover, in my application, I can change the language by clicking on the corresponding flag. And so, that si my problem : When I want to hide a canvas of my accordion, I use