[flex_india:22524] Need information on Flash Player performance and memory taken

2009-05-26 Thread prem
lash UI running over a server hosted over SSL? Will there be any security issue? 4. Why should I go for Flex and not for its competitors like JQuery, GWT, Silverlight etc. Can anyone please answer these questions. Any good links having information on these will be of great help Thanks

[flex_india:24806] How to set minimum height width in DividedBox

2009-08-26 Thread prem
Hi All, I need one help about DividedBox. I have two panel inside my HDividedBox. During resizing, when any of my panel width 100 pixels the user will not be able to resize them further. How can I do this? Appreciate your help in advance Thanks, Prem

[flex_india:25299] Flex Alert

2009-09-16 Thread Prem
. Could you please help me in displaying the Alert on top of the JSP? Thanks in Advance, Prem. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to

[flex_india:25559] HBox implementation in reverse order

2009-09-30 Thread prem
Guys, Yesterday I faced an interview question. How to create a custom component which behaves like an HBox but the children needs to be layed out in reverse order, i.e. From right to left and not from left to right. I answered, we need to override updateDisplayList to move the children, but the

[flex_india:25565] Re: HBox implementation in reverse order

2009-09-30 Thread prem
rs by decrementing > there x values there by loop running in reverse order. > iii) populate those sprites with what ever data u want to add them to > > hope this answers ur question. > > On Wed, Sep 30, 2009 at 2:37 PM, prem wrote: > > > Guys, > > Yesterday I

[flex_india:25566] Re: HBox implementation in reverse order

2009-09-30 Thread prem
must appear before Button 4. Thanks On Sep 30, 2:38 pm, prem wrote: > However, I see the updateDisplayList() function in Box layout with the > following loop >                         for (i = 0; i < n; i++) >                         { >                                

[flex_india:25570] Re: HBox implementation in reverse order

2009-09-30 Thread prem
    { > >             super(); > >             this.setStyle("horizontalAlign","right"); > >         } > >         public override function > > addChild(child:DisplayObject):DisplayObject > >         { > >             this.addChildAt(ch

[flex_india:25575] Re: datagrid with menu using flex 3

2009-09-30 Thread prem
Use ContextMenu http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/ http://livedocs.adobe.com/flex/3/html/help.html?content=Menus_4.html On Sep 30, 5:09 pm, kalai selvi wrote: > Hi All, > > i have dataGird and when i rightClick  to dataField it sh

[flex_india:26369] Aditya Birla Group interview questions

2009-11-04 Thread prem
refresh the browser window using ActionScript These were the questions asked. - Prem --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to

[flex_india:14587] How to convert ResultEvent.result to XML Object

2008-09-29 Thread prem
Hi, I am using an HttpService with use-network=false to read a local XML file. I am quite sure that flex is able to read the XML file locally. Following is the XML which I am reading map.xml 12.990048026718394 77.61952439172363 12.982771744246268 77.61574

[flex_india:14618] Re: How to convert ResultEvent.result to XML Object----How to write back the XML Object into Local file system?

2008-09-29 Thread prem
t); > > var xmlNode:XMLNode = simpleXMLEncoder.encodeValue(obj, > > qName, xmlDocument); > > var xml:XML = new XML(xmlDocument.toString()); > > return xml; > > } > > > On Mon, Sep 29, 2008 at 8:40 AM, prem

[flex_india:15481] Need information on Blaze DS

2008-10-27 Thread prem
from Flex Data Service? Thanks in advance - Prem --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_india@googlegroups.com To unsubscribe

[flex_india:15488] Re: Need information on Blaze DS

2008-10-28 Thread prem
Thanks Subees, I got some information on BlazeDS from your links. Can you tellme if there is any difference between BlazeDS and Flex Data Service which comes along with download-able tomcat? -Prem On Oct 28, 9:52 am, "subeesh a" <[EMAIL PROTECTED]> wrote: > Hi Prem, >

[flex_india:15628] Need to understand page navigation in Flex

2008-11-03 Thread prem
which is the best practice for this problem? Thanks in advance -Prem --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_india@googlegro

[flex_india:16339] How Flex and Java remote object work in multi user environment?

2008-11-19 Thread prem
Hi, I need to understand how calling Remote java object work for multi session environment. Incase of java remote object we are not invoking any servlet request. Servlets are multi threaded but what about Remote Objects? Do I have to explicitly make it thread safe? --~--~-~--~~

[flex_india:18256] Adobe AIR with Flex combination

2009-01-15 Thread prem
on a particular link on the Flex application, the AIR application should popup. Can anyone tell me if it is possible to do by any chance? Thanks in advance Prem --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "F

[flex_india:18458] Re: Help required to capture part of screen shot into clipboard

2009-01-22 Thread prem
(ClipboardFormats.BITMAP_FORMAT) as BitmapData; var bm:Bitmap = new Bitmap(bmpData); clipImage.source = bm; var jpg:JPEGEncoder = new JPEGEncoder(); ba = jpg.encode(bmpData); } Thanks, Prem On Jan 23, 9:12 am, Paritosh Bisi wrote: > Hi Mallika, > > Follow the link sent by Prasanth. &g

