Posts Tagged ‘Flex’

right click menu at flex

Posted in Adobe on July 14th, 2010 by Saba – Be the first to comment

hi all, i’ve found something menu on right click when i running my application at google chorme that’s has additional menu’s that’s “Show Redraw Region and Debugger” i never found that in any browser except google chrome

how to hide / remove it? thanks for advice

who know download location flex builder2

Posted in Adobe on July 12th, 2010 by Saba – Be the first to comment

i need flex builder2 for programming actionscript 2.0..

who know download location that,

please any helps…

- Flex Developer/Lead with 2-3 years exp @ NetBramha Studios

Posted in Adobe on July 8th, 2010 by Saba – Be the first to comment

Sandeep,

How does your CV and your reply helps the group as a whole? we are a bunch of developers here and the group is meant for technical discussions, how does public post of your CV helps the group? Please always be careful while posting a reply, this reply should go to the email address of Aashish as mentioned in his email.

Kannan,

I think you replied to a wrong post and on a more serious note, discussions around job postings are not encouraged in flex india google group, if you have any questions or comments, please drop an email to the address mentioned in the post.

Flex India Moderation Team.

On Thu, Jul 8, 2010 at 8:20 AM, sandeep gupta wrote:

Soap 1.2 in flex

Posted in Adobe on July 7th, 2010 by Saba – Be the first to comment

Hi Folks,

I know that Flex does not support Soap 1.2.

But i need to connect to a third party whose WSDL is generated using Soap1.2.

So is there any work around/hack to overcome this issue ?

Thanks, Veeru

Cleared Adobe Flex Certification..

Posted in Adobe on June 25th, 2010 by Saba – Be the first to comment

CONGRATULATIONS VIRAT

Regards Kiran http://telugukingdom.net

On Fri, Jun 25, 2010 at 7:47 AM, trilok thakore wrote:

Cleared Adobe Flex Certification..

Posted in Adobe on June 25th, 2010 by Saba – Be the first to comment

congratulations virat

On Fri, Jun 25, 2010 at 5:13 PM, Vir@t wrote:

How to get cookie information in Flex set by SiteMinder

Posted in Adobe on June 25th, 2010 by Saba – Be the first to comment

Use Shared Object in Flex http://livedocs.adobe.com/flex/3/html/help.html?content=lsos_5.html

On Fri, Jun 25, 2010 at 5:16 PM, Rudhir wrote:

Cleared Adobe Flex Certification..

Posted in Adobe on June 25th, 2010 by Saba – Be the first to comment

Congrats Virat……………. if possible could you please instruct me how to prepare for this exam.

Thanks Saurabh

On Fri, Jun 25, 2010 at 5:13 PM, Vir@t wrote:

Creating custom component of FLEX Datagrid

Posted in Adobe on June 25th, 2010 by Saba – Be the first to comment

dataProvider is an Object. You have to check its data type,if it is an Array or ArrayCollection or GroupingCollection to get its size then do the following eg:

if(dataprovider is Array) then Dataprovider.length if(dataprovider is ArrayCollection) then Dataprovider.length

jadhavpradip wrote:

How to get cookie information in Flex set by SiteMinder

Posted in Adobe on June 25th, 2010 by Saba – Be the first to comment

How does siteminder stores user name and id and how we can read it flex (or java). Explain it in detail.?