Re: [flex_india:28771] Scroll bar in datagrid

2010-02-23 Thread sankar swaroop
For your requirement,
dont give height and width in percentage to datagrid.
Assign the height and width in createComplete of the panel in Action script
and in pixels and that should be fit in the panel

On Mon, Feb 22, 2010 at 12:10 AM, Akshar  wrote:

> i want to show a scrollbar in a data grid. this scrollbar should come
> when the contents of any of the columns exceed the space available.
> also the width of the columns should be such that the contents are
> fully seen.
> attached is a sample code:-
>
> --
> 
> 
> http://www.adobe.com/2006/mxml";>
>
> 
>
> 
>
>
>
>
>Christina Coenraets
>this is a very long phone number which will not be
> fully visible and i want to have a scrolbar like the windows event
> viewer in it. this is a very long phone number which will not be fully
> visible and i want to have a scrolbar like the windows event viewer in
> it. this is a very long phone number which will not be fully visible
> and i want to have a scrolbar like the windows event viewer in it.
> this is a very long phone number which will not be fully visible and i
> want to have a scrolbar like the windows event viewer in it. this is a
> very long phone number which will not be fully visible and i want to
> have a scrolbar like the windows event viewer in it. this is a very
> long phone number which will not be fully visible and i want to have a
> scrolbar like the windows event viewer in it. this is a very long
> phone number which will not be fully visible and i want to have a
> scrolbar like the windows event viewer in it.
>ccoenra...@fictitious.com
>true
>
>
>Joanne Wall
>555-219-2012
>jw...@fictitious.com
>true
>
>
>Maurice Smith
>555-219-2012
>maur...@fictitious.com
>false
>
>
>Mary Jones
>555-219-2000
>mjo...@fictitious.com
>true
>
>
>
> width="100%" id="stuff" verticalScrollPolicy="off"
> horizontalScrollPolicy="off"
>paddingTop="10" paddingLeft="10" paddingRight="10">
>
>text="Select a row in the DataGrid control."/>
>
> dataProvider="{employees}" horizontalScrollPolicy="auto">
>
> >
> headerText="Email" />
> headerText="Phone" />
>
>
>
>
> 
>
>
> --
>
> --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:28770] Regarding Httpservice and Database.

2010-02-23 Thread sankar swaroop
To delete a row in the database, we generally use the Unique Id.
so when u click on the particular check box of that row,
1. Remove that row index from the data provider to remove from the DG
2. Pass that unique Id value to the database to delete that row from the
table.

But for multiple rows delete
pass a dataField="selected" to the checkbox column.
when ever u check/uncheck, assign true/false to that dataField

So when u click on final delete button, run a for loop and check each row
if DG.dataProvider[i]['selected']='true'; then
1. Remove that row index from the data provider to remove from the DG
2. Pass that unique Id value to the database to delete that row from the
table.

Thanks
Shankar

On Mon, Feb 22, 2010 at 9:46 PM, Venkatesan Ramdoss <
venkat.ramd...@gmail.com> wrote:

> hi,
>
>  In Flex I place datagrid in my page and add checkbox in datagrid
> row   as a Itemrenderer.  Now i need to delete those rows which are
> checked in grid and gets   deleted on click of the DELETE button. But
> i am not able to get  deleted  in grid as well as in the database.
>
>
> Please provide me the solution to solve the problem.
>
>  Thanks and Regards,
>
> venkat.R
>
> --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:28553] Issue abt Date ItemEditor

2010-02-16 Thread sankar swaroop
Hi,

make dateField editable="true" and make some validations so that user can
enter
the date in a required format like DD/MM/.

For changing the color of a particular row use the below url

http://www.switchonthecode.com/tutorials/flex-datagrid-goodies-row-color-and-others

thanks

On Tue, Feb 16, 2010 at 4:30 PM, seetha chowdary
wrote:

>
> Hi,
>
> Plz tel me how to create a date itemeditor in Advancedatagrid. i have
> created a datefield itemrenderer in ADG.
> i am able to select the date from datefiled in ADG.in this scenario the
> user has to enter the date manually too..
> how to enter the date plz tel me.
>
> one more problem. how to create a row color ie background and foreground
> color in ADG depends on some conditions.
> If you know anyone plz let me know.
>
> Regards,
> sita.
>
> --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:28547] Regarding - Flex Image

2010-02-15 Thread sankar swaroop
Is the image path is coming with in the attribute data.imgname?

Do 1 thing, paste ur data here which is coming from the database and also
the code how u r saving the data in flex and how u r assigning to the
component.
Let me check ur code

Thanks

On Sun, Feb 14, 2010 at 9:44 PM, Venkat  wrote:

> hi,
>
> Thanks for your reply.I moved the image in  a separate folder.After i have
> moved the image,using currenstate i have assigned a state name called image
> component.But the image i have moved was not displayed in the image control
> why because the page is not refreshed.
>
> Could u find  me the solutions how i have to display the image in the image
> control or tile list.
>
> Here the code is
>
> 
>
> imgname is our field name in the database.
>
> Please fined me the solutions to solve the problem..
>
>
> Thanks and Regards,
> venkat.R
>
> On Fri, Feb 12, 2010 at 4:15 PM, sankar swaroop wrote:
>
>> If u store the image path in the database, then send that data to flex.
>> Use TileList component and assign an image component as itemrenderer and
>> give the image path as source to the image component.
>>
>> On Fri, Feb 12, 2010 at 3:21 PM, Venkat  wrote:
>>
>>>  hi,
>>>
>>> Thanks for you reply.ok
>>>
>>>
>>> On Fri, Feb 12, 2010 at 3:06 PM, nithya flex wrote:
>>>
>>>> that is some thing u need to ask with sever side dev.
>>>>
>>>> u got any idea let me know
>>>>
>>>> On Fri, Feb 12, 2010 at 2:57 PM, Venkat wrote:
>>>>
>>>>> hi,
>>>>>
>>>>> Thanks for your reply.
>>>>>
>>>>> My question is how i will displayed in the front end flex.i written the
>>>>> database query in backend.How it will displayed.
>>>>>
>>>>> Please help me.
>>>>>
>>>>> Thanks and Regards,
>>>>> venkat.r
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Fri, Feb 12, 2010 at 2:54 PM, nithya flex wrote:
>>>>>
>>>>>> u r trying write file to the system, which is not possible.
>>>>>>
>>>>>> I think u need to do this in server side
>>>>>>
>>>>>>
>>>>>> On Fri, Feb 12, 2010 at 2:32 PM, Venkatesan Ramdoss <
>>>>>> venkat.ramd...@gmail.com> wrote:
>>>>>>
>>>>>>> hi,
>>>>>>>
>>>>>>> I have moved the images in a folder named path.i have written the
>>>>>>> database query which will display all the images.
>>>>>>>
>>>>>>> My question is how i will display the image in the flex,when u user
>>>>>>> browse a image, the selected image will move to the path folder.
>>>>>>>
>>>>>>> Please provide me help.
>>>>>>>
>>>>>>> Thanks and Regards,
>>>>>>> venkat.R
>>>>>>>
>>>>>>> --
>>>>>>> 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...@googlegroups.com.
>>>>>>> To unsubscribe from this group, send email to
>>>>>>> flex_india+unsubscr...@googlegroups.com
>>>>>>> .
>>>>>>> For more options, visit this group at
>>>>>>> http://groups.google.com/group/flex_india?hl=en.
>>>>>>>
>>>>>>>
>>>>>>  --
>>>>>> 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...@googlegroups.com.
>>>>>> To unsubscribe from this group, send email to
>>>>>> flex_india+unsubscr...@googlegroups.com
>>>>>> .
>>>>>> For more options, visit this group at
>>>>>> http://groups.google.com/group/flex_india?hl=en.
>>>>>>
>>>>>
>>>>>  --
>>>>> 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...@googlegroups.com.
>>>>> To unsubscribe

Re: [flex_india:28465] Regarding - Flex Image

2010-02-12 Thread sankar swaroop
If u store the image path in the database, then send that data to flex.
Use TileList component and assign an image component as itemrenderer and
give the image path as source to the image component.

On Fri, Feb 12, 2010 at 3:21 PM, Venkat  wrote:

> hi,
>
> Thanks for you reply.ok
>
>
> On Fri, Feb 12, 2010 at 3:06 PM, nithya flex wrote:
>
>> that is some thing u need to ask with sever side dev.
>>
>> u got any idea let me know
>>
>> On Fri, Feb 12, 2010 at 2:57 PM, Venkat  wrote:
>>
>>> hi,
>>>
>>> Thanks for your reply.
>>>
>>> My question is how i will displayed in the front end flex.i written the
>>> database query in backend.How it will displayed.
>>>
>>> Please help me.
>>>
>>> Thanks and Regards,
>>> venkat.r
>>>
>>>
>>>
>>>
>>>
>>> On Fri, Feb 12, 2010 at 2:54 PM, nithya flex wrote:
>>>
 u r trying write file to the system, which is not possible.

 I think u need to do this in server side


 On Fri, Feb 12, 2010 at 2:32 PM, Venkatesan Ramdoss <
 venkat.ramd...@gmail.com> wrote:

> hi,
>
> I have moved the images in a folder named path.i have written the
> database query which will display all the images.
>
> My question is how i will display the image in the flex,when u user
> browse a image, the selected image will move to the path folder.
>
> Please provide me help.
>
> Thanks and Regards,
> venkat.R
>
> --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>
  --
 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...@googlegroups.com.
 To unsubscribe from this group, send email to
 flex_india+unsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/flex_india?hl=en.

>>>
>>>  --
>>> 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...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> flex_india+unsubscr...@googlegroups.com
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/flex_india?hl=en.
>>>
>>
>>  --
>> 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...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> flex_india+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/flex_india?hl=en.
>>
>
>  --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:28447] Text Effects

2010-02-11 Thread sankar swaroop
Hi,
You can split the string into individual letters
like str.split("");
and go throuth this link
http://ntt.cc/2008/04/14/simple-tips-to-realize-the-marquee-effect-in-flex-with-source-code.html

study both and use your logic to get the final desired result

Thanks

On Fri, Feb 12, 2010 at 2:16 AM, Kiran Kumar Vasireddy
wrote:

> Dear All,
>
> I am looking for an example or a solution .Could some body please help me
> out?
>
> 1) I have a text "Flex is amazing " . This should be displayed in way that
> First the letter "F" should be displayed and then 'l' and then 'e' so on in
> a sequential manner ( Letter by letter)
>
> 2) I have 10 messages and want them to be displayed in slide show fashion (
> Like automatic photo slide show) with the above effect.
>
>
> Thanks for your help
> Regards
> Kiran
>
>
>  --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:28446] Flex communication

2010-02-11 Thread sankar swaroop
Go through about Local Connection concept in flex

Thanks

On Fri, Feb 12, 2010 at 11:32 AM, vidhu  wrote:

> Hi Friends,
>
> Currently i m working with two different Flex Application. I want the
> two flex application should communicate through data but it should not
> be known to the user. Is there any idea of doing it either in flex or
> php?
>
> Thanks in Advance
>
> Vidhu
>
> --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:28442] Footer Issue

2010-02-11 Thread sankar swaroop
Hi,

Make a study about OLAP GRID or go through this url

http://files.seanhess.net/demos/FooterDataGrid/Test.html

Thanks

On Thu, Feb 11, 2010 at 5:27 PM, seetha chowdary
wrote:

> *Hi, *
> **
> *I have an AdvancedDataGrid. I need to add a summaryrow to the grid which
> will contain SUM/AVERAGE of the respective columns in the ADG. Can anyone
> point me to some tutorial or any reference where I can learn how to create a
> summaryrow? *
> *
>
> Regards,
> seetha.
> *
>
> --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:28419] Flex Beginner

2010-02-11 Thread sankar swaroop
NetBeans 6 dont have Flex plug-Ins
U need to use Eclipse as Flex Editor

On Thu, Feb 11, 2010 at 5:00 PM, Abhi  wrote:

> Could anyone tell me how to use flex in netbeans6
> which plugins are required
>
> --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:28378] Senior Flex developer freelance opportunity

2010-02-10 Thread sankar swaroop
Hi David ,

I am interested in this opportunity.

Thanks
Shankar

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:28208] How to promote image to the front of another image on Canvas

2010-02-02 Thread sankar swaroop
do these two images are in two diff components in a canvas?
if so use canvas setChildIndex property to 0 for the selected image.
Hope this works

On Mon, Feb 1, 2010 at 1:11 PM, Raymondo  wrote:

> Hi,
>  I have 2 images on a canvas and I want to be able to drag one on the
> other
> and promote it to the front, and then when I drag the other image,
> then that image will be promoted
> to the front.
>
> What attribute do I set in my image object in the  performDrop
> (event:DragEvent):void method.
>
> regards,
> Ray
>
> --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:28207] How to scale mask image

2010-02-02 Thread sankar swaroop
store the mask image in a BitmapData instance and then u can find the length
and width.

otherwise u can get it using BitmapData class. Go through this class

On Tue, Feb 2, 2010 at 5:00 AM, srini  wrote:

> Hi,
> I have a problem with mask image scaling.
> How to scale mask image without scaling the masked image in a
> container of
> actionscript custom component.Does anyone have any idea how it can be
> done.Plz help in this regard.
> With thanks,
> Srinivas
>
>
>
>
> --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:28206] Need Help

