[flex_india:21076] Re: how can I reduce the size of the swf

2009-04-01 Thread rohit
Thanks for your reply yesterday i read all this on google but how can i practically use this (as i m using cairngorm architecture) 1. the compiler argument, add -debug=false for the final out put, default is true - i do't know how can i use this 2. RSL 3.using flex profiler 4.

[flex_india:21078] in calling remoteobject

2009-04-01 Thread Akhil Agrawal
Hi, I have created a static remote object in flex to call a java function. i call this remote object (say 4 time) with different parameter but it is returning result in resulthandler more than 4 time why. how can i fix it. thank you. regards akhil agrawal

[flex_india:21079] Re: in calling remoteobject

2009-04-01 Thread Ravi Mishra
It sounds weird. Can you please send the code snippent? -Ravi On Apr 1, 12:27 pm, Akhil Agrawal akhil06.i...@gmail.com wrote: Hi, I have created a static remote object in flex to call a java function. i call this remote object (say 4 time) with different parameter but it is returning result

[flex_india:21083] how to get particular cell value

2009-04-01 Thread Neelima Kakarla
Hai My requirement is to get value from a cell in datagrid. I need suggestions. Regards Neelima --~--~-~--~~~---~--~~ 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:21087] Re: solving null problem in display shelf.as

2009-04-01 Thread gopal
-private function calcPositionForIndexSelection (i:Number,sel:Number,c:ChildPosition):void { var t:TiltingPane = _children[i]; var selected:TiltingPane = _children[sel]; var adjacent:TiltingPane;

[flex_india:21082] Re: Looking for Flex developers while I'm in India

2009-04-01 Thread BB47
Hi Uncle Berge, Im also interested to work with you. Is that possible to work from home itself. Thanks Prajilal, Trivandrum On Apr 1, 8:53 am, Rahul Sood rahulsoo...@gmail.com wrote: Hi Uncle Berge, Count me in too... for work or just for talk. I have got nearly 2 years experience in Flex.

[flex_india:21085] Re: how can I reduce the size of the swf

2009-04-01 Thread Flexing the brain
I Agree with bobbyinsane i personally prefer doing a release build rather than changing compiler options. Additionally goto project properties -- flex path -- source code and remove the option merge into code. It would reduce your project size by 30%. so a 700kb file after performing the above 2

[flex_india:21081] Handle fault event in mx.data.DataService while background sync

2009-04-01 Thread Sandy
We are using objects that at times need to sync up with the server via the mx.data.DataService, The problem is in case of explicit method invocation over the dataservice object we are able to trap the fault events using the fault handlers. The problem arises when dataservice is sync'ing the

[flex_india:21086] Re: how can I reduce the size of the swf

2009-04-01 Thread naveen
hi rohit , i think you have used some embeded images or fonts . Load all this dynamically the swf size get automatically reduces. On Mar 31, 7:25 pm, rohit rohitde...@gmail.com wrote: give we some example by which I can reduce the size of my flex-swf.Now it takes too much time to load

[flex_india:21080] Re: solving null problem in display shelf.as

2009-04-01 Thread naveen
hi shaleen thanks for you comment but we have already checked it there is no object which is not initialised. we have done all. but actually we are facing a prob in Displayshelf gallery. have you used it ever? if you have solution for this then please let us know.Thanks in advance.

[flex_india:21084] Re: How to hide one row in datagrid

2009-04-01 Thread Onur
Ok thanks guyz I'll try it out. Br, Onur On Mar 31, 9:21 pm, Shaleen Jain shaleenkumarj...@gmail.com wrote: you like to show that grid or row on button click? :) Delete that row from your collection and get it stored in some other object, On button click, add that item in your collection

[flex_india:21088] Re: How to hide one row in datagrid

2009-04-01 Thread Flexing the brain
on that row use visible = false; On Apr 1, 12:21 am, Shaleen Jain shaleenkumarj...@gmail.com wrote: you like to show that grid or row on button click? :) Delete that row from your collection and get it stored in some other object, On button click, add that item in your collection object

[flex_india:21089] how to upload image file using flex in Linux os client to server

2009-04-01 Thread kanti
Hi, i am using FileReference.Upload(request) to upload file in server using Linux client but it is not working. Same is working in Windows. how to upload file using linux client, please help thanks, kanti --~--~-~--~~~---~--~~ You received this

[flex_india:21091] Re: in calling remoteobject

2009-04-01 Thread Akhil Agrawal
public static var rmq:RemoteObject=new RemoteObject(); //function setting some values and creating an array for storing result in resulthandler public function setQueryInRow(qr:Array):void{ this.length=qr.length; var i:int;

[flex_india:21090] Re: how to get particular cell value

