[flex_india:22991] Flash embeding

2009-06-15 Thread Abhinav Mehta
hi everybody...


I am facing a problem, while using Flash-based .swf file. The problem is when a 
flash component i.e. .swf, is generating a event i.e. navigating to other-page, 
I want the flex-framework should know/detect the change of event and it should 
control that event for ex: Clicking on a hyper-link in a .swf file 
causes to navigate a .com url, so it should be get avoided to do 
navigation, if flex framework desires as such for...! Any Ideas???


Looking forward

Regards and cheers !

Abhinav Mehta
MSRIT | Bangalore | INDIA
--~--~-~--~~~---~--~~
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:22995] Re: Flex Freelancer

2009-06-15 Thread deepak karma

  Hi to all !

I am deepak karma.i am currentrly working on Flash remoting with asp.net.
when i run it from other computer this show an error :--

Error,5/14/2009 2:47:07
PM,FlashGateway.Delegates.RequestDeniedException: Request denied.
Macromedia Flash Remoting MX is operating as a developer edition. To upgrade
Macromedia Flash Remoting MX to a full licensed edition, please visit
http://www.macromedia.com/go/flashremoting

when i deploy it on server which edition of flash mx is necessary to run
from all machine.
please reply soon.its urgent.

-- 
Deepak karma
Project Engineer
9930079801
Mathimitation Technology Pvt Ltd.
mailto : deepak.ka...@mathimitation.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:22992] Re: family tree create

2009-06-15 Thread edwin . vgwhiz
Can you send a link or sample code?

On Sat, Jun 13, 2009 at 12:29 AM, kamlesh vaghela kamlesh2...@gmail.comwrote:

 Hi For making family tree you need to create a class having a
 minimum field  like { id , membername , parentid } .
Next you have to create a recursive function , which can display the
 tree up to n level .
In the function  first find all parent , and their child , and child's
 child  and ..
 so on . That why you have to crate a single recursive function, which can
 lead your each and every record to be in search.

If you have got any problem you  can reply me.

   Kamlesh Vaghela


 On Fri, Jun 12, 2009 at 4:57 PM, JK jkotwa...@gmail.com wrote:


 hi
 please help me to make family tree in flash or flex so please give me
 logic to generate family tree i have project to create family tree but
 i have not proper logic to do this.




 



-- 
Sincerely

Edwin Melendez
Print/Web/Media
646-246-4368

--~--~-~--~~~---~--~~
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:22994] Problem with flash remoting with asp.net

2009-06-15 Thread deepak karma
Hi to all !
I am deepak karma.i am currentrly working on Flash remoting with asp.net.
when i run it from other computer this show an error :--

Error,5/14/2009 2:47:07
PM,FlashGateway.Delegates.RequestDeniedException: Request denied.
Macromedia Flash Remoting MX is operating as a developer edition. To upgrade
Macromedia Flash Remoting MX to a full licensed edition, please visit
http://www.macromedia.com/go/flashremoting

when i deploy it on server which edition of flash mx is necessary to run
from all machine.
please reply soon.its urgent.

-- 
Deepak karma
Project Engineer
9930079801
Mathimitation Technology Pvt Ltd.
mailto : deepak.ka...@mathimitation.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:22993] Connection error: HTTP request error

2009-06-15 Thread edwin . vgwhiz
'm trying to connect to a local apache server and access the MSQL database
but I get this error message.
Can anyone help me???

Connection error: HTTP request error

Additional detail: Error: [IOErrorEvent type=ioError bubbles=false
cancelable=false eventPhase=2 text=Error #2032]. URL: User.php

-- 
Sincerely

Edsaid

--~--~-~--~~~---~--~~
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:22996] Re: Date Stamp

2009-06-15 Thread edwin . vgwhiz
I'm trying to connect to a local apache server and access the MSQL database
but I get this error message.
Can anyone help me???

Connection error: HTTP request error

