[flex_india:22653] Re: two item renderer for one datagrid column?

2009-05-31 Thread Karthik K
Hi Ravi Ya you are right, but we need to give inside set bracket{} {new ClassFactory(one)),(new ClassFactory(two)} it is working -- Karthik.k Mobile - +91-9894991640 http://kkarthikresume.blogspot.com/ On Mon, Jun 1, 2009 at 11:30 AM, Ravi Mishra wrote: > > This compilation error is because

[flex_india:22652] Re: some basic doubts

2009-05-31 Thread Ravi Mishra
Hi Gerald, This error is coming because you dont have the debugger version of flash player installed on your machine. Download the debugger version of flash player for the browser you are using to debug/run your flex application. http://www.adobe.com/support/flashplayer/downloads.html You can s

[flex_india:22651] Re: two item renderer for one datagrid column?

2009-05-31 Thread Ravi Mishra
This compilation error is because 'one' and 'two' are texts not the IFactory type. Try writing this: (new ClassFactory(one)),(new ClassFactory(two)). I dont know if it would help you as i also haven't tried it. But it will surely take off the mentioned compilation error. HTH, -Ravi On Jun 1, 9

[flex_india:22650] Re: swc file --

2009-05-31 Thread rohit
can anybody give me example? On Jun 1, 12:33 am, Jonny D wrote: > You have to add it in the source libraries > > then you'll be able to pull functions from it and do something with them. > > This is defined in the properties of the Flex project (right-click) > > > > On Fri, May 29, 2009 at 6:55

[flex_india:22649] Re: some basic doubts

2009-05-31 Thread Gerald Anto Fernando
jagadish when i debug the application that shows in message box C:\WINDOWS\system32\Macromed\Flash\Flash10a.ocx Flex Builder cannot locate the required debugger version of Flash Player. You might need to install the debugger version of Flash Player 9 or reinstall Flex Builder. Do you want to try t

[flex_india:22648] Re: some basic doubts

2009-05-31 Thread Gerald Anto Fernando
hi jagadish, am having flex builder 3 proffessional.in my console view i cant see output of trace method.still am checking my output with Alert message.its tedious to me.is there any plug-in to install to get trace output. how can i get it.even i debug my application i cant see in the console view?

[flex_india:22647] Re: two item renderer for one datagrid column?

2009-05-31 Thread Karthik K
hi Sankar Swaroop Thank you below is my sample datagrid i am using just say , i am right or wrong compilation error Initializer of 'itemRenderer': cannot parse value of type mx.core.IFactory from text one,two compilation error Initializer of 'itemRenderer': cannot parse value of type mx

[flex_india:22646] Re: Log5F New Logging Framework

2009-05-31 Thread prasad P
Yha, I downloaded. Let you know, by completing a sample application. On Sat, May 30, 2009 at 3:47 AM, Maxim Rozdobudko wrote: > Hi, everyone! May be someone will be interested about Log5F logger: > http://log5f.wordpress.com > > > --~--~-~--~~~---~--~~ You receive

[flex_india:22633] Re: Flex and WCF newbie

2009-05-31 Thread Jonny D
You'll have to bring the data in at the application server level. create a wrapper web service module for this and then use it however you want On Fri, May 29, 2009 at 12:19 AM, Sapna wrote: > > Hi there, hope everyone here is having fun too. > > I am fairly new to Flex. Using Flex Builder 3, I

[flex_india:22636] Re: loginform using states

2009-05-31 Thread Jonny D
You have to attach the form submit to an event and evaluate form data when event fires (with a handler) On Sat, May 30, 2009 at 5:10 AM, mahesh wrote: > > hi, > i have loginform,but i want to validate that form.If it is valid > user,then i want to go for new state.If it > is invalid user then r

[flex_india:22639] Re: two item renderer for one datagrid column?

2009-05-31 Thread Jonny D
reThink design On Thu, May 28, 2009 at 3:43 AM, Karthik K wrote: > hi guys > > i have one doubt > > can we use two item renderer for one datagrid column > any possibilities > > why i am asking this because > > during drag and drop i need one itemrenderer and during application > initialization i

[flex_india:22641] Re: Get IP address of a webpage

2009-05-31 Thread Jonny D
CGI variables On Fri, May 29, 2009 at 3:17 AM, BB47 wrote: > > Hi, > How to get the IP address of a webpage? > > Regards, > Prajilal > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community"

[flex_india:22645] Re: two item renderer for one datagrid column?

