[flex_india:25005] Re: full screen in vista

2009-09-03 Thread Jeethu Karthik
limited keyboard functionality during fullscreen mode. This is not a browser or OS dependent issue. It'll work everywhere. -- Jeethu Karthik J http://jeethukarthik.com http://twitter.com/jeethukarthik On Wed, Sep 2, 2009 at 4:55 PM, Sumant wrote: > > Hi guys, > > Full

[flex_india:16137] Re: Flex data grid row with right click

2008-11-14 Thread Jeethu Karthik
http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/ Check out the above link You can extend it to include the functionality you want -- Jeethu Karthik J http://jeethukarthik.com Tom Stoppard - "I think age is a very high price t

[flex_india:16765] Re: Flex Books

2008-11-30 Thread Jeethu Karthik
http://flex.org/tour Tour de Flex - It cant get any better than this. Tour de flex is an ait application with lots of flex examples with code. Try it ! -- Jeethu Karthik J http://jeethukarthik.com Mark Twain - "It usually takes me more than three weeks to prepare a good impromptu s

[flex_india:16844] Re: Send Failed

2008-12-01 Thread Jeethu Karthik
Can you give any more details ? Also make sure the port used by weborb's rtmp protocol is not blocked by your server firewall.. Disable the firewall and check if your app is working. I think the port number is 1125...Not sure...You can find it in the weborb documentation. -- Jeethu Kart

[flex_india:16911] Re: how to create marquee tool in flash or flex

2008-12-02 Thread Jeethu Karthik
Are you talking about a selection rectangle ? Like you select a bunch of icons on desktop by drawing a rectangleIs that what you are trying to make ? If so then try http://blog.jeethukarthik.com/flex-selection-rectangle/ -- Jeethu Karthik J http://jeethukarthik.com Shelley Winters

[flex_india:16927] Re: how to create marquee tool in flash or flex

2008-12-02 Thread Jeethu Karthik
Well you can use the example i sent earlier and work on it to make it cut out the underlying area Get the BitmapData from the dimensions of the Rectangle that is drawn and add it on stage. You can try some AIR examples of screen capture to know how to get the BitmapData. -- Jeethu Karthik J

[flex_india:16932] Re: how to create marquee tool in flash or flex

2008-12-02 Thread Jeethu Karthik
http://www.actionscriptclasses.com/2006/marching-ants-selection-rectangle/ Hope this helps -- Jeethu Karthik J http://jeethukarthik.com Bob Dole - "The internet is a great way to get on the net." On Wed, Dec 3, 2008 at 9:22 AM, Arindam Mojumder <[EMAIL PROTECTED] > wrot

[flex_india:16933] Re: how to create marquee tool in flash or flex

2008-12-02 Thread Jeethu Karthik
Sorry...This is the corrrect link... http://www.quasimondo.com/archives/000571.php -- Jeethu Karthik J http://jeethukarthik.com Shelley Winters - "Whenever you want to marry someone, go have lunch with his ex-wife." On Wed, Dec 3, 2008 at 10:15 AM, Jeethu Karthik <[EMAIL PRO

[flex_india:17001] Re: Cover Flow help!

2008-12-03 Thread Jeethu Karthik
) Retrieve data. (2) Setup a for loop and loop through the data (3) For every data item, create and instantiate the base component and add it to the coverflow container using the addChild method. Personally i prefer the second method. Good luck! -- Jeethu Karthik J http://jeethukarthik.com Bob Dole

[flex_india:17007] Re: How to get data through xml in yahoo map

2008-12-03 Thread Jeethu Karthik
http://developer.yahoo.com/flash/maps/examples.html The above link has lots of examples to help you with yahoo maps api. They even include full source code. Check it out!! -- Jeethu Karthik J http://jeethukarthik.com Shelley Winters - "Whenever you want to marry someone, go have lunch

[flex_india:17318] Re: Design Problem

2008-12-12 Thread Jeethu Karthik
I dont think borderMetrics can be set at runtime. You have to mathematically set the size and update during resize it through the resize event of the canvas. -- Jeethu Karthik J http://jeethukarthik.com Chevy Chase - "Parrots make great pets. They have more personality than goldfish.

[flex_india:17319] Re: Create custom layout container

2008-12-12 Thread Jeethu Karthik
As you said, create a class extending the LayoutContainer class. Next override the protected function updateDisplayList. Call the super.updateDisplayList function. Then write your own custom layout logic. -- Jeethu Karthik J http://jeethukarthik.com Jay Leno - "The reason there ar

[flex_india:17321] Re: WebCam port Porblem

2008-12-12 Thread Jeethu Karthik
reconnected the webcam. That'll work i think. Anyway why would wanna unplug the webcam in the firstplace ? :) -- Jeethu Karthik J http://jeethukarthik.com Franklin P. Jones - "All women should know how to take care of children. Most of them will have a husband some day." On Fri, De

[flex_india:17340] Re: Create custom layout container

2008-12-12 Thread Jeethu Karthik
Simple. Use the addChild() method of the Panel and add the canvas to it as a child. -- Jeethu Karthik J http://jeethukarthik.com Robert Orben - "Older people shouldn't eat health food, they need all the preservatives they can get." On Fri, Dec 12, 2008 at 3:46 PM, Lord wr

[flex_india:17341] Re: Problems with FullScreen.

2008-12-12 Thread Jeethu Karthik
Thats not a bug but a security restriction. In AIR there is full Keyboard support in full screen mode. And in Flash player 10 there is a limited Keyboard support. -- Jeethu Karthik J http://jeethukarthik.com Chevy Chase - "Parrots make great pets. They have more personality than gol