2009-04-01 Thread Jagadish M
Hi mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical mx:Script ![CDATA[ import mx.controls.TextArea; import mx.collections.ArrayCollection; private function cli():void { ta.text=dg.selectedItem.ename + '\n'+ dg.selectedItem.eno + '\n' + dg.selectedItem.sal; } ]]

[flex_india:21092] Logging the info

2009-04-01 Thread VJ
Hi all, Does anybody know about the logging feature supported by Adobe AIR? I have to log the information such as, error, info, etc for my AIR application. I was able to do so using the Logging API and it gets written in flashlog.txt file which is under the user profile. But now the main concern

[flex_india:21093] Best books name for Flex 3.0 and Action Script 3.0.

2009-04-01 Thread denimabhishek
I hav 2 buy flex and A.S.3.0 book, plz suggest me for d best book name. --~--~-~--~~~---~--~~ 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

[flex_india:21094] Screen Resolution

2009-04-01 Thread pradeep.pa...@gmail.com
Hi All, I need some help on Screen resolution for my application. When my application is opened on a machine with 1280x960, the layout is fine. But when opened on machine with 1024x768, some section of the applicaton is not shown and can be seen with horizontal scroll. Now i wanted to know the

[flex_india:21096] Re: Best books name for Flex 3.0 and Action Script 3.0.

2009-04-01 Thread pankaj munjal
For the beginers Orelly Publication is the good and best to learn is Adobe Help ! On Wed, Apr 1, 2009 at 6:20 AM, denimabhishek denimabhis...@gmail.comwrote: I hav 2 buy flex and A.S.3.0 book, plz suggest me for d best book name. --~--~-~--~~~---~--~~ You

[flex_india:21097] Re: Best books name for Flex 3.0 and Action Script 3.0.

2009-04-01 Thread Jagadish M
Hi Abhishek, check with the Books *AdobeFlexJava* *Flex CookBook * Generally the code will be follwed with some ActionScript.. I think No need to buy.. -- Thanks Regards, Jagan Mady's On Wed, Apr 1, 2009 at 3:50 PM, denimabhishek denimabhis...@gmail.comwrote: I hav 2 buy flex and

[flex_india:21098] time taken by script

2009-04-01 Thread Akhil Agrawal
when i run my project it give #1502: A script has executed for longer than the default timeout period of 15 seconds. how can i fix it. is there a way to change the default time thank you regards akhil agrawal --~--~-~--~~~---~--~~ You received this message

[flex_india:21099] Re: time taken by script

2009-04-01 Thread HISSAM
debug it first to find out where it is working so much On Wed, Apr 1, 2009 at 7:22 AM, Akhil Agrawal akhil06.i...@gmail.comwrote: when i run my project it give #1502: A script has executed for longer than the default timeout period of 15 seconds. how can i fix it. is there a way to change

[flex_india:21100] Re: Best books name for Flex 3.0 and Action Script 3.0.

2009-04-01 Thread Lord
If you are new about Flex and AS3 i suggest Essential Actionscript 3 by Colin Moock Programming Flex 3 or Flex 3 in Action Flex CookBook isn't simple for new developers (like me)... Regards The Lord On Apr 1, 3:14 pm, Jagadish M jagan.f...@gmail.com wrote: Hi Abhishek, check with the Books

[flex_india:21101] Rendered Image height and width

2009-04-01 Thread Sahil
Hi, I m using a Image component. i have set perHeight =100 , perWidth=100 and maintainaspectratio=true Now whenever the image is rendered the i would like to know what is the rendered size of the image. I checked the 1. height and width parameters of the Image control is what it fits to

[flex_india:21102] Re: Looking for Flex developers while I'm in India

2009-04-01 Thread VMDev
Expressing my interest in joining hands Mahadev v.maha...@gmail.com On Mar 29, 11:27 am, Uncle Bergie uncleber...@gmail.com wrote: I'm a Flex developer from San Francisco (U.S.), riding around India on my Bullet, making a video blog, in HTML and Flex, and am interested in hiring

[flex_india:21103] Re: Screen Resolution

2009-04-01 Thread tzack
hi pradeep, i wonder if you have tried setting width=100% and height=100% for application tag. Thanks and Regards tariq On Apr 1, 3:21 pm, pradeep.pa...@gmail.com pradeep.pa...@gmail.com wrote: Hi All, I need some help on Screen resolution for my application. When my application is opened

[flex_india:21104] Re: Logging the info

2009-04-01 Thread GnanaPrakasam T
Hi Vijayata, To append the logs with previous content in log file, set PolicyFileLogAppend=1 in your mm.cfg file and try Gnanz.../ http://gnanz-flexworld.blogspot.com VJ wrote: Hi all, Does anybody know about the logging feature supported by Adobe AIR? I have to log the information such

