[flex_india:21224] Google Maps in Flex - Tooltip & Infowindow

2009-04-04 Thread Rahul Sood
Hi, Is it possible to have Custom Tooltip and InfoWindow in Google Maps ? I need to have hyperlink, image there. Can somebody share their experience please, Thanking you, Rahul. -- "Learning is not necessary, neither is survival" --~--~-~--~~~---~--~~ You receiv

[flex_india:21295] Re: Google Maps in Flex - Tooltip & Infowindow

2009-04-07 Thread Rahul Sood
> > Thanks, > Dineshkumar.T > > > On Sat, Apr 4, 2009 at 1:48 PM, Rahul Sood wrote: > >> Hi, >> >> Is it possible to have Custom Tooltip and InfoWindow in Google Maps ? >> I need to have hyperlink, image there. >> Can somebody share their experienc

[flex_india:21437] Re: Google Maps in Flex - Tooltip & Infowindow

2009-04-13 Thread Rahul Sood
a direct > tooltip(you can style the Custom Infowindow like toolltip). > i have done the same before... > > > On Tue, Apr 7, 2009 at 5:20 PM, Rahul Sood wrote: > >> Thanks Dinesh, >> >> Now I can have a Custom InfoWindow, but how to have a Custom Tooltip too. >&

[flex_india:21486] Re: Google Maps in Flex - Tooltip & Infowindow

2009-04-14 Thread Rahul Sood
}); > I showed tooltip like this > > > Thanks, > Dinesh > > > On Mon, Apr 13, 2009 at 2:30 PM, Rahul Sood wrote: > >> Hi Dinesh, >> >> I need the tooltip to be shown on the Marker when the mouse is moved over >> it. >> When the marker i

[flex_india:21784] Looking for Readymade Chat Room

2009-04-22 Thread Rahul Sood
Hi, I need a very simple ChatRoom Application implemented in Flex using XMPP/Jabber/Red Server or any other server. Has anybody developed such an application in Flex/Actionscript. Will pay you for this if I like the demo. Thanks, Rahul. --~--~-~--~~~---~--~~ You r

[flex_india:21857] Skinning a TabNavigator - Different Skin/Color for Different Tabs

2009-04-26 Thread Rahul Sood
Hi Gurus, I am trying to Skin a TabNavigator Component. Is it possible to have a different color in a particular Tab of the Tab Navigator ? Some Tabs need to have different Color Scheme than the rest. Plz advise, Thanks, Rahul. -- *"Learning is not necessary, neither is survival"* --~--~--

[flex_india:21861] Which Font is this ?

2009-04-26 Thread Rahul Sood
Which font is used in the TWITTER IMAGE on the URL http://edition.cnn.com/2009/HEALTH/04/22/twitter.locked.in/index.html Rahul. -- *"Learning is not necessary, neither is survival"* --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[flex_india:27402] Flash Files on the Fly