Additional detail: Error: [IOErrorEvent type=ioError bubbles=false
cancelable=false eventPhase=2 text=Error #2032]. URL: User.php

On Fri, Jun 12, 2009 at 5:58 PM, Tino Dai obe...@gmail.com wrote:

 Edwin,

  Why do you do something this:
  mx:Script
 ![CDATA[
  import mx.controls.DateField;
  import mx.containers.VBox;
  import mx.containers.Box;

  var v1:VBox = new VBox();
  var headerBox:Box = new Box();
  var middleBox:Box = new Box();
  var footerBox:Box = new Box();

  middleBox.height=95%;
  headerBox.addChild(DateField.dateToString(new
 Date(),'-MM-DD'));
  addChild(v1);

  ]]
  /mx:Script

 -Tino

 PS: This is from memory.

 On Fri, Jun 12, 2009 at 1:37 PM, edwin.vgw...@gmail.com wrote:

 Thank you for the source code.
 What if I just want to have the current date on the top of the page?



 2009/6/12 Endel Guimarães Silva endel...@gmail.com

 ?xml version=1.0 encoding=utf-8?
 mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml;
 layout=absolute
  mx:Script
 ![CDATA[
 import mx.controls.DateField;
  import mx.controls.Alert;
 private function clickEvent():void
 {
  Alert.show('Selected date: '+ DateField.dateToString(new
 Date(),'-MM-DD'));
 }

 ]]

  /mx:Script
  mx:Button x=9.95 y=198 label=Click me click=clickEvent()/
 /mx:WindowedApplication


 On Fri, Jun 12, 2009 at 12:02 PM, edwin.vgw...@gmail.com wrote:

 Can you put this in a Flex App and send me the code?

 2009/6/12 Endel Guimarães Silva endel...@gmail.com

 If you want to generate a timestamp as a string, you can do this:
 var date:Date = new Date(); // just as Dolly said above, this creates
 an object with the current date
 var strDate:String = DateField.dateToString(date,'-MM-DD'); // and
 this turns that date into a string, just as '2009-12-03'

 check out this dateToString function to see how can you handle the date
 =)



 On Mon, Jun 8, 2009 at 2:22 PM, edwin.vgw...@gmail.com wrote:

 Hi Dolly, Thanks for your response.
 Can you send me a sample code?
 I'm not sure how to implement.
 Sorry for the bother.
 Thanks
 Edsaid

 On Mon, Jun 8, 2009 at 5:54 AM, dolly dolly.sa...@gmail.com wrote:


 Use var date:Date = new Date();
 It creates a Date with current Timestamp, you can use DateFormatter
 class to present this timestamp in any format.

 If you want to continuously update current time, use a Timer.
 Hope it helps
 ~Dolly


 On Jun 7, 10:56 pm, edwin.vgw...@gmail.com wrote:
  How can I add Timestamp to my app???
 
  Thank you
  Edsaid




 --
 Sincerely
 
 Edwin Melendez
 Print/Web/Media
 646-246-4368






 --
 Endel Guimarães Silva
 Eccen - Excelência em Tecnologia

 Fone +55 19 3231-2988 - Fax + 55 19 3231-2914
 endel.guimar...@eccen.com.br
 www.eccen.com.br





 --
 Sincerely
 
 Edwin Melendez
 Print/Web/Media
 646-246-4368





 --
 Endel Guimarães Silva
 Eccen - Excelência em Tecnologia

 Fone +55 19 3231-2988 - Fax + 55 19 3231-2914
 endel.guimar...@eccen.com.br
 www.eccen.com.br





 --
 Sincerely
 
 Edwin Melendez
 Print/Web/Media
 646-246-4368




 



-- 
Sincerely

Edwin Melendez
Print/Web/Media
646-246-4368

--~--~-~--~~~---~--~~
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:22997] Re: Flash embeding