[flex_india:21105] Dynamic Combobox Data

2009-04-01 Thread sankar swaroop
Hi friends, In my application i am creating a combobox dynamically with data through HttpService at run time. The problem here is how can i get the selected item from that dynamically generated combobox at runtime. Please help me. Thanks.

[flex_india:21107] Re: Dynamic Combobox Data

2009-04-01 Thread sankar swaroop
Here iam creating more than one at runtime based on the user selection so i want to get all the data from all the combo boxes On Wed, Apr 1, 2009 at 9:16 PM, sankar swaroop sankaras...@gmail.comwrote: Hi friends, In my application i am creating a combobox dynamically with data through

[flex_india:21106] Wanted Directory Control

2009-04-01 Thread AmiT Cool
Hi Friends I wanted a Windows Directory control and file browser in FLEX. I am very new to FLEX. Please help me how to do this. Regards AMit --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[flex_india:21108] Re: time taken by script

2009-04-01 Thread Akhil Agrawal
i m using the concept of busy waiting and it required. is there a way to increase the default time On Apr 1, 7:27 pm, HISSAM hissam.sher...@gmail.com wrote: debug it first to find out where it is working so much On Wed, Apr 1, 2009 at 7:22 AM, Akhil Agrawal akhil06.i...@gmail.comwrote:

[flex_india:21109] Re: Wanted Directory Control

2009-04-01 Thread Fuxi
Hi, Is is AIR application or in the browser? I think in the firs case you can use FileSystemDataGrid or something like that. But if you are using browser have problem, I'm afraid that is not possible for safety reasons. Please correct me if I'm wrong Fuxi On 1 Kwi, 18:07, AmiT Cool

[flex_india:21110] Re: Super tutorials of Flex Component and AIR

2009-04-01 Thread Vivian Richard
Did any one try this components? I feel unsafe to open it But really want to know about it!!! On Wed, Apr 1, 2009 at 5:49 AM, Arindam Mojumder arindam.mojum...@gmail.com wrote: Hello All, Attached file will describe you how to make rich internet application so easy, here you

[flex_india:21111] creating object with multiple field

2009-04-01 Thread Akhil Agrawal
Hi, i am new to flex. I want to create an object with multiple fields say name age group etc. and provide value at run time how can i create it and push in an array. thanks Rgds Akhil Agrawal --~--~-~--~~~---~--~~ You received this message because you are

[flex_india:21112] Re: time taken by script

2009-04-01 Thread Flexian_me
Follow the below given link - http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_14.html focus on these options given @ above link - default-script-limits max-recursion-depth max-execution-time Thanks Regards! ! Amar Shukla ! On Apr 1, 9:43 pm, Akhil Agrawal

[flex_india:21113] HTML to Flex and vice versa?

2009-04-01 Thread Karthik K
hi guys how to pass information from html to flex and from flex to html any idea thanks -- Karthik.k Mobile - +91-9894991640 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to

[flex_india:21114] Is there any problem for IE

2009-04-01 Thread akshay
Hi all, I am having some problem with IE when i run the application .. There is some problem in performance Can you tell me that is there any problem with IE for flex application ?? Thanks and regards, Akshay --~--~-~--~~~---~--~~ You received this message

[flex_india:21115] Re: HTML to Flex and vice versa?

2009-04-01 Thread Ravi Mishra
With the help of javascript you can achieve this. You have to write a javascript function in HTML and then with the help of ExternalInterface you can access that method in flex. Or you can pass your variables in HTML wrapper as flashvars and then access those variables in your flex application

[flex_india:21116] Re: creating object with multiple field

2009-04-01 Thread Ravi Mishra
You do not need to do any thing extra for that. Just create the object as u normally do and then you can assign different values to different properties at runtime. private function onCLick():void{ var obj:Object = new Object() obj.name = firstNameTI.text; obj.age = ageTI.text; } Its as simple

[flex_india:21117] Re: Dynamic Combobox Data

2009-04-01 Thread Ravi Mishra
Hi Sankar, Just add an eventListener to every combobox you are generating dynamically like this: var cb:ComboBox = new ComboBox(); cb.addEventListener(ListEvent.CHANGE,changeHandler); And then in the changeHandler you can access the currentTarget property to get hold of that particular

[flex_india:21118] Re: Logging the info

2009-04-01 Thread VJ
Thanks Ganana, I wil ltry that out, and should definitely work. But, is there any way we can create different log files for different application through the loggin API or any other workaround? - Vijayata --~--~-~--~~~---~--~~ You received this message because