2009-12-18 Thread Rahul Sood
Hi, I need to create an application (designer studio) to create Flash SWF Files with Frames, Graphics, Sounds, Effects etc. Can I achieve this by creating a MovieClip (SWF) on the Fly. Or is there some other approach to be followed ? Also, once we have created the Output SWF, how to save(download

[flex_india:28496] Working FLEX Chat Application

2010-02-13 Thread Rahul Sood
to Buy the Solution, if U can show me a working Demo Best Regards, Rahul Sood -- -- 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_in...@googlegroups.com. To unsubscribe from this g

Re: [flex_india:28554] Working FLEX Chat Application

2010-02-16 Thread Rahul Sood
stricting >>> bad words. >>> >>> i guess u might have heard about it. If you wish to know more about it >>> you can ask me for details. >>> >>> >>> >>> On Sat, Feb 13, 2010 at 9:19 PM, Rahul Sood wrote: >>> >&g

[flex_india:29348] Looking for Flash Lite Part-timers

2010-03-25 Thread Rahul Sood
Hi Flexians, If there are some Flash-Lite developers here, I would like to get in touch with them. Appreciate if you can send me some work samples - Mobile Apps or Games developed in Flash Lite Please mention the devices on which these work. Also mention if you have used any Nokia kits/frameworks

Re: [flex_india:30786] flash builder 4 premium

2010-07-19 Thread Rahul Sood
On 7/19/10, saran r wrote: > hi all.. > > > > i have installed flash builder 4 premium edition. > > how to plugin eclipse in flash builder 4 ?? > > and how to use blazeds in flash builder4 ?? > and the server is apache tomcat.. > > > pls reply. if u know how to proceed.. > > > > thanks in advance.

Re: [flex_india:30787] flash builder 4 premium

2010-07-19 Thread Rahul Sood
On 7/19/10, saran r wrote: > hi all.. > > > > i have installed flash builder 4 premium edition. > > how to plugin eclipse in flash builder 4 ?? > > and how to use blazeds in flash builder4 ?? > and the server is apache tomcat.. > > > pls reply. if u know how to proceed.. > > > > thanks in advance.

[flex_india:14234] REGEXP: Type Not Compile-Time Constant

2008-09-21 Thread Rahul Sood
Hi, I am tring to use REGEXP for a simple expression Check private const pattern:REGEXP = /^[A-Z][0-9][A-Z] [0-9][A-Z][0-9]$/i; But getting the following error: 1046: Type was not found or was not a compile-time constant: REGEXP. I looked everywhere, but could not find any solution. Am I missing

[flex_india:14265] Re: REGEXP: Type Not Compile-Time Constant

2008-09-22 Thread Rahul Sood
case. > > Thanks, > Anubhav > > On Sep 22, 3:47 am, "Rahul Sood" <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am tring to use REGEXP for a simple expression Check > > private const pattern:REGEXP = /^[A-Z][0-9][A-Z] [0-9][A-Z][0-9]$/i; > >

[flex_india:14540] Writing a Constructor for Custom Component

2008-09-28 Thread Rahul Sood
Hi All, I have created an MXML Custom Component which is essentially a layout Component - It has a MetaData tag for Events - It also has a set of Public Properties. Now the requirement is such that, I need to create an object/instance of this Custom Component at runtime using a Constructor

[flex_india:14553] Re: Writing a Constructor for Custom Component

2008-09-28 Thread Rahul Sood
t. > > Regards, > Sathish Kumar T. > > > On Sun, Sep 28, 2008 at 10:02 PM, Rahul Sood <[EMAIL PROTECTED]>wrote: > >> Hi All, >> >> I have created an MXML Custom Component which is essentially a layout >> Component >> >>- It has a

[flex_india:14585] Re: Writing a Constructor for Custom Component

2008-09-29 Thread Rahul Sood
it. Once you set this attribute, You can > see the generated action script equivalants for your MXML component. > > Happy Coding > > > -Sathish > > > > On Mon, Sep 29, 2008 at 1:35 AM, Rahul Sood <[EMAIL PROTECTED]> wrote: > >> Thanks guys, >&g

[flex_india:14603] Hack for Getting Rid of Context Menu

2008-09-29 Thread Rahul Sood
Hi All, Does anybody know of any trick to get totally rid of Right-Click Context Menu typical of a Flash SWF File e.g. I found this interesting link: http://sparklette.net/ that has "leaves.swf", but Right-Click shows the Browser Context Menu Any thoughts on this ? How this girl has achieved th

[flex_india:14622] Re: Hack for Getting Rid of Context Menu

2008-09-29 Thread Rahul Sood
OTECTED]> wrote: > > They are placing a div over the swf ... thats y hiding the flash right > > click but it doesnt working in FF version 3.0 check it out... > > > > ---cheers > > > > On Sep 29, 11:48 pm, "Rahul Sood" <[EMAIL PROTECTED]> wrote:

[flex_india:18890] Problem of the Day - Saving BitMapData to the Server

2009-02-03 Thread Rahul Sood
Hi,, I have a bitmap data on a canvas that I want to save as an Image on the Server. Can you tell me what's wrong with the following code: I have an UploadHandler file *(UploadHandler.aspx)* that is found to be working in case the User selects a file from his PC (using browse method). But in this