2009-06-15 Thread deepak karma
i think ur problem can be solve by using javascript.

On Mon, Jun 15, 2009 at 4:26 AM, Abhinav Mehta mehta.88...@gmail.comwrote:

  hi everybody...


 I am facing a problem, while using Flash-based .swf file. The problem is
 when a flash component i.e. .swf, is generating a event i.e. navigating to
 other-page, I want the flex-framework should know/detect the change of event
 and it should control that event for ex: Clicking on a hyper-link in
 a .swf file causes to navigate a .com url, so it should be get avoided
 to do navigation, if flex framework desires as such for...! Any Ideas???


 Looking forward

 Regards and cheers !

 Abhinav Mehta
 MSRIT | Bangalore | INDIA

 



-- 
Deepak karma
Project Engineer
9930079801
Mathimitation Technology Pvt Ltd.
mailto : deepak.ka...@mathimitation.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:22998] Re: Connection error: HTTP request error

2009-06-15 Thread Ravi Mishra

Hi Edwin,

Can you share your code? This error comes up when there is some kind
of mismatch in the request parameters.

-Ravi

On Jun 15, 3:09 am, edwin.vgw...@gmail.com wrote:
 'm trying to connect to a local apache server and access the MSQL database
 but I get this error message.
 Can anyone help me???

 Connection error: HTTP request error

 Additional detail: Error: [IOErrorEvent type=ioError bubbles=false
 cancelable=false eventPhase=2 text=Error #2032]. URL: User.php

 --
 Sincerely
 
 Edsaid
--~--~-~--~~~---~--~~
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:23000] Re: Call component from another component

2009-06-15 Thread Praju

Thanks,
Actually like viewstack - i.e on click of togglebuttonbar, component
pages gets displayed and all other are hidden behind.
I want the same thing on LinkButton click.
My first component is - trading.mxml : It contains a LinkButton.
On click of the link button it should hide the first component and
display the second component  stockFinder.mxml
How components gets loaded in viewstack I want the same way but on
clicking on button.
I do not want to call any method, just that .mxml file should be
displayed and the first .mxml file should hide itself.

Can you please sugget any soultion.
THanks, Prajakta

On Jun 12, 5:48 pm, Sumant suman...@gmail.com wrote:
 Basically, we should follow proper architecture to handle these types
 of problems like Cairngorm Microarchitecture. If you don't know any
 type of achitecture then you can follow the below method:

 if those components are in Main Application then create a public
 function in the second component. When you click on the button call
 this.parentApplication.secondComponentId.publicFunctionName()

 But this is very temporary solution.

 On Jun 12, 2:19 pm, Praju prajakta.mus...@gmail.com wrote:



  Hi All, I have a LinkButton in one component.On click it should call
  another component.
  How can I do this? Both the components are present in the same folder.
  Thanks for your help !!
  Prajakta- 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:22999] Re: How to Copy image to clipboard in flex

2009-06-15 Thread Benji

1. import flash.system.System;
2. public var text:String = text to copy; //text from your
inputfield or whatever :)
3. System.setClipboard(text);

good luck ;)


On Jun 13, 8:07 pm, Nimesh Nanda nimesh.na...@gmail.com wrote:
 Hi ALL,

  How can i copy Image to system clipboard in flex ( web based application
 NOT IN AIR).

 Flash player support this kind of functionality..

 PLEASE HELP ME

 Thanks,
 Nimesh Nanda

--~--~-~--~~~---~--~~
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:23001] Re: error 1053

2009-06-15 Thread Yash

try with adding -keep in the compiler argumets (Project
propertiesFlex Compiler) . Generated code ,ight tell you where has it
gone bad.

Y

