[flex_india:26050] Re: problem in filter?

2009-10-22 Thread mahesh bab
Thanq Gagan. I have used that but i unable to get that. Can u explain how to do that?or can u give me example for that? On Fri, Oct 23, 2009 at 12:03 PM, GAGAN anand wrote: > Hi Prince > > You can use filterFunction property of array collection to achieve this. > > Hope this helps > > Regards >

[flex_india:26049] Re: problem in filter?

2009-10-22 Thread GAGAN anand
Hi Prince You can use filterFunction property of array collection to achieve this. Hope this helps Regards Gagan Deep 2009/10/23 prince > > Hi > > I have an ArrayCollection.It will contains following data. > > Name Adress Pin > > ---- -- > > mahe

[flex_india:26047] Re: Croping of Image

2009-10-22 Thread santhosh kumar
HiLearn about image masking from this link and get sample source from there I think It may help You... http://www.insideria.com/2008/01/flex-graphics-tricks-part-1-ma.html On Fri, Oct 23, 2009 at 10:20 AM, santhosh kumar wrote: > Hicreate a mask Like heart Shape Then apply the mask to im

[flex_india:26048] Re: Croping of Image

2009-10-22 Thread santhosh kumar
Hicreate a mask Like heart Shape Then apply the mask to image here I have given the code for cropping image at regular shape. Try this. This will not crop image like heart shape... It Will crop the selected area... I think Only The mask can help you to crop the image like heart shape... here i

[flex_india:26046] Re: passing ArrayCollection to a new window...

