[flex_india:34419] How to turn off the ringer?

2011-08-21 Thread Vivian Richard
Hello developers, how can I turn off the ringer or put the device on vibration mode from the air application. I need it both for iphone and also for android phone. Thanks in advance. Regards, -- You received this message because you are subscribed to the Google Groups Flex India Community

Re: [flex_india:33723] Hai

2011-05-12 Thread Vivian Richard
start from here: http://www.adobe.com/devnet/flex/videotraining.html On Wed, May 11, 2011 at 8:41 AM, B.Praveen praveen.p...@gmail.com wrote: Hai Friends Am New To Flex ; How to use this flex-mojo build; Can Any One Guide Me or Some Sample Example on this flex-mojo build; -- You

Re: [flex_india:28516] Re: Uniocode in flex

2010-02-14 Thread Vivian Richard
uninstalled and tried to load the app it said version 10 required ,reinstalled again , but still shows the same issue . I am checking on windows XP professional SP3 and IE version 7 and Firefox 3.6 Regards Kiran On Sat, Feb 13, 2010 at 2:05 PM, Vivian Richard kanps...@gmail.comwrote: hm

Re: [flex_india:28473] Re: Uniocode in flex

2010-02-12 Thread Vivian Richard
Try it with Flex 4 and will not need to do any extra steps. On Fri, Feb 12, 2010 at 11:27 AM, Kiran Kumar Vasireddy kiranv...@gmail.com wrote: Thanks Praveen for your blog and the information. I tried setting this on my flex builder but got some abc bytecode decoding failed error and Type

Re: [flex_india:26612] Stacked Line Chart

2009-11-12 Thread Vivian Richard
There are no built-in stacked line series in flex 3 like they have for column of bar chart. I guess you should use multiple line series and validating the entered data points so that one series do not cross the other to achieve that. On Thu, Nov 12, 2009 at 3:47 AM, Tarikul Islam

[flex_india:26374] Re: How change Flex DataGrid Header font (text) color White and row font (text) color Black?

2009-11-04 Thread Vivian Richard
Here is the code try this -- ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Style DataGrid { color: #00; headerStyleName: mydataGridHeaderStyle; }

[flex_india:26288] Re: twitter client app

2009-11-02 Thread Vivian Richard
can suggest a better solution :) Nishant On Sat, Oct 31, 2009 at 11:56 AM, Vivian Richard kanps...@gmail.com wrote:     Hi, I see this twitter app client and wondering how this bubble dialog     box can be designed in flex?                   http://www.atebits.com/tweetie-mac/     If any

[flex_india:26300] Re: twitter client app

2009-11-02 Thread Vivian Richard
. You can put the textbox and the bubble shape inside a container. The bubble shape can be drawn using degrafa. I'll be glad as well if somebody can suggest a better solution :) Nishant On Sat, Oct 31, 2009 at 11:56 AM, Vivian Richard kanps...@gmail.com wrote:     Hi, I see this twitter app

[flex_india:26264] twitter client app

2009-10-31 Thread Vivian Richard
Hi, I see this twitter app client and wondering how this bubble dialog box can be designed in flex? http://www.atebits.com/tweetie-mac/ If any one know any example out these please point me to it - I will highly appreciate it. Regards...

[flex_india:25957] a small BlazeDS configuration project opportunity

2009-10-19 Thread Vivian Richard
Hello developers, a friend of mine is looking for some one who knows how to configure and integrate BlazeDS with an existing JEE application(war file). For some one who knows how to do it should take no time so it is not a large assignment. There is one step by step how to do

[flex_india:25649] Re: rotating at the center

2009-10-05 Thread Vivian Richard
Here is the code. I am also attaching the font file. Once the application first show up you can see that the button is in the middle but then if you make the browser small or big you will see that the button is not in the middle any more. ?xml version=1.0 encoding=utf-8? mx:Application

[flex_india:25635] rotating at the center

2009-10-04 Thread Vivian Richard
I am trying to create a vertical button!!! Basically a 90 degree rotation and embedded text will do that. But the problem is that rotation=90 command will rotate the button centering top left corner which is the x/y coordinate of the button. I do want to rotate it at the center of the button. How

[flex_india:25638] Re: rotating at the center