On Jun 14, 10:23 am, Akhil Agrawal akhil06.i...@gmail.com wrote:
 how to check it because i m not getting any error in AS code.

 thanks

 On Jun 12, 8:04 pm, edwin.vgw...@gmail.com wrote:



  This error indicates that the ActionScript in the SWF is invalid.

  On Fri, Jun 12, 2009 at 10:25 AM, Akhil Agrawal 
  akhil06.i...@gmail.comwrote:

   when executing flex progrma getting

   Error #1053: Illegal override of removeChildBridge in
   mx.managers.SystemManagerProxy.

   how it can be resolved
   thanks

   Regards
   akhil agrawal

  --
  Sincerely
  
  Edwin Melendez
  Print/Web/Media
  646-246-4368- 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:23002] Resize events in charts

2009-06-15 Thread Anand Krishnan

Hi All

I am placing a Hbox / Vbox inside a HDivided box .

Each of the Hbox / VBox I have added 3 components , a header( label
within a box) , chart and a footer( label within a box) .

var chartTitle:Label =new Label();
chartTitle.text =Longest Chart
Titleee;

chartTitle.setStyle(fontSize,25);
chartTitle.truncateToFit  = true;

var titleContainer:Box  = new Box();

titleContainer.addChild(chartTitle);
titleContainer.horizontalScrollPolicy =off;
//titleContainer.

titleContainer.setStyle(horizontalAlign,center);
chartTitle.toolTip = chartTitle.text;
//chartFooter Label to hold the header, placed 
inside
footerContainer box
var chartFooter:Label =new Label();
chartFooter.text = Chart Footer;
chartFooter.maxWidth =100;
var footerContainer:Box  = new Box();
footerContainer.addChild(chartFooter);

footerContainer.setStyle(horizontalAlign,center);
vbox.addChild(titleContainer); //adding header
vbox.addChild(outerCanvas);//adding chart
vbox.addChild(footerContainer); //adding Footer


Now for the problem . When I resize the Hdivided box the charts
automatically resize ( shrink) but the header and footer dont .

Any pointers will be deeply 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:23003] Re: Looking for Passionate Flex developer

2009-06-15 Thread sonali patel
Hi,

I m Flex developer 2+ exp. and  I have knowledge of Cairngorm architecture.
I m interested to work with u.
Let me know about the product and location of job.
Is this full time job or kind a freelancing?

- Sonali Patel

On Sat, Jun 13, 2009 at 11:31 AM, Lakshmi Pusuluri lakshmi...@gmail.comwrote:

 All,
 I'm looking for passionate, honest developers 2in number to help
 build/share our
 produt in flex. At this point of time I can afford only equity and
 once the working model is in place then money follows.
 please let me know if it is an interesting option for you.
 thanks
 Lakshmi

 


--~--~-~--~~~---~--~~
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:23007] Re: Flex Freelancer

2009-06-15 Thread Praju

Yeah , Please provide me the details about the project.

On Jun 15, 10:52 am, deepak karma deepakka...@gmail.com wrote:
   Hi to all !

 I am deepak karma.i am currentrly working on Flash remoting with asp.net.
 when i run it from other computer this show an error :--

 Error,5/14/2009 2:47:07
 PM,FlashGateway.Delegates.RequestDeniedException: Request denied.
 Macromedia Flash Remoting MX is operating as a developer edition. To upgrade
 Macromedia Flash Remoting MX to a full licensed edition, please 
 visithttp://www.macromedia.com/go/flashremoting

 when i deploy it on server which edition of flash mx is necessary to run
 from all machine.
 please reply soon.its urgent.

 --
 Deepak karma
 Project Engineer
 9930079801
 Mathimitation Technology Pvt Ltd.
 mailto : deepak.ka...@mathimitation.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:23006] Re: Final: Google Api

2009-06-15 Thread Abhinav Mehta
Hi everybody


Thanks for compliments.!

NOTE: There is a main.mxml file inside that *.rar, thats' just a mistake, I 
just forget to remove that fileplz dont bother to interpretet or understand 
anything from that main.mxmljust delete it!

Regards and cheers !

