[flex_india:19342] Re: viewStackEffects

2009-02-16 Thread edwin . vgwhiz
Great. Thank you! On Mon, Feb 16, 2009 at 9:31 AM, jaisiva send2sivagan...@gmail.com wrote: http://flexexamples.blogspot.com/2007/ search this link also. On Feb 16, 10:48 am, subeesh a subees...@gmail.com wrote: Here is the example . Right click to view the source.

[flex_india:19343] Re: widget

2009-02-16 Thread edwin . vgwhiz
Hi All, If anyone can build a similar app in Flex, Please drop me an email. See Link below. I'd like to build the same app with dynamic charts and dynamic updating capabilities. Thanks

[flex_india:19352] Re: viewStackEffects

2009-02-16 Thread edwin . vgwhiz
Hi Subeesh, I still can't run the effects? Can you email me a zip file with everything in place? Appreciated. Ed -- Sincerely Edwin Melendez Print/Web/Media 646-246-4368 On Mon, Feb 16, 2009 at 12:48 AM, subeesh a subees...@gmail.com wrote: Here is the example . Right click to view the

[flex_india:19459] Re: Doubts

2009-02-18 Thread edwin . vgwhiz
Working on it. Not an easy fix. On Wed, Feb 18, 2009 at 12:32 PM, cool saurabh saurabh.decentc...@gmail.com wrote: Hi all, IS anyone got how i can fix the problem Regards Saurabh On Wed, Feb 18, 2009 at 8:53 AM, cool saurabh saurabh.decentc...@gmail.com wrote: Hi all, I am still

[flex_india:19458] Re: itemrender trouble in a list

2009-02-18 Thread edwin . vgwhiz
Where's your dataProvider Code On Wed, Feb 18, 2009 at 12:50 PM, jozeFlex diox...@gmail.com wrote: Hi! I've got a problem with mx:List. The fact is that I've got some news in my list and we somebody clicks into '+' button I want the news to expand. I use a List with a custom component

[flex_india:19479] Re: Column Chart

2009-02-19 Thread edwin . vgwhiz
Hi All, How can I make the email a mailto: Link See Below. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical verticalAlign=top horizontalAlign=center backgroundGradientColors=[0x00,0x323232] paddingTop=0

[flex_india:19498] Re: ViewStack unselecting first selecting

2009-02-19 Thread edwin . vgwhiz
Try selectedIndex=-1 as the property. On Thu, Feb 19, 2009 at 10:04 AM, Romulko roman.ma...@gmail.com wrote: Hello guys. Please, help me to resolve this issue - I have a ViewStack component and it have some count of children's. By default, every-time when the View Stack was init, it

[flex_india:19539] Re: Flex developers

2009-02-21 Thread edwin . vgwhiz
Hi Saurabh, SalesGraphics is doing alot of Flex work. http://www.salesgraphics.com I'm trying to get an internship there, but this could be a very nice contact for you. Keep me posted on what they are doing. Thanks Ed Melendez New York City On Fri, Feb 20, 2009 at 5:01 AM, Saurabh

[flex_india:19650] Re: graphing flat data in Flex

2009-02-24 Thread edwin . vgwhiz
That's a very good question. Perhaps data can be in an outside xml file that can be dynamically updated. Any takers? On Tue, Feb 24, 2009 at 12:05 PM, sig_UVA walkerhun...@gmail.com wrote: I am looking through the graphing components that come with Flex and they seem straightforward.

[flex_india:19905] Re: Doubts in SWF

2009-03-02 Thread edwin . vgwhiz
Natarajan, Attach your swf and flex doc and I'll help you. On Sat, Feb 28, 2009 at 8:18 AM, vnatrajan...@gmail.com wrote: Hi Dudes, I have one SWF file. i want to be PLAY ,PAUSE and STOP. i want to do these kind of operations how to do it Help me plz Regards Natarajan --

[flex_india:19906] Re: DRAW LINE TO CONNECT FAMILY TREE

2009-03-02 Thread edwin . vgwhiz
Can you show me the code for this?? On Mon, Mar 2, 2009 at 8:58 AM, Ravi ravindra.cho...@gmail.com wrote: Thanks yogesh,it helps..i used graphics class and then lineTo method to draw a line. On Mar 2, 4:24 pm, Yogesh Gaur letsrockwi...@gmail.com wrote: use graphics class and then lineTo

[flex_india:20000] Re: DRAW LINE TO CONNECT FAMILY TREE

2009-03-04 Thread edwin . vgwhiz
Thanks Buddy! On Tue, Mar 3, 2009 at 12:30 AM, Ravi ravindra.cho...@gmail.com wrote: Hello edwin, following is the code to draw line to connect two points In my application i connect two components male and female (add_male_id,add_female_id are thr corrosponding ids). and first is the main

