Re: [flexcoders] enterState for tabNavigator?

2009-01-05 Thread endrone endrone
Also the show event of the TabNavigator children. The show is only dispatched if you hide it first It's either the TabNavigator's 'change' (your current method) or its children's 'initialize'. It's hard to say without knowing more about the sort of initialization you're doing here. I'm

Re: [flexcoders] enterState for tabNavigator?

2009-01-05 Thread endrone endrone
listen for the Change event of the TabNavigator and keep the prevIndex in a variable. And depending on the index I initialize the TabView. Is that a best practice? regards Vic 2009/1/5 Manish Jethani manish.jeth...@gmail.com On Mon, Jan 5, 2009 at 2:22 PM, endrone endrone endr

[flexcoders] enterState for tabNavigator?

2009-01-05 Thread endrone endrone
Hello, when you change a state, there's a enterState dispatched when a new state is shown. This is very handy for initializing the state. But does something similar exist for the tabNavigator? (enterState exists for a TabNavigator but doesn't work) What if you have several tabs and you want to

[flexcoders] code/content assist fails for project

2009-02-09 Thread endrone endrone
Hello, I have a problem with my code assist or content assist in Flex Builder. I have several projects in my workspace and for project A, code completion works fine. For project B I don't get any code completion, not in AS or MXML. The difference between the project was that project A had no swc

[flexcoders] Re: code/content assist fails for project

2009-02-09 Thread endrone endrone
just created a new project, copied all my files, linked the swc files... and suprise suprises, I have my code completion back nice, but I don't want to do this every time :-) grtz 2009/2/9 endrone endrone endr...@gmail.com Hello, I have a problem with my code assist or content assist

Re: [flexcoders] Re: BindingUtils and ResourceManager Question

2009-02-11 Thread endrone endrone
I use this piece of code: BindingUtils.bindProperty( fiUsername, label, ResourceManager.getInstance(), {name: getString, getter: function(resMan:IResourceManager):String {

[flexcoders] custom flex preloader - animation bugs

2009-04-19 Thread endrone endrone
Hello, I've made a custom flex preloader in Flash and then exported to a swc. In the swf there's a percentage textfield, which is running fine. But I've also a timeline animation which is just running in the background. That animation doesn't run smooth at all, it bugs and doesn't make 1 simple

Re: [flexcoders] Re: custom flex preloader - animation bugs

2009-04-22 Thread endrone endrone
I already set that property equal to the framerate of my swc, so that's not the problem. I know a little bit more about my problem. If I load it for the first time, the animation runs smooth, thee's no caching. But the second time, it jumps immediately to 100%, the preloader doesn't close yet,

[flexcoders] Gumbo trial expired

2009-04-26 Thread endrone endrone
Hello, does anyone know what happens when I enter my Flex Builder 3 serial for the Max 2008 Gumbo preview. regards Vic

Re: [flexcoders] Re: Gumbo trial expired

2009-04-27 Thread endrone endrone
changing you systemtime back to 2008 works :-) 2009/4/27 jer_ela g...@nycap.rr.com It tells you the the serial number is invalid. You'll have to wait for the public beta release, to get a working FlexBuilder 4 again. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, endrone