2010-02-02 Thread sankar swaroop
On which action u want to increment this counter, i mean click, mouseOver.
If u want to do that on any of these actions, then use itemClick event and
then

(event.selectedItem as HBox).text='counter'+i;

do something like this.

On Tue, Feb 2, 2010 at 2:51 AM, ravi kanth  wrote:

> Hi ,
>
> I have a custom HBoxand the HBox text name is Counter1.
>
> And i added this HBox to tile container. and i need increment the HBox text
> name.
>
> Example:
>
> 
>
> I added this HBox into Tile container.So i need to display the HBox text
> number has to be increased...like counter 1, counter2..etc
>
>
> Thanks,
> Ravi
>
> --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:28172] how to make curving text & change font size, radius, character space value according to slider

2010-02-01 Thread sankar swaroop
http://algorithmist.wordpress.com/category/flex/  ---> for curvy text

http://makc.coverthesky.com/FlashFX/ffx.php?id=7  ---> for curvy text


On Mon, Feb 1, 2010 at 12:24 PM, Abhi  wrote:

> hi all,
>
> Please help me
>
> i want to make curving text according to path.
>
> and change
>
> font size value,
> radius value,
> character space value
>
> according to slider
>
> plz help me
>
> --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:28121] Flex Multiple Filter Functionality.

2010-01-30 Thread sankar swaroop
HI,
 if u use attaycollection as dataprovider for the ADG then u can achieve
this.

for example AC:ArrayCollection is the dataprovider for ur ADG
txtSearch is the id of TextInput that u type for search.
then
function filterADG():void
{
AC.filterFunction = filterAC;
   AC.refresh();
}
function filterAC(obj:Object):Boolean
{
   if(obj.id.toString().toLowerCase().search(txtSearch.text.toLowerCase) !=
-1)
   return true;
   else 
if(obj.status.toString().toLowerCase().search(txtSearch.text.toLowerCase)
!= -1)
   return true;
   else
   return false;
}
call filterADG() function in change event of TextInput
this will work for both on id & status when u type for search in TextInput

Thanks.
On Sat, Jan 30, 2010 at 3:13 AM, jigs  wrote:

> Hello,
>
> I am just started development with Flex 3.
>
> I have requirements to do the multiple filtering in the grid. I am
> using the Advance Data Grid.
>
> I have to implement functionality like currently available in excel
> 2007 for multiple filtering.
>
> E.g. I have 5 columns in ADG.
>
> id, name,age,notes,status.
>
> Now, i want to do the filter records with particular ids, and status
> out of available records. How can i achieve this functionality ?
>
> Thanks,
> Jigs.
>
> --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:28022] Re: Arraycollection problem

2010-01-27 Thread sankar swaroop
thanks for all the replies.
It was solved.

On Wed, Jan 27, 2010 at 12:27 PM, FlexiSush  wrote:

> Hi,
>Try arrcoll.getItemAt(1).name="sample4";
> Hope it helps u and plz do reply back :)
>
> On Jan 26, 2:15 pm, sankar swaroop  wrote:
> > Hi friends,
> >
> > I given an arraycollection as a dataprovider to a datagrid which was with
> > some itemrenderers.
> > while retrieving the saved data from the grid i am copying some columns
> like
> > arraycoll[3]['name'] = 'saome name';
> > when i am assigning some value to a particular row item in the
> dataprovider
> > arraycollection,
> > all the rows are updating with the same name.
> > for example: if an arraycollection has 3 items like
> > arrcoll:ArrayCollection = new Arraycollection([
> > {name:'sample1' id:1},
> > {name:'sample2' id:1},
> > {name:'sample3' id:1}
> > ]);
> > when i want to update the second name i.e.sample2 with sample4 and i
> > assigned that value like
> > arrcoll[1]['name']='sample4';
> > all the items are effecting like
> >
> > {name:'sample4' id:1},
> > {name:'sample4' id:1},
> > {name:'sample4' id:1}
> >
> > So how can i update a single item in an arraycollection.
> > please provide me the solution
> >
> > Thanks,
> > shankar swaroop
>
> --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:28004] Arraycollection problem

2010-01-26 Thread sankar swaroop
but this is working the same. no change

On Wed, Jan 27, 2010 at 12:04 PM, Jitendra Jain <
warriorofheavens...@gmail.com> wrote:

> Instead do this,
>
> var obj :Object = arraycoll[3];
> obj.name='same name';
>
> In your case, the name property is behaving like a key and all the objects
> have the key named 'name'. So every object is updated .
>
> On Tue, Jan 26, 2010 at 2:45 PM, sankar swaroop wrote:
>
>> Hi friends,
>>
>> I given an arraycollection as a dataprovider to a datagrid which was with
>> some itemrenderers.
>> while retrieving the saved data from the grid i am copying some columns
>> like
>> arraycoll[3]['name'] = 'saome name';
>> when i am assigning some value to a particular row item in the
>> dataprovider arraycollection,
>> all the rows are updating with the same name.
>> for example: if an arraycollection has 3 items like
>> arrcoll:ArrayCollection = new Arraycollection([
>> {name:'sample1' id:1},
>> {name:'sample2' id:1},
>> {name:'sample3' id:1}
>> ]);
>> when i want to update the second name i.e.sample2 with sample4 and i
>> assigned that value like
>> arrcoll[1]['name']='sample4';
>> all the items are effecting like
>>
>> {name:'sample4' id:1},
>> {name:'sample4' id:1},
>> {name:'sample4' id:1}
>>
>> So how can i update a single item in an arraycollection.
>> please provide me the solution
>>
>> Thanks,
>> shankar swaroop
>>
>>  --
>> 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...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> flex_india+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/flex_india?hl=en.
>>
>
>
>
> --
> Thanks and Regards,
> JJain,
>
>   If you have knowledge, let others light their candles in it --Margaret
> Fuller:
>
> --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



[flex_india:27973] Arraycollection problem

2010-01-26 Thread sankar swaroop
Hi friends,

I given an arraycollection as a dataprovider to a datagrid which was with
some itemrenderers.
while retrieving the saved data from the grid i am copying some columns like
arraycoll[3]['name'] = 'saome name';
when i am assigning some value to a particular row item in the dataprovider
arraycollection,
all the rows are updating with the same name.
for example: if an arraycollection has 3 items like
arrcoll:ArrayCollection = new Arraycollection([
{name:'sample1' id:1},
{name:'sample2' id:1},
{name:'sample3' id:1}
]);
when i want to update the second name i.e.sample2 with sample4 and i
assigned that value like
arrcoll[1]['name']='sample4';
all the items are effecting like

{name:'sample4' id:1},
{name:'sample4' id:1},
{name:'sample4' id:1}

So how can i update a single item in an arraycollection.
please provide me the solution

Thanks,
shankar swaroop

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:27961] Any idea of creating these type of sites

2010-01-25 Thread sankar swaroop
Hi jakir,
thanks for the reply. will u give me some idea

Thanks
shankar

On Mon, Jan 25, 2010 at 11:18 AM, jakir qureshi wrote:

> Hi Sankar,
>
> Ya we done similar type of work before.
>
> Regards
> Jakir
> +91 9923505286
>
> On Sat, Jan 23, 2010 at 8:00 PM, sankar swaroop wrote:
>
>> Hi friends,
>>
>> Does anybody any idea of how to create these type of sites.
>> Please go through this url below.
>>
>> http://www.shirt-print.info/design_tshirts_online2.htm
>>
>> Thanks & Regards,
>> Shankar Swaroop
>>
>> --
>> 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...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> flex_india+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/flex_india?hl=en.
>>
>
>
>
> --
> Thanks & Regards
>
> Jakir M. Qureshi
> Software Engineer
> Saba Software India Pvt. Ltd.
>
>
>  --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



[flex_india:27946] Any idea of creating these type of sites

2010-01-23 Thread sankar swaroop
Hi friends,

Does anybody any idea of how to create these type of sites.
Please go through this url below.

http://www.shirt-print.info/design_tshirts_online2.htm

Thanks & Regards,
Shankar Swaroop

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:27659] preloader with component

2010-01-06 Thread sankar swaroop
HI,
please go through this link

http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/

On Wed, Jan 6, 2010 at 4:13 PM, kalai selvi  wrote:

> Hi all,
>
>
>
> i want to use the preloader for custome component. so how to use this.
>
> --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>
-- 

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...@googlegroups.com.

To unsubscribe from this group, send email to flex_india+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.



Re: [flex_india:27608] why last column width of ADG taking more space

2010-01-04 Thread sankar swaroop
b'cas the last column occupies the remaining space left in the ADG

On Mon, Jan 4, 2010 at 12:36 PM, abhishekchess1 wrote:

> hey frnd,
> when i'm showing ADG width in %, why it taking more space for last
> column,
> is any solution?
>
> this is sample code :
> 
> http://www.adobe.com/2006/mxml";
>  layout="vertical"
>  >
>  
>
>  
>
>   
>
>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
> score3="15" score4="16" score5="25"/>
>
>
>
>
>  
> horizontalScrollPolicy="off"
>
>   dataProvider="{arrColl}"
> horizontalScrollPolicy="auto" width="100%"   height="100%"
> verticalScrollPolicy="auto"
>>
>  
>
>  
> 
> 
>
> thx in advanced,
> :)
>
> --
>
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>
>

--

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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.




Re: [flex_india:27450] ComboBox value

2009-12-22 Thread sankar swaroop
Hi,

Try this
NoviKlijent.IdPodkategorije =
selektorPodKategorije.selectedItem.Idcategory;

On 12/22/09, explorer  wrote:
>
> Hello I have php file that generate XML file. When I call HTTPService,
> result event triger this function. XML file is structured like this
> 
> 
> 
> 
>
> private function podkategorijeHandler(kat:ResultEvent):void
>{
>var nizPodkategorije:XMLList =
> XML(kat.result).podkategorija;
>var podkategorije:XMLListCollection = new XMLListCollection
> (nizPodkategorije)
>selektorPodKategorije.dataProvider = podkategorije;
>selektorPodKategorije.labelField = "NameCategory";
>selektorPodKategorije.data = "Idcategory";
>
>selektorPodKategorije.selectedIndex = 0;
>}
>
> This realy populate my ComboBox, but when I try to collect selected
> Item from dropdown menu (data and not label ), I got NAN as value.
> This is how I try to collect value
>
> NoviKlijent.IdPodkategorije =
> selektorPodKategorije.selectedItem.valueOf();
> I tryed and this
> NoviKlijent.IdPodkategorije = selektorPodKategorije.selectedIndex; but
> this is index of populated ComboBox and not real IdCategory;
>
> Any advice how can I solve this, or mybee I made mistake somewhere
> earlier
>
> Thank you in advance
>
> --
>
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>
>

--

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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.




Re: [flex_india:27384] My views on using Blazeds(Java) and AMFPHP(PHP)

2009-12-17 Thread sankar swaroop
HI kiran,

I dont know about java. I am working from 2 years using FLEX and AMFPHP. It
was really convenient combination. The deployment was easy and the
connection was easy and the
deployed application will effect in the next second.
The file uploading is easy and sending mails is also easy
Finally what i want to suggest is go with PHP and u will get it fast b'cas
thing
are very simple.

Thanks.

On Fri, Dec 18, 2009 at 3:11 AM, Kiran Kumar Vasireddy
wrote:

> Dear All,
>
> Excuse me if this is  irrelevant post here , Please let me know your
> thoughts and *explorer *or *some one* guide me to the good source.
>
> Almost out of 10 years I worked on java and I can say I am good at java (
> Worked on Oracle,Datastage ,seebeyond ,Jcaps and many more) , But after
> moving to sales technical department I got a chance to work on flex and felt
> happy and discussed with friends and started building few websites for own.
> Since new to Flex I got really benefited from this group and after reading
> Sujith reddy blogs thought of Using Blazeds . We developed the application (
> of course not pretty good) and at the time of deploying we took Godaddy
> shared linux hosting and the problems started
>
> 1) We can not use context.xml file for connection pooling
> 2) They shut down the machine every day for 10 minutes for loading new
> applications ( they say 10 minutes , But going down for one hour and may
> times in a day)
> 3) and the deployed application you can not see the immediate effect until
> the next day
> 4) we thought of upgrading to new server(dedicated) but from another friend
> got a feed back he has issues with Java Heap size and Blah Blah
> 5) Can not upload files to your own folder
> 5) So to go for really good java application hosting have to spend 100$(+)
> per month
>
> After trying to set up for 15 days ( even the blazeds is not set up yet)
> and after reading all the blogs on Java environment finally decided Java is
> not a good for websites and only good for enterprise applications . Just a
> suggestion if you are building a java website then don't go for godaddy
> Linux shared java environment.
>
> So thinking may be if I try for another 15 days I can rebuild every thing
> what ever I did on java with ampphp and even from blogs what I found is
> 10-15% faster .No need to deal with JVM heap problems and inexpensive ( for
> 4 bucks you get unlimited)
>
> Our batch is totally new to PHP. If  Explorer or some one point us to
> correct place for ( I know lot of resources available, but you guys know the
> best place)
>
> 1) Uploading files using amfphp
> 2) Sending email using PHP
> 3) Connecting to the mysql database and connection pooling in PHP
>
> or may be the correct place to explore every thing in one shot :)
>
> and the last question any one in the group deployed your Java websites
> anywhere? Is so please shed some light...Still have some hope on using Java
> ..
>
> Regards
> Kiran
>
>
>
>  --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