2009-10-04 Thread Vivian Richard
://suumant.blogspot.com/2009/09/rotate-canvas-from-center-code.html replace myMC with your button name. I think this will solve your problem. regards, Sumant On Oct 4, 3:13 am, Vivian Richard kanps...@gmail.com wrote: I am trying to create a vertical button!!! Basically a 90 degree rotation

[flex_india:25545] Re: How to Download Flex data to PDF

2009-09-29 Thread Vivian Richard
Hi Abdullah, even though it is your personal choice but since we are all one community, I am asking you why some one needs to ask you or contact you personally to get the answer? If you post the answer on in the group then next time if some one is looking for the answer will get it with

[flex_india:24938] AIR nativewondow resizing effect

2009-09-01 Thread Vivian Richard
Hi Devs, I am trying to figure out how to put resize effect on a native AIR window. This is how it should work as you start the app a small window will pop up with sign in form. Once the credential is successfully submitted, the native window will resize and get much bigger. I want

[flex_india:24567] Re: simple RSS reader can't read with one item

2009-08-18 Thread Vivian Richard
;    }    myDataGrid.dataProvider = f_Array; } HTH, -Ravi http://achieveravi.blogspot.com On Aug 15, 12:48 pm, Vivian Richard kanps...@gmail.com wrote: Hi, when I am trying to read a RSS link with one item node in it I do not get anything but when the RSS link has more then one item

[flex_india:24517] simple RSS reader can't read with one item

2009-08-15 Thread Vivian Richard
Hi, when I am trying to read a RSS link with one item node in it I do not get anything but when the RSS link has more then one item node all the nodes show up. Why can't I read when RSS has only one item? How do I solve this problem? here is how I am handling the the result event of the

[flex_india:24369] Re: How to show % symbol in charts

2009-08-07 Thread Vivian Richard
If you are looking to put the % in axis then here is the solution: http://blog.flexexamples.com/2007/11/15/creating-a-custom-label-function-on-a-flex-linechart-controls-linear-axis/ If you are trying to put it in the data tip then here is the solution:

[flex_india:24336] Re: Nike+ Like bar chart

2009-08-06 Thread Vivian Richard
Yes right click of the link will let you see the source code. On Thu, Aug 6, 2009 at 10:42 PM, Preetham Hegdepreethamheg...@gmail.com wrote: I have found that nikePlus chart from the same link. Im using it. Its cool. Its using Degrafa. On Thu, Aug 6, 2009 at 11:58 PM, Vivian Richard

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

2009-08-06 Thread Vivian Richard
I also had this same requirement so I can guess what you are looking for!!! :-) He wants to draw a line on the chart. Suppose in a chart where you are showing the the grade distribution where 90-100 is A anything below 60 is F. Now in every Grade border you want to draw a

[flex_india:24092] Re: HTML component question

2009-07-29 Thread Vivian Richard
this var document:Object = e.currentTarget.window.document;   //(private function onHTMLLoadComplete(e:Event):void) Rohit Bhatia On Jul 27, 2:03 pm, Vivian Richard kanps...@gmail.com wrote: Hi as I load a page in my html component using mx:HTML component, how do I call a javascript function

[flex_india:24090] Re: HTML component question

2009-07-29 Thread Vivian Richard
: use externalInterface method of actionscript                          OR u can get the javascript variable like this var document:Object = e.currentTarget.window.document;   //(private function onHTMLLoadComplete(e:Event):void) Rohit Bhatia On Jul 27, 2:03 pm, Vivian Richard kanps

[flex_india:23988] HTML component question

2009-07-27 Thread Vivian Richard
Hi as I load a page in my html component using mx:HTML component, how do I call a javascript function that is in the html content. for example mx:HTML id=html location=http://www.google.com/ in loaded. Now as I see in the source page in google.com there is a javascript function called SS().

[flex_india:23961] Re: Flex Chart Zoom using slider component

2009-07-24 Thread Vivian Richard
Take a look at these examples: http://www.meutzner.com/blog/attachments/360/sample_index.htm On Wed, Jul 22, 2009 at 10:43 PM, Srinivasan Sudharsanamindiansrin...@gmail.com wrote: Hi I want to zoom Line Chart Area using slider component. Can you please advice how to

[flex_india:23946] Re: Flex Calendar