Abhinav Mehta
MSRIT | Bangalore | INDIA

  - Original Message - 
  From: pankaj munjal 
  To: flex_india@googlegroups.com 
  Sent: Monday, June 15, 2009 5:51 AM
  Subject: [flex_india:22990] Re: Final: Google Api


  Awesome Abhinav, 

  Guys use 7 Zip , it dont care either file is zipper or rar and its open 
source. 


  On Fri, Jun 12, 2009 at 11:09 PM, ADAM TONG tonghuaq...@gmail.com wrote:


well done ,my firend. this topic is soo interesting


On 6月10日, 下午5时02分, Abhinav Mehta mehta.88...@gmail.com wrote:
 Hi Guys,

 I have implemented Google-Maps as my small mini academia-project. It was 
so intresting and quite easy to dobeing the member of community I want 
you all people to come to know about this intresting Flex+Google Map usage.

 NOTE:- Remember to add .swc file in the libs folder before executing 
the project
 Remember to have a active internet connection while running 
this project

 In case if you dont know how to add .swc file then refer to 
my previous mail to the community, in which I have explained it with the 
screenshots.

 With Warm Regards,

 Abhinav Mehta
 MSRIT | Bangalore | INDIA


  Google Api.rar
 1463K查看下载



--~--~-~--~~~---~--~~
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:23005] Re: Flash embeding

2009-06-15 Thread Abhinav Mehta
Hi Deepak,

Can you plz illustrate with some simple-code snippet, I didnt got the way to 
get-off this problem.i tried all possible ways I ever can do.
Plzz help me to fix it buddy!

Regards and cheers !

Abhinav Mehta
MSRIT | Bangalore | INDIA
  - Original Message - 
  From: deepak karma 
  To: flex_india@googlegroups.com 
  Sent: Monday, June 15, 2009 11:34 AM
  Subject: [flex_india:22997] Re: Flash embeding


  i think ur problem can be solve by using javascript.


  On Mon, Jun 15, 2009 at 4:26 AM, Abhinav Mehta mehta.88...@gmail.com wrote:

hi everybody...


I am facing a problem, while using Flash-based .swf file. The problem is 
when a flash component i.e. .swf, is generating a event i.e. navigating to 
other-page, I want the flex-framework should know/detect the change of event 
and it should control that event for ex: Clicking on a hyper-link in a 
.swf file causes to navigate a .com url, so it should be get avoided to do 
navigation, if flex framework desires as such for...! Any Ideas???


Looking forward

Regards and cheers !

Abhinav Mehta
MSRIT | Bangalore | INDIA








  -- 
  Deepak karma
  Project Engineer
  9930079801
  Mathimitation Technology Pvt Ltd.
  mailto : deepak.ka...@mathimitation.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:23008] getting list property value

2009-06-15 Thread jackie

I have a list, that renders a checkBox Component.
and that list dataProvider is from data Model ↓:

--
in mxml file
--
mx:Model id=catalogs source=catalog.xml/


--
catalog.xml
--
?xml version=1.0 encoding=utf-8?
!--カタログ--
catalogs
catalog
iditem0/id
nameSample1/name
isSelectedtrue/isSelected
/catalog
catalog
iditem2/id
nameSample2/name
isSelectedfalse/isSelected
/catalog
catalog
iditem3/id
nameSample3/name
isSelectedfalse/isSelected
/catalog
catalogs

--
when I submit, I like to get the [id] and the [name] based from
isSelected, from a list object.
It shows in debug mode, that :
dataProvider is - mx.collections.ArrayCollection (@d00b8f9)

I have a difficulty in getting those value. any help?

Cheers,
jackie

--~--~-~--~~~---~--~~
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:23009] how to move two arraycollections as separate nodes into a tree

2009-06-15 Thread sri . mummani
Hi All,

Can any one please advice me how to add two arraycollections as two  
separete nodes in tree.