[flex_india:20274] Re: how to pause a swf file which is loaded into another swf project

2009-03-10 Thread edwin . vgwhiz
Hi, Can you share that code with us? On Fri, Mar 6, 2009 at 5:03 AM, kid in flex prasanna15...@gmail.com wrote: hi everybody i've 2 mxml applications. in the first application i've a flv file embedded in a mxml application and its running fine, i 've loaded the running swf into the second

[flex_india:20538] Re: tab title

2009-03-18 Thread edwin . vgwhiz
I'm looking to have the TextInput text box change to blank when clicked into. Can someone help me here. mx:TextInput accessibilityProperties= text=Search: width=100% maxWidth=200 id=Search editable=true enabled=true displayAsPassword=false/ On Tue, Mar 17, 2009 at 11:51 AM, Anil

[flex_india:20801] Re: Search for a word in string

2009-03-24 Thread edwin . vgwhiz
How do i control Shadow alpha in Flec. Can someone show me the property? Thanks in advance. Ed On Tue, Mar 24, 2009 at 7:20 AM, Ajo Paul ajopau...@gmail.com wrote: I have a string as Barrack Obama, i want to write a method which returns true if a substring is found. it should return true for

[flex_india:21015] Re: DoubleClick disable in datagrid

2009-03-31 Thread edwin . vgwhiz
Try this! doubleClick=false On Mon, Mar 30, 2009 at 1:32 PM, Neeraj neerajon...@gmail.com wrote: Hi , write event handler on itemdoubleclick and call event.stopImmediatePropogation() method. Hope this will work for you . Neeraj On Mar 30, 1:20 pm, Karthik K cse.k.kart...@gmail.com

[flex_india:21154] Re: color picker size

2009-04-02 Thread edwin . vgwhiz
Do you want to limit the colors? Can you post the application for better understanding? On Thu, Apr 2, 2009 at 5:45 AM, nd nilesh@gmail.com wrote: Hi All, I am working on the color picker in AIR. I want to change the color picker pallet size, i.e. the color pallet that comes out when

[flex_india:21938] Re: Scheduling sample?

2009-04-30 Thread edwin . vgwhiz
Hey Guys, Any live applications available that are usinfg Flexlib? If so, can you supply some links for review. Thanks a Mil. NYC On Wed, Apr 29, 2009 at 9:40 AM, Ravi Mishra ravi.achi...@gmail.com wrote: That's gr8!! Can u share the sample with us? -Ravi On Apr 29, 6:39 pm, Karthik K

[flex_india:22090] Re: Scaling Component

2009-05-07 Thread edwin . vgwhiz
Send code for review. On Thu, May 7, 2009 at 3:00 AM, Paritosh Bisi paritosh.b...@gmail.comwrote: All, I one component in my application to scale according to the browser size/re-size. I followed the blog [http://blogs.adobe.com/aharui/

[flex_india:22091] Download PDF

2009-05-07 Thread edwin . vgwhiz
Hi Everyone, Is there any code available for downloading PDF from server by clicking on Button. I'd like to include progress bar and cancel download button. Code would be very helpful.. Thank you Emelendez --~--~-~--~~~---~--~~ You received this message because you

[flex_india:22092] Re: loading image from amazon calling one application from another application

2009-05-07 Thread edwin . vgwhiz
Send the code for review. On Sun, May 3, 2009 at 2:57 AM, acky...@gmail.com acky...@gmail.com wrote: Hi all, I have two doubts in flex which i am posting here... 1) I am having an application in which i have to display product to display image of corresponding product. For image i am

[flex_india:22132] Re: Reoreder images

2009-05-09 Thread edwin . vgwhiz
Hi Hissam, Can you show a sample code on this? On Fri, May 8, 2009 at 3:08 PM, HISSAM hissam.sher...@gmail.com wrote: why are u using canvas, hbox apply drag and drop to the images and make the drop target the hbox, then when u move the images they will order them-selves On Thu, May 7, 2009

[flex_india:22131] Focus event in Flex

2009-05-09 Thread edwin . vgwhiz
Hi All, How do turn off the focus event on a TextArea component so you can not see color boder. See attached. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group,

[flex_india:22202] Re: Color Conversion

2009-05-12 Thread edwin . vgwhiz
Why would you need to do that? Do you mean in file format or within Flex? Not sure why you are asking. On Fri, May 8, 2009 at 2:29 AM, mahesh maheshs...@gmail.com wrote: Hi All, how can we convert RGB to CMYK and CMYK to RGB colors --- Thanks and Regards, Mahesh. --

[flex_india:22227] Re: Render HTML in FLEX

2009-05-13 Thread edwin . vgwhiz
Try this: http://www.mail-archive.com/flexcod...@yahoogroups.com/msg76352.html On Wed, May 13, 2009 at 7:46 AM, Pradip Jadhav jadhavpradi...@gmail.comwrote: Hi All, I am facing one problem, i want to display some html contents in my flex application. I tried that using iframe but its not

[flex_india:22230] Re: Flex Slide Show

2009-05-13 Thread edwin . vgwhiz
http://www.fxcomponents.com/fx-slideshow-with-details-text/ On Wed, May 13, 2009 at 5:14 AM, Navien Amirtharaj navien.amirtha...@gmail.com wrote: Hi folks, Can anyone help me to create a slide show in flex using hbox r vbox... Waiting for ur +ve reply -- with Regards, Navien

[flex_india:22255] Re: Handling Modules

2009-05-14 Thread edwin . vgwhiz
The intrinsic attribute is no longer supported. On Thu, May 14, 2009 at 6:29 AM, TP rahul...@gmail.com wrote: Hi, Can anyone please help me to create a module and use it in the main application? Im receiving the following error. VerifyError: Error #1014: Class mx.core::BitmapAsset could

[flex_india:22282] Re: Luanch an third party application from flex/AIR

2009-05-15 Thread edwin . vgwhiz
Dinesh, Well if you know, post it, that's what these discussions are for... On Fri, May 15, 2009 at 8:16 AM, Dinesh Kumar dhineshbhara...@gmail.comwrote: Yes there are some ways to do it. On Tue, May 12, 2009 at 4:11 PM, vishal lad vish...@gmail.com wrote: Hi Friends,Is there any way

[flex_india:22289] Re: Reg : like a tag

2009-05-15 Thread edwin . vgwhiz
Use CSS. On Fri, May 15, 2009 at 6:05 AM, Navien Amirtharaj navien.amirtha...@gmail.com wrote: Dear Folks, can any one help to do the things like a tag in HTML. For example, I want to change the text color after visting that page and also (alink,link,vlink) Plz do the

[flex_india:22297] Re: Flex Builder 4 (next version) will be called Flash Builder | Flex is still the name of the framework

2009-05-17 Thread edwin . vgwhiz
WoW. Thanks for the update! On Sat, May 16, 2009 at 5:07 AM, Mrinal Wadhwa mrinal.wad...@gmail.comwrote: Hi Everyone, This is latest info .. Adobe has announced that the next version of Flex Builder will be called Flash Builder I think although the change is confusing, in the long run it

[flex_india:22298] Re: Reg : like a tag

2009-05-17 Thread edwin . vgwhiz
I hope this helps. Set the for your application. mx:Style Application { horizontalGap: 0; separatorWidth: 2; separatorHeight: 11; letterSpacing: 0; cornerRadius: 3; separatorColor: #00; rollOverColor: #FF0099; selectionColor: #ff00ff; color: #00;

[flex_india:22313] Re: Marquee

2009-05-18 Thread edwin . vgwhiz
Can you send sample code? On Mon, May 18, 2009 at 2:45 AM, Renu Danu renud...@gmail.com wrote: You can use effects for this i.e. Move effect. Thanks, RD On Sun, May 17, 2009 at 6:43 PM, Abhinav Mehta mehta.88...@gmail.comwrote: Guys. Can anybody help me how to create in simple

[flex_india:22347] Re: changing menubar items width

2009-05-19 Thread edwin . vgwhiz
Please attach your code for review. Thanks Ed On Tue, May 19, 2009 at 5:37 AM, dinesh dhineshbhara...@gmail.com wrote: Hi All, Is there any property to set width for each of the menubar items... By default it is adjusting the width based on the label...Any one know how to change this

[flex_india:22350] Re: A Moving toolTip using flex

2009-05-19 Thread edwin . vgwhiz
Try this. You may have to adjust the code. ?xml version=1.0? !-- tooltips/PlacingToolTips.mxml -- mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; verticalAlign=middle horizontalAlign=center mx:Script ![CDATA[ import mx.controls.ToolTip; import

[flex_india:22377] Re: changing menubar items width

2009-05-20 Thread edwin . vgwhiz
I'm not sure how its done with XML. Perhaps you need a linkbar with data provider. On Wed, May 20, 2009 at 4:04 AM, Dinesh Kumar dhineshbhara...@gmail.comwrote: Hi Edwin, Thanks for your reply:)here is the sample ?xml version=1.0 encoding=utf-8? mx:WindowedApplication

[flex_india:22458] Re: flexdeveloper

2009-05-24 Thread edwin . vgwhiz
Hi, Please send me your resume and Flash samples with AS3. Thank you Ed Melendez On Thu, May 21, 2009 at 2:21 AM, mahesh 435.mah...@gmail.com wrote: hi i have interested to join this company.I want to share my feelings with all. Regards D.mahesh babu -- Sincerely Edwin Melendez

[flex_india:22609] Re: Downloading image files from the server and saving them on local disk

2009-05-29 Thread edwin . vgwhiz
Can someone post sample source for this? On Wed, May 27, 2009 at 8:43 AM, Tweakygeek neeraj.bag...@gmail.com wrote: U can use the Loader class to download the images. As the loader class has 'name' property u can then use it to identify the file. On May 27, 5:07 pm, sheetal

[flex_india:22622] Re: Exception in pie chart

2009-05-29 Thread edwin . vgwhiz
Check out http://curtismorley.com/2007/08/15/flash-cs3-flex-error-1009-cannot-access-a-property-or-method-of-a-null-object-reference/ On Fri, May 29, 2009 at 11:18 AM, Sangeeta Kalyani kalyani.sange...@gmail.com wrote: Hi, I am getting the below exception while generating pie chart. Can

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

2009-06-01 Thread edwin . vgwhiz
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 looks like! -- Sincerely Edwin Melendez Print/Web/Media 646-246-4368 --~--~-~--~~~---~--~~ You received this

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

2009-06-01 Thread edwin . vgwhiz
Hi Viv, Yes, Please make torrent or rapidshare and provide for us to be able to help each other. Isn't that why we are members here? Anyone else agree. Edsaid On Sat, May 30, 2009 at 11:15 AM, bala subramanyam baluvasire...@gmail.comwrote: please make it as torrent or rapidshare link and

[flex_india:22710] Re: Autocomplete component

2009-06-02 Thread edwin . vgwhiz
Thanks Too! How would we set it up so the bindable data in actionscript automatically gets alphabetized in Flex? 2009/6/2 Endel Guimarães Silva endel...@gmail.com Thanks! You saved my life, man! So much better than the adobe's component! On Tue, Jun 2, 2009 at 3:22 AM, ganesh kumar

[flex_india:22744] Re: Measuring Width Height

2009-06-04 Thread edwin . vgwhiz
Send Source for quickest resolution. On Wed, Jun 3, 2009 at 4:44 AM, ganaraj p r ganara...@gmail.com wrote: Hi, I have been facing a strange problem lately. I define the sizes of containers in percentages.. say for example mx:Canvas width=50% height = 50% ... ... ... /mx:Canvas Now

[flex_india:22761] Re: Text area Problem

2009-06-04 Thread edwin . vgwhiz
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

[flex_india:22807] Re: selection problem in viewstack

2009-06-07 Thread edwin . vgwhiz
Post your app or send to me and I'll take a look at it. On Sat, Jun 6, 2009 at 10:26 PM, mahesh babu0...@gmail.com wrote: i took three panels those will contain datadrids.(like coverflow or viewstack) each datagrid1 will contain three rows. when i clicked on first item it will be

[flex_india:22808] Date Stamp

2009-06-07 Thread edwin . vgwhiz
How can I add Timestamp to my app??? Thank you 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

[flex_india:22809] Re: Address Path or BreadCrumb Trail

2009-06-07 Thread edwin . vgwhiz
How do I unload FLV movie when switching from Link to Link in Viewstack? Please let me know, I have a deadline. THank you all for your help. Edsaid On Sat, Jun 6, 2009 at 12:56 AM, Jonny D brutal...@gmail.com wrote: You'll have to study the hierarchical data and xml commands in AS3. these

[flex_india:22831] Re: Menu bar two layered dynamic

2009-06-08 Thread edwin . vgwhiz
Hi Dhileepen, Did you ever solve this problem? I'd like to know how you didit. Thanks Edsaid On Fri, Jun 5, 2009 at 5:06 AM, dhileepen chakravarthy dhilee...@gmail.comwrote: Dear All, Please view the site http://www.moneycontrol.com/stocksmarketsindia/ I want this type of menubar with

[flex_india:22873] Re: Need Flex Developers

2009-06-10 Thread edwin . vgwhiz
Hi, I'm not in Hyderabad (Where is Hyderabad?) I'm in new york, but can help you. I'm not a real seasoned FLEX developer, so my rate is cheap $40 an hour. I understand the workings with charts in Flex. Let me know if I can be of some help. Thanks Ed Melendez On Tue, Jun 9, 2009 at 10:25 AM, ram

[flex_india:22919] Re: Final: Google Api

2009-06-11 Thread edwin . vgwhiz
Hi Abhinav, I never recieved the email with screenshots can you forward to me. I would like to learn to do this. Thanks Edsaid On Wed, Jun 10, 2009 at 5:02 AM, Abhinav Mehta mehta.88...@gmail.comwrote: Hi Guys, I have implemented Google-Maps as my small mini academia-project. It was so

[flex_india:22951] Re: Flex Freelancer

2009-06-12 Thread edwin . vgwhiz
What's the project. I'm not that good with Flex but willing to work with you. Let me me know. Edwin Melendez On Fri, Jun 12, 2009 at 6:43 AM, h4fun mendes.ferna...@gmail.com wrote: Hello everybody, I need a freelancer flex developer for a little project . Who wants to participate and gain

[flex_india:22955] Re: error 1053

2009-06-12 Thread edwin . vgwhiz
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

[flex_india:22956] Re: Date Stamp

2009-06-12 Thread edwin . vgwhiz
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 =

[flex_india:22960] Re: Date Stamp

2009-06-12 Thread edwin . vgwhiz
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[

[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

[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

[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

[flex_india:23084] Re: mx:Object

2009-06-18 Thread edwin . vgwhiz
Hey Ravi, I don't see itemRenderer anywhere that shows me how to use links. Can you help me with this or send me links. Appreciate your input On Thu, Jun 18, 2009 at 7:31 AM, Ravi Mishra ravi.achi...@gmail.com wrote: Read about itemrenderers. -Ravi On Jun 18, 1:24 am,

[flex_india:23224] Re: Regarding choosing technology.

2009-06-24 Thread edwin . vgwhiz
Very good answer. HTH On Wed, Jun 24, 2009 at 6:42 AM, Ravi Mishra ravi.achi...@gmail.com wrote: Hi Jess, I think you should use any of them which you think you are most comfortable with. Each of them has their own advantages as middle layer. I would have gone with Flex+J2EE because then

[flex_india:23290] Re: Required the Skinning Materials

2009-06-26 Thread edwin . vgwhiz
Does anyone know where I can obtain a Free Asset Management App built in Flex? On Fri, Jun 26, 2009 at 11:14 AM, Renu renud...@gmail.com wrote: Hi Srinivas, You can a brief idea about skinning from this link

[flex_india:23370] Re: how to detect invalid URLs

2009-06-29 Thread edwin . vgwhiz
Kentor, Why don't you give use an insight on how URLKit works? Is'nt that the purpose of these emails? Let's not be selfish now. On Mon, Jun 29, 2009 at 10:03 AM, Kentor ken...@gmail.com wrote: no but not like that. Maybe you guys don't understand because you don't know how URLKit works.

[flex_india:23374] Re: flex integration with jsp

2009-06-29 Thread edwin . vgwhiz
Neeraj, What book is this from? On Mon, Jun 29, 2009 at 3:49 PM, Neeraj neerajon...@gmail.com wrote: Hi Sharma , There is some way some way to integrate flex application with java . you can use http services , web services or RMI .

[flex_india:23574] Re: Flex Calender

2009-07-08 Thread edwin . vgwhiz
This means under the Property of DateField See below: mx:DateField disabledDays=[0.6]/ On Mon, Jul 6, 2009 at 6:58 PM, Christian Camilo Arias Vergara christianari...@gmail.com wrote: Please, Could you explain the solution for this issue?? 2009/7/6 nikhil 4ever.nik...@gmail.com well I

[flex_india:23589] Re: Flex Effect

2009-07-08 Thread edwin . vgwhiz
Hi Mandy, What exactly do you want the label to do and when? Ed On Tue, Jul 7, 2009 at 10:42 PM, mandy lik...@gmail.com wrote: Hi all, How can I apply effect on label without using any mouse event? Thansk -- Sincerely Edwin Melendez Print/Web/Media 646-246-4368

[flex_india:23634] Re: how to open compoment?

2009-07-09 Thread edwin . vgwhiz
Actionscript. On Thu, Jul 9, 2009 at 7:29 AM, prince mahesh.dudw...@gmail.com wrote: hi, i have two mxml components(one.mxml,two.mxml). one.mxml will contain the one button.When i clicked on that button (one.mxml),then i want to go for second component(two.mxml).How can i achieve this?

[flex_india:23780] Re: how to change bar charts in bar color

2009-07-16 Thread edwin . vgwhiz
Use find and replace or CSS On Thu, Jul 16, 2009 at 5:34 AM, AravindakumarThangaraju aravind...@gmail.com wrote: In flex 3 i need to change every bar color in barchart. -- Sincerely Edwin Melendez Print/Web/Media 646-246-4368 --~--~-~--~~~---~--~~ You

[flex_india:23782] Re: reg worked out example for live streaming in flex

2009-07-16 Thread edwin . vgwhiz
hi Giri, I'll try and find one, if you find one first, please send to me. Thanks Edsaid On Thu, Jul 16, 2009 at 2:39 AM, giri grandhi.girishku...@gmail.com wrote: hi, this is girish. I can't find any wroked out example for live streaming in flex, please send me if any body have with u.It

[flex_india:24100] Re: hslider with panel movement

2009-07-29 Thread edwin . vgwhiz
My Mac Crashed last week and I took it to apple, however all my software was lost and I can't find my Flex 3.0 Disc to reinstall. Does anyone have a download link for this, Please I'm in the middle of creating an app that is due next week. Desperately need help!!! Edsaid On Wed, Jul 29, 2009 at

[flex_india:24151] Re: How to to breadcrumb navigation?

2009-07-30 Thread edwin . vgwhiz
Does anyone know how to achieve this??? On Thu, Jul 30, 2009 at 1:06 AM, mahesh bab mahesh.dudw...@gmail.comwrote: Hi, How to do breadcrumb navigation.My Requirement shown in these zip file.In screen1 i have experincefinder hiperlink. wen i clicked on the experiencefinder then u will get

[flex_india:24179] Re: Article on Internals of Flex Rendering Engine

2009-07-31 Thread edwin . vgwhiz
Great article.BTW its not too late to be a cricketer! On Fri, Jul 31, 2009 at 1:50 AM, smalik sandeep.ma...@gmail.com wrote: Hi Guys, I recently wrote a new article on developerWorks regarding the LayoutManager and its three phases, commit, measure and layout. Check it out here:

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

2009-08-06 Thread edwin . vgwhiz
Please send actual link or sample of chart you are asking for. On Thu, Aug 6, 2009 at 1:59 AM, Preetham Hegde preethamheg...@gmail.comwrote: Hi All, I have req. to do a customised bar chart, the one like nike+http://nikerunning.nike.com/nikeplus/ , Can anyone help me doing that... --

[flex_india:24486] Re: stackoverflowerror?

2009-08-13 Thread edwin . vgwhiz
I'm not getting an error. I just don't understand UI, its confusing. On Thu, Aug 13, 2009 at 1:00 PM, mahesh bab mahesh.dudw...@gmail.comwrote: Hi, Here i have attatched my project.It is working fine.But problem is when i go to design mode it will show stackoverflowerror.In this

[flex_india:24720] Re: Clock Display in Flex Application

2009-08-24 Thread edwin . vgwhiz
Do it in Flash and import into Flex! On Sun, Aug 23, 2009 at 10:25 PM, mandy lik...@gmail.com wrote: Hi all, How can I have a analog/digital clock display on my application?I have get an example for simple analog clock but it is not that attractive. So hopefully someone can provide me with

[flex_india:24846] Re: Do we need a framework

2009-08-28 Thread edwin . vgwhiz
Very good answer! On Fri, Aug 28, 2009 at 6:59 AM, Abhinav Mehta mehta.88...@gmail.comwrote: Hi Mate, See...when you are going to build a large-scale enterprise application, where the things are not like nuts-n-bolts, they are large enough in size and they needs continual maintainence

[flex_india:24848] Re: Reg : Flex book

2009-08-28 Thread edwin . vgwhiz
Where can we get this??? On Fri, Aug 28, 2009 at 6:52 AM, Abhinav Mehta mehta.88...@gmail.comwrote: Hey Mate.. Go for Total Training Video Suiteits' really good. Abhinav Mehta - Original Message - *From:* FLEX Builder KKH flex@gmail.com *To:* flex_india@googlegroups.com

[flex_india:24897] Re: hi

2009-08-31 Thread edwin . vgwhiz
Can you send URL with work portfolio? On Sat, Aug 29, 2009 at 8:42 AM, yuva rani yuva...@gmail.com wrote: Hi All, I'm 5+ Exp in Flash and basic knowledge in flex. Searching job in bangalore any body knows any openings in ur concern call me at this phone no: 9632767546 yuvarani.V

[flex_india:24939] Re: Rounded Panel

2009-09-01 Thread edwin . vgwhiz
Just create your artwork as a disc in png formate and use background image. On Tue, Sep 1, 2009 at 3:59 AM, RAJ rajeshta...@gmail.com wrote: Hell, I want to make disc shaped panel. how can i do it I do not want round corner ,what i want is Disc shaped panel Thanks

[flex_india:24942] Re: AIR nativewondow resizing effect

2009-09-01 Thread edwin . vgwhiz
Set the scaleTo with x and y coordinates. On Tue, Sep 1, 2009 at 6:45 AM, Vivian Richard kanps...@gmail.com wrote: 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

[flex_india:24997] Re: Button validator

2009-09-03 Thread edwin . vgwhiz
CSS your radio buttons to look like regular buttons! On Wed, Sep 2, 2009 at 1:19 PM, jeroen jerdeb...@gmail.com wrote: I understand that the radio buttons are better but the client wants normal buttons as they look better On Sep 2, 6:04 pm, kalai selvi kalai.ran...@gmail.com wrote: better

[flex_india:25028] Re: Why is Flex so awesome ?

2009-09-04 Thread edwin . vgwhiz
No Boundaries! Enough Said! Ed Melendez On Thu, Sep 3, 2009 at 11:00 AM, Mrinal Wadhwa mrinal.wad...@gmail.comwrote: Hi Everyone, Its time to have some fun !! We have 2 free Flex 3 Certification vouchers to give away to the community here on Flex-India (courtesy Adobe) ... so we thought

[flex_india:25248] Re: My Experience with Adobe ACE exam

2009-09-14 Thread edwin . vgwhiz
Thanks for the 411. On Mon, Sep 14, 2009 at 2:43 PM, jessy...@gmail.com jessy...@gmail.comwrote: Hi All, I took the test today and I could not pass it. My score was 52%. I fared bad in AIR with 15% or so. That said, I've never worked on AIR before and didn't put enough effort in reading up

[flex_india:25497] Re: Can we Bind a Local XML file to a DataGrid ?

2009-09-25 Thread edwin . vgwhiz
Hi Satish, How do you run a timer on the DataGrid to update? On Thu, Sep 24, 2009 at 4:13 PM, riaflexible riaflexi...@gmail.com wrote: All : Thanks for evrybody's inputs. I checked the Model approach , It didn't work . Initially it loaded properly , Actually my need was if any changes

[flex_india:25502] Re: Regarding tab navigator

2009-09-25 Thread edwin . vgwhiz
Can you supply a pic of your design and where it will be placed? On Fri, Sep 25, 2009 at 9:01 AM, lavanya lavanya.bu...@gmail.com wrote: Hi friends, I want to place label on tab navigator. is there any solution for this? Am having a tab navigator and i want to place label on the tab side to

[flex_india:25606] Re: disabled selectedItem in mx:DataGrid component when doubleClicked.

2009-10-02 Thread edwin . vgwhiz
How do you do that? 2009/10/2 xueliang wu xlian...@gmail.com You can override the updateDisplayList() function. Try it . 2009/10/2 jalopy jalopy@gmail.com Hello, I need to disabled the selected row of mx:DataGrid when it is doubledClicked. Any help? Cheers! -- 有你,幸福的开始!

[flex_india:25634] Re: Game developing project in flex

2009-10-04 Thread edwin . vgwhiz
Make all your graphics into transparent png format and load as needed. On Sat, Oct 3, 2009 at 12:32 AM, Suganya Kalaimani suganya.kalaim...@gmail.com wrote: Hi everybody, I have to do jigsaw puzzle game using flex. I don't know how to split the source image into pieces and to

[flex_india:25670] Re: Fw: [flex_india:25612] Flex Memory Consumption

2009-10-05 Thread edwin . vgwhiz
Try extending classes and reducing pic size. On Mon, Oct 5, 2009 at 11:28 AM, Naresh naresh.r...@gmail.com wrote: hi, How can i increase performance of application ,my application taking lot of memory. Please let me know how can i optimize the memory performance. Thanks and regards,

[flex_india:25730] Re: Game developing project in flex

2009-10-07 Thread edwin . vgwhiz
Build it in layers... On Wed, Oct 7, 2009 at 1:59 AM, Suganya Kalaimani suganya.kalaim...@gmail.com wrote: Hi, Is it possible to merge splitted pieces using flex3. Give some sample codes about this. Regards, Suganya On Sun, Oct 4, 2009 at 12:51 AM, Preetham Hegde

[flex_india:25741] Re: Increase the space between two rows

2009-10-07 Thread edwin . vgwhiz
Try this: mx:DataGrid paddingTop=10 paddingBottom=10 On Wed, Oct 7, 2009 at 3:09 PM, veeru rahul veeru...@gmail.com wrote: Hi, I want to increase the space between two rows in a datagrid. Generally for datagrids we used to manipulate with columns but here I need to increase the space

[flex_india:25793] Re: image merging

2009-10-09 Thread edwin . vgwhiz
Amutha, Send me a pic of your puzzle and what you want to do with it and I'll try and help you. On Fri, Oct 9, 2009 at 1:28 AM, amutha raju.amu...@gmail.com wrote: hi friends, i try to develop a small jigsaw puzzle in flex3.. after the long struggling i did spiting of full image in to 4

[flex_india:25804] Re: Zoom effect

2009-10-09 Thread edwin . vgwhiz
Your request is a bit unclear. Can you elaborate a bit more. On Fri, Oct 9, 2009 at 2:48 PM, kanu kukreja kanukukr...@gmail.com wrote: How to give the attached picasa type of zoom effect in Flex.Want to zoom-in the selected image and edit it and show the rest in background with a transparent

[flex_india:25987] Re: MouseOver problem (flex4)

2009-10-20 Thread edwin . vgwhiz
Hey Rishi, Perhaps you can help me. I have a linkbar binded to a viewstack with 4 canvas on it. How can I reset the textarea in one canvas when I navigate to and away from it. I need the textarea to reset. Can you help direct me to documentation or sample of this. I appreciate the help. Edsaid

[flex_india:26032] Re: Shall we load a mxml component in SWFLoader.

2009-10-22 Thread edwin . vgwhiz
Create A Module On Thu, Oct 22, 2009 at 8:42 AM, Gerald Anto flex.gerald.a...@gmail.comwrote: Shall we load a mxml component in SWFLoader. Actually i have a accordian container component(mxml componet). now i want to load that component into another page using SWFLoader. is it possible?

[flex_india:26034] Re: Shall we load a mxml component in SWFLoader.

2009-10-22 Thread edwin . vgwhiz
Can you supply code? On Thu, Oct 22, 2009 at 11:09 AM, Renu renud...@gmail.com wrote: You can create a component and embedd it in a new application and then generate a swf from it. Load this swf through SWF loader in you main application. Hope this will help you. -- Thanks, Renu On

[flex_india:26108] Re: Not able to move two components simultaneously

2009-10-26 Thread edwin . vgwhiz
If you need help, please send the sample of your code? This is the best way for this group to help you. Thanks Ed On Mon, Oct 26, 2009 at I2:25 AM, vishal lad vish...@gmail.com wrote: Both the components are in different files.I had specified Move for each one in their respective file. On

[flex_india:26109] Re: flex+cairngroom+lcds+java

2009-10-26 Thread edwin . vgwhiz
Yes, please send some sample project on flex+java+cairngroom+blazeds On Fri, Oct 23, 2009 at 11:17 AM, flexorz group of flex corders flexco...@gmail.com wrote: Hey lakshminarayan ; hope this might help you to start/clear things up. flex and java means most of the time ,depending on the

[flex_india:26168] Re: Power Point Presentation in Flex 3

2009-10-28 Thread edwin . vgwhiz
I believe you can export to .mov than convert to .flv. depending on your slide show or presentation. If it has interaction, these will not export. On Wed, Oct 28, 2009 at 11:50 AM, sankar swaroop sankaras...@gmail.comwrote: Hi Friends, I have doubt. How can we display a power point

[flex_india:26196] Re: Building custom components Library

2009-10-29 Thread edwin . vgwhiz
just put them in the lib folder and call them as needed. On Thu, Oct 29, 2009 at 11:37 AM, veeru rahul veeru...@gmail.com wrote: Hi Folks, I have developed few reusable components and I want to create a Library for those components and my future components. Any help in creating the library

[flex_india:26240] Re: Tool tips position on an image with multiple pics

2009-10-30 Thread edwin . vgwhiz
That's what I thought. But there has to be an easier way. Anyone else have an idea. Let's Go Flex_India Thanks On Fri, Oct 30, 2009 at 12:28 PM, Sampath sampat...@gmail.com wrote: I assume there is only one image with multiple objects in it. To achieve this probably u might have to place a

[flex_india:26251] Re: Tool tips position on an image with multiple pics

2009-10-30 Thread edwin . vgwhiz
How does that function? Do you have sample code of what I'm trying to achieve??? On Fri, Oct 30, 2009 at 12:30 PM, Subeesh Arakkan subees...@gmail.comwrote: Try ImageMap control from Flexlib *From:* flex_india@googlegroups.com [mailto:flex_in...@googlegroups.com] *On Behalf Of *Sampath

[flex_india:26252] Re: Hi Everyone, Am new to Flex

2009-10-30 Thread edwin . vgwhiz
Take a course with Adobe. On Fri, Oct 30, 2009 at 2:07 PM, Ravi rkcy...@gmail.com wrote: Hi Everyone, I was very new to flex. Am very interest to learn Flex and Action script. So can any one of you pls suggest me, from where i need to start flex and Action script. I have installed Flex

[flex_india:26261] Re: Building custom components Library

2009-10-31 Thread edwin . vgwhiz
Can you share the components. On Thu, Oct 29, 2009 at 11:37 AM, veeru rahul veeru...@gmail.com wrote: Hi Folks, I have developed few reusable components and I want to create a Library for those components and my future components. Any help in creating the library will be appreciated.

  1   2   >