2009-07-23 Thread Vivian Richard
You have not seen this one though http://www.thetechlabs.com/tutorials/interfaces/create-a-dynamic-event-calendar-in-flex-builder-3-with-actionscript-30/ On Wed, Jul 22, 2009 at 10:45 PM, Morme2t...@gmail.com wrote: hi... I want to create a calendar with three views (

[flex_india:23763] Re: What is cs3 and cs4?

2009-07-16 Thread Vivian Richard
Adobe provides all different kind of designing tools like Flash, Illustrator, photoshop, Dream weaver ... CS stands for Creative Suite. The last release of the all those tools are called CS3 and the current one is called CS4. So when you say Flash CS4 that means the latest

[flex_india:23595] Re: Zooming in Charts

2009-07-08 Thread Vivian Richard
to zooming. Regards Kalavati On Tue, Jul 7, 2009 at 11:29 PM, Vivian Richard kanps...@gmail.com wrote:   I guess you need something like this: http://www.meutzner.com/blog/attachments/360/Flex_Finance_Step5.html   Follow this: http://www.meutzner.com/blog/index.cfm/2007/8/14/Google-Finance

[flex_india:23567] Re: Zooming in Charts

2009-07-07 Thread Vivian Richard
I guess you need something like this: http://www.meutzner.com/blog/attachments/360/Flex_Finance_Step5.html Follow this: http://www.meutzner.com/blog/index.cfm/2007/8/14/Google-Finance-with-Flex-Code On Tue, Jul 7, 2009 at 5:45 AM, kalavati

[flex_india:23119] Re: please help me to make family tree in flex.

2009-06-20 Thread Vivian Richard
Check it out: http://lab.kapit.fr/display/diagrammer/Diagrammer On Sat, Jun 20, 2009 at 12:54 AM, JKjkotwa...@gmail.com wrote: hi please help me to make family tree in flex.    I have downloaded SpringGraph Samples from Mike-Shepherd’s Web site. but in each sample, nodes

[flex_india:23048] Flying text or passing text??

2009-06-17 Thread Vivian Richard
Hi, I am trying to create an effect using text. I do not know what to call it - flying text or passing text!! At the bottom of the TV screen we always see Headline news or stock market info text are moving from right to left - I want to do something like that. What is the best

[flex_india:23058] Re: Flying text or passing text??

2009-06-17 Thread Vivian Richard
think you should check the following link for creating a marquee text in flex. http://butterfliesandbugs.wordpress.com/2007/09/06/marquee-component/ HTH, -Ravi On Jun 17, 10:05 am, Vivian Richard kanps...@gmail.com wrote:   Hi, I am trying to create an effect using    text. I do not know

[flex_india:23060] Re: Flying text or passing text??

2009-06-17 Thread Vivian Richard
marquee text. Its just auto scroll text from right to left. I didn't understand for what u want the best option for. To do it in flash or the simplest platform (html) to do it. On Jun 17, 10:05 am, Vivian Richard kanps...@gmail.com wrote:   Hi, I am trying to create an effect using    text. I do

[flex_india:22721] CHARTING in Flex 4

2009-06-03 Thread Vivian Richard
Hi, what is new in Charting in Flex 4? Did any one find any new features? 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:22683] Re: got my flex builder 4!!!!!!!!!!!!!!!!!!!!!!!

2009-06-02 Thread Vivian Richard
Actually there was a conference is San Francisco last Friday and I got that DVD from there. Only the attendees got the DVD. As I said now any one can download it from the Adobe lab. Here is the Flash camp link: http://www.flashcamp.org/ Regards On Mon, Jun 1,

[flex_india:22668] Re: got my flex builder 4!!!!!!!!!!!!!!!!!!!!!!!

2009-06-01 Thread Vivian Richard
, Venkat Viswanathan helloven...@gmail.com wrote: Hey Vivian, How did u get the Flash Camp DVD? Regards, Venkat www.venkatv.com On Sat, May 30, 2009 at 12:45 PM, Vivian Richard kanps...@gmail.com wrote:   Here is how the Flex builder 4 DVD looks like

[flex_india:22664] download Flex Builder 4 aka Flash builder NOW!!!!

2009-06-01 Thread Vivian Richard
Here is the link: http://labs.adobe.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