[flex_india:18459] Using https with AIR

2009-01-22 Thread prem
let me know is anyone has any solution. Appretiate your help in advance Regards, Prem --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to

[flex_india:18466] Re: Using https with AIR

2009-01-22 Thread prem
} This doesn't work for me. Appreciate any help in advance Regards, Prem On Jan 23, 10:14 am, abhishekchess1 wrote: > hey, i'm not getting any error, its working for me, > navigateToURL(new URLRequest('https://amc-webstp.test.mellon.com/ > webstp/stres

[flex_india:18472] Problem with LocalConnection using Flex and AIR

2009-01-22 Thread prem
n it works fine, But I get error when it is AIR, Can Anyone please let me know if there is any additional Configuration to be made Thanks in advance Regards, Prem --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[flex_india:19131] LocalConnection problem when data is more than 40KB

2009-02-11 Thread prem
? Thanks in advance , Prem --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_india@googlegroups.com To unsubscribe from this group, sen

[flex_india:22129] Problem communicating from http to https using HttpService

2009-05-09 Thread prem
n-policy.dtd file I downloaded, is in the same directory as the xml file. I am still not able to know the fix of this problem. Any suggestion would be really helpful Thanks, Prem --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[flex_india:22135] Re: Problem communicating from http to https using HttpService

2009-05-09 Thread prem
Need to know the solution urgently. Any help please? On May 9, 1:21 pm, prem wrote: > Hi, > I am trying to communicate to server from my Flex application running > onhttp://localhost:8080/FlexAppto another server which is running > onhttps://localhost://8400/testAppusing HttpSer

[flex_india:22156] Re: Problem communicating from http to https using HttpService

2009-05-11 Thread prem
gt; On Sat, May 9, 2009 at 2:57 AM, prem wrote: > > > Need to know the solution urgently. Any help please? > > > On May 9, 1:21 pm, prem wrote: > > > Hi, > > > I am trying to communicate to server from my Flex application running > > > onhttp://localho

[flex_india:22166] Re: Problem communicating from http to https using HttpService

2009-05-11 Thread prem
, imageSavedResult); srvHS.addEventListener(FaultEvent.FAULT, imageSavedFault); srvHS.send(obj); My error String is : [RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Destina

[flex_india:22168] Re: split a flex Project into multiple mxml

2009-05-11 Thread prem
Please go through the document on custom component development, where each mxml file acts as a custom component for the parent Application http://livedocs.adobe.com/flex/3/html/Part1_intro_1.html http://livedocs.adobe.com/flex/3/html/Part3_as_components_1.html On May 11, 7:58 pm, arvind hr wrote

[flex_india:22171] How to post questions to adobe dev team

2009-05-11 Thread prem
Hi can anyone help me out to post questions to Adobe development team? I need to know the solution for the following question. http://groups.google.com/group/flex_india/browse_thread/thread/1fc0c9802b254671 Thanks in advance, Prem --~--~-~--~~~---~--~~ You

[flex_india:22179] Re: Problem communicating from http to https using HttpService

2009-05-12 Thread prem
mewhere else ie whether there's a reference from eclipse?? > also provide your web.xml file > > On May 11, 7:22 pm, prem wrote: > > > My crossdomain.xml file is in the ROOT folder of Webapps directory of > > tomcat: Following is my crossdomain file: > > > >

[flex_india:22249] Re: images move continously

2009-05-14 Thread prem
Please check the Move effect documentation on Adobe website. You may get some ideas http://livedocs.adobe.com/flex/3/langref/mx/effects/Move.html On May 14, 4:08 pm, Rahul wrote: > TRy This > > http://www.fxcomponents.com/fx-slideshow-with-details-text/ > > On Thu, May 14, 2009 at 3:26 PM, gane