[flexcoders] Openings in flex

2010-04-18 Thread Ravi
Hello all, We have an urgent requirement in flex flash and action scrip 3.0 If any one interested Please send your profile to ivr...@yahoo.com OR Call me 9912010608 Location Hyderabad. Regards, Ravi. Send instant messages to your online friends http://uk.messenger.yahoo.com

[flexcoders] Re: Validating items in DataGrids

2009-05-08 Thread Ravi Suda
John, I am working on a similar requirement. I want to show the mandatory fields in datagrid as a validation error(red border). Could you provide your custom item renderer that you created. Thanks in Advance Ravi --- In flexcoders@yahoogroups.com, "j_lentzz" wrote: > >

[flexcoders] Re: Server PUSH in LCDS

2009-05-06 Thread Ravi Suda
changed. Kindly tell me if anybody knows the solution. Thanks Ravi

[flexcoders] Server PUSH in LCDS

2009-05-05 Thread Ravi Suda
erver. Could you tell me how to implement this. What kind of adapter should I use? Any resources/docs available ? Thanks in advance for your reply. Ravi

Re: [flexcoders] webservice issue

2008-03-11 Thread ravi mishra
yes kapil, i have check it using debugger. i get the complete result of webservice in the result event object, but i am not able to get the descendants using descendant function of xml or xmllist. ravi kapil b <[EMAIL PROTECTED]> wrote: Have you tried using debug

[flexcoders] webservice issue

2008-03-11 Thread ravi mishra
file using HTTPService and taking result format as E4X, the above statement gives me the desired result. anyone please help me out of this issue. -ravi - Get your domain and website for less than Rs.100/month*. Click here.

[flexcoders] Flex communication with WCF(.net 3) webservice issue

2008-02-29 Thread ravi mishra
vokeFailed" faultDetail="null" Case 3: Flex 3.0 Tried to call the same service and got following error Unrecognized binding style 'null'. Only 'document' and 'rpc' styles are supported." faultCode="EncodingEr

[flexcoders] family tree in flex

2008-01-31 Thread ravi mishra
. Any idea?? -Ravi - Forgot the famous last words? Access your message archive online. Click here.

[flexcoders] info needed on Flex and .Net 3 compatibility

2008-01-28 Thread ravi mishra
Hi Group, I want to know that is there any compatibility issue in the communication between webservices built on .Net 3 framework and Flex 2 application? Regards, Ravi - Download prohibited? No problem. CHAT from any browser, without

[flexcoders] Re: Error using LCDS, DataStore not initialized

2007-10-18 Thread Ravi Varma PM
I think I have LCDS 2.51 and still getting the same error. "Error: DataStore is not initialized. Operation failed." How do I check the version of LCDS I am running? Thanks, Ravi --- In flexcoders@yahoogroups.com, Javier de la Torre <[EMAIL PROTECTED]> wrote: > > Hi all,

[flexcoders] Re: Error using LCDS, DataStore not initialized

2007-10-18 Thread Ravi Varma PM
I think I have LCDS 2.51 and still getting the same error. "Error: DataStore is not initialized. Operation failed." How do I check the version of LCDS I am running? Thanks, Ravi --- In flexcoders@yahoogroups.com, "João Ribeiro Junior" <[EMAIL PROTECTED]> wrote: &

RE: [flexcoders] Parameter passing !! I am shocked

2007-06-08 Thread Ravi Kumar Gummadi
Hi jeffry, The are public functions ! :-( Regards Ravi From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeffry Houser Sent: Thursday, June 07, 2007 5:46 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Parameter passing

[flexcoders] Parameter passing !! I am shocked

2007-06-07 Thread Ravi Kumar Gummadi
t mean in each of my function I need to set all the params to null at the end of it so that refercne count is reduced and raady for garbage collection!! ( That doesn't quite a sense !!) Regards Ravi

RE: [flexcoders] Remember Username/Password !

2007-05-31 Thread Ravi Kumar Gummadi
Thanks guys, Too lazy to completely browse the docs as well! ;) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ravi Kumar Gummadi Sent: Thursday, May 31, 2007 3:29 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Remember

[flexcoders] Remember Username/Password !

2007-05-31 Thread Ravi Kumar Gummadi
Hi all, How do we enable the functionality of remembering the credentials (username/password) in a flex application? Since we can't know the IP address of client, I don't see a way how we achieve it. Any inputs would really do a world of good. Thanks in Advance Reg

RE: [flexcoders] Re: Is there any way to call super.super.method in AS3?

2007-05-30 Thread Ravi Kumar Gummadi
Alex, The solution is pretty good, but what if Class A and B are part of the Flex framework and we don't have the permissions to change anyone of them? Regards Ravi From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex

[flexcoders] Setting ScaleX ScaleY to the Application.

2007-05-22 Thread ravi kumar gummadi
25in 1.0in 1.25in;} div.Section1 {} --> From: Ravi Kumar Gummadi Sent: Tuesday, May 22, 2007 1:13 PM To: 'flexcoders@yahoogroups.com' Subject: Setting ScaleX ScaleY to the Application. Hi, I have tried setting scaleX and scaleY propert