[flex_india:22679] Re: got my flex builder 4!!!!!!!!!!!!!!!!!!!!!!!

2009-06-01 Thread Vivian Richard
Yes it is Flash builder. Now you can download it here: http://labs.adobe.com/ On Sat, May 30, 2009 at 5:29 PM, edwin.vgw...@gmail.com wrote: I want a copy! On Sat, May 30, 2009 at 3:15 AM, Vivian Richard kanps...@gmail.com wrote:   Here is how the Flex builder 4 DVD

[flex_india:22031] Re: Discovering cairngrom

2009-05-05 Thread Vivian Richard
Download and watch these videos: http://www.davidtucker.net/2008/04/01/cairngorm-videos-available-as-flv-downloads/ On Mon, May 4, 2009 at 11:31 AM, Mohamed Feki feki@gmail.com wrote: Hi,  I am new to Flex can any one explain me The Cairngorm architecture,  and provide me the

[flex_india:21802] Re: how can i change flex default progressbar , preloader to custom preloader

2009-04-23 Thread Vivian Richard
Please take a look at this: http://www.onflex.org/ted/2006/07/flex-2-preloaders-swf-png-gif-examples.php On Thu, Apr 23, 2009 at 2:46 AM, Alex inderjit1...@gmail.com wrote: I want to change preloader of muy flex application . any easy way to do that ? thanks

[flex_india:21769] blazeds and J2EE application

2009-04-22 Thread Vivian Richard
Hello Devs, I am working to integrate BlazeDs with an existing J2EE application. What I am trying to do is create an administrative flex app where the admin can see what changes are happening in the J2EE app. I need to call some of the J2EE app APIs to get the data and pass it to the

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

2009-04-17 Thread Vivian Richard
On 4/14/09, Vivian Richard kanps...@gmail.com 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

[flex_india:21480] how do I install eclipse plugin??

2009-04-14 Thread Vivian Richard
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

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

2009-04-14 Thread Vivian Richard
for eclipse folder and there u provide the path of the eclipse. Like this My eclipse folder is at F:\eclipse3.3\ so just provide such path. I hope u get that!! On Tue, Apr 14, 2009 at 2:53 AM, Vivian Richard kanps...@gmail.com wrote:    Hello all.    So far I was using FB but  now I

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

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

[flex_india:20422] datagrid cell

2009-03-15 Thread Vivian Richard
Hi am trying to retrieve the data from a datagrid pointed by its column number and row number. Suppose if 4,5 is given I need to find the value that is stored in column 4 and row 5. How do I do that. Regards... --~--~-~--~~~---~--~~ You received this message

[flex_india:20427] Re: datagrid cell

2009-03-15 Thread Vivian Richard
]; Alert.show(cellStr); } This does what exactly you are looking for!! Note: I considered 0 as starting index for row as well as column HTH, -Ravi On Mar 15, 12:54 pm, Vivian Richard kanps...@gmail.com wrote: Hi am trying to retrieve the data from a datagrid pointed by its column number and row

[flex_india:19686] Re: XMLList as dataprovider

2009-02-25 Thread Vivian Richard
added more Capitals /Capitals nodes they also do show up!! So I guess my understanding about how this XMLList dataprovider is not correct. Could you please clarify it for me. Regards On Wed, Feb 25, 2009 at 1:47 AM, Vivian Richard kanps...@gmail.com wrote:     Thanks Ravi

[flex_india:19660] XMLList as dataprovider

2009-02-24 Thread Vivian Richard
Hello devs, I was trying to use XMLList as dataprovider for charts and also for datagrid. But for some reason the data is not showing up. Can XMLList be used as dataprovider for charts or datagrid? Regards

[flex_india:19216] tree problem

2009-02-13 Thread Vivian Richard
Hi devs, I am reading the following the xml segment as XMLList. I am trying to produce a tree with it but with out ans result. Please suggest. Here is the xml segment that I was able to read: Tree xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#; xmlns:xlink=http://www.w3.org/1999/xlink;

[flex_india:19247] Re: tree problem

2009-02-13 Thread Vivian Richard
wrote: Hi You must to have a children node... or you must to use a DataDescriptor for you data... 2009/2/13 Vivian Richard kanps...@gmail.com Hi devs, I am reading the following the xml segment as XMLList. I am trying to produce a tree with it but with out ans result. Please suggest. Here

