[flex_india:13741] Re: Inserting linebreaks in DataGridColumn headerText

2008-09-08 Thread eureka
Hi Anand, Thanks for the reply. I did think of using a custom headerRenderer initially. The dataProvider for myDataGrid is myreq.lastResult.rcom_prg.rcom_part_det, However for displaying the headers what I NEED to access is rcom_prg.tests I have given below an xml sample from my program. So whe

[flex_india:13742] Re: how to retrieve http request header value in flex

2008-09-08 Thread Ravi Shanker
irrespective of the server side technology i want to read the http headers...as i want to make it generic wen i embed my app in any of the side (irrespective of the technology used).. they need to send some auth values as part of the HTTP headers... in that case.. h can i read a those hea

[flex_india:13743] How to get Child's Of Advance Data Grid Column

2008-09-08 Thread Sushil
Hi All, I Want All Childs of Advance Data Grid Column. Can any body help me thanks sushil --~--~-~--~~~---~--~~ 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_i

[flex_india:13744] Re: Discussion on blogs

2008-09-08 Thread Saravanan
Hi, Whats the problem with my blog? anything went wrong ?? If anything went wrong please tell me, i can correct that quickly.. Regards Sara On Sep 8, 10:44 am, Abdul Qabiz <[EMAIL PROTECTED]> wrote: > Thanks, I would check it out and fix it. > > Did you mean sara (a name) or sara (all) ? > > -a

[flex_india:13745] how to detect individual boxes in the TileList control.

2008-09-08 Thread kamal
Hi All, in my application TileList control has 9 images. it means 9 boxes(3 rows and 3 columns). here i need to give zoom effect to each individual images when i click on the specific individual boxes. plz help me. images name are mentioned in the xml file outside . Thanks, kamal --~--~

[flex_india:13746] Re: Design Solution

2008-09-08 Thread Abdul Qabiz
Hi Madan Caching could be very simple in your case, just keep it in some (optimized) datastructure in your class. It could be simple ArrayCollection or HashMap also. I would prefer Singleton over static for many reasons (extensibility is one). So you can create one Singleton class, which basi

[flex_india:13747] Flex future

2008-09-08 Thread Chyma
I am non IT engg what is future of FLEX i know .net only with FLEX --~--~-~--~~~---~--~~ 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 uns

[flex_india:13748] Re: how to retrieve http request header value in flex

2008-09-08 Thread Abdul Qabiz
Hi Ravi Flash Player 9 doesn't allow you to read HTTP Headers, except some. You can not even modify all of them. We have been through this problem and tried various workaroudns (as3httpclient, as3httpclientlib, etc). But another Flash Player things (security sandbox) wouldn't let those workar

[flex_india:13749] Re: Flex future

2008-09-08 Thread Abdul Qabiz
Why does future matter here? If you are a programmer and someone willing to learn things always, moving to any technology should not be problem. Most importantly, be passionate for what you do or do whatever you are passionate about... If you are just moving to Flex as an career option, I gues

[flex_india:13756] DataGrid

2008-09-08 Thread surendra chowdary
Hi, I want to get the datagrid value in one component to another component,I am not getting that one.. can any one help me.. thanks, surendra. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" g

[flex_india:13758] Re: Got the book

2008-09-08 Thread kishore.v
Hello, I too got the Flex 3 Free book from Adobe. I feel this is good for beginners. Kishore.v On Sep 8, 9:29 am, abhishekchess1 <[EMAIL PROTECTED]> wrote: > hello , > i got the Flex 3book by adobe, > its to small but good one > > On Sep 7, 11:00 pm, "Niraj Kumar" <[EMAIL PROTECTED]> > wrote: >

[flex_india:13759] Re: Order Your Free Flex Book Now!

2008-09-08 Thread kishore.v
Hi, I too got this book kishore.v On Sep 7, 2:34 pm, "Saurabh Narula" <[EMAIL PROTECTED]> wrote: > i got this book on 4th sept as well, thanks to adobe for this. > > On Sun, Sep 7, 2008 at 1:01 PM, Venkat Viswanathan <[EMAIL PROTECTED]>wrote: > > > Hi Hissam, > > The registrations are closed no

[flex_india:13757] Re: Flex future

2008-09-08 Thread HISSAM
Well said abdul !! -- - Warm Regards, HISSAM, Soft Engg, iThinkLabs Pvt Ltd. India. website:http://www.ithink-labs.com http://www.yureekah.com -- --~--~-~--~~~---~--~~ You received this message because you ar

