[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" g

Re: [flex_india:33723] Hai

2011-05-11 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 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 received this message

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

2010-02-14 Thread Vivian Richard
nd 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 wrote: &

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

2010-02-12 Thread Vivian Richard
working .Could you please advise any thing we can do to unicode > look bit better ? > > Regards > Kiran > > > On Fri, Feb 12, 2010 at 12:34 PM, Vivian Richard wrote: > >> Try it with Flex 4 and will not need to do any extra steps. >> >> >> >> >>

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 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 was > not found o

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 -- http://www.adobe.com/2006/mxml"; layout="absolute"> DataGrid { color: #00; headerStyleName: "mydataGridHeaderStyle"; } .mydataGridHeaderStyle {

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

2009-11-04 Thread Vivian Richard
You can also go to the following link and explore more: http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html On Tue, Nov 3, 2009 at 10:43 PM, Vivian Richard wrote: > Here is the code try this -- > > > > http://www.adobe.com/200

[flex_india:26300] Re: twitter client app

2009-11-02 Thread Vivian Richard
; 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 wrote: >> >>     Hi, I see this

[flex_india:26288] Re: twitter client app

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

[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 tutor

[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. http://www.adobe.com/2006/mxml"; layout="absolute"

[flex_india:25638] Re: rotating at the center

2009-10-04 Thread Vivian Richard
nt.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 wrote: >> I am trying to create a vertical button!!! Basically a 90 de

[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. Ho

[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 thi

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

2009-08-18 Thread Vivian Richard
; >    } >    else{ >        f_Array = tempAC; >    } > >    myDataGrid.dataProvider = f_Array; > > > } > > > HTH, > > -Ravi > http://achieveravi.blogspot.com > > On Aug 15, 12:48 pm, Vivian Richard wrote: >> Hi, when I am trying to read a RSS li

[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 httpservi

[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: http://blog.flex

[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: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 Hegde 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

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

2009-08-06 Thread Vivian Richard
Please talk a look at this one http://merhl.com/flex3_samples/nikePlus/ Will definitely give you some idea how to skin a Column/bar chart. On Wed, Aug 5, 2009 at 10:59 PM, Preetham Hegde wrote: > Hi All, > > I have req. to do a customised bar chart,  the one like nike+, > Can an

[flex_india:24090] Re: HTML component question

2009-07-29 Thread Vivian Richard
features changed since Flex 3 was released. On Wed, Jul 29, 2009 at 11:39 AM, Vivian Richard wrote: >    Thanks Rohit for the link and for your reply. As I see this whole >    example was written in HTML and JS, my situation is a little >    different. My app is in mxml. I am using the

[flex_india:24092] Re: HTML component question

2009-07-29 Thread Vivian Richard
ntroduction-to-adobe-air/ > > On Jul 27, 3:56 pm, rohit wrote: >> use externalInterface method of actionscript >>                          OR >> u can get the javascript variable like this >> >> var document:Object = e.currentTarget.window.document;   //(private

[flex_india:23988] HTML component question

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

[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 Sudharsanam wrote: > > Hi > > I want to zoom Line Chart Area using slider component. > Can you please advice how to proceed? > or > Send me a

[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, Mor wrote: > > hi... > > I want to create a calendar with three views ( Month view, Week v

[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 versi

[flex_india:23595] Re: Zooming in Charts

2009-07-08 Thread Vivian Richard
> > > Regards > Kalavati > > On Tue, Jul 7, 2009 at 11:29 PM, Vivian Richard wrote: >> >>   I guess you need something like this: >> >> >> http://www.meutzner.com/blog/attachments/360/Flex_Finance_Step5.html >> >>   Follow this: >>

[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 singh wrote: >

[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, JK 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 shows relate

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

2009-06-17 Thread Vivian Richard
t 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 wrote: >>   Hi, I am trying to create an effect using >&g

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

2009-06-17 Thread Vivian Richard
Thanks a lot Renu. Cannot ask any more You ROCK On Wed, Jun 17, 2009 at 4:11 AM, Vivian Richard wrote: >   Thanks Ravi for the info - "TICKER/MARQUEE" >          I will keep it in mind - definitely > > > > > > On Wed, Jun 17, 2009 at 2:

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

2009-06-17 Thread Vivian Richard
at is known as marquee. I 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 wrote: >>   Hi, I am trying

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

2009-06-16 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:22787] Re: flex+java application

2009-06-05 Thread Vivian Richard
Please check this: http://coenraets.org/blog/2007/01/flex-test-drive-server-for-java-developers-tomcat-based/ On Fri, Jun 5, 2009 at 9:05 AM, Gerald Anto wrote: > > Hello Friends, > now i am having flex builder 3 professional and i need to do flex with > java application. > i am usi

[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 fl

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

2009-06-01 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: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, wrote: > I want a copy! > > On Sat, May 30, 2009 at 3:15 AM, Vivian Richard wrote: >> >>   Here is how the Flex bui

[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:22668] Re: got my flex builder 4!!!!!!!!!!!!!!!!!!!!!!!

2009-06-01 Thread Vivian Richard
, Venkat Viswanathan 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 wrote: >> >>   Her

[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 wrote: > > Hi, >  I am new to Flex can any one explain me The Cairngorm architecture, >  and provide me the very simple ex

[flex_india:21978] Fedora 10 FlexDS

2009-05-02 Thread Vivian Richard
Hi devs, I have installed FlexDS in fedora 10 and have also installed JAVA 1.6. I did not defined JAVA_HOME though. FlexDS will not start with out JAVA_HOME defined. Where and how exactly do I define JAVA_HOME? I did Google search on it but did not find some thing that answered my questions clear

[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 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-16 Thread Vivian Richard
nkar > > > 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_W

[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 wrote: >> >>    Hello all.

[flex_india:21481] Re: Drawing chart

2009-04-14 Thread Vivian Richard
Here is the solutions please copy and execute the code from the examples --- http://livedocs.adobe.com/flex/3/html/help.html?content=charts_intro_7.html On Tue, Apr 14, 2009 at 2:09 AM, Akhil Agrawal wrote: > > result = [{Count=3000, ID=5874, Field_Name =System}, {Co

[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 inst

[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 wrote: > Hello All, > > Attached file will describe you how to make rich internet application so > easy, here you will get different kin

[flex_india:20817] resizable list item

2009-03-24 Thread Vivian Richard
Hello devs, I am trying to use auto resizable list item in a list component. Here is how it will work : if the number of the components in the list is 1, the list item height will be 100% of the list component, if there are 2 list items then

[flex_india:20427] Re: datagrid cell

2009-03-15 Thread Vivian Richard
d]; > 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 wrote: >> Hi am trying to retrieve the data from

[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 becau

[flex_india:19697] Re: XMLList as dataprovider

2009-02-25 Thread Vivian Richard
is how the XMLList work. > If you want to restrict it to just one node then you can use capitals > [0].Capitals[0].capital or capitals[0].Capitals[1].capital. > > -Ravi > > On Feb 25, 3:05 pm, Vivian Richard wrote: >>     Great But I got a question even though this code w

[flex_india:19696] Re: Fwd: [flex_india:19687] Re: XMLList as dataprovider

2009-02-25 Thread Vivian Richard
Hi Srin, please start a new thread for your request. Also title it appropriately so that the readers will get an idea about your inquiry. Since you posted your inquiry in this thread, most of the readers will think that we are discussing about XMLList. Regards On Wed, Feb

[flex_india:19686] Re: XMLList as dataprovider

2009-02-25 Thread Vivian Richard
tem and as I added more 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 wrote: >     Thanks Ravi! Let me educate m

[flex_india:19685] Re: XMLList as dataprovider

2009-02-25 Thread Vivian Richard
dobe.com/2006/mxml";> >     >         >             >                 >                 >                 >                 >             >             >                 >                 >                 >                 >             >         >     >     bottom="20"/> > > > HTH, >

[flex_india:19662] Re: XMLList as dataprovider

2009-02-24 Thread Vivian Richard
-Ravi > > On Feb 25, 11:46 am, Vivian Richard wrote: >>         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

[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:19247] Re: tree problem

2009-02-13 Thread Vivian Richard
escriptor for > you data... > > > > 2009/2/13 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 >> s

[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: http://www.w3.org/1999/02/22-rdf-syntax-ns#"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns="http://

[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 wrote: > > Hey guys just created a blog for Flex interview questions > > Not all the questions are answered, dont have much time to answer all

[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 wrote: > Thanks buddy > > On Wed, Jan 21, 2009 at 10:26 AM, Vivian Richard wrote: >> >> Please take a look at the bottom of the link: >> >> http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex

[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 wrote: > > Hey > > Can anyone send me a link for downloading flex plugin for eclipse 3.3 > > > --~--~-~--~~

[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 wrote: > Please see this tutorial about Ribbit. Lee just uploaded it. > > > > On Thu, Nov 20, 2008 at 4:45 AM, vishal lad wrote: >&g

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

2008-12-16 Thread Vivian Richard
gt; reason is.Can you just tell me what are the possible cases where we are just > not able to make a call. > > http://www.adobe.com/2006/mxml"; > xmlns:ribbit="com.ribbit.api.*" creationComplete="login()"> > > > > > > > >

[flex_india:17302] Re: Interview questions

2008-12-11 Thread Vivian Richard
t; > I was only using 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 th

[flex_india:17137] Re: Interview questions

2008-12-07 Thread Vivian Richard
> 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 more thing. Please take a look at page 14/15 of the >> following lin

[flex_india:17130] Re: arraycollection merge

2008-12-07 Thread Vivian Richard
different sources, or are you using 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 dataprovide

[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

[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: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 bind

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

[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-h

[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 d

[flex_india:16764] Re: interview question

2008-11-30 Thread Vivian Richard
You got the job Satish :-). Impressive. On Sun, Nov 30, 2008 at 9:16 AM, HISSAM <[EMAIL PROTECTED]> wrote: > NICE ANSWERS SATISH > > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" gr

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

2008-11-25 Thread Vivian Richard
e other Screen, if u just access the model locator and change this > source, it will reflect in your Grid. > In Your Case, Since we have problem with adg bindings, you can share the adg > instance by registering it into ModelLocator ... > Atached is the Sample Code.. > Please revert b

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

2008-11-24 Thread Vivian Richard
please disregard it. It is working now... On Sun, Nov 23, 2008 at 5:21 PM, Vivian Richard <[EMAIL PROTECTED]> wrote: > Sathish, now I got a little different issue. I have this > advanceddatagrid in the application > which is in another component id "controlPanel

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

2008-11-23 Thread Vivian Richard
y 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 excellent. Much better and much efficient than that of mine >

[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-zNc&feature=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:16258] Re: Advanced datagrid dataprovider changing error

2008-11-17 Thread Vivian Richard
ow is the modified code . > > > > http://www.adobe.com/2006/mxml";> > > > >> >> >> >> >> >> >> >> >> >> >> >> >>

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

2008-11-17 Thread Vivian Richard
";> On Mon, Nov 17, 2008 at 8:03 AM, Sameer <[EMAIL PROTECTED]> wrote: > > I think you are facing this issue - > http://bugs.adobe.com/jira/browse/FLEXDMV-1334 > > Its fixed, see the comments section in the issue for more details. > > -Sameer > > On

[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: I tried to switch the dataprovider as HD.source = anotherArray; But it did not work. Here I am attaching the code if that helps to find the mistake.

[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 -Xmx51

[flex_india:15027] Re: AIR application window size

2008-10-13 Thread Vivian Richard
>} > > Cheers !!! > > Hardeep Thakur > > > On Oct 13, 9:39 am, "Vivian Richard" <[EMAIL PROTECTED]> wrote: >> Hi I was wondering how can I make the AIR application window >> full screen. I mean it is going to cover the wh

[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 wo

[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 thi

[flex_india:13890] Re: HOW TO PERFORM LOGIN FROM XML or DB IN FLEX?

2008-09-10 Thread Vivian Richard
Please check these links and they will give you some clue: http://www.robsondesign.com/blog/index.php/2008/01/07/login-panel-happy-2008/ http://www.adobe.com/devnet/flex/quickstart/defining_state_transitions/ http://livedocs.adobe.com/flex/3/html/help.html?content=transitions_2.h

[flex_india:13389] Re: Fwd: Application flash ( Mrinal this is for you and all the other members of this community )

2008-08-28 Thread Vivian Richard
Hi Arindam, I see no one is answering your email, so I decided to do so. I understand your point but Anurag also has a point. I believe that Anurag thought that since you already have a customer and definitely going to make money out of it and do not know how to solv

[flex_india:13380] Re: Free Flex Builder courtesy Adobe

2008-08-28 Thread Vivian Richard
Hi Mrinal, the link is not working What is the news??? On Wed, Aug 27, 2008 at 5:08 PM, Mrinal Wadhwa <[EMAIL PROTECTED]> wrote: > Adobe just made an exciting announcement that I'm sure will interest many, > check it out ... > http://weblog.mrinalwadhwa.com/2008/08/28/wo

[flex_india:13300] flex application screen shot

2008-08-26 Thread Vivian Richard
Hi I am trying to get a screen shots of my flex application for a document. I am using "print screen" button to capture the screen shot but the picture quality is not coming good. What is the best way to do so. Regards... --~--~-~--~~~---~--~~ You rece