[flex_india:28318] xquery in action script 3.0

2010-02-08 Thread hosonno
is there any way to support query in flex i' know that E4X is based on xquery and that it's possible to translate xquery into e4x but wha i need is to make xquery directly because the query are dynamic an i don't want to change the code every time -- You received this message because you are

[flex_india:25533] keyboard listener problem

2009-09-29 Thread hosonno
hello, I have a little problem with keyboard listener propagation.I have a page with 2 panel a keyboard listener in the first one the problem is in the propagation on the TAB key-down it change the selected panel and i continue writing in the second one. How can i stop the TAB key- down

[flex_india:22368] listener problem on dynamic context menu

2009-05-20 Thread hosonno
hello everybody iwant to create a dynamic context menu menu based on an XML description my XML definition is this contextmenuitemlabelcontextmenulistener function namecontextmenuitemlabel this is my code public function CreateMenu(contextMenuXml:XML):void {

[flex_india:21569] Re: get instance name from string

2009-04-16 Thread hosonno
hi Shaleen that's it i need a particular name for the instance this particular name will be parsed from xml i need to do something like that var (name parsed from xml):Object= new object() --~--~-~--~~~---~--~~ You received this message because you are

[flex_india:21544] get instance name from string

2009-04-15 Thread hosonno
hello every body i'am new here i have some problem with flex i want to create some instance that name will be passed by a string some thing equivalent exist in AS 3 [the instance name] but it doesn't seem to work with flex --~--~-~--~~~---~--~~ You received this