For Ex: public var Ac:ArrayCollection = new ArrayCollection ( new  
Array(p11,p12,p13));
public var Ac1:ArrayCollection = new ArrayCollection ( new  
Array(p21,p22,p23));

The above are two AC's

I want Like this...

parent
Ac -- Child1
p11 --node1
p12 --node2
p13 --node3
Ac1 -- Child 2
p21 --node1
p22 --node2
p23 --node3

Please respond me ASAP

thanks,
srini.

--~--~-~--~~~---~--~~
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:23010] Flickr

2009-06-15 Thread srinivas chinni
Good Afternoon to all the people,I dont know about the Flickr,please any onr
tell about that one and how to use and provide any material(easilly
understanded)on that one.


Thanking You,

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_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:23011] Re: getting list property value

2009-06-15 Thread Ravi Mishra

Hi Jackie,

(dataProvider as ArrayCollection).getItemAt(i).id and (dataProvider as
ArrayCollection).getItemAt(i).name will give you the desired result.

HTH,

-Ravi

On Jun 15, 3:31 pm, jackie yuubo...@gmail.com wrote:
 I have a list, that renders a checkBox Component.
 and that list dataProvider is from data Model ↓:

 --
 in mxml file
 --
 mx:Model id=catalogs source=catalog.xml/

 --
 catalog.xml
 --
 ?xml version=1.0 encoding=utf-8?
 !--カタログ--
 catalogs
 catalog
 iditem0/id
 nameSample1/name
 isSelectedtrue/isSelected
 /catalog
 catalog
 iditem2/id
 nameSample2/name
 isSelectedfalse/isSelected
 /catalog
 catalog
 iditem3/id
 nameSample3/name
 isSelectedfalse/isSelected
 /catalog
 catalogs

 --
 when I submit, I like to get the [id] and the [name] based from
 isSelected, from a list object.
 It shows in debug mode, that :
 dataProvider is - mx.collections.ArrayCollection (@d00b8f9)

 I have a difficulty in getting those value. any help?

 Cheers,
 jackie
--~--~-~--~~~---~--~~
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:23012] Re: Flickr

2009-06-15 Thread Ravi Mishra

Hi Srinivas,

What exactly do you want to know about Flickr? On a very superficial
level, Flickr is a Web 2.0 based image sharing application. More about
Flickr is on wiki http://en.wikipedia.org/wiki/Flickr

Let me know if this is what exactly you wanted to know or if I picked
up something wrong.

-Ravi

On Jun 15, 2:50 pm, srinivas chinni srinivas.ja...@gmail.com wrote:
 Good Afternoon to all the people,I dont know about the Flickr,please any onr
 tell about that one and how to use and provide any material(easilly
 understanded)on that one.

 Thanking You,

 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_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:23014] Re: How to Copy image to clipboard in flex

2009-06-15 Thread ramesh1703
Following link could be helpful for you...

http://dougmccune.com/blog/2007/06/03/save-a-snapshot-image-of-a-flex-app-without-a-server/

-- 
Fear is an illusion, So, face it !
RM3sh

On Mon, Jun 15, 2009 at 12:07, Benji benvanl...@gmail.com wrote:


 1. import flash.system.System;
 2. public var text:String = text to copy; //text from your
 inputfield or whatever :)
 3. System.setClipboard(text);

 good luck ;)


 On Jun 13, 8:07 pm, Nimesh Nanda nimesh.na...@gmail.com wrote:
  Hi ALL,
 
   How can i copy Image to system clipboard in flex ( web based application
  NOT IN AIR).
 
  Flash player support this kind of functionality..
 
  PLEASE HELP ME
 
  Thanks,
  Nimesh Nanda

 


--~--~-~--~~~---~--~~
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:23015] capturing cursor position for graph

2009-06-15 Thread Akhil Agrawal