--

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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.




[flex_india:27073] Regarding AMFPHP

2009-12-04 Thread sankar swaroop
Hi,

I created an application using Flex3,AMFPHP,PHP and MySql and i hosted the
site, but i cannot get connected to the database through the amfphp. I am
not getting any error messages or alert messages. I checked in the service
browser and the path for gateway.php was correct. so what can be the
problem. Please help me.

Please reply me if more data is reqired.


Thanks.

--

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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.




Re: [flex_india:26958] I'm now an Adobe Certified Expert in Flex 3 with AIR

2009-12-01 Thread sankar swaroop
congratulations

On Tue, Dec 1, 2009 at 10:09 PM, flexwiz  wrote:

>
> I'm now an Adobe Certified Expert in Flex 3 with AIR
> Thanks everyone, this group has some real good discussions about Flex/
> AIR and definitely helped me to get to know more into Flex.
>
>
> Satish
>
> --
>
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>
>

--

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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.




Re: [flex_india:26882] flex job opportunity for engineering students?

2009-11-26 Thread sankar swaroop
Hi Abilash,

Good work and welcome to flex_india community.
Need to improve more. All the work was good but needs a perfection.
So concentrate on that, sure u will succeed and we will help u in need.

Thanks.

On Thu, Nov 26, 2009 at 7:25 PM, abhilashm86  wrote:

> hi all:) i;m in final year enginnering doing in computers, i want to
> know what is criteria for getting an RIA related flex job, where and
> when should i apply?
> i see everywhere experince conditions?? i like flex a lot, wanna
> continue my life carrer with it only?
> please tell me which all areas should i be specialised?
> currently i'm well versed with xml, php, myaql and learing flex.
> you can see my work http://abhilash.co.nr/
> what all are conditions to work in flex and RIA, please share your
> experinces and guide me.
>
> --
>
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>
>

--

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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.




Re: [flex_india:26749] Re: Need help in chart

2009-11-19 Thread sankar swaroop
Hi Heman,
Look at this example at
http://cookbooks.adobe.com/post_Display_multiple_lineChart_with_custom_label_funct-13907.html

On Thu, Nov 19, 2009 at 12:19 PM, Heman Babu  wrote:

> any suggestions??..
>
>
> On Wed, Nov 11, 2009 at 4:57 PM, Heman Babu  wrote:
>
>> Hi,
>>
>> I am developing web based flex application, in which i need to plot a
>> graph like Current VS speed, Voltage Vs Speed, Torque Vs speed in a single
>> graph.The Current Vs Speed may have ( 1,20 rpm), ( 1.5,30 rpm),(5.5, 40
>> rpm)..etc.. and the Voltage Vs Speed may have ( 10,30 rpm), ( 15,35
>> rpm),(25, 50 rpm)..etc.. and the Torque Vs Speed may have ( 100,15 rpm), (
>> 150,25 rpm),(180, 55 rpm)..etc..How can i plot this line chart, since the X
>> axis (Speed ) having different values..How can i do this?.Please suggest me
>> some good ideas.
>>
>>
>>
>> Regards
>> Heman.
>>
>
>  --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=.
>

--

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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=.




Re: [flex_india:26748] Create a custome component Dynamically?

2009-11-19 Thread sankar swaroop
Hi Ravi
Look at this link:
http://experts.na3.acrobat.com/p71443527/

On Thu, Nov 19, 2009 at 12:04 AM, ravi kanth  wrote:

> Hi,
>
> I have a requirement on Advanced DataGrid.
>
> I have one Row with fileds  like, check box,radio button, text field, combo
> box  and text input .
>
> And i have a ADD Button and Submit button on the same page.
>
> when i click on ADD Button, all above fields are dynamically generated on
> the next row.
>
> So can any one hellp me how to do this? if have any sample example it will
> be very helpful for me.
>
> Thanks,
> Ravi
>
> --
> 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...@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=.
>

--

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...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=.




[flex_india:26544] Re: Filtering in a combobox

2009-11-10 Thread sankar swaroop
Hi
U can achive this by following 3 steps:
1. Make combobox editable=true(By this u can type in combobox)
2.Use change event for combobox
3.In this event make dropdown and filter arraycollection which is a
dataprovider to ur combobox.
http://blog.flexexamples.com/2008/03/12/using-a-combobox-to-filter-items-in-a-datagrid-in-flex/
Use this link to understand arraycollection filter functionality
Hope this gives u some idea

On Tue, Nov 10, 2009 at 9:32 PM, Suraj Gagain wrote:

>
> Hi all,
> I really need ur help.
> Actually i am trying to create a combox component on which we can
> write and as we shall write drop down coulmns in that would go on
> filtering.
> like in a combox i hv six columns like
> akash,akshay,amaresh,drive,dread
> and when i will click on it and press a then it will filter columns to
> akash,akshay and amaresh and then i should be able to write k after a
> and on that i would be able to filter out one more coulmn amaresh and
> so on...
> hope u can understand my requirement .kindly respond as soon
> as u can.
> Thanks in advance,
> Suraj Gagain
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:26354] Re: Any Idea how to create item renderer of tile from combobox like this ....

2009-11-03 Thread sankar swaroop
Hi,
This is a combobox only. Stop dropdown of the combobox.when clicking on the
combobox
use tilelist so show at that position using effects

On Mon, Nov 2, 2009 at 3:09 PM, Subrata  wrote:

>
> he is mentioning here
> http://www.kristoferjoseph.com/blog/2008/09/04/drop-down-palette-flex-component
> which is not a pop up button.
>
> i wanted to do the same and on clicking on each picture i want to do
> some operation.
>
> On Nov 2, 11:57 am, "Subeesh Arakkan"  wrote:
> > That is a PopUpButton not ComboBox. Check this examplehttp://
> blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-...
> > p-for-a-flex-popupbutton-control/
> >
> > Subeesh
> >
> > -Original Message-
> > From: flex_india@googlegroups.com [mailto:flex_in...@googlegroups.com]
> On
> >
> > Behalf Of Subrata
> > Sent: 02 November 2009 11:41
> > To: Flex India Community
> > Subject: [flex_india:26276] Any Idea how to create item renderer of tile
> > from combobox like this 
> >
> > Any body have any Idea how to create item renderer of tile from
> > combobox like this.I exactly need the same , but there is no code
> > snippet for this.
> >
> > http://kristoferjoseph.com/examples/DropDownPalette/
> >
> > Any help would be greatly appreciated.
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:26167] Power Point Presentation in Flex 3

2009-10-28 Thread sankar swaroop
Hi Friends,

I have doubt. How can we display a power point presentation in flex 3.
Is there any third party tools that need to include in flex or any code
snippets.
Please help me in this with any suggestions

Thank you
Shankar Swaroop

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:26147] Re: Simple Marquee

2009-10-27 Thread sankar swaroop
Hi
try this





related functions

private function complete():void
{
move_up.xFrom = cs.width - 6;
move_up.xTo = 0 - tt.width + 6;
move_up.repeatCount = 0; //loop
move_up.repeatDelay = 0; //loop time
move_up.duration = 2; //the time of scroll once
move_up.play();
}

private function move_pause():void
{
move_up.pause();  //pause
}

private function move_resume():void
{
move_up.resume(); //start from the pause position
}


On Mon, Oct 26, 2009 at 9:28 AM, Sandeep P P wrote:

> Vishal,
> i am attaching the files, try this.
> Havent done much
> replaced hbox with canvas
> changed Oject to string.
> Btw, Object is bindable, if you want to make it bindable use object proxy.
>
> Thanks
> Sandeep
>
>
> On Sun, Oct 25, 2009 at 3:34 PM, vishal lad  wrote:
>
>> Hi Friends,
>> I had written a simple code for implementing Marquee.Below is my code
>> to do that.My problem is after the move effect is completed it flickers.I
>> know this is due to the fact that I am removing and adding a child.But how
>> can I avoid this flickering.Is there any other way to implement such a
>> moving component.Please guide me.If I don't implement this add/remove child
>> the container looks empty for until the effect is completed.
>> 
>> > xmlns:mx="http://www.adobe.com/2006/mxml";
>>  layout="absolute"
>> creationComplete="populateHbox()">
>>
>> 
>> 
>> 
>>  
>>  
>> > horizontalScrollPolicy="off" borderStyle="solid">
>>  > mouseOver="move_Left.pause()" mouseOut="move_Left.resume();">
>>  
>> 
>>  
>> 
>>  
>>
>>
>> compSample component.
>>
>>
>> 
>> http://www.adobe.com/2006/mxml"; width="200"
>> height="200" horizontalAlign="center" verticalAlign="middle"
>>  borderStyle="solid" borderColor="#ff" backgroundColor="#ff"
>> rollOver="changeBackGround()" rollOut="restoreBackGround()"
>> buttonMode="true" useHandCursor="true" >
>>  
>> 
>>  
>> 
>> 
>>
>>
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:25645] Re: Hi

2009-10-05 Thread sankar swaroop
Hi,
I used advanced datagrid with grouped columns and used same generalized
item renderer for each grouped column. Here i want to send a particular
column
cell data of that particular group to that particular item renderer.
I think u understand

Thank you

On Sat, Oct 3, 2009 at 9:23 AM, Vasu Reddy  wrote:

> hi
> what values u want to pass, by default custom item renderer read every
> values of that particular row
>
> Thanks,
> Vasu
>
> On Thu, Oct 1, 2009 at 4:50 PM, Varun Bajaj  wrote:
>
>> a code snippet probably it could help you =
>>
>>  >headerText=" " editable="false"
>>textAlign="center"
>>>
>> 
>> 
>> >  click="{
>>  da...@isselected =
>> (da...@isselected != 'true')
>> ? 'true'
>> : 'false';
>> }"
>>  horizontalCenter="0"
>> />
>> 
>> 
>> 
>>
>>
>> On Thu, Oct 1, 2009 at 12:59 PM, shankar  wrote:
>>
>>>
>>> Hi friends,
>>>
>>> I have a doubt. How can we pass arguments to datagrid itemrenderer
>>>
>>> Thank you.
>>>
>>>
>>>
>>
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:25140] Re: Problems in HTTPService with PHP

2009-09-09 Thread sankar swaroop
use method="POST" in flex and in php
echo "name";

when u use post with argument, u must send a model with name
to php through HttpService

On Wed, Sep 9, 2009 at 1:57 AM, Shreyas  wrote:

>
> Hi,
>
>
> This is the Flex code that I have-
>
>
> 
> http://www.adobe.com/2006/mxml";
> layout="absolute" creationComplete="do_work()">
>
> result="resulthandler(event)" showBusyCursor="true" method="GET"
> useProxy="false" >
>
>
>
>
>
>
>
>
> dataProvider="{collegeData}" labelField="name">
>
>
>
>
> 
>
>
>
>
>
> -
>
>
> and the take2.php contains-
>
>
> echo("".$_GET['name']."");
>
>
>
>
> ---
>
>
> Problem is that the ComboBox does not fill with the value of the GET
> variable, it says transferring from localhost indefinitely.
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:25055] Advanced datagrid ItemRenderer

2009-09-06 Thread sankar swaroop

Hi friends,

I am using ADG with grouped columns. The number of grouped columns
will be generated dynamically based on the condition. Here i am coloring the
marks in the columns using the itemRenderer. In a group of columns,
one column contains the maximum marks. Based on the maximum marks i am
calculating
averages and according to that i am coloring the marks. But here the maximum
marks changes for every column group.

so here my problem is, i want to send this maximum marks as parameter to
itemRenderer and calculate the averages for each column group in the
itemRenderer itself. I am assigning the itemrenderer at runtime using
classFactory

So friends how can i send the parameters to itemRenderer at runtime.
I seen that we can set properties to classFactory, but i cannot understand
how can i call that into itemRenderer.
Please provide me the solution.

Thanks in advance
Shankar Swaroop

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:24592] Re: TypeError: Error #1034: Type Coercion failed: cannot convert mx.charts::linech...@583c5c1 to mx.charts.ColumnChart.

2009-08-18 Thread sankar swaroop

Hi kalavathi,
This is an error.
You cannot use labelposition="outside" in line chart. This is column
chart property.
When u use this in column chart the label will be displayed on top of each bar.
so u can use only labelPosition="callout" in line chart.

Thanks...