[flex_india:13755] e4x into arraycollection

2008-09-08 Thread flex
hello, i'm recieving data from httpservice result in e4x format. can we convert latter on into arraycollection --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, sen

[flex_india:13760] Re: e4x into arraycollection

2008-09-08 Thread VPN
You can read the XML and make an array and make ArrayCollection out of it. But why can't you use XMLListCollection which has the same properties of ArrayCollection. Both implements ICollectionView interface. Vipin On Sep 8, 2:27 pm, flex <[EMAIL PROTECTED]> wrote: > hello, >  i'm recieving data

[flex_india:13754] Re: Flex future

2008-09-08 Thread
Agreed to Abdul. Adding few more points, I dont think anything matters with the future of a technology. The technology might stay for long or might go but its you, who get benefited or might be the first one who will catch the new dominating technology. We still remember how crazy we were for

[flex_india:13753] Re: Problem with the Itemrenderer

2008-09-08 Thread
Dont paste your files here .. Please just add the piece of code which you might causing problem. Anand On Sep 8, 1:47 pm, "bhavya gowda" <[EMAIL PROTECTED]> wrote: > Here is my Code...Plz explain it ...why the button is showing as > [object][object]...if i trt to edit the same ro w for the 2nd

[flex_india:13752] Re: HTMLText with Alert-got soution

2008-09-08 Thread GnanaPrakasam T
I got the solution for this, var a:Alert=Alert.show("dump text"); a.mx_internal::alertForm.mx_internal::textField.htmlText = some HTMl text goes here; By these line i can disply HTml formated text in Alert Thanks VPN for your reply Gnanz../ VPN wrote: > I am not sure

[flex_india:13761] Re: DataGrid

2008-09-08 Thread Venkat Viswanathan
Hi Surendra, Can you elaborate more on your problem? What do you mean by getting value in one component? Do you want to get the values in one of the cells in datagrid and use the value in some other component? If yes, then in which event do you want to do this? When the user clicks on the particula

[flex_india:13750] Re: how to detect individual boxes in the TileList control.

2008-09-08 Thread Abdul Qabiz
Check out itemChangeEffect and itemClick (event). I am sure, you can utilize those to do what you want. kamal wrote: > Hi All, > > in my application TileList control has 9 images. it means 9 boxes(3 > rows and 3 columns). > here i need to give zoom effect to each individual images when i click

[flex_india:13751] Re: Problem with the Itemrenderer

2008-09-08 Thread bhavya gowda
Here is my Code...Plz explain it ...why the button is showing as [object][object]...if i trt to edit the same ro w for the 2nd time On Mon, Sep 8, 2008 at 11:29 AM, HISSAM <[EMAIL PROTECTED]> wrote: > where is source code??please give snippet of the function called at edit > button > > > > -

[flex_india:13762] Re: effect like Book Opens pages

2008-09-08 Thread Saravanan
Hi, Google for FlexBook component... http://www.quietlyscheming.com/blog/components/flexbook/ ~sara~ On Sep 7, 12:36 pm, Flexian_me <[EMAIL PROTECTED]> wrote: > Can anybody tell me any example link or any code idea about how can i > make a effect in my program liek suppose there is an HBox and

[flex_india:13764] Close event issues for Air Application

2008-09-08 Thread satish
Hi All, I am developing an Air application , In which when the application is closed i am saving some data in local database sqllite , because of which when ever i use command + Q in mac os , the application is not quiting . Please some one suggets me how to resolve this issue , So the pressing

[flex_india:13767] Re: Problem with the Itemrenderer

2008-09-08 Thread flexrookie
Hi , i saw u r code, actually data.FeildName should return a value.try to find out if u can get a col index and row index there by u can get values from dataprovider. On Sep 8, 1:47 pm, "bhavya gowda" <[EMAIL PROTECTED]> wrote: > Here is my Code...Plz explain it ...why the button is  showing as >

[flex_india:13763] Re: Problem with the Itemrenderer