[flex_india:17372] Re: object on Top

2008-12-14 Thread Jeethu Karthik
container. http://livedocs.adobe.com/flex/2/langref/mx/core/IChildList.html -- Jeethu Karthik J http://jeethukarthik.com Stephen Leacock - "I detest life-insurance agents: they always argue that I shall some day die, which is not so." On Sun, Dec 14, 2008 at 3:54 PM, ck wrote: &g

[flex_india:17425] Re: flex+.net rtmp

2008-12-15 Thread Jeethu Karthik
Try weborb for .net www.midnightcoders.com Its pretty awesome! And has plenty of tutorials and sample code. -- Jeethu Karthik J http://jeethukarthik.com Stephen Leacock - "I detest life-insurance agents: they always argue that I shall some day die, which is not so." On Mon, Dec 1

[flex_india:17426] Re: how to call a function of parent class????????

2008-12-15 Thread Jeethu Karthik
Use the super keyword. In your child class try super.CallMe("Hello world"); I think this.CallMe("Hello world"); will also work. Try it out! -- Jeethu Karthik J http://jeethukarthik.com Bob Hope - "I don't feel old. I don't feel anything till noon. That&#x

[flex_india:17511] Re: IP cam with Flex

2008-12-17 Thread Jeethu Karthik
Try the Camera class. Camera.getCamera() to get the user's webcam. http://livedocs.adobe.com/fms/2/docs/0526.html -- Jeethu Karthik J http://jeethukarthik.com Stephen Leacock - "I detest life-insurance agents: they always argue that I shall some day die, which is not so."

[flex_india:17643] Re: AS tutorial

2008-12-21 Thread Jeethu Karthik
http://actionscriptexamples.com/ -- Jeethu Karthik J http://jeethukarthik.com Fred Allen - "I like long walks, especially when they are taken by people who annoy me." On Sun, Dec 21, 2008 at 11:27 PM, Heman Babu wrote: > hi all, > whr i can get gud tutorial

[flex_india:17709] Re: Dynamic word art like text representation

2008-12-23 Thread Jeethu Karthik
http://labs.adobe.com/technologies/textlayout/ Try that link! Its the closest to typographic awesomeness in flash! -- Jeethu Karthik J http://jeethukarthik.com Margaret Mead - "Always remember that you are absolutely unique. Just like everyone else." On Tue, Dec 23, 2008 at 2

[flex_india:17794] Re: Auto scrolling text

2008-12-28 Thread Jeethu Karthik
urce code > will be greatly appreciated. > > > > -- Sent from my mobile device -- Jeethu Karthik J http://jeethukarthik.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community&

[flex_india:17819] Re: Creating pop-up in Action script

2008-12-29 Thread Jeethu Karthik
); //addEventListener(FlexEvent.CREATION_COMPLETE,popUpCreated()); } Thats it! Try this code! -- Jeethu Karthik J http://jeethukarthik.com On Mon, Dec 29, 2008 at 9:39 PM, Venkat Viswanathan wrote: > Hi Sheetal, > > I dont understand why you have used this approach for c

[flex_india:18595] Re: NavigateToURL Problems

2009-01-27 Thread Jeethu Karthik
Why do you need the "/" ? Anyway, try this. var urlRequest:URLRequest = new URLRequest("file://sameer/"); navigateToURL(urlRequest,"_blank"); It'll most probably work. -- Jeethu Karthik J http://jeethukarthik.com On Tue, Jan 27, 2009 at 4:19 PM, Sameer

[flex_india:19138] Re: combo box drop down to go up.....

2009-02-11 Thread Jeethu Karthik
There is a way. But you have to directly modify the ComboBox.as file, the actual flex control itself. Here is a link to a how to on this. http://www.typeoneerror.com/forcing-combobox-component-open-direction-in-flex/ -- Jeethu Karthik J http://jeethukarthik.com On Wed, Feb 11, 2009 at 5:23 PM

[flex_india:19139] Re: combo box drop down to go up.....

2009-02-11 Thread Jeethu Karthik
@AnandVardhan great coincidence!! we both mailed the same link lol... -- Jeethu Karthik J http://jeethukarthik.com On Wed, Feb 11, 2009 at 7:07 PM, wrote: > > > http://www.typeoneerror.com/forcing-combobox-component-open-direction-in-flex/ > > HTH > Anand > > O

[flex_india:19995] Re: Full Screen

2009-03-03 Thread Jeethu Karthik
You need to set "allowFullScreen" to "true" in the HTML code where the SWF is embedded. http://livedocs.adobe.com/flex/3/html/help.html?content=05_Display_Programming_10.html The above link details on this issue. -- Jeethu Karthik J http://jeethukarthik.com On Wed,

[flex_india:21556] Re: What is pure MVC in Flex?

2009-04-15 Thread Jeethu Karthik
Yes, PureMVC is an Actionscript framework. It isn't restricted to flex alone. You can use it in flash as well... Mate is an example for a pure flex framework. -- Jeethu Karthik J http://jeethukarthik.com http://twitter.com/jeethukarthik On Thu, Apr 16, 2009 at 10:30 AM, Karthik K

[flex_india:22032] Re: Scroll Bars!!!

2009-05-05 Thread Jeethu Karthik
Just set the horizontalScrollPolicy and verticalScrollPolicy properties of the container to "off". That'll turn off the scrollbars for that particular container. -- Jeethu Karthik J http://jeethukarthik.com http://twitter.com/jeethukarthik On Tue, May 5, 2009 at 4:21 PM