[flex_india:18893] Re: Flex project on live site

2009-02-04 Thread Rahul Sood
Nisanth, U will need to FTP just the bin-debug folder of your compiled project. Rahul. On Wed, Feb 4, 2009 at 10:12 AM, NisanthKumar wrote: > > I created a flex project at local and call a php file using > http://192.168.0.122/Example/stats.php . I want to up this flex > project into live site.

[flex_india:18993] Convert JPEG and TTF to SWF Format

2009-02-06 Thread Rahul Sood
Hi Folks, 1) Can we convert Images from JPEG / PNG format to SWF format in Flex by compiling or any other way ? 2) Can we pre-compile TTF FONTS to SWF Format and read them from a Flex application using *getModule* 2b) Do these fonts have to be embedded in the Flex application or we can also rea

[flex_india:19213] Re: Flex File I/O Error #2038 When uploading file using Firefox

2009-02-13 Thread Rahul Sood
Hi Ramesh, You may need to update your CrossDomain.xml file. Also, the target directory must have write permissions. Best Regards, Rahul. On Fri, Feb 13, 2009 at 1:23 PM, Ramesh NPR wrote: > > Hi, > I am using Flex 2.0 & jboss server, i facing problem when file > uploading in Firefox, but sam

[flex_india:19229] Re: Flex File I/O Error #2038 When uploading file using Firefox

2009-02-13 Thread Rahul Sood
pile Application on the server when page the page is viewed. In my > application folder there is no file in the name of CrossDoamin.xml. I > am using JBoss 4.2 server. > Can you send me sample CrossDoamin.xml file and tell where we want to > place that file. > > Thanks, > Ramesh >

[flex_india:19331] Re: Flex & Amfphp

2009-02-16 Thread Rahul Sood
Have U included connect.php .. Are you using to make the call ? Can you share more information plz like whether you have the relevant Service there ? Can you include the line of code where U are making this call to the PHP Service / Function. Rahul. On Mon, Feb 16, 2009 at 9:10 PM, Yacatematrix

[flex_india:19335] Re: Flex & Amfphp

2009-02-16 Thread Rahul Sood
> > > class="mx.messaging.channels.AMFChannel" > > class="flex.messaging.endpoints.AMFEndpoint" /> > > > > > Thank u!!! > > _ > Bytes By > y...@c@t...@trix

[flex_india:19337] Re: Flex & Amfphp

2009-02-16 Thread Rahul Sood
oma tu mente y llévala al límite... > _ > > > On Mon, Feb 16, 2009 at 10:00 AM, Rahul Sood wrote: > >> did U check from the Services Browser ? TO run the Stand-alone service. >> >> >> >> On Mon, Feb 16, 2009 at 9

[flex_india:20056] Re: Text to Speech in Flex

2009-03-04 Thread Rahul Sood
Anybody got any idea on this ? On Thu, Jan 22, 2009 at 5:16 PM, Jaydeep Tank wrote: > > Hi, > > Anybody has worked on Text to Speech in Flex. Is there any classs or > compenent which can be use to create Text to Speech application in > flex. > > Regards, > Jaydeep Tank > > > -- "Learning is no

[flex_india:20214] Tag: How to have a Default Image

2009-03-09 Thread Rahul Sood
Hi, I am having an tag for which source property is set dynamically The mission is to show a default image whenever SOURCE property is NULL or Invalid Is there any way to achieve this in Flex ? Anyone, any idea ? Thanks, Rahul. -- *"Learning is not necessary, neither is survival"* --~--~

[flex_india:20368] Configuration Problem in Flex SDK 4 for AIR

2009-03-12 Thread Rahul Sood
Hi Flexians, I recently upgraded to Flex 4 SDK 4932 Version My Flex (Web) Apps are working fine. Now I am trying to Run an AIR application, which looks like: http://ns.adobe.com/mxml/2009"; layout="absolute"> It gets saved properly. But when trying to RUN, I get the following Error: File

[flex_india:20374] ObjectHandles for SNAP-to-GRID