2009-10-22 Thread Hemanth Kumar T.S
Hi Mman, Assuming that you are opening a new window using Popupmanager. *Passing value to Popup* In *main.mxml* On Button click, it call a function to open Popup window private function showTitleWindow():void { var titleWindowInstance:TitleWindowData = TitleWindowData(PopUpManager.createPo

[flex_india:26044] Re: Application corner radius

2009-10-22 Thread FlexiSush
Hey just replace ur code with below code and retry if it works fine for you. http://www.adobe.com/2006/mxml"; layout="absolute" xmlns:controls="com.controls.*" height="37%" width="37%" backgroundColor="#ff" cornerRadius="60" borderStyle="solid" borderThickness="5" backgroundGradientAlphas=

[flex_india:26045] Re: Neither System.gc() nor does ModuleLoader.unloadModule() release the used memory of a loaded module.

2009-10-22 Thread Ram
Hi Arjun, The above module code does not have any such events/timers etc. Still the same issue :( Regards, Ram On Oct 22, 11:01 pm, Arjun wrote: > one more problem would due to eventlisteners > mainly > 1.Timer > 2.setInterval > 3.setTimeout > > if these are not stoped or destoryed the objec

[flex_india:/] Re: Shall we load a mxml component in SWFLoader.

2009-10-22 Thread Gerald Anto Fernando
Hi Reenu, shall we have both sizes(what u told component and new application inwhich component will be embedded) are same? On Thu, Oct 22, 2009 at 8:39 PM, Renu wrote: > You can create a component and embedd it in a new application and then > generate a swf from it. Load this swf through SWF loa

[flex_india:26042] Re: Shall we load a mxml component in SWFLoader.

2009-10-22 Thread Gerald Anto Fernando
*accordianComponent.mxml --> this is my component* http://www.adobe.com/2006/mxml"; resizeToContent="true" > .Panel1 { headerHeight: 1; borderThickness: 0; roundedBottomCorners: true; backgroundAlpha: 1; borderAlpha: 1;

[flex_india:26041] problem in filter?

2009-10-22 Thread prince
Hi I have an ArrayCollection.It will contains following data. Name Adress Pin ---- -- maheshHyd 12456 suresh Chennai323234 BabuDelhi 33445 ramu Bombay 344345 Here my requirement is filte

[flex_india:26040] Free Interesting Great HotTips Toolbar

2009-10-22 Thread veerosmart
Hi There, Please Download the Community Toolbar from below location and Install it now And Get Enjoy http://greathottips.OurToolbar.com Find Everything you want. For the best links to finance, travel, car, computer, shopping & video -- mixed with a touch of daily humour, you can't go pas

[flex_india:26039] Re: Application Font Size variation

2009-10-22 Thread Abhinav Mehta
Hi... Get all such like details from "mx.core.application.Application." --type the above code in Action-Script block and you will get all details. Regards Abhinav Mehta - Original Message - From: surendra chowdary To: flex_india@googlegroups.com Sent: Thursday, October 22, 200

[flex_india:26038] Re: Neither System.gc() nor does ModuleLoader.unloadModule() release the used memory of a loaded module.

2009-10-22 Thread Arjun
one more problem would due to eventlisteners mainly 1.Timer 2.setInterval 3.setTimeout if these are not stoped or destoryed the object memory wont get cleared. so if any listeners exists in your module destroy them before removing the module eg: Application: _module.destroy(); removechild(_modul

[flex_india:26035] test flex app + blazeds in production

2009-10-22 Thread Fernando Wermus
Hi all, I am testing an app which we have just deployed. I am having problems to get the flex app connected to blazeds. Trying to test the basic things, I found that calling http://www.---.com./messagebroker/ sends me this error: java.lang.IllegalStateException org.apache.catalina.c

[flex_india:26037] Re: test flex app + blazeds in production

2009-10-22 Thread Fernando Wermus
I am sorry the url is /messagebroker/amf and it is working :) On Thu, Oct 22, 2009 at 12:58 PM, Fernando Wermus wrote: > Hi all, I am testing an app which we have just deployed. I am having > problems to get the flex app connected to blazeds. Trying to test the basic > things, I found that c

[flex_india:26036] Re: About org chart

2009-10-22 Thread jakir qureshi
Hi Sam, I already seen that some thing i archive but i don't know how to make the that at run time lines and other stuff. Regards Jakir On Thu, Oct 22, 2009 at 6:12 PM, xelf wrote: > > Hi Jakir, > There is a component library developed by IBM named as Ilog Elixir > components. > In t

[flex_india:26034] Re: Shall we load a mxml component in SWFLoader.

2009-10-22 Thread edwin . vgwhiz
Can you supply code? On Thu, Oct 22, 2009 at 11:09 AM, Renu wrote: > You can create a component and embedd it in a new application and then > generate a swf from it. Load this swf through SWF loader in you main > application. > Hope this will help you. > > -- > Thanks, > Renu > > > On Thu, Oct

[flex_india:26033] Re: Shall we load a mxml component in SWFLoader.

2009-10-22 Thread Renu
You can create a component and embedd it in a new application and then generate a swf from it. Load this swf through SWF loader in you main application. Hope this will help you. -- Thanks, Renu On Thu, Oct 22, 2009 at 6:58 PM, wrote: > Create A Module > > > On Thu, Oct 22, 2009 at 8:42 AM, Ge

[flex_india:26032] Re: Shall we load a mxml component in SWFLoader.

2009-10-22 Thread edwin . vgwhiz
Create A Module On Thu, Oct 22, 2009 at 8:42 AM, Gerald Anto wrote: > > Shall we load a mxml component in SWFLoader. > > Actually i have a accordian container component(mxml componet). > now i want to load that component into another page using SWFLoader. > is it possible? > if so please give me

[flex_india:26031] Shall we load a mxml component in SWFLoader.

2009-10-22 Thread Gerald Anto
Shall we load a mxml component in SWFLoader. Actually i have a accordian container component(mxml componet). now i want to load that component into another page using SWFLoader. is it possible? if so please give me some ideas. yes we can do like xmlns:namespace in the application(example test.mx

[flex_india:26030] Call for sessions at Adobe DevSummit, Chennai and Hyderabad

2009-10-22 Thread Sujit Reddy G
Hello all, Adobe DevSummit is the biggest annual developer event focused on the Adobe Flash Platform. This event attracts a rich demographic mix spanning designers and developers in India. Adobe has consistently showcased path breaking technologies at DevSummit. For the first time DevSummit is co

[flex_india:26029] Re: About org chart

2009-10-22 Thread xelf
Hi Jakir, There is a component library developed by IBM named as Ilog Elixir components. In that components like Organization chart, gauges like that.. Probably this will help you. http://visudemos.ilog.com/webdemos/orgchart/orgchart.html you can use this link as reference... Regards, Sam On O

[flex_india:26028] Re: Application corner radius

2009-10-22 Thread jakir qureshi
Hi ,change the border thickness to some value its will work. Regards Jakir On Thu, Oct 22, 2009 at 5:14 PM, hari wrote: > > > http://www.adobe.com/2006/mxml"; > layout="absolute" > xmlns:controls="com.controls.*" height="37%" width="37%" > backgroundColor="#dfdcda" > cornerRad

[flex_india:26026] Re: Neither System.gc() nor does ModuleLoader.unloadModule() release the used memory of a loaded module.

2009-10-22 Thread Ram
Hi, Here is the code. private function load ():void { if (!_moduleLoader) { _moduleLoader = new ModuleLoader();

[flex_india:26027] Re: Neither System.gc() nor does ModuleLoader.unloadModule() release the used memory of a loaded module.

2009-10-22 Thread Ram
here is my Module code. http://www.adobe.com/2006/mxml"; layout="absolute" width="100%" height="100%"> On Oct 22, 2:38 pm, Jitendra Jain wrote: > can yu please paste the whole code. I'm afraid you had some references when > yu unload the module. > > > > On Thu, Oct 22,

[flex_india:26025] Re: RadioButtonGroup not Focusable

2009-10-22 Thread GAGAN anand
Hi Deepti Please use tabIndex for tabbing. Hope this helps Regards Gagan Deep 2009/10/14 Deepti > > Hi, > > I am using 2 RadioButtonGroup in my application. > > Code is as below: > > selectedValue="{CreateControlMdl.getInstance().statusField.meaning}"/> > > dataProvider="{CreateControlMdl.g

[flex_india:26021] Application corner radius

2009-10-22 Thread hari
http://www.adobe.com/2006/mxml"; layout="absolute" xmlns:controls="com.controls.*" height="37%" width="37%" backgroundColor="#dfdcda" cornerRadius="15" borderStyle="solid" borderThickness="0"> Hi frnds, when i am using above code i am not getting corner radius of complete

[flex_india:26023] Croping of Image

2009-10-22 Thread suku
Hi all, Can anybody help me out how to crop Images into heart shape. Thanks, Sukumar. --~--~-~--~~~---~--~~ 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

[flex_india:26022] Re: Application Font Size variation

2009-10-22 Thread surendra chowdary
Hi thanks for the reply, How can i check the screen resolution, can you guide me. Surendra. On Thu, Oct 22, 2009 at 2:37 PM, FlexiSush wrote: > > Hi, > As I experienced, it is not possible to dynamically check the > resolution and adjust the font size of text. > > On Oct 22, 1:05 pm, surendra

[flex_india:26024] Resize and uploading image to s3

2009-10-22 Thread venkat
Hello All, I have been trying to work out where, a user uploads an image, and then when upload is clicked, the image is resized to 2 different thumbnails and saved to s3. Unfortunately I am stuck in resizing and uploading. This i am trying in Flash 10, with its new File Ref

[flex_india:26020] Re: passing ArrayCollection to a new window...

2009-10-22 Thread GAGAN anand
Yes mman Please let us know that are u using PopUp Manager or you want to open a new window. 2009/10/22 Amol Pandhare > Hey, > > How are you creating a window in Flex, using PopupManager or actually > creating a new browser window. By saying Flex, I assume you are not talking > of AIR. > > Rega

[flex_india:26019] Re: passing ArrayCollection to a new window...

2009-10-22 Thread Amol Pandhare
Hey, How are you creating a window in Flex, using PopupManager or actually creating a new browser window. By saying Flex, I assume you are not talking of AIR. Regards, Amol On Thu, Oct 22, 2009 at 3:38 PM, mman wrote: > > Hi everybody, > the goal os to open a new window after clicking a button

[flex_india:26018] Re: service-config.xml help

2009-10-22 Thread Varun Bajaj
HI vishal probably below code snippet you are looking for XML http://dg14/MICS/Service/index.php"/> thanks Varun On Wed, Oct 21, 2009 at 4:56 PM, xelf wrote: > > Hi Vishal, > For Configuring the WSDL url, you can use some xml file placed in your > assets and during runtime you ca

[flex_india:26017] passing ArrayCollection to a new window...

2009-10-22 Thread mman
Hi everybody, the goal os to open a new window after clicking a button in my Flex Application. Openning the window is not a problem, however, what I could not do is: - sending an ArrayCollection object to the window - receiving this ArrayCollection in the new window I want to use this ArraCollect

[flex_india:26016] Re: Application Font Size variation

2009-10-22 Thread FlexiSush
Hi, As I experienced, it is not possible to dynamically check the resolution and adjust the font size of text. On Oct 22, 1:05 pm, surendra wrote: > Hi, > > How can i adjust the font size dynamically depend on the screen > resolution or window size. > is it Possible? > > Thanks in Advance, >

[flex_india:26015] Re: Neither System.gc() nor does ModuleLoader.unloadModule() release the used memory of a loaded module.

2009-10-22 Thread Jitendra Jain
can yu please paste the whole code. I'm afraid you had some references when yu unload the module. On Thu, Oct 22, 2009 at 11:10 AM, Ram wrote: > > Hi Nagu, > > Although the above code does not contain the 3rd step, I developed a > small POC as you said. > 1) Create ModuleLoader everytime I load

[flex_india:26014] Application Font Size variation

2009-10-22 Thread surendra
Hi, How can i adjust the font size dynamically depend on the screen resolution or window size. is it Possible? Thanks in Advance, Surendra. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" gro

[flex_india:26013] Re: accessing Object variables

2009-10-22 Thread explorer
Thx so much, this helped me really much. On Oct 22, 6:56 am, FlexiSush wrote: > Hi, as u told, u are using ArrayCollection to hold the array of > abjects. Say if u have ArrayCollection as AC, to access first object's > username, use AC[0].username. similarly if u want to access password u > can

[flex_india:26012] flex+cairngroom+lcds+java

2009-10-22 Thread lakshminarayan k
hi frnds any one plz clarify my doubts 1.flex with java means flex code.(mxml) & java code (.java) when you working in cairngroom two diffrent file s will be exists?? or else will write java code in the (.mxml file) 2.like when working struts+tomcat +java projects there werer many diffrent fille

[flex_india:26011] About org chart

2009-10-22 Thread Jakir
Is any body have a sample code for org chart Please help me if any body have. --~--~-~--~~~---~--~~ 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