[flex_india:18525] Re: Interview questions

2009-01-25 Thread Vivian Richard
Hey Hissam, thanks for the link. Liked your fighter game. End up playing it for 15 mins ;-). Good job. On Sun, Jan 25, 2009 at 3:52 AM, HISSAM hissam.sher...@gmail.com wrote: Hey guys just created a blog for Flex interview questions Not all the questions are answered, dont have

[flex_india:18414] Re: flex plugin for eclipse

2009-01-21 Thread Vivian Richard
Please take a look at the bottom of the link: http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3email On Wed, Jan 21, 2009 at 10:21 AM, HISSAM hissam.sher...@gmail.com wrote: Hey Can anyone send me a link for downloading flex plugin for eclipse 3.3

[flex_india:18424] Re: flex plugin for eclipse

2009-01-21 Thread Vivian Richard
u r welcome On Wed, Jan 21, 2009 at 5:36 PM, HISSAM hissam.sher...@gmail.com wrote: Thanks buddy On Wed, Jan 21, 2009 at 10:26 AM, Vivian Richard kanps...@gmail.com wrote: Please take a look at the bottom of the link: http://www.adobe.com/cfusion/entitlement/index.cfm?e

[flex_india:17479] Re: Call a phone from flex using Ribbit

2008-12-16 Thread Vivian Richard
mx:Button click=makeCall() label=Dial/mx:Button mx:TextInput id=firstNo/mx:TextInput mx:TextInput id=secondNo/mx:TextInput /mx:Application On Wed, Nov 19, 2008 at 10:37 PM, Vivian Richard kanps...@gmail.com wrote: Hi Vishal, please check this link in YouTube: http://www.youtube.com

[flex_india:17480] Re: Call a phone from flex using Ribbit

2008-12-16 Thread Vivian Richard
Oops forgot to paste the link http://www.gotoandlearn.com/play?id=97 On Tue, Dec 16, 2008 at 12:12 PM, Vivian Richard kanps...@gmail.com wrote: Please see this tutorial about Ribbit. Lee just uploaded it. On Thu, Nov 20, 2008 at 4:45 AM, vishal lad vish...@gmail.com

[flex_india:17302] Re: Interview questions

2008-12-11 Thread Vivian Richard
flickr as an example. The point of the question is whthere one will be able to load cross domain images from Flex . The question was not intended to check if the developer is aware of Flickr api or its intricacies Healthy discussion though.:-) Vivian Richard wrote: By the way Venkat I guess

[flex_india:17130] Re: arraycollection merge

2008-12-07 Thread Vivian Richard
these 3 arrayCollections somewhere else too? Regards, Venkat www.venkatv.com On Sun, Dec 7, 2008 at 5:29 AM, HISSAM [EMAIL PROTECTED] wrote: yes u have to merge all the 3 to make 1 dataprovider On Sat, Dec 6, 2008 at 9:01 AM, Vivian Richard [EMAIL PROTECTED] wrote: Hi I have three different

[flex_india:17137] Re: Interview questions

2008-12-07 Thread Vivian Richard
the other page. Same applies to XMLHTTPRequest as well. And thats the reason why you dont need the cross-domain.xml file when you run an SWF locally (using Flash Player EXE). Regards, Venkat www.venkatv.com On Sun, Dec 7, 2008 at 8:58 AM, Vivian Richard [EMAIL PROTECTED] wrote: Just one

[flex_india:17113] Re: Interview questions

2008-12-06 Thread Vivian Richard
Yes, I want to be YOU and would like to see the answer of these questions. Are you gonna post them? On Sat, Dec 6, 2008 at 4:58 AM, vengu [EMAIL PROTECTED] wrote: Thanks for the free PR. Thats my blog :-) On Dec 5, 6:56 pm, prasad chalasani [EMAIL PROTECTED] wrote: hi some

[flex_india:17114] arraycollection merge

2008-12-06 Thread Vivian Richard
Hi I have three different arraycollections and I want to bind them all as dataprovider to a datagrid. How do I do that? Can a datagrid have have 3 dataproviders and can it display all these dataproviders' info at the same time? Or I do need to merge my three arraycollections into one and then