2008-09-08 Thread HISSAM
hey thats really strange but its is of this stmt which is bold, you had set it true which now I have to false. public function getText():void{ > main(this.parentDocument).myDatagrid.editable = false; > var dataGrid:DataGrid = main(this.parentDocument).myDatagrid; > var selectedObject:Object = dat

[flex_india:13765] date difference

2008-09-08 Thread ravi2007
hi i have 2 date fields , and 1 text input , i want display the date difference of those 2 detefields, please could any body help me.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To

[flex_india:13766] Re: Problem with the Itemrenderer

2008-09-08 Thread bhavya gowda
Hi this is the code ..which is causing the problem... http://www.adobe.com/2006/mxml"; > On Mon, Sep 8, 2008 at 3:11 PM, <[EMAIL PROTECTED]>wrote: > > Dont paste your files here .. Please just add the piece of code which > you might causing problem. > > Anand > > On Sep 8, 1:47 pm,

[flex_india:13768] Re: Flex interview questions.

2008-09-08 Thread brij
1. For the tag in which you are going to add images you don't have to specify any width or height property. This will help the container to resize itself. 2. For Flex and Java refer the following articles: http://www.adobe.com/devnet/flex/articles/flex_and_java.html http://learn.adobe.com/wiki/di

[flex_india:13769] Regarding showingup of custom data in the DataGrid

2008-09-08 Thread Madan Narra
Hi All, I have a DataGrid which accepts collection object. The Collection object holds the objects of a bean. The bean is structures a below : *Bean1.class* public class *Bean1*{ private String name; private String address; *private Bean2 bean2;* /* Getters and Setters */ } *Bean2.c

[flex_india:13770] Re: DataGrid

2008-09-08 Thread surendra chowdary
Hi Venkat, thanks for the reponse... I have a datagrid component,if i click on particular row those values should display in the text fields which are placed on another component... thanks, surendra. On Mon, Sep 8, 2008 at 6:10 PM, Venkat Viswanathan <[EMAIL PROTECTED]>wrote: > Hi Surendra, > C

[flex_india:13771] Getting number of children from a container

2008-09-08 Thread Pratik. Velani
Hi, I have a VBox containing a number of panels , the number would be random or be picked from xml ... i wanted to know that is there any way i could get the number of buttons or an array of ref to the buttons ... without counting the number from the xml or getting the random number s

[flex_india:13773] Help with reloads/refresh.

2008-09-08 Thread Phantom
All, I have a PHP form that launches a FLEX app for file uploading. On a succesful upload an Alert is delivered to the user stating "Success". On clicking OK the intention is to close the FLEX app and refresh the parent PHP page with data that was just uploaded. Currently in the Flex app have

[flex_india:13772] icon within the datagrid

2008-09-08 Thread thiago freitas
Personnel, I have my array that is dynamically PHP and amount of the grid. I have a field in the table called "STATUS". How to put a picture in datagrid according to the number of status? --~--~-~--~~~---~--~~ You received this message because you are subscribed

[flex_india:13774] Re: icon within the datagrid

2008-09-08 Thread Aasim
Use an itemrenderer for the status column. You would find more help on using itemrenderers here http://weblogs.macromedia.com/pent/archives/2008/03/itemrenderers_p.html -Aasim On Sep 9, 1:47 am, thiago freitas <[EMAIL PROTECTED]> wrote: > Personnel, I have my array that is dynamically PHP and am

[flex_india:13778] File Transfer using Blaze DS.

2008-09-08 Thread ak
Hi All, I built a chat application using flex and blaze ds.I have one more requirement in the application,"File Transfer".I want to know whether is it possible to transfer the files using the blaze ds server. Regards Anil. --~--~-~--~~~---~--~~ You received this

[flex_india:13777] Re: Order Your Free Flex Book Now!

2008-09-08 Thread Kundan Singh
Hi I got 2 copy Flex3.0 book . 1st got 40 days befor and 2nd book 1 week before. for 1st book i have applied for the link given by Mr. venkat . thnx to all of you for sharing such kind of link. please share this type of link in future also. Regards Kundan On Mon, Sep 8, 2008 at 3:20 PM,

[flex_india:13775] Re: Getting number of children from a container

2008-09-08 Thread HISSAM
use the property vbox.numChildren > > -- - Warm Regards, HISSAM, Soft Engg, iThinkLabs Pvt Ltd. India. website:http://www.ithink-labs.com http://www.yureekah.com -- --~--~-~--~~~---~--~~ You received this

[flex_india:13776] Re: Getting number of children from a container

2008-09-08 Thread Jasmeet Sehgal
y dont you run a loop for numChildrens in the container. and use getItemAt(index in container) On Tue, Sep 9, 2008 at 12:37 AM, Pratik. Velani <[EMAIL PROTECTED]>wrote: > > Hi, > > I have a VBox containing a number of panels , the number would be > random or be picked from xml ... i wanted >

[flex_india:13779] Looking for Flex Developer

2008-09-08 Thread FlexEnthu
Hi, Looking for a Flex Developer and the details are provided below: Location: Bangalore Company: Reputed Company Type of Job: Full Time Job Description: Application Development using Flex, Java Backend and Oracle Database Detailed Description: Application development using Flex as front end

[flex_india:13780] Pre Loader using swf for a TileList untill images gets loaded from web service as

2008-09-08 Thread Flexian_me
I have a canvas inside the canvas i have taken a TileList and in TileList images will be displayed using web service ..so i want to make a preloader which will be displayed untill images gets loaded into tile list ...i want to use an swf file to be displayed in preloader instead of that ProgressBa

[flex_india:13781] RunTimeError : Identities for an object must be unique

2008-09-08 Thread Anoop Max
Hi all, I am facing one problem. In one of my method, I am creating a new object and am putting that into one ArrayCollection in Cache. This is the code I used for this. private function getBusinessSeqResultHandler(resultEvent:ResultEvent):void{ var cache:

[flex_india:13782] Re: Pre Loader using swf for a TileList untill images gets loaded from web service as

2008-09-08 Thread HISSAM
can u send me the link of ted?? -- - Warm Regards, HISSAM, Soft Engg, iThinkLabs Pvt Ltd. India. website:http://www.ithink-labs.com http://www.yureekah.com -- --~--~-~--~~~---~--~~ You received this message

[flex_india:13783] Re: DataGrid

2008-09-08 Thread kumar
This will be good. private function itemClick(e:Event):void { txtName.text=dg.selectedItem.NAME; txtPword.text=dg.selectedItem.PWORD; } This function you call it in itemClick property of the DataGrid and txtName,txtPword are the Two TextInputs and on click of a Particular row iam d

[flex_india:13785] Re: Pre Loader using swf for a TileList untill images gets loaded from web service as

2008-09-08 Thread Flexian_me
Here goes the link http://www.onflex.org/ted/2006/07/flex-2-preloaders-swf-png-gif-examples.php but in this pre Loader what happens is even your images are loadeed or in case of if you are using it for App init then even ur application has started but it doesn't disappear ..but it disappears aft

[flex_india:13784] Looking for a Flex Developer and the details are provided below:

2008-09-08 Thread FlexEnthu
Looking for a Flex Developer and the details are provided below: Location: Bangalore Company: Reputed Company Type of Job: Full Time Job Description: Application Development using Flex, Java Backend and Oracle Database Detailed Description: Application development using Flex as front end, whi

[flex_india:13786] Re: Close event issues for Air Application

2008-09-08 Thread satish
Please any one suggest me . On Sep 8, 6:50 pm, satish <[EMAIL PROTECTED]> wrote: > Hi All, > > I am developing an Air application , In which when the application is > closed i am saving some data in local database sqllite , because of > which when ever i use command + Q in mac os , the applicatio

[flex_india:13787] saving zip folder on desktop using Adobe Air

2008-09-08 Thread ryan
hi ! i want to extract zip folder in Adobe Air read it and save on desktop . i am able to read but i m having problems when it comes to saving it on the desktop. i want to save it in unzip format on desktop but it is happening in zip format. Any help would be highly appreciated thanks in advance

[flex_india:13788] Re: Order Your Free Flex Book Now!

2008-09-08 Thread abhishekchess1
i got the book :) On Sep 9, 8:20 am, "Kundan Singh" <[EMAIL PROTECTED]> wrote: > Hi > > I got 2 copy  Flex3.0 book . > > 1st got 40 days  befor and 2nd book 1 week before. > > for 1st book i have applied for the link given by Mr. venkat . > > thnx  to all of you for sharing such kind of link.

[flex_india:13789] Re: saving zip folder on desktop using Adobe Air

2008-09-08 Thread Saravanan
Hi ryan.. check with this link http://ntt.cc/2008/01/19/actionscript-class-library-fzip.html ~sara~ On Sep 9, 11:00 am, ryan <[EMAIL PROTECTED]> wrote: > hi ! > i want to extract zip folder in Adobe Air read it and save on > desktop . > i am able to read but i m having problems when it com