Re: [flexcoders] Motionbox VideoPlayer with Deep Tagging functions

2006-09-14 Thread Marcel Fahle
Damn! I've forgot the bloody links: http://motionbox.com/video/player/1c99d5b41392/5f8e06082419b3f3 http://blog.motionbox.com/motionbox/2006/09/deep_tagging_an.html Sorry for that. Marcel Fahle wrote: Hey Guys, I've recently stumbled on Motionbox' new video player and I find it quite

[flexcoders] Motionbox VideoPlayer with Deep Tagging functions

2006-09-14 Thread Marcel Fahle
Hey Guys, I've recently stumbled on Motionbox' new video player and I find it quite impressive how the labeling and draging a box on the timeline has been done. Do you guys have an idea what is the best way to accomplish a similar application? How would you start building something like that?

Re: Re: [flexcoders] Re: How to refresh a tree

2006-08-24 Thread Marcel Fahle
hat eliminated a lot of the issues was reassigning the dataProvider of the tree explictly (right after you update the node. so... [Bindable] private var xmlN : XML private function updateTreeDataProvider : void { //code that updates xmlN treeNav.dataProvider= xmlN; } mx:Tr

Re: [flexcoders] Re: How to refresh a tree

2006-08-24 Thread Marcel Fahle
hat eliminated a lot of the issues was reassigning the dataProvider of the tree explictly (right after you update the node. so... [Bindable] private var xmlN : XML private function updateTreeDataProvider : void { //code that updates xmlN treeNav.dataProvider= xmlN; } mx:Tree id="tr

Re: [flexcoders] Re: Tree item renderer's scrolling with mousewheel

2006-08-22 Thread Marcel Fahle
Hi, did you found a solution on that in the meantime.. I got stucked on the same problem :( Marcel lyon.james wrote: Unfortunately, it isn't the tree component thats scrolling out of place or incorrectly. What's scrolling out of our control are the labels inside the items inside

Re: [flexcoders] Re: How to refresh a tree

2006-08-22 Thread Marcel Fahle
Hi Dave, did you found a solution on that? I've got a similar problem here. Marcel Dave Bobby wrote: This is flaky, might be a bug. root -a --aa --ab --ac -b -c --ca --cb --cc say the last server retrieval got ca, cb and cc. but the tree did not show a scrollbar. this tree