[flex_india:17118] Re: Interview questions

2008-12-06 Thread Vivian Richard
I am not sure about the answer # 2. I believe that there is a way around it. here is what once some one told me about this cross domain thing: the crossdomain restriction only applies to data service calls make directly from the Flash Player. Server processes, like Blaze, or LCDS or

[flex_india:17119] Re: Interview questions

2008-12-06 Thread Vivian Richard
Just one more thing. Please take a look at page 14/15 of the following link: http://www.bloginblack.de/files/MAXKorea2006_KaiKoenig_FDS101.swf On Sat, Dec 6, 2008 at 7:05 PM, Vivian Richard [EMAIL PROTECTED] wrote: I am not sure about the answer # 2. I believe that there is a way

[flex_india:17041] Re: Christophe example

2008-12-04 Thread Vivian Richard
Please ignore this email. It is working fine. Regards... On Wed, Dec 3, 2008 at 9:23 PM, Vivian Richard [EMAIL PROTECTED] wrote: Hi, did any one try to run this example of Christophe: http://coenraets.org/blog/2007/11/interactive-bubble-pipeline-another-hybrid-htmlflex-example/ http

[flex_india:17008] Christophe example

2008-12-03 Thread Vivian Richard
Hi, did any one try to run this example of Christophe: http://coenraets.org/blog/2007/11/interactive-bubble-pipeline-another-hybrid-htmlflex-example/ http://coenraets.org/samples/bubblepipeline/pipeline.html ??? I was trying to run it but do not get anything inside the chart. I believe that I

[flex_india:16466] Re: Advanced datagrid dataprovider changing error

2008-11-23 Thread Vivian Richard
motivation. When we address a problem, we should focus on the problem not people behind the problem. Only By making healthy discussion/ we can make healthy solutions. Happy Flexing :-) Thanks, Sathish On Tue, Nov 18, 2008 at 1:37 AM, Vivian Richard [EMAIL PROTECTED] wrote: Wow

[flex_india:16347] Re: Call a phone from flex using Ribbit

2008-11-19 Thread Vivian Richard
Hi Vishal, please check this link in YouTube: http://www.youtube.com/watch?v=KqxGhiC-zNcfeature=related I was in this event in Sunnyvale. There are 5 videos and we had a step by step tutorials there. I also had all the example codes but I guess now I lost it. I guess you can

[flex_india:16252] Re: Advanced datagrid dataprovider changing error

2008-11-17 Thread Vivian Richard
section in the issue for more details. -Sameer On Nov 15, 3:56 pm, Vivian Richard [EMAIL PROTECTED] wrote: Hi I am trying to change the dataprovider of a advanced datagrid where I am using HierarchicalData as data provider. My ADG code is this: mx:AdvancedDataGrid width=20% height=50

[flex_india:16159] Advanced datagrid dataprovider changing error

2008-11-15 Thread Vivian Richard
Hi I am trying to change the dataprovider of a advanced datagrid where I am using HierarchicalData as data provider. My ADG code is this: mx:AdvancedDataGrid width=20% height=50% mx:dataProvider mx:HierarchicalData id=HD source={dpHierarchy}/ /mx:dataProvider mx:columns mx:AdvancedDataGridColumn

[flex_india:15469] out of memory error

2008-10-24 Thread Vivian Richard
Hi I am facing this out of memory error: An out of memory has occurred I searched and saw that some one suggested to make some changes on FlexBuilder configuration Settings file. Now my file configuration file contains the followings: --vmargs -Xms128m

[flex_india:15025] Re: AIR application window size

2008-10-13 Thread Vivian Richard
Hey Hardeep, I got the answer by going through your tips. nativeWindow.maximize(); in the fllScrn() did it for me. Regards.. On Mon, Oct 13, 2008 at 10:33 AM, Vivian Richard [EMAIL PROTECTED] wrote: Great Hardeep!!! Your MANTRA worked like magic

[flex_india:14992] AIR application window size

2008-10-12 Thread Vivian Richard
Hi I was wondering how can I make the AIR application window full screen. I mean it is going to cover the whole monitor. I tried it with width and height 100% but it did not work. Please advice. --~--~-~--~~~---~--~~ You received