2009-05-31 Thread sankar swaroop
Hi kartik, we can assign any number of item renderers to a datagrid column. just seperate each with semi colon or i think ','(coma). Thanks... On Thu, May 28, 2009 at 1:13 PM, Karthik K wrote: > hi guys > > i have one doubt > > can we use two item renderer for one datagrid column > any possibi

[flex_india:22638] Re: Datagrid header checkbox

2009-05-31 Thread Jonny D
You have to maintain a array collection that points to positions in your datagrid you want checked. loop through this on the header click event handler On Thu, May 28, 2009 at 8:20 AM, dhileepen chakravarthy wrote: > Dear All, > > For of my datagrid header have an checkbox, that column all ro

[flex_india:22637] Re: Place Radio Button in the DataGrid

2009-05-31 Thread Jonny D
custom item renderer, its just a class that extends the datagrid class. you can make it any way you want using the 'extends' On Thu, May 28, 2009 at 4:01 AM, Ramya Arumugam wrote: > Hi Friends, > > How do we place the radio button in the datagrid using itemrenderer? > > Can anyone advice me. > >

[flex_india:22643] Re: loginform using states

2009-05-31 Thread Rahul
if valid use * viewstack1.selectedChild=childID;* On Sat, May 30, 2009 at 2:10 AM, mahesh wrote: > > hi, > i have loginform,but i want to validate that form.If it is valid > user,then i want to go for new state.If it > is invalid user then return to same loginform. > > plz help me.Its urgent.

[flex_india:22640] Re: Drill Down in OLAP Datagrid

2009-05-31 Thread Jonny D
.net webservice to return the hierarchical xml active directory information Flex AdvancedDataGrid component (Flex 3) to display - GREAT IDEA! On Thu, May 28, 2009 at 2:08 AM, GnanaPrakasam T wrote: > Hi All > How to achieve the Drill through operation in Olap datagrid? > > Is there any samples

[flex_india:22635] Re: Calling and running .dlls from flex

2009-05-31 Thread Jonny D
flash runtime is usually isolated so it probably cannot call .DLLs On Thu, May 28, 2009 at 2:40 AM, Tweakygeek wrote: > > Hi, > > The zinc framework looks useful but unfortunately, its not open > source! I already have flex builder so its better if I can get a > solution through flex/as3. > >

[flex_india:22644] Re: Exception in pie chart

2009-05-31 Thread Jonny D
can't find the data - are you using cairngoem framework? If so, instansiate data vars there... so you're sure they are available On Fri, May 29, 2009 at 11:18 AM, Sangeeta Kalyani < kalyani.sange...@gmail.com> wrote: > > Hi, > > I am getting the below exception while generating pie chart. Can >

[flex_india:22642] Re: oracle connectivity in air application

2009-05-31 Thread Endel Guimarães Silva
h Check for the crossdomain.xml It's an xml that allows/denies external access to the scripts at the server. Maybe your scripts are correct, but you don't have permissions to access the files on the server On Sat, May 30, 2009 at 2:09 AM, Yogesh Gaur wrote: > > thats what i tried ...i used

[flex_india:22634] Re: swc file --

2009-05-31 Thread Jonny D
You have to add it in the source libraries then you'll be able to pull functions from it and do something with them. This is defined in the properties of the Flex project (right-click) On Fri, May 29, 2009 at 6:55 AM, rohit wrote: > > I have one .swc file > How can i embed it at run time > > c

[flex_india:22632] Re: oracle connectivity in air application

2009-05-31 Thread Yogesh Gaur
thats what i tried ...i used httpservice request in air application …. but whenever i use it ..since i hav to give full url “http://://page location … its giving me server error and request fail error .. if u do know anything abt it .. ur help will be directly appreciated ... On May 30, 2:00 am,

[flex_india:22629] Log5F New Logging Framework

2009-05-31 Thread Maxim Rozdobudko
Hi, everyone! May be someone will be interested about Log5F logger: http://log5f.wordpress.com --~--~-~--~~~---~--~~ 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_in

[flex_india:22630] add controls dynamically in the vBox and hBox

2009-05-31 Thread jayesh sharma
Hii All, I want to add controls in the hbox dynamically and then need to add that hbox in the parent box that has vertical direction. depending on the data received for example I m receiving data like below RowColumn 1 1 1 2 means row no 1 has 2 cont

[flex_india:22628] How to create SWC files

2009-05-31 Thread prasad
Hi Folks, Can we create SWC from Flex Builder ? If yes, how to create. And the existing SWC's like cairngorm, flexlib, log5f, How they created using flash or Flex (as 3.0). ? I think, Its useful to all, Let we all get aware about swc files. Thanks Lokh Prathab --~--~-~--~~-