[flexcoders] sort arrow - datagrid - server side sorting

2008-08-10 Thread venkateswarlu naidu
Hi, I have a question on datagrid serverside sorting. Genarally sort arrow icon will be displayed by default when you click on datagrid header. But in my requirement, i am doing a server side sorting and getting a new dataset when i click on the header. I am making a remote call when

[flexcoders] creating a custom context menu on right click

2008-08-16 Thread venkateswarlu naidu
Hi, I dont want to show the options like 'Show redraw regions', 'settings' on right click on the datagrid. i have to show my own options and have to capture the selected row of the datagrid. In the documentation i saw that we cant remove those options, but i want to remove them completely.

Re: [flexcoders] creating a custom context menu on right click

2008-08-18 Thread venkateswarlu naidu
PROTECTED] ups.com [mailto: [EMAIL PROTECTED] ups.com ] On Behalf Of venkateswarlu naidu Sent: Saturday, August 16, 2008 8:52 AM To: [EMAIL PROTECTED] ups.com Subject: [flexcoders] creating a custom context menu on right click Hi, I dont want to show the options like 'Show redraw regions', 'settings

Re: [flexcoders] RE: [flexcomponents] maintaining sort arrow icon with server side sorting of datagrid

2008-08-24 Thread venkateswarlu naidu
. From:flexcomponents@ yahoogroups. com [mailto: flexcomponents@ yahoogroups. com ] On Behalf Of venkateswarlu naidu Sent: Saturday, August 09, 2008 7:16 PM To: flexcomponents@ yahoogroups. com Cc: [EMAIL PROTECTED] ups.com Subject: [flexcomponents] maintaining sort arrow icon with server side sorting of datagrid

[flexcoders] flex application is not loading under HTTPS

2008-10-02 Thread venkateswarlu naidu
Hi All, Today we have deployed our flex application in weblogic (firewall and secure enabled). When i try accessing the site (ex: https://), flex application is not loading in INTERNET EXPLORER where as it is loading in firefox. The same application is working fine under HTTP where as it

Re: [flexcoders] flex application is not loading under HTTPS

2008-10-02 Thread venkateswarlu naidu
Of venkateswarlu naidu Sent: Thursday, October 02, 2008 9:30 PM To: [EMAIL PROTECTED] ups.com; flexcomponents@ yahoogroups. com Subject: [flexcoders] flex application is not loading under HTTPS Hi All, Today we have deployed our flex application in weblogic (firewall and secure enabled). When i try

Re: [flexcoders] flex application is not loading under HTTPS

2008-10-03 Thread venkateswarlu naidu
Any idea on the below problemI am stuck please help! Thanks, Venkat. - Original Message From: venkateswarlu naidu [EMAIL PROTECTED] To: flexcoders@yahoogroups.com; [EMAIL PROTECTED] [EMAIL PROTECTED] Sent: Friday, 3 October, 2008 12:21:30 AM Subject: Re: [flexcoders] flex

Re: [flexcoders] flex application is not loading under HTTPS

2008-10-03 Thread venkateswarlu naidu
for MSIE). Pete From:[EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of venkateswarlu naidu Sent: Friday, October 03, 2008 9:18 PM To: [EMAIL PROTECTED] ups.com Subject: Re: [flexcoders] flex application is not loading under HTTPS Any idea on the below problemI am

Re: [flexcoders] flex application is not loading under HTTPS

2008-10-05 Thread venkateswarlu naidu
that information first. From: [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of venkateswarlu naidu Sent: Friday, October 03, 2008 9:47 PM To: [EMAIL PROTECTED] ups.com Subject: Re: [flexcoders] flex application is not loading under HTTPS Hi Pete, Thanks a lot for the reply

Re: [flexcoders] flex application is not loading under HTTPS

2008-10-06 Thread venkateswarlu naidu
. microsoft. com/kb/871205 Pete - - - - - - From: [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of venkateswarlu naidu Sent: Sunday, October 05, 2008 11:56 AM To: [EMAIL PROTECTED] ups.com Subject: Re: [flexcoders] flex

[flexcoders] could not establish connection to java data service from flex client using blazeDS

2008-10-08 Thread venkateswarlu naidu
Hi All, We have a flex+blazeDS+Java based application, after deploying the application in QA env, java data service calls are not happening. When i see the URL log in HTTP sniffer tool, the request is getting stopped at URL context-root/messagebroker/amf and finally seeing 502

[flexcoders] Remote calls are not happening using blazeDS in secured environment

2008-10-09 Thread venkateswarlu naidu
Message From: venkateswarlu naidu [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, 8 October, 2008 10:41:13 PM Subject: [flexcoders] could not establish connection to java data service from flex client using blazeDS Hi All, We have a flex+blazeDS+ Java based application

Re: [flexcoders] Remote calls are not happening using blazeDS in secured environment

2008-10-09 Thread venkateswarlu naidu
Here is the exact error message that i am seeing in the server console secure endpoint /messageborker/secureamf must be contacted via secure protocol Please help me on this. Thanks Regards, Venkat. - Original Message From: venkateswarlu naidu [EMAIL PROTECTED] To: flexcoders

Re: [flexcoders] Remote calls are not happening using blazeDS in secured environment

2008-10-10 Thread venkateswarlu naidu
http://twitter. com/ryangravener On Thu, Oct 9, 2008 at 11:23 PM, venkateswarlu naidu contactvenku@ yahoo.co. in wrote: Here is the exact error message that i am seeing in the server console secure endpoint /messageborker/ secureamf must be contacted via secure protocol Please help me

[flexcoders] want to show an image in header of a datagrid,based on some data value when headerRelease event occurs

2008-10-26 Thread venkateswarlu naidu
Hi, I want to show an image in the datagrid's header based on some data value, when the user clicks on the header . Can anybody send some sample for this. Thanks, Venkat. Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/

[flexcoders] drawing horizontal line in ADG based on data

2009-12-15 Thread venkateswarlu naidu
Hi Guys, Hope everybody is doing good. I have a problem in drawing horizontal line in Advanced datagrid based on some data of the row (ex: data.label='XXX'). I tried overriding drawHorizontalLine , it did work but when you start scrolling everything gets messed up. Can anybody help me how to

Re: [flexcoders] drawing horizontal line in ADG based on data

2009-12-15 Thread venkateswarlu naidu
- 1); } } == Please let me know if anybody knows about this asap.. Thanks in advance Thanks Regards,Venkat. From: venkateswarlu naidu contactve...@yahoo.co.in To: aha...@adobe.com; flexcoders

Re: [flexcoders] Re: drawing horizontal line in ADG based on data

2009-12-21 Thread venkateswarlu naidu
; g.clear(); g.lineStyle( 1, 0x00ff00); g.moveTo(0, this.height / 2); g.lineTo(this. width, this.height / 2); } } } } HTH. Steve --- In flexcod...@yahoogro ups.com, venkateswarlu naidu contactvenku@ ... wrote: Tried below