[flexcoders] Difference in rendering between Flash and Flex

2007-05-22 Thread ravi kumar gummadi
- Forwarded Message From: Ravi Kumar Gummadi <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Cc: Ravi Kumar Gummadi <[EMAIL PROTECTED]> Sent: Tuesday, May 22, 2007 5:41:49 PM Subject: Difference in rendering between Flash and Flex From

RE: [flexcoders] Strange SWC behavior!

2007-05-21 Thread Ravi Kumar Gummadi
lex its going to the AnotherMC's second frame. I had absolutely no script on stage !! Regards Ravi From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Monday, May 21, 2007 11:05 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Events not firing from swf imported with SwfLoader

2007-05-18 Thread Ravi Kumar Gummadi
Flex strips off all actionscript unless it is generated by Flash 9 ! So therez no way u can monitor the events from flex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of beecee1977 Sent: Friday, May 18, 2007 4:07 PM To: flexcoders@yahoo

[flexcoders] Flash rendering mechanism

2007-05-17 Thread Ravi Kumar Gummadi
we call invalidateDisplayList(); Can you point me to some interesting docs regarding this? Regards, Ravi ** The information contained in this email

RE: [flexcoders] Is it possible for Flex Builder to echo the mxmlc.exe command it uses ?

2007-05-17 Thread Ravi Kumar Gummadi
See .actionScriptProperties created in the src folder.. It wud have all the arguments its using for mxmlc ** The information contained in this email, and any

RE: [flexcoders] Set panel width dynamically?

2007-05-16 Thread Ravi Kumar Gummadi
Try vBox.percentWidth ** The information contained in this email, and any attachments hereto, is strictly confidential and solely intended for use by the

RE: [flexcoders] Require urgent help

2007-05-11 Thread Ravi Kumar Gummadi
digit is coming from down. The corresponding math you need to figure out. ( changing the digits appropriately based on its place). Regards, Ravi ** The

[flexcoders] Problem with zoom effect!

2007-05-11 Thread Ravi Kumar Gummadi
I try to zoom the component. Is my understanding wrong or is it a problem with Label? Plz clarify Regards Ravi

RE: [flexcoders] Zooming of the whole Application !!! Doesnt behave like a authorin tool published SWF

2007-05-08 Thread Ravi Kumar Gummadi
= 0.7; zoom.zoomWidthTo = 0.7; zoom.addEventListener(EffectEvent.EFFECT_END,onZoomEnd); zoom.play([this]); } Would be glad to explain it more clearly, if anything is not clear HTH Regards

RE: [flexcoders] Zooming of the whole Application !!! Doesnt behave like a authorin tool published SWF

2007-05-08 Thread Ravi Kumar Gummadi
but...its scaling out..! U told about setting the width and height but..its clipping the stage instead of zooming down U referred to this.parent. ..but whose parent are u actually referring to?? Reg

RE: [flexcoders] Zooming of the whole Application !!! Doesnt behave like a authorin tool published SWF

2007-05-07 Thread ravi kumar gummadi
Apologies for the duplicate mails..!! Some problem with my corporate server From: Ravi Kumar Gummadi Sent: Monday, May 07, 2007 2:51 PM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] Zooming of the whole Application !!! Doesnt behave like a authorin tool published SWF

[flexcoders] Zooming of the whole Application !!! Doesnt behave like a authorin tool published SWF

2007-05-07 Thread ravi kumar gummadi
that doesn’t work as expected..! The content is scaling out.! Please help me out..! Its really blocking my whole deliverable.. Thanks in Advance Ravi Kumar G

[flexcoders] Zooming of the whole Application !!! Doesnt behave like a authorin tool published SWF

2007-05-07 Thread Ravi Kumar Gummadi
tting the scaleMode but that doesn't work as expected..! The content is scaling out.! Please help me out..! Its really blocking my whole deliverable.. Thanks in Advance Ra

Re: [flexcoders] Set widths on individual tabs

2007-04-20 Thread ravi kumar gummadi
From: Ravi Kumar Gummadi Sent: Thursday, April 19, 2007 3:49 PM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] Set widths on individual tabs Hi Jack I worked on almost similar problem with different requirements Extend TabNavigator and extend TabBar as well In th

[flexcoders] Menubar doesnt appear properly ! Is it a bug??

2007-04-17 Thread ravi kumar gummadi
menuBarItemRenderer property do ? I read the documentation but didnt a get a clue of it. peace, Ravi (+91-9989252777) "What is right is right, even if no one is doing it. What is wrong is wrong, even if everyone is doing it." __ Do

RE: [flexcoders] Need a hand with a scope problem

2007-03-12 Thread Ravi Kumar Gummadi
mxml file, it would be really helpful Hope this helps, Cheers, Ravi Gummadi PartyGaming Plc From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Lemaire Sent: Tuesday, March 13, 2007 10:44 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: flex main-debug.html won't build...

2007-03-08 Thread Ravi Kumar Gummadi
ne of the file and then place them where the actual Launch is excepting it to be.. Now run ! :-) Hope this really helps Cheers, Ravi Gummadi Partygaming plc From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jamiebadman Sent: Thu

