[flexcoders] Click event on the items with submenus

2008-01-31 Thread shrike6_7
Hi, I have this problem, in this example of the Flex Menu component: http://dougmccune.com/blog/2007/01/25/vertical-menubar-component I need to show an alert box on the MenuItem 2-B and MenuItem 3-B (items with submenu), but the itemClick don't work on this items Thanks for your help

[flexcoders] Re: Flex 3 Beta 2 expired today!! Is the a workaround?

2008-01-31 Thread shrike6_7
I have downloaded only the sdk and now the expiration date is Sat Mar 15 2008. --- In flexcoders@yahoogroups.com, "eric_mahe" <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using Flex 3 beta 2 (with the Flex 2 serial numbers). > But today i can not build a project anymore. I have always the error >

[flexcoders] Re: Click event on the items with submenus

2008-01-31 Thread shrike6_7
--- In flexcoders@yahoogroups.com, "shrike6_7" <[EMAIL PROTECTED]> wrote: > > Hi, I have this problem, in this example of the Flex Menu component: > > http://dougmccune.com/blog/2007/01/25/vertical-menubar-component > > I need to show an alert box on the Menu

[flexcoders] Re: Click event on the items with submenus

2008-01-31 Thread shrike6_7
If they click, do you have an example? --- In flexcoders@yahoogroups.com, Sherif Abdou <[EMAIL PROTECTED]> wrote: > > so you want to show an alerbox if they click on MenuItem 2-B or just if they hover over it? > > > - Original Message ---- > From: shrike6_7

[flexcoders] Re: Click event on the items with submenus

2008-02-05 Thread shrike6_7
any suggestion? :D --- In flexcoders@yahoogroups.com, "shrike6_7" <[EMAIL PROTECTED]> wrote: > > Hi, I have this problem, in this example of the Flex Menu component: > > http://dougmccune.com/blog/2007/01/25/vertical-menubar-component > > I need to show an

[flexcoders] "Infinity" value in Datagrid

2008-06-17 Thread shrike6_7
Hi, I have a Datagrid with dataProvider="{productList}", productList is an ArrayCollection, when I get the records from the server in XML format I have a string 8e4376, but the DataGrid show me 'Infinity'. How can I tell to the grid that 8e4376 is a string? this is the code of the httpservice: p

[flexcoders] Re: "Infinity" value in Datagrid

2008-06-18 Thread shrike6_7
e4x and do your own parsing > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of shrike6_7 > Sent: Tuesday, June 17, 2008 7:08 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] "Infi

[flexcoders] Datagrid enter key on the last row

2008-03-01 Thread shrike6_7
Hi, with an editable datagrid, if you edit a cell value in the last row and you press Enter Key, flex don't commit change and the cell don't exit from editable state. Any suggestion? Thanks

[flexcoders] Re: Datagrid enter key on the last row

2008-03-03 Thread shrike6_7
Thanks, editedItemPosition=null works :) --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I just tired it. It committed the change and then went back to editable > which is how it is designed. You can set editedItemPosition=null if you > don't want the editor. >

[flexcoders] remoteobject and parameters

2009-03-24 Thread shrike6_7
Hello, with a remoteobject how can I send parameters? If I use: {text1.text} {text2.text} at serverside (php with amf) I have a function setData($arg1,$arg2) but can I send this parameters in POST and receive it in the $