Re: [flexcoders] Re: drawing horizontal line in ADG based on data

2009-12-22 Thread venkateswarlu naidu
by a horizontal line for entire grid. How would this be displayed? Do you have a mockup of what this would look like? --- In flexcod...@yahoogro ups.com, venkateswarlu naidu contactvenku@ ... wrote: Steve thanks for your reply. My aim is to draw horizontal line for entire grid, not for single item

[flexcoders] Resizable TitleWindow

2009-12-23 Thread venkateswarlu naidu
Hi All, Can somebody provide me the code for resizable TITLEWINDOW? Thanks Regards,Venkat. The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/

Re: [flexcoders] IE6 + SSL + Flex

2009-12-26 Thread venkateswarlu naidu
If your SWF is not loading in IE6 + SSL + Flex combination, then try setting http-proxy-caching-of-cookiesin app server configuration file (like weblogic.xml) Thanks Regards,Venkat. From: wb...@ymail.com wb...@ymail.com To: flexcoders@yahoogroups.com Sent:

[flexcoders] sharing RSL (loaded by module) between sibling modules

2012-11-17 Thread venkateswarlu naidu
Hi Guys,   I am stuck with  this RSL issue and need your help here! I have one main mx:Application and two modules!   Main Application (abc.com/MainApp/main.swf) loads module1 (abc.com/ModuleApp1/module1.swf) which inturn loads one custom RSL and module1 is using getDefinitionByName to

Re: [flexcoders] sharing RSL (loaded by module) between sibling modules

2012-11-18 Thread venkateswarlu naidu
Forgot to mention that i am using SDK 4.1 and my RSL has some non UI actionscript classes only!! Thanks, Venkat. From: venkateswarlu naidu contactve...@yahoo.co.in To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Cc: Alex Harui aha...@adobe.com

Re: [flexcoders] sharing RSL (loaded by module) between sibling modules

2012-11-19 Thread venkateswarlu naidu
Thanks Alex! Checked the presentation, so I have to load my custom RSL from my main top level application! I thought,  I can tweek something to get it done :) The problem is we have to compile/release the main application for any change in the RSL, which is difficult for us , as different