On Mon, Aug 17, 2009 at 11:17 PM, kalavati
singh wrote:
> Hi,
>
>  I tried by  replacing  label function with labelposition=" outside" &
> labelFeild="id" in column series
>
>     I get en error
>
>
>
>
>
> TypeError: Error #1034: Type Coercion failed: cannot convert
> mx.charts::linech...@583c5c1 to mx.charts.ColumnChart.
>     at
> mx.charts.series::ColumnSeries/updateTransform()[C:\work\flex\dmv_automation\pr
> ojects\datavisualisation\src\mx\charts\series\ColumnSeries.as:1295]
>     at
> mx.charts.chartClasses::Series/validateTransform()[C:\work\flex\dmv_automation\
> projects\datavisualisation\src\mx\charts\chartClasses\Series.as:1571]
>     at
> mx.charts.chartClasses::Series/updateDisplayList()[C:\work\flex\dmv_automation\
> projects\datavisualisation\src\mx\charts\chartClasses\Series.as:828]
>     at
> mx.charts.series::ColumnSeries/updateDisplayList()[C:\work\flex\dmv_automation\
> projects\datavisualisation\src\mx\charts\series\ColumnSeries.as:1354]
>     at
> mx.core::UIComponent/validateDisplayList()[C:\autobuild\3.2.0\frameworks\projec
> ts\framework\src\mx\core\UIComponent.as:6351]
>     at
> mx.managers::LayoutManager/validateDisplayList()[C:\autobuild\3.2.0\frameworks\
> projects\framework\src\mx\managers\LayoutManager.as:622]
>     at
> mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild\3.2.0\framework
> s\projects\framework\src\mx\managers\LayoutManager.as:677]
>     at Function/http://adobe.com/AS3/2006/builtin::apply()
>     at
> mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.2.0\frameworks\proje
> cts\framework\src\mx\core\UIComponent.as:8628]
>     at
> mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.2.0\frameworks\projec
> ts\framework\src\mx\core\UIComponent.as:8568]
>
>
>
>    after googling for some time i donot know if its a bug or error
>
>
>
>
>
> Regards
>
> Kalavati
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:24456] Re: clearing the Browser History

2009-08-12 Thread sankar swaroop

Hi friends,
I have the same requirement to clear the browser history. I am using some videos
in my project. They will remain in temporary internet files. So i want
to remove them
when the user closes the browser or remove the previous video when he
opens another video or make that video hidden in temporary internet
files.

Any suggestions ?

Thank You.

On 8/13/09, Ravi  wrote:
>
> HI EveryOne,
>
>   In my Project i Used Some Dashboard kind of thing ,
> When i run my Applcation for the First Time its working fine,
>
>   But if i modified some Data in DataBase and Refresh
> the Browser its not able to load the new Data unless i Clear The
> Browser History
>
>   After clearing the Browser History and if i refresh
> there its working and its able to get the Modified data.
>   Please help me in this.
>
> regards
> ravi
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:24420] Re: Date

2009-08-11 Thread sankar swaroop

Hi vivek,

look at this link
http://livedocs.adobe.com/flex/3/html/help.html?content=08_Dates_and_times_5.html

It helps to design a clock or just current time.

Thanks

On 8/10/09, vivek moyal  wrote:
>
> Hello i am designing a desktop application in flex
>
> so i want that on the upperside of my main page it show the current
> time and current date
>
> and time should b change from minute to minute
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:24408] Re: how we can show the xml data without any attribute in a flex tree i.e without having any label field

2009-08-10 Thread sankar swaroop

Hi,
I dont think that it works as u like. I will give an example

To provide data fro combobox through xml there should be another field
like id or something
i.e., 
without this id field it doesn't gets populated with data. I can say
this because i have real time experience.

Any way try this for the tree like



I dont try this. It may works. Remind me if it works

Thanks

On Thu, Aug 6, 2009 at 6:46 PM, ravibharathi wrote:
>
> 
>        
>        
>                value
>                value
>                value
>                value
>        
>        
> 
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:24372] Re: Problem with Swf loader

2009-08-07 Thread sankar swaroop

Hi Hissan,
This doesn't worked.
it was same no changes

On Fri, Aug 7, 2009 at 9:50 AM, HISSAM wrote:
> try scaleContent
>
> On Fri, Aug 7, 2009 at 11:36 PM, sankar swaroop 
> wrote:
>>
>> Hi friends,
>>
>> I had set a banner in swfloader, with 100% width and 20% height and i
>> created a banner with same height and width but
>> when the screen resolution changes the swf file remains same and so
>> the empty spaces are displaying in sides. I created all components in
>> percentages
>> but swf file was not adjusting to the screens size.
>>
>> Please provide me solution. It's looking awkward with empty spaces.
>>
>> Thanks in advance.
>>
>>
>
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:24364] Problem with Swf loader

2009-08-07 Thread sankar swaroop

Hi friends,

I had set a banner in swfloader, with 100% width and 20% height and i
created a banner with same height and width but
when the screen resolution changes the swf file remains same and so
the empty spaces are displaying in sides. I created all components in
percentages
but swf file was not adjusting to the screens size.

Please provide me solution. It's looking awkward with empty spaces.

Thanks in advance.

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:24352] Re: Searching for dynamic datagrid

2009-08-07 Thread sankar swaroop

Hi,
check this link
http://www.adobe.com/cfusion/exchange/index.cfm?s=5&o=desc&exc=15&cat=186&event=productHome&l=%2D1&from=10


On 8/6/09, itonflexteamd  wrote:
>
> Hi friends !
>  This is kishore, i have a requirement that i have a dynamic datagris
> ie based on the xml i am creating the datagrid.If a tag was added in
> the xml automatically a column was added in datagrid. Now my
> requirement was i need to do the searchng for that datagrid(filtering
> and searching).  Could you please help me regarding this please
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:24349] Re: TV Frequency as Vertical bars

2009-08-06 Thread sankar swaroop

Hi kalavathi,

You need to create one line series and one bar series in a chart.

create Arraycollection like with the data in the format like

Name   Freq1  Freq2
      
Frequency  22   26

strength 3538

and give the Freq1 as source for line series and Freq2 as source for bar series.

This helps u

On 8/7/09, kalavati singh  wrote:
>
>
> Hi,
>
>As per my current requirement I created a Line Chart where I am
> plotting  the graph taking frequency (in Mhz) in X axis & Signal Strength in
> Y axis.
>
>   Now I want to display the TV Station frequency say 6 Mhz(in USA) as
> vertical bars(whick looks like a histogram).Can any one  provide any
> suggestion/examples   in this issue.Let me know if you need any further
> details on it
>
>
>
>
>
>
>
>
>
>
>
>
>
> Regards
>
> Kalavati Singh
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:24346] Re: Warning: Data binding will not be able to detect assignments to "currentItem".

2009-08-06 Thread sankar swaroop

hi Shri,

In the first repeater, the source for the image is with id of repeater but
in the second repeater, the source for the image is with id of that image.
I think u need to change with id of that repeater i.e.,


   
   

On 8/7/09, Shri  wrote:
>
> Hi,
>
> I am using two mx:Repeater in two different containers. Yet, when I
> compile the flex script, I get the above warning for the second
> Repeater. Can someone point me to what I'm doing wrong?
> I'm using flex3:
> Adobe Flex Compiler (mxmlc)
> Version 3.3.0 build 4852
>
> See my script below:
>
> 
>
> source="{rep.currentit...@src}" toolTip="{rep.currentit...@alt}"
> click="image_click(event)"/>
>  
> 
> 
>
> source="{relatedimg.currentit...@src}"
> toolTip="{relatedimg.currentit...@alt}" click="image_click(event)"/>
>
> 
>
> Thanks in advance.
> -Shri
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:24290] Re: How to display Vertical Bars on top of a line Chart

2009-08-05 Thread sankar swaroop

Hi kalavathi,

I cannot understand ur requirement.
can u breif it in more detail and if u have any code tried please paste here
or give an example about ur requirement

On 8/5/09, kalavati singh  wrote:
>
>
> Hi,
>
>   As per my requirement i need to display vertical  bars on the top of a
> Line chart. Can any one suggest /forward any docs /examples .Let me know if
> you need any further inputs on it.
>
>
>
>
>
>
>
> Regards
>
> Kalavati Singh
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:24102] Re: Effects to Label

2009-07-29 Thread sankar swaroop

Hi Preetham,

U cannot use hhowEffect property here b'cas u want to effect to add
effect when u make it visible.
u will fire some event to make the label visible. so there u make the
effect added like



and in the event which u fire to make the label visible

fadein.end();
fadein.start();

add these two lines

it works

Thanks

On Wed, Jul 29, 2009 at 1:50 AM, pratham wrote:
>
> Hi frnds,
>
> How to apply effect to label.
> I want to give fade effect to label. I have tried with following code,
> but it didnt work... any solutions?
>
> 
>    >
>
>    id="nameLabel"
>            styleName="statsLabel"
> color="#00976e"
>            x="7" y="0"
> showEffect="fadeIn"
>
> visible="false"
>            text="{user_name}" width="94"/
>>
> 
> effect must be seen when i made visible="true", but it didn't 
>
>
> --
> Regards,
> Preetham Hegde
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:24105] Re: Effects to Label

2009-07-29 Thread sankar swaroop

remove that showEffect property to label

On Wed, Jul 29, 2009 at 12:20 PM, sankar swaroop wrote:
> Hi Preetham,
>
> U cannot use hhowEffect property here b'cas u want to effect to add
> effect when u make it visible.
> u will fire some event to make the label visible. so there u make the
> effect added like
>
>  source="{nameLabel}"/>
>
> and in the event which u fire to make the label visible
>
> fadein.end();
> fadein.start();
>
> add these two lines
>
> it works
>
> Thanks
>
> On Wed, Jul 29, 2009 at 1:50 AM, pratham wrote:
>>
>> Hi frnds,
>>
>> How to apply effect to label.
>> I want to give fade effect to label. I have tried with following code,
>> but it didnt work... any solutions?
>>
>> 
>>    >>
>>
>>   > id="nameLabel"
>>            styleName="statsLabel"
>> color="#00976e"
>>            x="7" y="0"
>> showEffect="fadeIn"
>>
>> visible="false"
>>            text="{user_name}" width="94"/
>>>
>> 
>> effect must be seen when i made visible="true", but it didn't 
>>
>>
>> --
>> Regards,
>> Preetham Hegde
>>
>> >>
>>
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:24104] Re: Graphs with different colours for different frequency

2009-07-29 Thread sankar swaroop

http://livedocs.adobe.com/flex/3/html/help.html?content=charts_formatting_12.html

This may also helps you

On Tue, Jul 28, 2009 at 10:29 PM, kalavati
singh wrote:
> Hi,
>
>   According to my current requirement I need to develop a graph that has
> multiple colours showing on it.I mean based on the input range for example
>
> if i take  Frequency Vs TimeStamp(Frequency on Y-axis & TimeStamp on X-axis)
> ,If frequency  is 0-25 range the graphs to be green,if its in the range
> 26-75 than its of yellow & above that its red.
>
>     Any Examples /documents i request you to forward.Let
> me know if you need any further details.
>
>
>
>
>
>
>
>
>
> Regards
>
> Kalavati Singh
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:24027] Re: Embed Webpage within Flex Web Application

2009-07-28 Thread sankar swaroop

Hi Himadri,

U can solve ur problem using IFrame in flex.
Study about it and then implement.

Thanks

On 7/28/09, himz  wrote:
>
> Hi All,
> I am stuck with the problem of embedding 'Webpage within Flex Web
> Application'.
> What I am trying is to display a Webpage or Website within a flex
> component in a flex web application.
>
> Eventually I found a set of html related tags for the Desktop
> Application (AIR) which answers the above problem,
> but had no luck so far for Web Applications.
>
> Please HELP !!!
> Thanks
> Himadri
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23969] Re: looking for a FreeLance Flex Developer in newDelhi

2009-07-24 Thread sankar swaroop

Hi pallabs,

I just seen ur mail. I have 1.4 yr experinece on flex and present i am
working on the database side which fits for ur project
Flex, PHP and Mysql are the working technologies.
I am interested to work with u.
Before that give me more details about ur project and the technologies
u like to use and any other information
regarding this and finally the payment procedure.

Thanks


On Thu, Jul 23, 2009 at 10:56 PM, palLABS wrote:
>
> what's happening, not a single response?
> from such a large and growing community
>
> where is the sense of exploration, adventure?
> come on people, please reply
>
> thank you
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23922] Re: Reg : Flex book

2009-07-22 Thread sankar swaroop

Hi HISSAN,

This link for video training
-
http://www.adobe.com/devnet/flex/videotraining/?trackingid=EFOYY

This link for flex books

http://flex.org/books/?trackingid=CBTLO

On Wed, Jul 22, 2009 at 3:19 AM, HISSAM wrote:
> start with
>
> BuildingAFlexComponent
> and Essential.ActionScript.3.0
>
> PFA
>
>
>
>
> -
> Regards,
>  HISSAM,
> --
>
>
> On Wed, Jul 22, 2009 at 6:24 AM, raofle...@gmail.com 
> wrote:
>>
>> Hi All,
>>
>> Hope you all are doing  great.I am new to this flex environment. Want
>> to learn flex concepts in detail.
>>
>> Can any one sugest me which Author book is good to buy for Flex
>> concepts.
>>
>> Regards,
>> Subbu.
>>
>>
>
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23891] Re: hi

2009-07-21 Thread sankar swaroop

Hi Ganesh,

use TileList component for ur requirement and it has property called
rowCount and columnCount.
with these properties u can create vertical image gallary.



On Tue, Jul 21, 2009 at 12:10 AM, Ganeshkumar
Chandran wrote:
> hi all,
> I am going to creating vertical image galley.if you some idea please let me
> know
> Thank you
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23890] Re: Draw a line instead of textbox.

