[flexcoders] SelectedIndex bug after removing an element !!

2007-03-15 Thread bobrene07
hello, I have a problem with the selecting index after i removed an element. when i do the following: var x:int = grid.selectedIndex; if (x != -1) { grid.dataProvider.removeItemAt(x); grid.selectedIndex = x; } if x equal 4 it select the fift line. does anyone knows how to fix it ?? thx

[flexcoders] Re: Mike nimmer Debug component !!

2007-03-08 Thread bobrene07
: On Wednesday 07 Mar 2007, bobrene07 wrote: i use Xpanel ( http://flexblog.faratasystems.com/?p=5 ) it is quit good too I just use the debugger. -- Tom Chiverton Helping to appropriately pursue interdependent channels On: http://thefalken.livejournal.com

[flexcoders] Mike nimmer Debug component !!

2007-03-07 Thread bobrene07
hello, did anyone tried to work with Mike nimmer debug component (http://www.mikenimer.com/index.cfm/2006/7/5/FlexDebugPanel) ?? I always add an error (can't work with null obeject) when i do Debug.show(myObject). hope one can help. thx bob

[flexcoders] Set Button Icon at Runtime !!

2007-03-07 Thread bobrene07
Hello, i don't want to embed my image in my SWF, I want to set my button Icon image at Runtime. Do you know how i could possibly do that ?? Thx for ur help Bob

[flexcoders] Re: Set Button Icon at Runtime !!

2007-03-07 Thread bobrene07
On 3/7/07, bobrene07 [EMAIL PROTECTED] wrote: Hello, i don't want to embed my image in my SWF, I want to set my button Icon image at Runtime. Do you know how i could possibly do that ?? Thx for ur help Bob -- Teoti Graphix http://www.teotigraphix.com Blog

[flexcoders] Re: Mike nimmer Debug component !!

2007-03-07 Thread bobrene07
Yep it looked great, maybe it's only working with coldfusion i use Xpanel ( http://flexblog.faratasystems.com/?p=5 ) it is quit good too bob --- In flexcoders@yahoogroups.com, Jeffry Houser [EMAIL PROTECTED] wrote: I was never able to get it to work myself. On paper it looks great,

[flexcoders] Re: Set Button Icon at Runtime !!

2007-03-07 Thread bobrene07
is pushed. Did anyone ever created a custom icon component, and load the image at runtime ?? thx bob --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 07 Mar 2007, bobrene07 wrote: It's not possible to creat a class object at runtime with an image

[flexcoders] Re: Oh the headerrenderer of death

2007-02-22 Thread bobrene07
Hello, I had the same bug, when my datagrid had variableRowHeight=true, my headerrender wouldn't work. if you have try without it. good day bob --- In flexcoders@yahoogroups.com, digital_eyezed [EMAIL PROTECTED] wrote: Hi, Having a bit of a nightmare with a headerrenderer, it simply

[flexcoders] help AS3 change datagrid column values

2007-02-15 Thread bobrene07
hello, I'm trying to change all the values of a column in a datagrid Element in AS3. I hope somebody will able to help me. thx Bob