Hi,
I am displaying the axis label as a tootip and also want to set the
tooltip position. how can i get the cursor the cursor position for
that when mouse in on a axis lable.

thanks and regards
akhil
--~--~-~--~~~---~--~~
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:23017] Re: Text area Problem

2009-06-15 Thread lalji

Solved the problem...

On Jun 5, 6:37 am, edwin.vgw...@gmail.com wrote:
 Sorry you have to send code, I don't understand what your saying.

 Edsaid





 On Thu, Jun 4, 2009 at 7:38 AM, lalji prajilal...@gmail.com wrote:

  I have a add employee details page. Here i can add remarks along with
  normal data. Remarks are captured in /TextArea. Previously added
  records can be fetch from here. While adding an employee record
  without remarks (fifth record), it will saved normally. While taking
  previous record(fourth record) with remarks all data will be shown.
  Remarks of this record removed and updated. Then moved to the next
  record(fifth record) and filled remarks section and saved. After that
  when moving to the previous record (fourth record), fifth record
  remarks is shown in the fourth record. Why this occurs.

  Sorry for bad english.

  Regards,
  Prajilal

 --
 Sincerely
 
 Edwin Melendez
 Print/Web/Media
 646-246-4368- 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:23018] Re: Need suggestion on PV3D

2009-06-15 Thread kalavati singh
Hi,
   I understand that the zip file is corrupted.send another copy of this

Regards
Kalavati

On Mon, Jun 15, 2009 at 5:21 PM, Arindam Mojumder 
arindam.mojum...@gmail.com wrote:



 Hi,


 I have created the 3d gallery. Please check the attached .zip file. I want
 a sliding illusion. Can anyone help me???
 Please reply.



 Arindam.


 


--~--~-~--~~~---~--~~
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:23016] Menubar

2009-06-15 Thread dilip

Hi,

I need remove the space on left side in menuitem.
As per my knowledge its a default space for icon, but we dont required
that and need to align vertically to the MenuBar text.

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:23020] Re: Final: Google Api

2009-06-15 Thread Arul.Flex

User Import - Flex project option in adobe flex builder


arul

On Jun 15, 9:17 am, Abhinav Mehta mehta.88...@gmail.com wrote:
 Hi everybody

 Thanks for compliments.!

 NOTE: There is a main.mxml file inside that *.rar, thats' just a mistake, I 
 just forget to remove that fileplz dont bother to interpretet or 
 understand anything from that main.mxmljust delete it!

 Regards and cheers !

 Abhinav Mehta
 MSRIT | Bangalore | INDIA

   - Original Message -
   From: pankaj munjal
   To: flex_india@googlegroups.com
   Sent: Monday, June 15, 2009 5:51 AM
   Subject: [flex_india:22990] Re: Final: Google Api

   Awesome Abhinav,

   Guys use 7 Zip , it dont care either file is zipper or rar and its open 
 source.

   On Fri, Jun 12, 2009 at 11:09 PM, ADAM TONG tonghuaq...@gmail.com wrote:

 well done ,my firend. this topic is soo interesting

 On 6月10日, 下午5时02分, Abhinav Mehta mehta.88...@gmail.com wrote:
  Hi Guys,

  I have implemented Google-Maps as my small mini academia-project. It 
 was so intresting and quite easy to dobeing the member of community I 
 want you all people to come to know about this intresting Flex+Google Map 
 usage.

  NOTE:- Remember to add .swc file in the libs folder before executing 
 the project
  Remember to have a active internet connection while running 
 this project

  In case if you dont know how to add .swc file then refer to 
 my previous mail to the community, in which I have explained it with the 
 screenshots.

  With Warm Regards,

  Abhinav Mehta
  MSRIT | Bangalore | INDIA

   Google Api.rar
  1463K查看下载

--~--~-~--~~~---~--~~
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:23021] Re: capturing cursor position for graph

2009-06-15 Thread Jonny D
Look into the measure() function