2009-07-21 Thread sankar swaroop

Hi Tushar,

http://livedocs.adobe.com/flex/3/html/help.html?content=Drawing_Vector_Graphics_4.html

check this link it may help you

Thanks

On Mon, Jul 20, 2009 at 5:56 AM, Tushar wrote:
>
> Hi,
> I am new in flex.
> I have a form into which I am taking an input from the user in
> textbox.
> But my client wants to show blank lines instead of textbox like a
> notebook page into which we have the lines and we write on those
> lines.
> I checked for the componants but I haven't got the line companant.
> How should I tackle this problem?
> Is it possible?
>
> Any help appreciated?
>
> Thanks,
> Tushar
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23796] Video chat application

2009-07-17 Thread sankar swaroop

Hi friends,

I was into a new application development called Video chat application.

So friends i want to know the actual process how this application
should be build.
I have searched wed and came to know that it needs Flash media server
and confused by reading different forums and tutorials.

So please guide me to start my application or even explain me the
actual process.
And if anyone have any examples pleaseprovide me.

Thanks in advance
Shankar

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23791] Re: Need Flex Developers (2+ years of exp.)

2009-07-17 Thread sankar swaroop

Hi Kumaran

I have 1.2 yrs of experience. Is it ok for you.

On Wed, Jul 15, 2009 at 11:54 PM, T Ramkumaran wrote:
> Need Flex Developers (2+ years of exp.)
>
> Should be strong in ActionScript3 and Flex Framework
> Should be strong in OOPS concepts
>
> Job Location: Chandigarh
> Salary: Good Package
>
> Regards,
> T Ramkumaran
>
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23790] Re: How to resize background image

2009-07-17 Thread sankar swaroop

use backgroundSize="100%" property for VBox

On Thu, Jul 16, 2009 at 9:05 AM, Chinni wrote:
>
> Hi,
>
> I have a 50x50 image as my background. How can I resize it in Vbox as
> per the dimensions.
>
> Thank You.
>
> Regards
> Chinni
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23759] Re: How to chenge the Advnced datagrid Back ground clour

2009-07-15 Thread sankar swaroop

Hi sreedhar.

This may help u
it is both to change cell text color and cell backgroud color

package{
import flash.display.Graphics;

import mx.controls.AdvancedDataGrid;
import mx.controls.Label;
import mx.controls.advancedDataGridClasses.AdvancedDataGridListData;
import mx.controls.listClasses.*;
public class ADGCellColor extends Label
{
private var green:uint = 0x109C06;
private var red:uint = 0xFF;
private var blue:uint = 0x0F71EB;

override protected function 
updateDisplayList(unscaledWidth:Number,
unscaledHeight:Number):void
{
var g:Graphics = graphics;
g.clear();
super.updateDisplayList(unscaledWidth, unscaledHeight);
var grid:AdvancedDataGrid =
AdvancedDataGrid(AdvancedDataGridListData(listData).owner);

if(data[AdvancedDataGridListData(listData).dataField]<35)
{
setStyle("color",red);
g.beginFill(red);
g.drawRect(0,0,25,18);
g.endFill();
}

}
}
}


On Tue, Jul 14, 2009 at 6:32 PM, sreedhar wrote:
>
> Hi gys i want chenge the Advnced datagrid  Back ground clour
>  plese tell me and next thing is in Advnced datagrid colums is there
> when we are clike the colum that will go to othere page plese give me
> any information
> Thanks
> sreedhar.R
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23723] Re: How to generate save pdf in Sql lite database in Adobe AIR

2009-07-14 Thread sankar swaroop

Hi renu,
can u share the code to generate PDF

Thanks.

On 7/14/09, Renu  wrote:
>
> Hi friends,
> I am working on a module having requirement to generate the pdf and
> saving it into the database. I am able to generate it but can't save
> it.
>
> Looking forward for your reply.
>
>
> Thanks,
> Renu
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23504] Re: actionscript sequential execution doubt

2009-07-05 Thread sankar swaroop

Hi Ram,
I understand ur doubt. This happens b'cas it was an asynchronous programming.
This means, in ur example,
the init() functio will execute first, and then the showalert() will
execute then.
At this state the execution will not wait till the showalert()
function execution completely.
so the showalert() and the next line of showalert() function i.e.,
init alert will execute simultaniously.
so this is the reason the init alert shos first.

I think u got it.
no functionality will wait for result

On Sat, Jul 4, 2009 at 6:03 AM, Ram Manoj Kongara wrote:
>
> Guys,
>
> I am just wondering why in Actionscript there is no sequential
> execution of a program/function.
>
> Here is an example which alerts "inside init" first.
> My doubt is why "in showAlert" not displayed first.
>
> 
> http://www.adobe.com/2006/mxml";
> layout="vertical" creationComplete="init()">
> 
>        
> 
>
> 
>
> So does actionscript have a different execution flow than sequential?
>
> Thanks,
> Ram.
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23459] Re: Looking for Flex developer

2009-07-03 Thread sankar swaroop

Hi satya,
 I am from Hyderabad.
I have one year experience in flex and Actionscript.

Call me on 09290463243

On 6/30/09, gs reddy  wrote:
>
> Hi I am gsreddy.I have 1.5 years of experience in flex.I handled one
> project individually.Please follow up on my mobile +91 99625 94625
>
> On Tue, Jun 30, 2009 at 5:55 PM,
> senthilkumar.MCA wrote:
> >
> > hi,
> >
> > I have 6 months experience in flex, and more than 1 yr experience in
> > Flash
> > Currently I am working in bangalore, pls let me know is it ok?
> >
> > Thanks,
> > senthilkumar
> >
> >
> >
> > On Jun 23, 10:24 pm, Satya  wrote:
> >> Hello all,
> >>
> >> We are in the process of building a product and we need some
> >> assistance with developing web pages in Flex. We are based out of
> >> Bangalore. We are open to work with you onsite or remotely. Please
> >> feel free to contact me at satya.man...@gmail.com if you are
> >> interested and I can discuss with you on the scope, timelines and the
> >> rate. We are going on a agile methodology at an aggressive pace and so
> >> we need someone to work with us as early as possible.
> >>
> >> Thanks,
> >> Satya
> >
> > >
> >
>
>
>
> --
> With Regards
>
> SAIDI REDDY GUJJULA
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23449] Re: How to make advanced datagrid column widths to be consistent

2009-07-02 Thread sankar swaroop

then adjust all the column widths equal to ADG width

On 7/2/09, Firoz  wrote:
>
> but i don't want to show the horizontal scroll in the grid.
>
> On Jul 2, 11:11 am, sankar swaroop  wrote:
> > Hi firoz,
> >
> > It is not a problem. I dont find any changes in width when i worked on ADG.
> > I think u specified some width to Advanced data grid and here u defined many
> > columns with different width.
> > so if the sum of all the widths of columns is more than the Advanced
> > datagrid width
> > then the widths for columns shrinks.
> > so u set horizontalScrollPolicy="on" to ADG.
> > This will help you.
> >
> > Thanks
> >
> > On 7/2/09, Firoz  wrote:
> >
> >
> >
> >
> >
> > > Hi,
> >
> > >  I am using advanced datagrid. i have given widths to each column as
> > > required. initially, the datagrid columns are shown with the given
> > > widths. but after i navigate from any other screen to datagrid screen,
> > > i observed that the widths of the columns have been changed.
> >
> > > code used for advanced datagrid.
> >
> > > 
> > > > > showDataTips="true" headerText="{resourceManager.getString('locale',
> > > 'webPageManager.NameHeader')}" width="250"
> > > headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> > > > > dataField="istemplate"  showDataTips="true"
> > > headerText="{resourceManager.getString('locale',
> > > 'webPageManager.TypeHeader')}" width="80"
> > > headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> > > > > showDataTips="true" headerText="{resourceManager.getString('locale',
> > > 'webPageManager.PageTypeHeader')}" width="80"
> > > headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> > > > > dataField="latestrevision" showDataTips="true"
> > > headerText="{resourceManager.getString('locale',
> > > 'webPageManager.VersionHeader')}" width="50"
> > > headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> > > > > dataField="{ModelLocator.getInstance
> > > ().commonManager.dataFieldName4WPMgrGrid}"
> > > headerText="{ModelLocator.getInstance
> > > ().commonManager.folderCatHeaderLabel}" width="100"
> > > headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> > > > > showDataTips="true" sortable="false"
> > > headerText="{resourceManager.getString('locale',
> > > 'webPageManager.PreviewHeader')}" width="50"
> > > headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> > > > > dataField="latesthostedstatus" showDataTips="true"
> > > headerText="{resourceManager.getString('locale',
> > > 'webPageManager.HostStatusHeader')}" width="80"
> > > headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> > > > > dataField="latestwebhosturl" showDataTips="true" sortable="false"
> > > headerText="{resourceManager.getString('locale',
> > > 'webPageManager.URLHeader')}" width="70"
> > > headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> > > > > dataField="createddate"
> > > showDataTips="true" headerText="{resourceManager.getString('locale',
> > > 'webPageManager.CreatedOnHeader')}" width="115"
> > > headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> > > > > dataField="lastusedon"
> > > showDataTips="true" headerText="{resourceManager.getString('locale',
> > > 'webPageManager.LastUsedDateHeader')}" width="115"
> > > headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> > > > > dataField="nooftimesused" showDataTips="true"
> > > headerText="{resourceManager.getString('locale',
> >

[flex_india:23432] Re: How the xml output will be?

2009-07-01 Thread sankar swaroop
Hi karthik,


   
  Time
  Phys1
  Phys2
  9.00
  9.15xxx
  9.25xxx
   

  Time
  Phys1
  Phys2
  
  9.30yyy
  
   

  Time
  Phys1
  Phys2
  10.00
  
  10.15xxx
   


So to show this in datagrid
assign headerText="column1"
and dataField="data1"
for each column

If u find any mistake please tell me.

Thanks

On 7/2/09, karthik k  wrote:
>
> hi
>
> For the below table how can the xml should be
>
>   Time
>
> Phys1
>
> Phys2
>
> 9.00
>
> 9.15 xxx
>
> 9.25 xxx
>
>
>
> 9.30 yyy
>
>
>
> 10.00
>
>
>
> 10.15 xxx
>
> any idea
>
> karthik.k
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23430] Re: How to make advanced datagrid column widths to be consistent

2009-07-01 Thread sankar swaroop

Hi firoz,

It is not a problem. I dont find any changes in width when i worked on ADG.
I think u specified some width to Advanced data grid and here u defined many
columns with different width.
so if the sum of all the widths of columns is more than the Advanced
datagrid width
then the widths for columns shrinks.
so u set horizontalScrollPolicy="on" to ADG.
This will help you.

Thanks

On 7/2/09, Firoz  wrote:
>
> Hi,
>
>  I am using advanced datagrid. i have given widths to each column as
> required. initially, the datagrid columns are shown with the given
> widths. but after i navigate from any other screen to datagrid screen,
> i observed that the widths of the columns have been changed.
>
> code used for advanced datagrid.
>
> 
> showDataTips="true" headerText="{resourceManager.getString('locale',
> 'webPageManager.NameHeader')}" width="250"
> headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> dataField="istemplate"  showDataTips="true"
> headerText="{resourceManager.getString('locale',
> 'webPageManager.TypeHeader')}" width="80"
> headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> showDataTips="true" headerText="{resourceManager.getString('locale',
> 'webPageManager.PageTypeHeader')}" width="80"
> headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> dataField="latestrevision" showDataTips="true"
> headerText="{resourceManager.getString('locale',
> 'webPageManager.VersionHeader')}" width="50"
> headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> dataField="{ModelLocator.getInstance
> ().commonManager.dataFieldName4WPMgrGrid}"
> headerText="{ModelLocator.getInstance
> ().commonManager.folderCatHeaderLabel}" width="100"
> headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> showDataTips="true" sortable="false"
> headerText="{resourceManager.getString('locale',
> 'webPageManager.PreviewHeader')}" width="50"
> headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> dataField="latesthostedstatus" showDataTips="true"
> headerText="{resourceManager.getString('locale',
> 'webPageManager.HostStatusHeader')}" width="80"
> headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> dataField="latestwebhosturl" showDataTips="true" sortable="false"
> headerText="{resourceManager.getString('locale',
> 'webPageManager.URLHeader')}" width="70"
> headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> dataField="createddate"
> showDataTips="true" headerText="{resourceManager.getString('locale',
> 'webPageManager.CreatedOnHeader')}" width="115"
> headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> dataField="lastusedon"
> showDataTips="true" headerText="{resourceManager.getString('locale',
> 'webPageManager.LastUsedDateHeader')}" width="115"
> headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
> dataField="nooftimesused" showDataTips="true"
> headerText="{resourceManager.getString('locale',
> 'webPageManager.TimesHeader')}" width="50"
> headerRenderer="com.zt.view.Renderers.Datagrid.DGHeaderRenderer"/>
>   
>
>
> renderer="com.zt.view.Renderers.Datagrid.ZtAdvancedDataGridGroupRenderer"/
> >
>
> renderer="com.zt.view.Renderers.Datagrid.ZtAdvancedDataGridRenderer"/>
>
> renderer="com.zt.view.Renderers.Datagrid.ZtAdvancedDataGridRenderer"/>
>
> renderer="com.zt.view.Renderers.Datagrid.ZtAdvancedDataGridRenderer"/
> >
>
> renderer="com.zt.view.Renderers.Datagrid.ZtAdvancedDataGridRenderer"/>
>renderer="com.zt.view.Renderers.Datagrid.PreviewRenderer"/
> >
>
> renderer="com.zte.view.Renderers.Datagrid.ZtAdvancedDataGridRenderer"/
> >
>renderer="com.zt.view.Renderers.Datagrid.WebURLRenderer"/>
>renderer="com.zt.view.Renderers.Datagrid.DateRenderer"/>
>renderer="com.zt.view.Renderers.Datagrid.DateRenderer"/>
> 
> renderer="com.zt.view.Renderers.Datagrid.ZtAdvancedDataGridRenderer"/>
>
>
>
>
>
> Can any body help me plz.
>
>
> Thank you,
> -Firoz
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23319] Re: Execute some function till mouse down

2009-06-27 Thread sankar swaroop

Try using Repeters

Thanks

On Sat, Jun 27, 2009 at 5:49 PM, HISSAM wrote:
> make a global var as true
>
> call the function recursivley(where u rotate the image) while this var is
> true
> as soon as mouseup event is fired, make this var as false
>
> will work I beleive
> try it out
> -
> Regards,
>  HISSAM,
> --
>
>
> On Sat, Jun 27, 2009 at 12:56 PM, Ravi  wrote:
>>
>> Hello frnds,
>> I want to rotate an image after mouse down,and image should be rotate
>> continuously till mouse down,
>> but when i pressed mouse down it rotate only once..
>> can anyone plz help me in this..
>> thanks
>> ravi
>>
>>
>
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23317] Re: doubt in xml?

2009-06-27 Thread sankar swaroop

Hi karthik,

If ur xml is like above both xml field data will be displayed in same
cell with cama seperator
so there should be atleast one character difference
so give like



Thanks

On Sat, Jun 27, 2009 at 4:02 PM, Karthik K wrote:
> hi guys
>
> Below is my xml
>
> 
> 
> column_1_row_1_value
> column_2_row_1_value
> 
> 
>
> can we display like the below in datagrid
>
> column_1_name column_1_name    (Header
> text)
>
> column_1_row_1_value    column_2_row_1_value  (Field data)
>
> any idea
>
> --
> Karthik.k
> Mobile - +91-9894991640
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23318] Re: Using Call Responders

2009-06-27 Thread sankar swaroop

Here when u click the LoginBtn the flex connects to PHP page and then
after click the
event finished and u cannot again get access inside it.
So outside of this click event u can access data.
So u must use result  event for the service u r using to connect to PHP page.

Thanks

On Sun, Jun 28, 2009 at 12:02 AM, Shreyas wrote:
>
> Hi,
>
> I was trying to create a simple login form using Flash Builder by
> connecting to a PHP script.
>
> For the  clickHandler of the Login Button, I have the code as-
>
> checkLoginResult.token = myPHPLogin.checkLogin
> (username.text,password.text);
>
>
>
> where checkLoginResult is the Call Responder and myPHPLogin is the
> service, checkLogin is the procedure which returns an int (1 for
> success, 0 for failure)
>
> Using Network Monitor, I see that the response is as expected for the
> combinations of username and passwords entered.
>
>
> Now, my question is how can we retrieve the result in the clickHandler
> function itself? I tried using the lastResult but it does not work
> inside the handler. For binding the result to a control, it works
> well.
>
> Why is this so, and what is the solution?
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23320] Re: doubt in xml?

2009-06-27 Thread sankar swaroop

Hi shen,

we can convert xml to arraycollection. Use this link
http://nsdevaraj.wordpress.com/2009/03/05/convert-data-types-arraycollection-xml-object-string/

After u convert into arraycollection use it's property like
ArrColl.getItemAt(0).Books as text to tabs

Try this

Thanks
On Sat, Jun 27, 2009 at 6:41 PM, Shen wrote:
>
> I have following XMLLIst I want to get books and Songs as tabnavigator
> tabs(dataprovider),Is there way to get XMLLIst to dataprovider or
> array collection.because under the dynamic properties always change
> books,songs sometimes it may books,films,songs.
> so I want to appear tabnavigator tabs books,films,songs..
>
> 
>        
>                1
>        
>        
>                2
>        
> 
>
> Thank you in advance,Hope flex star may help me!!
>
> On Jun 27, 12:32 pm, Karthik K  wrote:
>> hi guys
>>
>> Below is my xml
>>
>> 
>> 
>> column_1_row_1_value
>> column_2_row_1_value
>> 
>> 
>>
>> can we display like the below in datagrid
>>
>> column_1_name                     column_1_name                    (Header
>> text)
>>
>> column_1_row_1_value            column_2_row_1_value          (Field data)
>>
>> any idea
>>
>> --
>> Karthik.k
>> Mobile - +91-9894991640
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23277] Re: Flex Candidates required

2009-06-26 Thread sankar swaroop

Hi shyam,

I have 1 year experience in flex and actionscript.
and i am interested to work with u
Thanks

On 6/25/09, Shyam  wrote:
>
> Prefer candidates who have experience with Flex and Flash
> Technologies.
>
> some one really good at Interaction Design and User Experience
> Design.
>
> Should have experience with CSS,Flash (preferably
> flex),AJAX,Actionscript
>
> and  Javascript.
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23271] Re: Part time jobs in Adobe flex tools development

2009-06-26 Thread sankar swaroop

Hi shyam i have 1 year experience in flex. I am interested to join u.
Please let me know the details.

Thanks...
Shankar swaroop

On 6/23/09, Skanda Graphics  wrote:
>
> Dear All,
> There are requirements for flex tools
>  developers. If any one have interest please let me know.
>  Thanks
> Shyam.
> 9341217889
>
>
> On Jun 22, 11:55 pm, seetha chowdary  wrote:
> > Hi Ganesh,
> > This is seetha. I have one year of experience in Flex and i am very much
> > interested to work.
> > Plz tel me the requirements.
> > Regards
> > seetha
> >
> > On 6/19/09, sree ganesh  wrote:
> >
> >
> >
> >
> >
> > > On Fri, Jun 19, 2009 at 6:41 PM, sree ganesh wrote:
> > > > On Fri, Jun 19, 2009 at 6:14 PM, sree ganesh
> > > wrote:
> > > >> -- Forwarded message --
> > > >> From: sree ganesh 
> > > >> Date: Fri, Jun 19, 2009 at 6:02 PM
> > > >> Subject: Part time jobs on Adobe flex tools development
> > > >> To: telugub...@googlegroups.com
> >
> > > >> Dear All,
> > > >> There are few openings on adobe flex tools
> > > >> development. If any one have interest please let me know.
> > > >> Thanks
> > > >> Ganesh.- Hide quoted text -
> >
> > - Show quoted text -
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:23111] Re: Part time jobs in Adobe flex tools development

2009-06-19 Thread sankar swaroop

Hi Ganesh,
i have 1 year experience in flex with database.
I am interested

Thanks...

On Fri, Jun 19, 2009 at 7:15 PM, sree ganesh wrote:
>
> On Fri, Jun 19, 2009 at 6:41 PM, sree ganesh wrote:
>> On Fri, Jun 19, 2009 at 6:14 PM, sree ganesh wrote:
>>> -- Forwarded message --
>>> From: sree ganesh 
>>> Date: Fri, Jun 19, 2009 at 6:02 PM
>>> Subject: Part time jobs on Adobe flex tools development
>>> To: telugub...@googlegroups.com
>>>
>>>
>>> Dear All,
>>>                     There are few openings on adobe flex tools
>>> development. If any one have interest please let me know.
>>> Thanks
>>> Ganesh.
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:22986] Re: Flex Freelancer

2009-06-14 Thread sankar swaroop

Hi,

I have 1 year experience in flex and actionscript.
I am also willing to work.

can u mention the details?


Thanks...

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:22870] chart effects

2009-06-09 Thread sankar swaroop

Hi friends,

I created a package for stacked column chart with SeriesInterpolation
effect. and i am getting data with HttpService from php.

Here every thing is working fine with effect but the effect was
repeating continously. i cannot stop for one time.

HERE IS THE FUNCTION IAM CALLING MY PACKAGE