2009-03-12 Thread Rahul Sood
Hi All, I need to use Object Handles for SNAP-to-GRID feature in a Flex Application Can somebody give me simple instructions on how to use this library, and from where to download. Thanks for the help, Best Regards, Rahul. -- *"Learning is not necessary, neither is survival"* --~--~-~--

[flex_india:20385] Re: ObjectHandles for SNAP-to-GRID

2009-03-12 Thread Rahul Sood
> implementation details and tutorials at the official website of > flex-object-handles <http://code.google.com/p/flex-object-handles/>: > http://www.rogue-development.com/objectHandles.html > > > Regards, > Kalpesh Mahida > > > On Fri, Mar 13, 2009 at 12:19 A

[flex_india:20393] Re: regaurding using amfphp to connect to mysql

2009-03-13 Thread Rahul Sood
The constructor must have the same name as the class believe function must return something too. On Thu, Mar 12, 2009 at 2:35 PM, rakshith wrote: > > hi... > i am tryin to connect my flex to mysql db using amfphp.i just > tried to write a simple php class with 2 methods in it...then i > foll

[flex_india:20405] Apple MAC Type theme for AIR

2009-03-13 Thread Rahul Sood
Hi, Can somebody share a template for a new AIR application that behaves like an MAC Application. Basically, I am interested in the presentation. The AIR application may not have any functionality as such. Just the Window UI should resemble that of any Mac OS application. Thanks, Rahul. -- *"Le

[flex_india:20417] Re: Apple MAC Type theme for AIR

2009-03-14 Thread Rahul Sood
t; > this is link to Theme > http://www.scalenine.com/gallery/gallery-2.php > > and working app > http://www.scalenine.com/themes/aqua/Aqua.html# > > -sara > www.designscripting.com > > > On Mar 14, 1:18 am, Rahul Sood wrote: > > Hi, > > > > Can s

[flex_india:20851] Full-Screen upon Launch Application

2009-03-25 Thread Rahul Sood
Hi, My question is whether we can have FULL-SSCREEN as soon as the application is launched. Asking this coz the Event Listener is added only in ApplicationComplete Event method. I want to launch the application in Full-Screen by default...not when the User CLicks on some button. Regards, Rahul.

[flex_india:20853] Re: Full-Screen upon Launch Application

2009-03-25 Thread Rahul Sood
t; > > > > > -- > Karthik.k > Mobile - +91-9894991640 > > On 3/25/09, Rahul Sood wrote: > >> Hi, >> >> My question is whether we can have FULL-SSCREEN as soon as the application >> is launched. >> Asking this coz the Event Listene

[flex_india:20859] Re: Full-Screen upon Launch Application

2009-03-25 Thread Rahul Sood
something to activate fullscreen. It cannot be > done on ApplicationComplete event. > > Regards, > Venkat > www.venkatv.com > > > > On Wed, Mar 25, 2009 at 5:44 PM, Rahul Sood wrote: > >> I am talking about Flex app..not AIR. >> >> >> On

[flex_india:20867] CSV to ArrayCollection, file stored on User PC

2009-03-25 Thread Rahul Sood
Hi Folks, I am a flex developer based in Bangalore. Can you tell me if we can read an XML or CSV file lying on the User PC, in an AIR application. Basically I need to convert CSV or XML to ArrayCollection and display in the DataGrid. Cheers, Rahul. -- "Learning is not necessary, neither is survi

[flex_india:20948] ContextMenu in AIR

2009-03-27 Thread Rahul Sood
Hi, I could not find any code for adding COntextMenu in an AIR application. The code given here works in Flex, but not in AIR: http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-18476 Can somebody tell me where I could be wrong. Thanks, Rah

[flex_india:21073] Re: Looking for Flex developers while I'm in India

2009-03-31 Thread Rahul Sood
Hi Uncle Berge, Count me in too... for work or just for talk. I have got nearly 2 years experience in Flex. Cheers ! Rahul, Bangalore 9902 987 101 www.flexfreelancer.com On Tue, Mar 31, 2009 at 9:37 PM, VijayRama wrote: > > Hi Uncle Bergie, > > Yes. Im also interested to work with you. Is it l