On Mon, Jun 15, 2009 at 10:31 AM, Akhil Agrawal akhil06.i...@gmail.comwrote:


 Hi,
 I am displaying the axis label as a tootip and also want to set the
 tooltip position. how can i get the cursor the cursor position for
 that when mouse in on a axis lable.

 thanks and regards
 akhil
 


--~--~-~--~~~---~--~~
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:23019] Re: Menubar

2009-06-15 Thread sudesh das
Hi,
   set the style for you MenuBar.
check the sample style given below

MenuBar
{
background-skin: Embed(/assets/general/menu.png,
scaleGridTop=4, scaleGridBottom=20, scaleGridLeft=5,
scaleGridRight=13);
background-size:100%;
color:#cc;
disabledColor: #cc;
item-up-skin:Embed(/assets/general/blanc.png);
item-over-skin:Embed(/assets/general/MenuItem1.png,
scaleGridTop=5, scaleGridBottom=23, scaleGridLeft=5,
scaleGridRight=8);
item-down-skin:Embed(/assets/general/MenuItem.png,
scaleGridTop=5, scaleGridBottom=23, scaleGridLeft=5,
scaleGridRight=8);
horizontal-gap:0;
vertical-gap:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
font-family:franklin1;
font-size:12;
menu-style-name: myMenu;
}

.myMenu
{
background-color:#00;
font-family:franklin;
color:#33;
font-weight:normal;
font-size:11;
border-color:#33;
horizontal-gap:0;
vertical-gap:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
text-align:left;
separator-skin:Embed(/assets/general/separator.png);
}


On Mon, Jun 15, 2009 at 8:07 PM, dilip dilipy...@gmail.com wrote:


 Hi,

 I need remove the space on left side in menuitem.
 As per my knowledge its a default space for icon, but we dont required
 that and need to align vertically to the MenuBar text.

 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:23022] Re: Need suggestion on PV3D

2009-06-15 Thread Arindam Mojumder
No, I have tested it. Its working fine brother.

2009/6/15 kalavati singh kalavati.si...@gmail.com

 Hi,
I understand that the zip file is corrupted.send another copy of
 this

 Regards
 Kalavati


 On Mon, Jun 15, 2009 at 5:21 PM, Arindam Mojumder 
 arindam.mojum...@gmail.com wrote:



 Hi,


 I have created the 3d gallery. Please check the attached .zip file. I want
 a sliding illusion. Can anyone help me???
 Please reply.



 Arindam.





 



-- 
Arindam.

--~--~-~--~~~---~--~~
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:23023] Re: Looking for Passionate Flex developer

2009-06-15 Thread Dinesh Patil
I am also interested please elaborate your requirements and other details
like location, working time etc.

On Sat, Jun 13, 2009 at 11:31 AM, Lakshmi Pusuluri lakshmi...@gmail.comwrote:

 All,
 I'm looking for passionate, honest developers 2in number to help
 build/share our
 produt in flex. At this point of time I can afford only equity and
 once the working model is in place then money follows.
 please let me know if it is an interesting option for you.
 thanks
 Lakshmi
 


--~--~-~--~~~---~--~~
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:23024] Re: Creating Dashboard using Canvas - Resize Effect

2009-06-15 Thread sudesh das
hi,
here the problem is that. canvas has an absolute layout so the last child
will at the top of the layer. you can resolve this as mentioned by
TomaszSzych by setting other widgets
visible and includeInLayout to false. or making the resize widget as the
last child of canvas.

On Sun, Jun 14, 2009 at 11:58 PM, Tomasz Szych tsz...@gmail.com wrote:


 Hey,

 try setting visible property of these widgets to false and exclude
 them from the layout.

 sth. like this:
 yourWidget.visible = yourWidget.includeInLayout = false;

 I didn't have time to investigate your code but this solution will let
 you hide unwanted widgets.

 hope this will resolve your problem

 Tomek

 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---