private function initChart():void
    {
       vBox.removeAllChildren();
                       var legend:Legend = new Legend;
                       legend.width = 1000;legend.height = 200;
                       if(CmbSmsCharts.selectedItem.data == 1)
                       {
                               columnchart = new columnCharts;

columnchart.fourSeries("Name","count1","count2","count3","count4",ChartSmsReports,"Present","Absent","Sick
Leave","Accepted Leave",ChartColorsArray);
                               legend.dataProvider = columnchart;
                               columnchart.doubleClickEnabled = true;

columnchart.addEventListener(ChartItemEvent.ITEM_DOUBLE_CLICK,chartItem_Click);
                               vBox.addChild(columnchart);
                               vBox.addChild(legend);
                       }
    }
I AM CALLING IT IN APPLICATION CREATION COMPLETE

AND HERE IS CODE OF HTTPSERVICE RESULT EVENT

private function HttpCharts_Result():void
               {
                       try{
                               //var arr:Array = myRemote.getData.lastResult;
                       //ChartSmsReports = new
ArrayCollection(myRemote.getData.lastResult);

                               ChartSmsReports =
HttpAttendanceCharts.lastResult.root.result;
                       }catch(err:Error)
                       {}
                       columnchart.dataProvider = ChartSmsReports;
               }

AND HERE IS MY PACKAGE

package
{
       import mx.charts.CategoryAxis;
       import mx.charts.ColumnChart;
       import mx.charts.GridLines;
       import mx.charts.LinearAxis;
       import mx.charts.effects.SeriesInterpolate;
       import mx.charts.effects.SeriesSlide;
       import mx.charts.series.ColumnSeries;
       import mx.collections.ArrayCollection;
       import mx.graphics.SolidColor;
       import mx.graphics.Stroke;

       public class columnCharts extends ColumnChart
       {
               var chartCategoryAxis:CategoryAxis = new CategoryAxis;
               var chartColumnSeries1:ColumnSeries;
               var chartColumnSeries2:ColumnSeries;
               var chartColumnSeries3:ColumnSeries;
               var chartColumnSeries4:ColumnSeries;
               var chartSeries:Array = new Array;
               var stroke1:Stroke;
               var stroke2:Stroke;
               var stroke3:Stroke;
               var stroke4:Stroke;
               var linearAxis1:LinearAxis;
               var linearAxis2:LinearAxis;
               var linearAxis3:LinearAxis;
               var linearAxis4:LinearAxis;
               var chartEffect1:SeriesInterpolate;
               var chartEffect2:SeriesInterpolate;
               [Bindable]
               public var bge:GridLines;
               public function columnCharts():void
               {
                       super();
               }               }
       public function
fourSeries(XField:String,YField:String,YYField:String,YYYField:String,Field:String,DataProvider:ArrayCollection,
               
firstAxis:String,secondAxis:String,thirdAxis:String,fourthAxis:String,fillColors:Array):void
               {
                       chartColumnSeries1 = new ColumnSeries;
                       chartColumnSeries2 = new ColumnSeries;
                       chartColumnSeries3 = new ColumnSeries;
                       chartColumnSeries4 = new ColumnSeries;
                       stroke1 = new Stroke(0x2DEF13,1);
                       //stroke1.color = fillColors[1];
                       stroke2 = new Stroke(0xE7EF11,1);
                       //stroke2.color = fillColors[2];
                       stroke3 = new Stroke(0xEF1313,1);
                       //stroke3.color = fillColors[3];
                       stroke4 = new Stroke(0x00B4FF,1);
                       //stroke4.color = fillColors[3];
                       //chart effects slidedown
                       chartEffect1 = new SeriesInterpolate;
                       chartEffect1.duration = 2000;
                       chartEffect1.minimumElementDuration = 100;
                       //chartEffect1.direction = "down";

                       //chart effects slideup
                       chartEffect2 = new SeriesInterpolate;
                       chartEffect2.duration = 2000;
                       chartEffect2.minimumElementDuration = 100;
                       //chartEffect2.direction = "up";

                       //first series properties
                       chartColumnSeries1.setStyle("stroke",stroke1);
                       chartColumnSeries1.setStyle("fill",fillColors[1]);
                       //second series properties
               

[flex_india:22802] chart effects

2009-06-06 Thread sankar swaroop

Hi friends,

I created a package for stacked column chart with SeriesInterpolation
effect. and i am getting data with HttpService from php.

Here every thing is working fine with effect but the effect was
repeating continously. i cannot stop for one time.

HERE IS THE FUNCTION IAM CALLING MY PACKAGE

private function initChart():void
 {
vBox.removeAllChildren();
var legend:Legend = new Legend;
legend.width = 1000;legend.height = 200;
if(CmbSmsCharts.selectedItem.data == 1)
{
columnchart = new columnCharts;

columnchart.fourSeries("Name","count1","count2","count3","count4",ChartSmsReports,"Present","Absent","Sick
Leave","Accepted Leave",ChartColorsArray);
legend.dataProvider = columnchart;
columnchart.doubleClickEnabled = true;

columnchart.addEventListener(ChartItemEvent.ITEM_DOUBLE_CLICK,chartItem_Click);
vBox.addChild(columnchart);
vBox.addChild(legend);
}
 }
I AM CALLING IT IN APPLICATION CREATION COMPLETE

AND HERE IS CODE OF HTTPSERVICE RESULT EVENT

private function HttpCharts_Result():void
{
try{
//var arr:Array = myRemote.getData.lastResult;
//ChartSmsReports = new 
ArrayCollection(myRemote.getData.lastResult);

ChartSmsReports = 
HttpAttendanceCharts.lastResult.root.result;
}catch(err:Error)
{}
columnchart.dataProvider = ChartSmsReports;
}

AND HERE IS MY PACKAGE

package
{
import mx.charts.CategoryAxis;
import mx.charts.ColumnChart;
import mx.charts.GridLines;
import mx.charts.LinearAxis;
import mx.charts.effects.SeriesInterpolate;
import mx.charts.effects.SeriesSlide;
import mx.charts.series.ColumnSeries;
import mx.collections.ArrayCollection;
import mx.graphics.SolidColor;
import mx.graphics.Stroke;

public class columnCharts extends ColumnChart
{
var chartCategoryAxis:CategoryAxis = new CategoryAxis;
var chartColumnSeries1:ColumnSeries;
var chartColumnSeries2:ColumnSeries;
var chartColumnSeries3:ColumnSeries;
var chartColumnSeries4:ColumnSeries;
var chartSeries:Array = new Array;
var stroke1:Stroke;
var stroke2:Stroke;
var stroke3:Stroke;
var stroke4:Stroke;
var linearAxis1:LinearAxis;
var linearAxis2:LinearAxis;
var linearAxis3:LinearAxis;
var linearAxis4:LinearAxis;
var chartEffect1:SeriesInterpolate;
var chartEffect2:SeriesInterpolate;
[Bindable]
public var bge:GridLines;
public function columnCharts():void
{
super();
}   }
public function
fourSeries(XField:String,YField:String,YYField:String,YYYField:String,Field:String,DataProvider:ArrayCollection,

firstAxis:String,secondAxis:String,thirdAxis:String,fourthAxis:String,fillColors:Array):void
{
chartColumnSeries1 = new ColumnSeries;
chartColumnSeries2 = new ColumnSeries;
chartColumnSeries3 = new ColumnSeries;
chartColumnSeries4 = new ColumnSeries;
stroke1 = new Stroke(0x2DEF13,1);
//stroke1.color = fillColors[1];
stroke2 = new Stroke(0xE7EF11,1);
//stroke2.color = fillColors[2];
stroke3 = new Stroke(0xEF1313,1);
//stroke3.color = fillColors[3];
stroke4 = new Stroke(0x00B4FF,1);
//stroke4.color = fillColors[3];
//chart effects slidedown
chartEffect1 = new SeriesInterpolate;
chartEffect1.duration = 2000;
chartEffect1.minimumElementDuration = 100;
//chartEffect1.direction = "down";

//chart effects slideup
chartEffect2 = new SeriesInterpolate;
chartEffect2.duration = 2000;
chartEffect2.minimumElementDuration = 100;
//chartEffect2.direction = "up";

   

[flex_india:22772] Problem with remote object

2009-06-05 Thread sankar swaroop

Hi friends,

I am facing a different problem with remote object.
As i am using AMFPHP to get data to the charts, no
data was displayed in charts.

I debugged and found that the data is coming to remote object
in flex and i assigned this data to arraycollection, but the arraycoll
is not getting data. so the reason the charts is displaying anything.

i tried to convert in object and even array but cannot solved the problem.

So friends, is there any other way to solve the problem.
Plz friends guide me to solve the issue. I stucked

Thanks in advance,
Bye..

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[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 possibilities
>
> why i am asking this because
>
> during drag and drop i need one itemrenderer and during application
> initialization i need another
>
> any possibilities
>
> please help
>
> --
> Karthik.k
> Mobile - +91-9894991640
> http://kkarthikresume.blogspot.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_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:22533] Re: Type Coercion failed

2009-05-26 Thread sankar swaroop

Hi Anoop,

I got the same error when i worked with ArrayCollections.
This comes when ArrayCollection contains only one item.
 so i uesd ArrayUtil.toArray(new ArrayCollection());
and it was solved.

If useful, use it or else ignore it.

Thanks.

On 5/26/09, Anoop Max  wrote:
>
> Hi all,
>
> I am having one dictionary object in my local cache. I want to create
> another dictionary object with the same values of the first dictionary
> object. I tried the following way. But its giving me "TypeError: Error
> #1034: Type Coercion failed: cannot convert obj...@49ad0b1 to
> com.citi.gwm.pipeline.vo.MappingVO" error.
>
> heirData = new Dictionary();
> var tempDict:Dictionary = cache.getHeirarchialData();
> for (var key:* in tempDict){
>var mVO:MappingVO = tempDict[key] as MappingVO;
>heirData[key] = MappingVO(ObjectUtil.copy(mVO));
>   }
>
> Did I missed anything? I even tried
>
>var mVO:MappingVO = new MappingVO();
>mVO = tempDict[key] as MappingVO;
>
> this way also. Still no use. Is there any other way to copy the entire
> dictionary object to another? Please help. Am stuck up with this issue
> for a couple of days.
>
> Regards,
> Anoop
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:22494] Re: Reg :: Giving Project Title & Favicon

2009-05-25 Thread sankar swaroop

Hi Neelima,

But where to add that code

and

vinod,
how to use that html-wrapper.

Can u both plz be in detail?

Thanks...

On Sat, May 23, 2009 at 3:19 AM, Abhinav Mehta  wrote:
> Hi
> In Application-tag, set pageTitle property, for title.
>
> Regards
> Abhinav Mehta
> MSRIT | Bangalore
>
> Dear Folks,
>
>     I want to give project title in my Flex Web Application. How can
> i do that. please give nice examples. and also for favicon which is display
> in address bar.
>
> Note:
>
> Like  tag in HTML & favicon
>
> --
> with Regards,
> Navien Amirtaraj
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:22475] Re: mxml component(i can't create)

2009-05-25 Thread sankar swaroop

Reinstall flex builder may help you

On Thu, May 21, 2009 at 11:23 AM, Gerald Anto
 wrote:
>
> Hello Friends,
> am using Flex Builder 3 proffessional.
> my problem is,in my editor  i can create application( new--->new
> application).
> but i cant create mxml component(new ---> mxml component).
> but previously i have done this.i thing problem is in editor.
> please give me some idea that how to solve it.
>
>  Thank you,
>
> Thanks&Regards,
> Gerald Anto Fernando
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:22442] Re: Problem with canvas background image

2009-05-22 Thread sankar swaroop

Thanks friends it worked.
backgroundSize=100%

On Fri, May 22, 2009 at 2:32 PM, chandu y  wrote:
> Hi,
>
> try using , backgroundSize="100%"
>
>
>
> Thanks,
>
> Chandu
>
>
> On Fri, May 22, 2009 at 9:30 AM, sajith ravi  wrote:
>>
>> Hi sankar, I think if you use tht canvas height and width as percentage ,
>> it will be k..
>>
>> 2009/5/22 sankar swaroop 
>>>
>>> Hi friends,
>>>
>>> I had designed a page which contains a bannar and below a tab navigator.
>>> Here to put bannar image i used canvas and i set bannar image as
>>> background
>>> image to this canvas.
>>> But my problem here is trhat i am working on 15 inch monitor and i
>>> designed the
>>> bannar image according to that.
>>> When i see my page on 17 inch monitor the bannar image becomes small and
>>> empty spaces are getting on all sides and when seen on below 15 inch
>>> monitor
>>> some part of the image was cropped and displayed.
>>>
>>> How should i solve this?shell i replace the canvas with other or any
>>> thing else to do?
>>>
>>> Please help me in this
>>>
>>> Thanks in advance,
>>> Shankar swaroop.
>>>
>>> --
>>> TKSajith
>>> 9895226428
>>> >>>
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:22409] Problem with canvas background image

2009-05-21 Thread sankar swaroop
Hi friends,

I had designed a page which contains a bannar and below a tab navigator.
Here to put bannar image i used canvas and i set bannar image as background
image to this canvas.
But my problem here is trhat i am working on 15 inch monitor and i designed
the
bannar image according to that.
When i see my page on 17 inch monitor the bannar image becomes small and
empty spaces are getting on all sides and when seen on below 15 inch monitor
some part of the image was cropped and displayed.

How should i solve this?shell i replace the canvas with other or any thing
else to do?

Please help me in this

Thanks in advance,
Shankar swaroop.

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:22383] Problem with bin-debug file size

2009-05-20 Thread sankar swaroop
Hi friends,
How r u all?

I had created a website and its bin-release file was 20MB and it's bin-debug
file size was 27MB now.
It contains 4 mxml applicatios, in these 4, 1 mxml app contains nearly 25
custom components, but the swf file size of this app was 1.38MB.
I used nearly 50 images for skins.Is that will be the problem?
When i run the application there was a request appeared that"the user want
to store 1MB data on your system. Do
u want tom allow?" for flash player. Why it is coming and is there a way to
get out of it?
B'cas of this the site was slow and is there any chance to reduce the size?

Please help me?

Thanks in advance,
Bye.

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:22251] Re: Effects for titlewindow in popup manager

2009-05-14 Thread sankar swaroop
Thanks Rahul

On 5/14/09, Rahul  wrote:
>
> Hi sankar,
>
> Try This...
>
>
> *Default Application : CustomizingAPopUpEffect*
>
> 
> http://www.adobe.com/2006/mxml";
> layout="vertical"
> backgroundColor="#FF" creationComplete="init()"
> backgroundGradientColors="[#FF,#88]"
> horizontalAlign="center" verticalAlign="middle">
> 
> 
> 
> 
> TitleWindow {
> borderStyle:solid;
> borderThickness:2;
> }
> 
>
> 
>  yTo="{(stage.height - win.height) / 2}" />
> 
> 
>
> 
> 
>
> *
>  component File : MyTitleWindow*
>
> 
> http://www.adobe.com/2006/mxml";
> layout="vertical" creationComplete="init()"
> close="PopUpManager.removePopUp(this)" showCloseButton="true"
> alpha=".8"
>     headerColors="[#00,#1F3F62]" color="#FF" minHeight="200"
> minWidth="300"
> backgroundColor="#00">
> 
> 
> 
>
> 
> 
> 
>
> 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> On Wed, May 13, 2009 at 8:49 PM, sankar swaroop wrote:
>
>> hi friends,
>>
>> Iam facing a different problem.
>>
>> I have a custom title window and i am showing it with a popupmanager
>> class.
>> It is working fine but i cannot add the fade and zoom effects to this
>> title window
>> when it popups.
>>
>> So, please help me friends to add effects to  title window through popup
>>
>> Thanks in advance.
>>
>> bye.
>>
>>
>>
>
>
> --
> Regards
> Rahul
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:22228] Effects for titlewindow in popup manager

2009-05-13 Thread sankar swaroop
hi friends,

Iam facing a different problem.

I have a custom title window and i am showing it with a popupmanager class.
It is working fine but i cannot add the fade and zoom effects to this title
window
when it popups.

So, please help me friends to add effects to  title window through popup

Thanks in advance.

bye.

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:21971] Re: Screen Resolution

2009-05-01 Thread sankar swaroop
The percentage should be applied to all the components. There will be no use
if u apply for only application tag.
If the positions of the components change depends on the resolution then the
best method is to use VBOX and HBOX containers with percentages.
If u use these containers then there is no need to give positions to the
components that reside in these containers
But if the screen resolution shrinks then the scroll bars will be
automatically applied.
For example u can observe the gmail site in both 15" monitor and 17"
monitor.


On 4/28/09, pradeep.pa...@gmail.com  wrote:
>
>
> I am using width=100% and height=100% for application tag, but use
>
> On Apr 3, 12:39 am, sankar swaroop  wrote:
> > The problem here is,
> > If u use x and y properties for placing components then
> > the positions will change depends on the screen resolution.
> > Use percentage like tariq said or use top,left,right,verticalcenter
> > horizontal properties
> >
> > Thank q
> >
> > On Wed, Apr 1, 2009 at 9:00 PM, tzack  wrote:
> >
> > > 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" 
> > > wrote:
> > >  > 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 screen resolution so that the width can be
> > > > equated to the application width, is some thing like this possible??
> > > > I have tried out like
> > > > Application.application.width = Capabilities.screenResolutionX;
> >
> > > > But of no use. :)
> >
> > > > Pls reply
> >
> > > > regards
> >
> > > > Pradeep
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:21877] How to apply skin while loading

2009-04-27 Thread sankar swaroop
Hi friends,

Dose any one help me, how can i change the backgroung or
how can i apply skin to the first page which loads for the first time.
For example: visit this site.
http://fleksray.org/skins/darknite/skin_flex_dark_nite.html

In this site a skin was applied while loading.
How can we do this?

Thanks in advance,

Bye..

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:21856] Re: Connecting a Tree to a ViewStack

2009-04-26 Thread sankar swaroop
Make changes which i colored

public function showRoot(evt:Event):void {
   var myNode:XML = Tree(evt.target).selectedItem as
XML;
   /* csv1.selectedIndex = evt.target.instanceIndices;
*/

   csv1.selectedIndex = treedata.selectedit...@id;

   }
 ]]>
   

   
   
   
   
change for the remaining nodes also...
  

Hope it works
Bye.


On 4/26/09, Srinivasan Sudharsanam  wrote:
>
>
> Hi
>
> When i click a tree, i need to open viewstack.
> Can you please reply asap
>
> 
> 
> http://www.adobe.com/2006/mxml";
> xmlns:comp="component.*"  >
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> 
>
> backgroundColor="0x00CCC">
> paddingRight="5"
> backgroundColor="#CC">
> showRoot="false" width="100%"
> height="100%" textRollOverColor="0x2B333C"
> textSelectedColor="0x2B333C"
> dataProvider="{treeData}"
> change="showRoot(event)"  />
>
>
> backgroundColor="0xFF">
> height="100%"
> selectedIndex="0">
> height="100%" >
>
>
>
> height="100%">
>
> 
>
>
>
>
>
>
>
>
> 
>
>
> 
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:21854] Doubt in changing Progress Bar

2009-04-26 Thread sankar swaroop
Hi friends,

Dose any one help me, how can i change the backgroung or
how can i apply skin to the first page which loads for the first time.
For example: visit this site.
http://fleksray.org/skins/darknite/skin_flex_dark_nite.html

In this site a skin was applied while loading.
How can we do this?

Thanks in advance,

Bye..

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:21835] Re: Shared Object problem

2009-04-24 Thread sankar swaroop
Thanks Neha

On 4/24/09, neha  wrote:
>
>
> after assigning the value to shared obj , SObj.data.xyz = "XYZ";
> try using
> SObj.flush();
>
> -
> neha
>
>
>
> On Apr 22, 9:36 pm, sankar swaroop  wrote:
> > Hi friends,
> >
> > I am using shared object in my application.
> > I am moving data through shared object  from main application to a custom
> > component which is used in the main application.
> > Every time when i click tree the shared object should be updated with
> tree
> > node id and based on the tree node id
> > the data in the custom component datagrid should be changed.
> >
> > But the problem is the shared object is not updating and the grid is
> showing
> > the same data when i click the other
> > nodes in the tree. It is working fine for first time. But in main
> > application it is showing the tree node id every time
> > in Alert.show(sharedObj.data.ObjectId.toString()); But the updated value
> is
> > not reflecting into custom component
> >
> > Plz friends help me to solve this problem.
> >
> > Thanks in advance
> >
> > Bye...
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:21804] Re: Global Variable

2009-04-23 Thread sankar swaroop
Thanks sunil
can u give me a simple example
just how to set those properties

Thanks


On 4/23/09, Sunil  wrote:
>
>
> HI,
>
> You can also set property in each custom component  and pass the
> bindable variable flag to this property at application level. So at
> any point  change in value of the flag  will get reflected inside the
> custom compoents as well.
>
> Cheers
> Sunil
>
> On Apr 23, 8:47 am, Flexian_me  wrote:
> > access it like -
> >
> > Application.application.variablename inside custom component.
> >
> > On Apr 22, 9:21 pm, sankar swaroop  wrote:
> >
> >
> >
> > > Hi friends,
> >
> > > I struck with a problem. I created some custom components and i am
> accessing
> > > all into main application.
> > > Here in the main(parent) application i created a variable named flag
> and it
> > > was declared as public  and i need to use that in all my custom
> components
> > > also.
> > > But how could i do that?
> >
> > > Help me friends.
> > > Thanks in advance,
> >
> > > Bye.- Hide quoted text -
> >
> > - Show quoted text -
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:21780] Global Variable

2009-04-22 Thread sankar swaroop
Hi friends,

I struck with a problem. I created some custom components and i am accessing
all into main application.
Here in the main(parent) application i created a variable named flag and it
was declared as public  and i need to use that in all my custom components
also.
But how could i do that?

Help me friends.
Thanks in advance,

Bye.

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:21781] Shared Object problem

2009-04-22 Thread sankar swaroop
Hi friends,

I am using shared object in my application.
I am moving data through shared object  from main application to a custom
component which is used in the main application.
Every time when i click tree the shared object should be updated with tree
node id and based on the tree node id
the data in the custom component datagrid should be changed.

But the problem is the shared object is not updating and the grid is showing
the same data when i click the other
nodes in the tree. It is working fine for first time. But in main
application it is showing the tree node id every time
in Alert.show(sharedObj.data.ObjectId.toString()); But the updated value is
not reflecting into custom component

Plz friends help me to solve this problem.

Thanks in advance

Bye...

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:21633] Re: Datagridcolumn icons

2009-04-18 Thread sankar swaroop
Hi Hemavaan,
see this code


http://www.adobe.com/2006/mxml";>









On Sat, Apr 18, 2009 at 12:02 AM, Hemavaan KKH  wrote:

> hi friends,
>
> I have same problem. i don't what can i do. if u wish plz send source file.
>
> Thanks&Regards in advance
> Hemi (KKH)
> +91-9865177899
>
>
> On Fri, Apr 17, 2009 at 7:29 PM, sankar swaroop wrote:
>
>> Thanks Ravi.
>> you helped alot
>> Thank u very much
>>
>>
>> On Fri, Apr 17, 2009 at 10:52 AM, Ravi Mishra wrote:
>>
>>>
>>> Hi Sankar,
>>>
>>> Dont override the UpdateDisplayList method here. For itemrenderer you
>>> need to overried the set data method and then write your logic there
>>>
>>> override public function set data(value:Object):void{
>>>super.data = value;
>>>if(value.Gender == "Male"){
>>>//male icon
>>>}
>>>else{
>>>//female Icon
>>>}
>>> }
>>>
>>> HTH,
>>>
>>> -Ravi
>>>
>>> On Apr 16, 7:33 pm, sankar swaroop  wrote:
>>> > Hi friends,
>>> >
>>> > i am displaying gender in grid as Male and Female.
>>> > But now i want to display male and female as icons like
>>> > based on the condition if male it needs to display one icon
>>> > and if female another icon should be displayed.
>>> >
>>> > I created itemrenderer to that like below:
>>> >
>>> > *
>>> >
>>> > package*{
>>> >
>>> > **
>>> >
>>> > *import* mx.controls.Image;
>>> >
>>> > *public* *class* GenderIcons *extends* Image
>>> >
>>> > {
>>> >
>>> > **
>>> >
>>> > [*Bindable*]
>>> >
>>> > [*Embed*(source=*'icons/male.png'*)]
>>> >
>>> > *public* *var* male:Class;
>>> >
>>> > [*Bindable*]
>>> >
>>> > [*Embed*(source=*'icons/female.png'*)]
>>> >
>>> > *public* *var* female:Class;
>>> >
>>> > *override* *protected* *function*
>>> updateDisplayList(unscaledWidth:Number,
>>> > unscaledHeight:Number):*void
>>> > *
>>> >
>>> > {
>>> >
>>> > *super*.updateDisplayList(unscaledWidth,unscaledHeight);
>>> >
>>> > setStyle(*"icon"*,(da...@gender == *"Male"*)?male:female);
>>> >
>>> > }
>>> > }
>>> > }
>>> >
>>> > But it is not displaying anything. Is there any error in code
>>> >
>>> > Please help me
>>> >
>>> > Thanks in advance
>>> >
>>> > Bye
>>>
>>>
>>
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:21611] Re: Datagridcolumn icons

2009-04-17 Thread sankar swaroop
Thanks Ravi.
you helped alot
Thank u very much

On Fri, Apr 17, 2009 at 10:52 AM, Ravi Mishra wrote:

>
> Hi Sankar,
>
> Dont override the UpdateDisplayList method here. For itemrenderer you
> need to overried the set data method and then write your logic there
>
> override public function set data(value:Object):void{
>super.data = value;
>if(value.Gender == "Male"){
>//male icon
>}
>else{
>//female Icon
>    }
> }
>
> HTH,
>
> -Ravi
>
> On Apr 16, 7:33 pm, sankar swaroop  wrote:
> > Hi friends,
> >
> > i am displaying gender in grid as Male and Female.
> > But now i want to display male and female as icons like
> > based on the condition if male it needs to display one icon
> > and if female another icon should be displayed.
> >
> > I created itemrenderer to that like below:
> >
> > *
> >
> > package*{
> >
> > **
> >
> > *import* mx.controls.Image;
> >
> > *public* *class* GenderIcons *extends* Image
> >
> > {
> >
> > **
> >
> > [*Bindable*]
> >
> > [*Embed*(source=*'icons/male.png'*)]
> >
> > *public* *var* male:Class;
> >
> > [*Bindable*]
> >
> > [*Embed*(source=*'icons/female.png'*)]
> >
> > *public* *var* female:Class;
> >
> > *override* *protected* *function* updateDisplayList(unscaledWidth:Number,
> > unscaledHeight:Number):*void
> > *
> >
> > {
> >
> > *super*.updateDisplayList(unscaledWidth,unscaledHeight);
> >
> > setStyle(*"icon"*,(da...@gender == *"Male"*)?male:female);
> >
> > }
> > }
> > }
> >
> > But it is not displaying anything. Is there any error in code
> >
> > Please help me
> >
> > Thanks in advance
> >
> > Bye
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:21584] Re: how do I install eclipse plugin??

2009-04-16 Thread sankar swaroop
I pasted a link to install cfeclipse plugin and apply the same process for
your requirement
http://www.ibm.com/developerworks/opensource/library/os-eclipse-cfeclipse/index.html

Hope it helps u
Thanks
Shankar


On 4/14/09, Vivian Richard  wrote:
>
>
>Hello all.
>
>So far I was using FB but  now I do need the eclipse and need to plug in
>the eclipse plugin that I downloaded. The file that I downloaded
> is "FB3_WWEJ_Plugin".
>But I could not find any clear instruction to follow and install.
> Can some one
>please guide to how to install this plugin? I am using latest
> eclipse Ganymede.
>
> Regards..
>
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:21585] Datagridcolumn icons

2009-04-16 Thread sankar swaroop
Hi friends,

i am displaying gender in grid as Male and Female.
But now i want to display male and female as icons like
based on the condition if male it needs to display one icon
and if female another icon should be displayed.

I created itemrenderer to that like below:

*

package*{

**

*import* mx.controls.Image;

*public* *class* GenderIcons *extends* Image

{

**

[*Bindable*]

[*Embed*(source=*'icons/male.png'*)]

*public* *var* male:Class;

[*Bindable*]

[*Embed*(source=*'icons/female.png'*)]

*public* *var* female:Class;

*override* *protected* *function* updateDisplayList(unscaledWidth:Number,
unscaledHeight:Number):*void
*

{

*super*.updateDisplayList(unscaledWidth,unscaledHeight);

setStyle(*"icon"*,(da...@gender == *"Male"*)?male:female);

}

}

}

But it is not displaying anything. Is there any error in code

Please help me

Thanks in advance

Bye

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:21466] Shared Object Problem

2009-04-14 Thread sankar swaroop
Hi friends,

I am using shared object in my application.
I am moving data through shared object  from main application to a custom
component which is used in the main application.
Every time when i click tree the shared object should be updated with tree
node id and based on the tree node id
the data in the custom combonent datagrid should be changed.

But the problem is the shared object is not updating and the grid is showing
the same data when i click the other
nodes in the tree. It is working fine for first time. But in main
application it is showing the tree node id every time
in Alert.show(sharedObj.data.ObjectId.toString());

Plz friends help me to solve this problem.

Thanks in advance

Bye...

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:21433] Re: Problem to show new added child to tree

2009-04-12 Thread sankar swaroop
Thanka saravanan
I got the solution

On Sat, Apr 11, 2009 at 3:44 AM, Saravanan  wrote:

>
> sample code pls...
>
> -sara
> designscripting.com
>
> On Apr 11, 12:48 am, sankar swaroop  wrote:
> > Hi friends,
> >
> > I created a custom component for tree and getting data through
> > HttpService and another custom component design
> > to add new nodes to that tree
> > Here every thing working fine but i cannot update the tree at the same
> time
> > when i add a new node.
> > I know that when another HttpRequest was for that tree it will be solved
> but
> > how can we access one custom component
> > in another custom component?
> >
> > Plz help me any one
> >
> > Thanks in advance
> >
>

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:21402] Problem to show new added child to tree

2009-04-10 Thread sankar swaroop
Hi friends,

I created a custom component for tree and getting data through
HttpService and another custom component design
to add new nodes to that tree
Here every thing working fine but i cannot update the tree at the same time
when i add a new node.
I know that when another HttpRequest was for that tree it will be solved but
how can we access one custom component
in another custom component?

Plz help me any one

Thanks in advance

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



[flex_india:21386] ComboBox in DataGrid

2009-04-10 Thread sankar swaroop
Hi friends,

I kept combobox in datagrid column and i see the in grid with data but i
cannot get the selected item from the combobox which is in datagrid. I can
get all other columns data  except combobox data?

How can i get it?

Help me plz..

Thank you,
Bye..

--~--~-~--~~~---~--~~
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, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~--~~~~--~~--~--~---



  1   2   >