RE: [flexcoders] Re: my application -- need help on multiple images in datagrid

2007-03-08 Thread Ravi Kumar Gummadi
is reloading the image again ! :-( ) Suggest me a way out !! Thanks in advance Ravi Gummadi PartyGaming Plc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Tooley Sent: Thursday, March 08, 2007 3:14 PM To: flexcoders@ya

[flexcoders] Problem with multiple instantiation of image in MXML!!

2007-03-08 Thread ravi kumar gummadi
From: Ravi Kumar Gummadi Sent: Thursday, March 08, 2007 10:38 AM To: 'flexcoders@yahoogroups.com' Subject: Problem with multiple instantiation of image in MXML!! Hi, I am facing problems in instantiating the image class with same downloaded image multiple times. Lets say

[flexcoders] cannot loading data from database

2007-03-02 Thread ravi chandran
know why this error is coming.. if anybody knows pls let me know ,it will be greatful. from ravi __ Yahoo! India Answers: Share what you know. Learn something new http://in.answers.yahoo.com/

[flexcoders] Java to Flex shifting ! Major Hurdles!!! (Shud I say Roadblocks! )

2007-02-22 Thread ravi kumar gummadi
from JVM! Thanks in advance Cheers, Ravi Kumar G PartyGaming Plc. www.partygaming.com "What is right is right, even if no one is doing it. What is wrong is wrong, even if everyone is doing it." 8:0

Re: [flexcoders] Database insert with 100's of rows

2007-01-09 Thread ravi mishra
hi yigit, it would be very helpful if u can send the code file of your live datagrid. thanx in advance ravi Yiðit Boyar <[EMAIL PROTECTED]> wrote: i think that the result for your situation is to load what you need. :: a live datagrid .. and developing it

[flexcoders] updating from a datagrid to server

2007-01-04 Thread ravi mishra
hi folks, i am edidting a datagrid at runtime, and trying to reflect these changes at the server side. but i am not getting any idea to do that. anybody please help me here!!! thanx in advance ravi Send free SMS to your Friends on Mobile from your Yahoo! Messenger

[flexcoders] how to update a database from datagrid

2007-01-03 Thread ravi mishra
hi all, i am trying to reflect the changes in datagrid to the actual database. can anybody tell me, how to proceed in this area?? regards, ravi Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php

[flexcoders] Flex data service query!!!!!

2006-12-14 Thread ravi mishra
hi group, Anybody please tell me, what changes are to be made and where the changes are to be made, when i am accessing a web service by using Flex Data Service2 Express. regards, ravi - Find out what India is

[flexcoders] ASP.Net web service access problem

2006-12-14 Thread ravi mishra
t.fault.faultstring), 'Error'"> {stockSymbol.text} and i have made the required changes in proxy-config.xml but its giving some send failed error. anybody please hel

[flexcoders] ASP.Net web service access problem

2006-12-14 Thread ravi mishra
{stockSymbol.text} and i have made the required changes in proxy-config.xml but its giving some send failed error. anybody pleas

[flexcoders] ASP.Net web service access problem

2006-12-14 Thread ravi mishra
t.fault.faultstring), 'Error'"> {stockSymbol.text} and i have made the required changes in proxy-config.xml but its giving some send failed error. anybody please hel

[flexcoders] flex 2.0

2006-02-23 Thread ravi mishra
hi group,   anybody plz tell me that, the applications build on flex 2.0 beta version will run only on Flash 8.5 or it can run on lower versions of Flash.   Flex 2.0 is backward compatible with flash or not?? regards,   raviGreat people talk about ideas, average people talk about

[flexcoders] how to add skin

2006-01-24 Thread ravi mishra
t swc file.   anybody please tell me how to add a new fla file as a new graphical skin   regards, ravi  Send instant messages to your online friends http://in.messenger.yahoo.com -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Arc

[flexcoders] how to change the appearance of a button

2006-01-17 Thread ravi mishra
hi group,   i want to make a custom button. anybody please tell me that from where the image of a button is accessed and if i want to change the image(that is Button.png, by default) then what should i do.   regards,   ravii love to walk in rain, b'coz no one can see me crying. Send ins

[flexcoders] how to change the appearance of a custom button

2006-01-17 Thread ravi mishra
hi group,   i want to make a custom button. anybody please tell me that from where the image of a button is accessed and if i want to change the image(that is Button.png, by default) then what should i do.   regards,   ravii love to walk in rain, b'coz no one can see me crying. Send i

[flexcoders] how to change the image of a button

2006-01-17 Thread ravi mishra
hi group,   i want to make a custom button. anybody please tell me that from where the image of a button is accessed and if i want to change the image(that is Button.png, by default) then what should i do.   regards,   ravii love to walk in rain, b'coz no one can see me crying. Send insta

[flexcoders] how to write on an XML file

2006-01-02 Thread ravi mishra
me about that.   regards ravii love to walk in rain, b'coz no one can see me crying.Send instant messages to your online friends http://in.messenger.yahoo.com -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: