Re: [flexcoders] Simple way to put a border around an image?

2006-10-16 Thread Bhuvan
you can embed the image in a canvas and thenset border to the canvas. -bhu1 - Original Message - From: dj To: flexcoders@yahoogroups.com Sent: Monday, October 16, 2006 9:57 AM Subject: [flexcoders] Simple way to put a border around an image? How do

[flexcoders] CairngormStore for Flex 2

2006-10-17 Thread Bhuvan
I am trying to download CairngormStore for Flex 2from http://www.iterationtwo.com/cairngormstore/CairngormStoreWeb.war but the link is not working. If someone has a copy of this war, please email it to me at [EMAIL PROTECTED] TIA __._,_.___ -- Flexcoders Mailing List FAQ:

Re: [flexcoders] CairngormStore for Flex 2

2006-10-17 Thread Bhuvan
Thanks alot. - Original Message - From: Evan Gifford To: flexcoders@yahoogroups.com Sent: Tuesday, October 17, 2006 9:03 PM Subject: RE: [flexcoders] CairngormStore for Flex 2 D’oh :^) That’s exciting .. . it probably means they’re

Re: [flexcoders] is there any other process?

2007-02-08 Thread Bhuvan Gupta
use mxmlc to compile the app from command line. It is part of Flex SDK Refer to any build.bat inside Flex SDK/Samples directory for reference. If you wish to create Ant based compilation scripts refer to http://labs.adobe.com/wiki/index.php/Flex_Ant_Tasks Thanks On Feb 8, 2007, at 5:10 PM,

[flexcoders] Firefox - FlashTracer on Mac

2007-02-08 Thread Bhuvan Gupta
I am unable to get the FlashTracer of Firefox to work on Mac. It just doesn't log anything either on the flash tracer frame or flashlogs.txt It works fine on windows. Any suggestions on how to make it work on Mac ? or any other easy (no Alert) alternative to debug flex apps. Thanks Bhuvan

[flexcoders] Actual location of UIComponent

2007-02-13 Thread Bhuvan Gupta
Hi All, How can I find the coordinates/location of a component at runtime when the component is inside a container like Panel and has been rendered as per parent's layout. Thanks

Re: [flexcoders] Cairngorm - design question, need suggestions-best practices

2007-02-21 Thread Bhuvan Gupta
One solution could be to use FDS ... which,IMO, provides functionality to push changes to the client from server. On Feb 22, 2007, at 3:15 AM, Yiðit Boyar wrote: hi all; i just can not believe there is no reply to my post. has not anyone faces the same question ? or lazy solutions

Re: [flexcoders] SequenceCommand, Adding Properties to the nextEvent

2007-02-21 Thread Bhuvan Gupta
1. Can't you access the model directly inside the GetUsersCommand to get the role value ? or 2. when you assign the nextEvent to GetUsersCommand inside AddUserCommand set the nextEvent.data to role value. IMO, the above should work. On Feb 21, 2007, at 7:53 PM, lostinrecursion wrote:

Re: [flexcoders] Problems with EventDispatching

2007-02-22 Thread Bhuvan Gupta
I had the same scenario. Since I am using Cairngorm, so I used its event dispatching mechanism which worked fine. - To dispatch event: CairngormEventDispatcher.getInstance().dispatchEvent(new CairngormEvent(abc)); - To listen for the event:

Re: [flexcoders] Re: Problems with EventDispatching

2007-02-22 Thread Bhuvan Gupta
); This should also work. On Feb 23, 2007, at 2:39 AM, Paul DeCoursey wrote: I'm not using Cairngorm and I'm not sure I want to include it. Our project is already quite large. What is different about the Cairngorm eventDispatching? --- In flexcoders@yahoogroups.com, Bhuvan Gupta [EMAIL PROTECTED

Re: [flexcoders] URL Link in Flex Application

2007-02-26 Thread Bhuvan Gupta
Use LinkButton. Refer ComponentExplorer shipped with Flex SDK for an example. On Feb 24, 2007, at 10:07 AM, Lisa Lee wrote: Can you tell me how to be able to have a user click on a link (button, whatever) from within a Flex application and have it take the user to a non-Flex, regular web

Re: [flexcoders] Modules at 360Flex conference

2007-03-08 Thread Bhuvan Gupta
But you can always define the Bindable variable(s) in a Singleton class (ModelLocator in Cairngorm terms) and define the binding with respect to these variables. With this approach you can even define bindings across modules. On Mar 8, 2007, at 3:19 PM, Tom Chiverton wrote: On Thursday 08

[flexcoders] Adding variable number of LineSeries to LineChart

2007-03-16 Thread Bhuvan Gupta
Hi All, I am generating a Line chart to contain dynamic LineSeries items. I have a treenode, if I click on the tree node I need to show the line chart comparing the values of all its children. The child count is not fixed. I tried doing it in MXML by adding Repeater to the mx:series but it

Re: [flexcoders] charts - determining the series dynamically

2007-03-20 Thread Bhuvan Gupta
Have a look at http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/ wwhelp.htm?context=LiveDocs_Book_Partsfile=charts_intro_108_06.html On Mar 21, 2007, at 5:19 AM, vijay95052 wrote: Hello, I have xml data that contains server names. I want to construct a chart such that

Re: [flexcoders] Extending TitleWindow

2007-03-20 Thread Bhuvan Gupta
Have you set the width and height of the TitleWindow. Moreover, use PopupManager.centerPopup(wdw) to show the window at the center with respect to its parent. On Mar 20, 2007, at 7:49 PM, billbejeck wrote: Hi All, I am developing an application and I have a need to have several pop-up

[flexcoders] Client IP Address

2007-03-22 Thread Bhuvan Gupta
Hi All, I want to send client's (browser's) IP address to the backend. As I understand, Flex doesn't provide support to fetch the client IP Address. What is the best and browser independent way to send client IP to the backend ? Thanks

Re: [flexcoders] Client IP Address

2007-03-22 Thread Bhuvan Gupta
get their proxy's IP address, and not the actual IP address of their computer/router. Cheers, Adam - Original Message - From: Bhuvan Gupta To: flexcoders@yahoogroups.com Sent: Thursday, March 22, 2007 6:31 PM Subject: [flexcoders] Client IP Address Hi All, I want to send client's

Re: [flexcoders] Client IP Address

2007-03-22 Thread Bhuvan Gupta
-Variables.html http://jguru.com/faq/printablefaq.jsp?topic=Servletspage=1 Adam - Original Message - From: Bhuvan Gupta To: flexcoders@yahoogroups.com Sent: Thursday, March 22, 2007 6:56 PM Subject: Re: [flexcoders] Client IP Address I didn't frame my query properly. It was incomplete. My bad