[flexcoders] Hide data tips on one series only

2007-12-12 Thread Sreejith Unnikrishnan
Hi, If I use 2 series on one chart - say a line series with a plot series, how can I prevent the datatips from showing when I set *showAllDataTips *to *true *in the LineChart control? mx:LineChart dataProvider={d} *showAllDataTips=true*dataTipFunction=setdp .. mx:series

Re: [flexcoders] Tiling a Background Image

2007-04-05 Thread Sreejith Unnikrishnan
Set application background alpha to 0 In the wrapper HTML, set the background image to repeat Sree Alex Harui wrote: I'd make a custom border class. *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On

Re: [flexcoders] Re: MXML schema

2007-04-04 Thread Sreejith Unnikrishnan
Thats 2005 and for 1.5. If you need to use eclipse, you should use the official plugin. And if you need to set it up for FDS, check out http://weblogs.macromedia.com/pmartin/archives/2006/08/fds_plugin_for.cfm Dexter18 wrote: here is a smal tuto on how to setup eclipse to work with mxml

Re: [flexcoders] Re: MXML schema

2007-04-04 Thread Sreejith Unnikrishnan
:-) I didnt realize that angle! Tom Chiverton wrote: On Wednesday 04 Apr 2007, Sreejith Unnikrishnan wrote: Thats 2005 and for 1.5. If you need to use eclipse, you should use the official plugin. Unless you can't afford it, in which case *someone* ( :-) ) has written an XSD

[flexcoders] [Apollo] Slow rendering of maps

2007-03-19 Thread Sreejith Unnikrishnan
I was running the Maptacular application and I noticed that the map tiles was loading very slowly than it would on a browser. Also, the images seem to be ghost-imaged in the window, I mean, while you pan there images don't refresh quickly. Is there a downside to trying to loading images with

Re: [flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-06 Thread Sreejith Unnikrishnan
NOTE: One place you will not yet find the 2.0.1 docs is ... livedocs.macromedia.com! But hopefully LiveDocs will be getting the updated docs soon ;-) I guess it is ... but the link is not published ... tried changing 2 to 201 and it worked ... maybe it is not ready for release but

Re: [flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-06 Thread Sreejith Unnikrishnan
NOTE: One place you will not yet find the 2.0.1 docs is ... livedocs.macromedia.com! But hopefully LiveDocs will be getting the updated docs soon ;-) I guess it is ... but the link is not published ... tried changing 2 to 201 and it worked ... maybe it is not ready for release but

Re: [flexcoders] Multi-select not happening! - bug?

2006-11-02 Thread Sreejith Unnikrishnan
l file to me offline? Also, please confirm whether you are using a Mac, Windows or Linux machine. Thanks, Joan From: [EMAIL PROTECTED]ups.com [mailto:[EMAIL PROTECTED]ups.com] On Behalf Of Sreejith UnnikrishnanSent: Wednesday, November 01, 2006 1:50 PMTo: [EMAIL PROTE

Re: [flexcoders] Multi-select not happening! - bug?

2006-11-01 Thread Sreejith Unnikrishnan
Well, I just noticed that the multiSelect does not happen in Firefox 2.0. It works in IE though. Is this a bug? - Original Message - From: Sreejith Unnikrishnan To: flexcoders@yahoogroups.com Sent: Thursday, November 02, 2006 12:27 AM Subject: **SL-JUNK

Re: [flexcoders] Multi-select not happening! - bug?

2006-11-01 Thread Sreejith Unnikrishnan
Well, I just noticed that the multiSelect does not happen in Firefox 2.0. It works in IE though. Is this a bug? - Original Message - From: Sreejith Unnikrishnan To: flexcoders@yahoogroups.com Sent: Thursday, November 02, 2006 12:27 AM Subject: **SL-JUNK

[flexcoders] Multi-select not happening!

2006-11-01 Thread Sreejith Unnikrishnan
The multiSelect does not seem to working. Any help? Thanks = ?xml version="1.0"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="500"height="200" borderStyle="solid" creationComplete="initApp();"mx:Script![CDATA[private function

[flexcoders] Multi-select not happening!

2006-11-01 Thread Sreejith Unnikrishnan
The multiSelect does not seem to beworking. Any help? Thanks = ?xml version="1.0"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="500"height="200" borderStyle="solid" creationComplete="initApp();"mx:Script![CDATA[private function

[flexcoders] Issue with Embedded font in TabNavigator

2006-10-01 Thread Sreejith Unnikrishnan
Embedded fonts are not reflected in the tabs of the TabNavigator. What might I be doing wrong? It is reflected fine elsewhere though! @font-face {src: url(myFont.ttf);fontFamily: "myFont";}TabNavigator { font-family: "myFont";font-size: 14;}.myTabs {font-family: "myFont";font-size:

RE: [flexcoders] Stroke color on lineSeries - bug?

2006-08-31 Thread Sreejith Unnikrishnan
weight="3"/ /mx:lineStroke /mx:LineSeries Hope that helps Sam On 8/30/06, Sreejith Unnikrishnan [EMAIL PROTECTED]com mailto:[EMAIL PROTECTED]com wrote: Applying the stroke color on lineSeries does not seem to have any effect. Even in the examples provided by Ado

[flexcoders] Stroke color on lineSeries - bug?

2006-08-30 Thread Sreejith Unnikrishnan
Applying the stroke color on lineSeries does not seem to have any effect. Even in the examples provided by Adobe, chart explorer the colors though specified, dont work! Is this a known bug, if it is one? Regards Sree __._,_.___ -- Flexcoders Mailing List FAQ:

Re: **SL-JUNK** [flexcoders] disable I-beam in textArea, this should be an EASY ONE!

2006-07-24 Thread Sreejith Unnikrishnan
editable=false - Original Message - From: JClouz To: flexcoders@yahoogroups.com Sent: Monday, July 24, 2006 9:30 AM Subject: **SL-JUNK** [flexcoders] disable I-beam in textArea, this should be an EASY ONE! I have textAreas that I don't want to be

Re: [flexcoders] Confusion about 'Security error accessing url'

2006-07-20 Thread Sreejith Unnikrishnan
Let me try and put it as simple as possible. Every request you make to a "data" server will require the "data" provider to provide explicit permission to access their data. This is done using a crossdomain.xml file that resides in the root of the "data" server. For example, the

Re: **SL-JUNK** Re: [flexcoders] Adobe Resources

2006-07-17 Thread Sreejith Unnikrishnan
Or download all the docs in the ZIP format available. - Original Message - From: Darron J. Schall To: flexcoders@yahoogroups.com Sent: Tuesday, July 18, 2006 12:30 AM Subject: **SL-JUNK** Re: [flexcoders] Adobe Resources When the Flex 2 product line

Re: [flexcoders] States within List

2006-06-22 Thread Sreejith Unnikrishnan
Thanks Jason, I think I am looking for a way to set the itemFocusIn and itemFocusOut to make stateChange on the VBox! Sree - Original Message - From: Jason Szeto To: flexcoders@yahoogroups.com Sent: Thursday, June 22, 2006 1:01 AM Subject: RE: [flexcoders]

[flexcoders] States within List

2006-06-21 Thread Sreejith Unnikrishnan
Is it possible to create states within a List that changes height on select? Basically, I need to switch between a simple and advanced view in a list only on select. I tried using a Repeater in a VBox, but navigating up and down using arrow keys is not possible(?) when using a repeater.

Re: [flexcoders] Re: Getting rid of rectangle on axis (FB2.3 charts)

2006-06-20 Thread Sreejith Unnikrishnan
mx:verticalAxisRenderermx:AxisRenderermx:axisStrokemx:Stroke color="#33" weight="1" //mx:axisStroke/mx:AxisRenderer/mx:verticalAxisRenderer - Original Message - From: sp0rarb3jd3r To: flexcoders@yahoogroups.com Sent: Tuesday, June 20, 2006 1:54 PM Subject:

[flexcoders] Slider TrackHighlight Bug

2006-05-31 Thread Sreejith Unnikrishnan
The TrackHighLight for a vertical slider seems to have a bug. The higlight is not between the "center" of the thumbs. They seem to start and endjust after the thumb width. See screenshot below. Sree -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Removing track on slider

2006-05-30 Thread Sreejith Unnikrishnan
Not entirely. I have tried that, you will still see the inset borders of the track! - Original Message - From: Joan Tan To: flexcoders@yahoogroups.com Sent: Wednesday, May 31, 2006 6:32 AM Subject: RE: [flexcoders] Removing track on slider You can try

[flexcoders] Removing track on slider

2006-05-29 Thread Sreejith Unnikrishnan
Is it possible to remove the track completely from a slider. I mean, I want just the sliders ! Thanks Sree -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Reducing Initial Startup time in Flex 1.5

2006-05-22 Thread Sreejith Unnikrishnan
Use a creationPolicy on the container. You could use "queued" if you want the rest of the app to load in the background or "none" if you want to load when explicitly requested. - Original Message - From: Tom Chiverton To: flexcoders@yahoogroups.com Sent: Monday, May

Re: [flexcoders] Number of records in a Datagrid

2006-05-16 Thread Sreejith Unnikrishnan
From a usability point of view, it would notbe a good ideato display 15,000 records. Would you try this instead ... Fetch all the data, use lazy loader if necessary and store it as say 'fetchedData' Create an ArrayCollection 'filteredData'from the fetchedData, that contains about

Re: [flexcoders] no reply to my issue

2006-05-16 Thread Sreejith Unnikrishnan
Maybe nobody responded since this was nota flex issue. Dont be depressed :-) What you should try to do is try some _javascript_ in the HTML page that loads the SWF to do this. To get started:

Re: **SL-JUNK** [flexcoders] Re: Running Dreamweaver Flex builder at the same time

2006-05-14 Thread Sreejith Unnikrishnan
But you could use Flex Builder to do your Dreamweaver stuff as well. I may be wrong, but all that you got in dreamweaver is available in Flex Builder as well. Sree - Original Message - From: oiland_barry To: flexcoders@yahoogroups.com Sent: Sunday, May 14, 2006 6:29

Re: [flexcoders] DateTimeAxis question for Charts

2006-05-11 Thread Sreejith Unnikrishnan
 What u r looking for is perhaps the"interpolateValues" property on the lineSeries. Its a boolean that if set to true draws a continous line by interpolating the missing value and if set to false will break the line at the missing location. Sree - Original Message - From:

Re: [flexcoders] Beta 3: All roads lead to Beta 2?

2006-05-09 Thread Sreejith Unnikrishnan
Is this how it is? Charting2-win_B3_05-08.exe FDS2-win_B2_Install_03-16.exe FlexBuilder2_B2_03-16.exe Player_B2_Uninstaller_03-20.exe Player8.5_B2_AX_03-20.exe Player8.5_B2_PI_03-20.exe All the files except the charting exe refers to a 16 and 20th March ...! - Original

[flexcoders] Error: faultCode - do not understand

2006-05-04 Thread Sreejith Unnikrishnan
Anybody seen this before and what does it mean? Error: faultCode:Client.CouldNotDecode faultString:'Default decoder could not decode result' faultDetail:'null' Thanks Sree -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

Re: [flexcoders] Re: How does one build a ComboBox with a Data Grid as the drop down?

2006-05-03 Thread Sreejith Unnikrishnan
Beta 3? Out? - Original Message - From: bhaq1972 To: flexcoders@yahoogroups.com Sent: Wednesday, May 03, 2006 1:15 PM Subject: [flexcoders] Re: How does one build a ComboBox with a Data Grid as the drop down? i got my hands on flex2 beta3 and

[flexcoders] ItemRenderer Problem

2006-05-03 Thread Sreejith Unnikrishnan
I am using a ItemRenderer to change the color of text in a dataGridColumn based on a range. The problem is that when I change the ranges, the itemRenderer does not change the color of the text and so the dataGrid soes not update with the new colors. What am I doing wrong? The dataGrid is

Re: **SL-JUNK** [flexcoders] how to read gutter size of chart?

2006-04-30 Thread Sreejith Unnikrishnan
ComputedGutters.left, right, top, and so on - Original Message - From: shemeshkale To: flexcoders@yahoogroups.com Sent: Sunday, April 30, 2006 2:41 AM Subject: **SL-JUNK** [flexcoders] how to read gutter size of chart? in charts (flex 1.5) - if not

[flexcoders] Out of memory error

2006-04-17 Thread Sreejith Unnikrishnan
Can someone please explain to a non-geek how to implement this advice. Thanks Sree -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Out of memory error

2006-04-17 Thread Sreejith Unnikrishnan
Would editing the "C:\Program Files\Adobe\Flex Builder 2 Beta 2\FlexBuilder.ini" be enough? - Original Message - From: Sreejith Unnikrishnan To: flexcoders@yahoogroups.com Sent: Monday, April 17, 2006 5:22 PM Subject: **SL-JUNK** [flexcoders] Out of

Re: **SL-JUNK** [flexcoders] All the bunch of idiots at Adobe, please note!

2006-04-17 Thread Sreejith Unnikrishnan
What was the purpose of this mail? I mean this is total lack of professionalism - Original Message - From: t_msreddy To: flexcoders@yahoogroups.com Sent: Monday, April 17, 2006 9:14 PM Subject: **SL-JUNK** [flexcoders] All the bunch of idiots at Adobe,

[flexcoders] DataGrid bugs

2006-04-05 Thread Sreejith Unnikrishnan
Adobe, I have noticed a few bugs with the datagrid. Bug 1If the headerHeight is set to '0', the headerText overlaps the first row content. [I assume this was already on the Flex BugBase] Bug 2If you have a scrollbar on the datagrid, try scrolling down and then resize the

[flexcoders] Rotating VSlider

2006-04-02 Thread Sreejith Unnikrishnan
Is it possible to rotate the VSlider so that the thumbs face to the right than to the default left? Thanks Sree -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Where art thou Margins?

2006-03-25 Thread Sreejith Unnikrishnan
Obviously you missed the padding-top and padding bottom. :-) - Original Message - From: Brendan Meutzner To: flexcoders@yahoogroups.com Sent: Saturday, March 25, 2006 12:30 PM Subject: [flexcoders] Where art thou Margins? Hi,Can't find anything to replace

Re: [flexcoders] TabNavigator Display Issue [Flex 2 Beta 2]

2006-03-23 Thread Sreejith Unnikrishnan
I remember this was reported as a bug in beta 1 and was supposed to be fixed in beta 2! - Original Message - From: João Fernandes To: flexcoders@yahoogroups.com Sent: Thursday, March 23, 2006 2:56 PM Subject: RE: [flexcoders] TabNavigator Display Issue

[flexcoders] [Flex 1.5] Update ColumnData with new data

2006-03-14 Thread Sreejith Unnikrishnan
Hi, Need some help here. Assume I have an editabledatagrid with 10 columns and 10 rows, all cells initially populated with a value 0. When I enter a value, say 10 in the first column and tab out, I need to update all the succeeding columns with the value 10. And then if I say edit the

Re: [flexcoders] Case of the Mondays

2006-02-20 Thread Sreejith Unnikrishnan
Couple of ways. But always you need to creat a new project. Create a new project. Right CLick the root of the existing project and say copy. Click on the new project and say paste. Or Create new project. And say import Existimg Eclipse Project. Sree - Original Message -

Re: [flexcoders] RE: Paint cell of dataGrid in different color

2006-02-13 Thread Sreejith Unnikrishnan
I guess you meant the cell. You can use a cellRenderer to do that. The cellRenderer can define the display color of the cell. Sree - Original Message - From: Deepa Subramaniam To: flexcoders@yahoogroups.com Sent: Tuesday, February 14, 2006 12:43 AM Subject:

Re: [flexcoders] Application Background

2006-02-08 Thread Sreejith Unnikrishnan
Title: Application Background I vaguely remember seeing an "opaqueBackground" property that can be applied to the stage! Setting it to false may let the HTML container see through! If it works, please us know :-) Sree - Original Message - From: Mehdi, Agha To:

Re: [flexcoders] Application Background

2006-02-08 Thread Sreejith Unnikrishnan
Title: Application Background It does work on Firefox and IE. mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml" xmlns="*" backgroundColor="#FF" backgroundAlpha="0" . Then in the generated HTML, you have to set Add the following parameter to the OBJECT tag: param

Re: Security risk found in message [flexcoders] Re: SetEventHandler Limitations? Contact TAVANT IS Team

2006-02-07 Thread Sreejith Unnikrishnan
Pim, for greater good, please check if your system is infected with the W32 virus! This should hold good for all of us on a public mailing system! Sree - Original Message - From: pim To: flexcoders@yahoogroups.com Sent: Tuesday, February 07, 2006 9:47 AM

Re: [flexcoders] pageTitle bu g?

2006-02-07 Thread Sreejith Unnikrishnan
:51 AM Subject: Re: [flexcoders] pageTitle bu g? What is the unexpected thing, you are seeing?Are you using FlexBuilder 2?-abdul On 2/6/06, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote: Hmm ... looks like specifying the pageTitle on the Application tag does

[flexcoders] TabNavigator Tab Align - Bug?

2006-02-07 Thread Sreejith Unnikrishnan
The TabNavigator does not seem to respect the horizontalAlign style. Tried following sample to align tabs to the right. ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml" xmlns="*" layout="vertical"mx:TabNavigator width="100%"

Re: [flexcoders] TabNavigator Tab Align - Bug?

2006-02-07 Thread Sreejith Unnikrishnan
Yes, 2.0. - Original Message - From: Manish Jethani To: flexcoders@yahoogroups.com Sent: Tuesday, February 07, 2006 4:43 PM Subject: Re: [flexcoders] TabNavigator Tab Align - Bug? On 2/7/06, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote: The TabNavigator

Re: [flexcoders] pageTitle bu g?

2006-02-07 Thread Sreejith Unnikrishnan
out the html file it generates. Does it have title / tag in it with the expected value.I think, when you build it should ideally create html file with same title...If might be a known issue, still send your feedback. -abdul On 2/7/06, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote

Re: [flexcoders] Horizontal DataGrids

2006-02-07 Thread Sreejith Unnikrishnan
public function horizontalDataGrid() { if (1.5) { refer to http://www.richinternetapps.com/archives/000101.html } else { refer to property columnCount and set it to 1 } use cellRenderer to give the header look'n'feel for the first column } } Sree - Original Message -

Re: [flexcoders] Macromedia Flex 2.0 Explorer

2006-02-06 Thread Sreejith Unnikrishnan
:-) i thought so, since the regular apps that I developed with 2.0 seem to work OK. I have a feeling it has something to do with thes script calls that are made in the tree. The script appends swf to the link. For example, the link to DateChooser on the tree is

[flexcoders] pageTitle bu g?

2006-02-06 Thread Sreejith Unnikrishnan
Hmm ... looks like specifying the pageTitle on the Application tag does not have the expected result! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Macromedia Flex 2.0 Explorer

2006-02-05 Thread Sreejith Unnikrishnan
Looks like the "Macromedia Flex 2.0 Explorer" that came with the Alpha does not run anymore with the new Flash Player? Is there going to be an updated version available any time soon? Regards Sree -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Macromedia Flex 2.0 Explorer

2006-02-05 Thread Sreejith Unnikrishnan
Thanks Matt. Now that I re-checked, it is indeed available in the Flex Framework 2 folder. Regards Sree - Original Message - From: Matt Chotin To: flexcoders@yahoogroups.com Sent: Monday, February 06, 2006 12:37 PM Subject: RE: [flexcoders] Macromedia Flex

Re: [flexcoders] Macromedia Flex 2.0 Explorer

2006-02-05 Thread Sreejith Unnikrishnan
I am not sure if this is something to do with just me! But I none of the samples load if I try to run the applications offline, ie from the following URL. C:\Program Files\Adobe\Flex Builder 2 Beta 1\Flex Framework 2\samples\explorer\explorer.html It keeps looking for

Re: [flexcoders] Re: Resizing Panel child components when ControlBar is resized

2006-02-01 Thread Sreejith Unnikrishnan
Both the issues are related to some kind of 'refresh' - the datagrid not stretching height-wise and controlbar not resizing with panel resize! I have started noticing this with the 8.5 player. I am saying this because the same apps that I developed earlier shows this 'no-resize' problem

[flexcoders] Active X vs Plugin

2006-02-01 Thread Sreejith Unnikrishnan
Again, whats the difference between the Active X and Plugin versions of Flash Player. When should you use either of them and for what? Regards Sree -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Document ZIP link does not work!

2006-02-01 Thread Sreejith Unnikrishnan
A ZIP file containing all Flex 2 Beta 1 documentation is available from the web site. The documentation set is as follows: The link does not work! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Active X vs Plugin

2006-02-01 Thread Sreejith Unnikrishnan
Thanks Matt. - Original Message - From: Matt Horn To: flexcoders@yahoogroups.com Sent: Wednesday, February 01, 2006 6:20 PM Subject: RE: [flexcoders] Active X vs Plugin The Active X version is for IE, the Plugin is for Netscape browsers.

[flexcoders] Downgrade Flash Player?

2006-02-01 Thread Sreejith Unnikrishnan
Hmm ... what should I do. I installed the Beta. On the samples home page it says. Flash Player 8.5 Alpha 3 (build 211) is required to view the Beta 1 samples; the version installed in this browser is: WIN 8,5,0,212 Please update your

Re: [flexcoders] View Source in Firefox 1.5?

2006-02-01 Thread Sreejith Unnikrishnan
The popup blocker automatically blocks the view-source URL. Clicking on allow does let you see the source though! Sree - Original Message - From: Manish Jethani To: Flexcoders Sent: Wednesday, February 01, 2006 11:56 PM Subject: [flexcoders] View Source in

Re: [flexcoders] View Source in Firefox 1.5?

2006-02-01 Thread Sreejith Unnikrishnan
Adding to it,'viewSourceURL' does not come up in the 'code-completion' of Flex Builder! - Original Message - From: Manish Jethani To: Flexcoders Sent: Wednesday, February 01, 2006 11:56 PM Subject: [flexcoders] View Source in Firefox 1.5? Hi folks,Looking for

[flexcoders] DataGrid Bug?

2006-02-01 Thread Sreejith Unnikrishnan
I just noticed a bug with the datagrid: The issues are as follows: 1. dataGrid headerHeight=0, does not hide the header. INstead the firstRow is overlapped on the header.2. If you scroll down and then up, the some rows including the second, blanks out! I have an example posted at the

Re: [flexcoders] DataGrid Bug?

2006-02-01 Thread Sreejith Unnikrishnan
More interesting stuff! If you click on the columns even if you cannot see the header, you can still sort! If you click on the column, keep the mouse down and drag to your left or right. You can see the column selected with an alpha! Sree From:

Re: [flexcoders] Re: DividedBox question - divider position

2006-01-31 Thread Sreejith Unnikrishnan
I believe what he meant was to specify the minHeight explicitly. You can calculate it programatically as well. On creation complete calculate the height of the individual components and set and reset them. This defenitely looks interesting. I am trying it out. I'll post the code IF i am

Re: [flexcoders] Live Docs

2006-01-31 Thread Sreejith Unnikrishnan
It was down! Looks like it is up now. - Original Message - From: Rich Tretola To: flexcoders@yahoogroups.com Sent: Tuesday, January 31, 2006 9:53 PM Subject: [flexcoders] Live Docs Anyone from MM or Adobe please take a look at livedocs. I am gettingan error

[flexcoders] Format Document in Flex Builder 2.0

2006-01-28 Thread Sreejith Unnikrishnan
Is "Format Document" available in Flex Builder 2.0? Somehow I do not see it in the right-click context menu! This is a nice-to-have-feature in regular Eclipse. If not, should this be a feature request? -- Flexcoders Mailing List FAQ:

[flexcoders] Stand-alone scrollbar possible?

2006-01-25 Thread Sreejith Unnikrishnan
Rather strange requirement that I have. Is it possible to have a stand-alone scrollbar? Basically, I need to implement a scrollbar that controls the scroll in another UI component. Any suggestion is welcome. Regards Sree -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Stand-alone scrollbar possible?

2006-01-25 Thread Sreejith Unnikrishnan
Thanks Deepa, I noticed that your answer was wrt 2.0. My requirement was for 1.5. Or, are these components available in 1.5? Sree - Original Message - From: Deepa Subramaniam To: flexcoders@yahoogroups.com Sent: Thursday, January 26, 2006 12:43 AM Subject:

Re: [flexcoders] Sourcing an image using a variable in URL (Flex 2)

2006-01-20 Thread Sreejith Unnikrishnan
Try constructing the entire URL in script and assign it to the image! var imgSource:String = "http://www.mySite.com/pictures/"+photoID+".jpg" mx:Image id="myImage"source="{imgSource}"/ Sree - Original Message - From: yaagcur To: flexcoders@yahoogroups.com Sent:

Re: [flexcoders] Re: How to add labelFunc when dynamically creating a DataGrid

2006-01-13 Thread Sreejith Unnikrishnan
Kevin, Just replace the piece of code where you try to assign the labeFunction with this. The rest should be OK. column.labelFunction = Delegate.create(this, displayText); Regards Sree Refer to: Kevin Ewok wrote: Brendan- Thanks for your response. That makes sense but I'm still in the

Re: [flexcoders] VBox scrollbar bug ?

2006-01-12 Thread Sreejith Unnikrishnan
Try setting minWidth="0" and minHeight="0" to the VBox Sree superabe superabe wrote: Update on this, setting fixed widths and heights on the parent VBox resolved the issue. That will do fine for now :) - superabe On 1/12/06, superabe superabe [EMAIL PROTECTED] wrote:

Re: [flexcoders] Bar Chart with Dates

2005-12-21 Thread Sreejith Unnikrishnan
. -Sreenivas On 12/20/05, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote: Hi, Can someone help me with a way to display a bar chart with floating bars depicting say the start date and end date (similar to a project planner) such that the length of the bar is the duration! The startDate

[flexcoders] Bar Chart with Dates

2005-12-20 Thread Sreejith Unnikrishnan
Hi, Can someone help me with a way to display a bar chart with floating bars depicting say the start date and end date (similar to a project planner) such that the length of the bar is the duration! The startDate and endDate are available as Date objects. The question is related to using

Re: [flexcoders] Re: Why is editable=true necessary to allow cellPress events (2.0)

2005-12-20 Thread Sreejith Unnikrishnan
Open the livedocs .. http://livedocs.macromedia.com/flex/15/asdocs_en/ Click on DataGrid Scroll Down to the end of the page Look at the second sample ... I bet you didnt bother to check the docs first! yaagcur wrote: Really? I just checked my application editable=false clicking gets no

Re: [flexcoders] Re: Why is editable=true necessary to allow cellPress events (2.0)

2005-12-20 Thread Sreejith Unnikrishnan
.com/labs/1/flex/wwhelp/wwhimpl/js/html/wwhelp .htm?href=""> --- In flexcoders@yahoogroups.com, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote: Open the livedocs .. http://livedocs.macromedia.com/flex/15/asdocs_en/ Click on DataGrid Scroll Down to the end of the page Look at

Re: [flexcoders] Building a dynamic flowchart in FLEX

2005-12-16 Thread Sreejith Unnikrishnan
First I would like to know if this is even possible in FLEX Yes! if so what kind of container would hold such objects A Canvas, it could hold objects with x,y positions defined dynamically and second if anyone has seen anything similar to this to give me an idea of what I am up against.

Re: [flexcoders] Local data access in Flex

2005-12-14 Thread Sreejith Unnikrishnan
Correction. For XML, check out "Embedding static XML document". Sree PS: When you say offline, are u saying u do not run the app off a server or is it that you do not access data over the server? In the first case, Nick is right, you cannot do it in 1.5, it is possible in 2.0.

Re: [flexcoders] Re: Local data access in Flex

2005-12-14 Thread Sreejith Unnikrishnan
Nick, Yes, you can take the XML embed approach. Yes, you can create a projector. You have to be just careful about the dependant resources including the XML. You might have some issues. I have not been able to move the exe to a different folder and succesfully run it. Tip: right-click and

Re: [flexcoders] Drag Box around a container

2005-12-14 Thread Sreejith Unnikrishnan
Depends on what the container is: If you are using a canvas or other absolute position container, the top-left corner of the box is the box.x and box.y values. It can get tricky if you are using any other container such as HBox, Form etc. Brian McPheeters wrote: I am trying to figure

Re: [flexcoders] Drag Box around a container

2005-12-14 Thread Sreejith Unnikrishnan
ote: box.x and box.y will give me the new top-left corner that the box was dragged to? >From my testing it seemed to just give me the starting x,y the object was at. Brian From: flexcoders@yahoogroups.com on behalf of Sreejith Unnikrishnan Sent: Wed 12/14/2005 10

Re: [flexcoders] Themes (was TemplateMonster.com)

2005-12-09 Thread Sreejith Unnikrishnan
Hi Matt, Is this swc file available for download? The 1.5 swcs are not compatible with 2.0, is it? Sree Matt Horn wrote: The Halo theme is now a separate SWC that you can apply (to get that old-school Flex look). Might be a good place to start looking at what goes into themes. I

[flexcoders] Flex2: PanelAlpha and BorderStyle would not work together

2005-12-08 Thread Sreejith Unnikrishnan
I noticed that the Panel background color changes to opaque white if you specify a borderStyle. The transparency is maintained if you specify any other attribute. As soon as you specify the borderStyle, it could be solid, inset or outset, the transparency seems to go awry! A bug? OR am I

[flexcoders] Flex Builder - Plugin Version Problem

2005-12-07 Thread Sreejith Unnikrishnan
After I installed the plugin version of Zorn on Eclipse, I get the following error: Unable to create this part due to an internal error. Reason for the failure: An unexpected exception was thrown. The complete error is as follows: java.lang.NullPointerException at

Re: [flexcoders] Flex Builder - Plugin Version Problem

2005-12-07 Thread Sreejith Unnikrishnan
Macromedia!) but anybody from Adobe who can suggest a typical configuration procedure. Regards Sree Douglas Knudsen wrote: see http://labs.macromedia.com/technologies/flexbuilder2/ this issue is discussed there. Zorn is incompatible with some eclipse plugins. DK On 12/7/05, Sreejith Un

Re: [flexcoders] Disabling toolbar of IE/ RIAs and the Refresh button- a potential usability problem

2005-12-06 Thread Sreejith Unnikrishnan
Sandip, here is link to how u can detect the refresh button. http://www.codeproject.com/internet/detecting_the_ie_refresh.asp You are on your own from here :-). I am sure nobody on this forum is really interested in this. This has nothing to do with Flex. Having said that, there is

Re: [flexcoders] (Article) ArrayList Vs LinkedHashSet - Performance issue

2005-12-06 Thread Sreejith Unnikrishnan
Hello??? Girish Ahankari wrote: Hi All I have added some more Java internals Questions to the existing link @ http://agirish.50webs.com Have a look and clear your interviews... All the best Girish __ Yahoo! DSL Something to

Re: [flexcoders] Re: embeded link text in a label tag

2005-12-06 Thread Sreejith Unnikrishnan
mx:HBox mx:Label id="trainingQuestion8" text="If equipment was involved , see the" / mx:Link label="Environment and Equipment" click="viewstackID.selectedIndex = X" / mx:Label text="questions." / mx:Spacer width="100%" / /mx:HBox Just tinker around to prevent the text from

Re: [flexcoders] Restricting refresh button of browser

2005-12-05 Thread Sreejith Unnikrishnan
Why would you want to do that? Anyways, I hope u meant that u wanted to refresh the current view and that means refreshing some data? Why would'nt you just add a "refresh" icon that would fetch the data and refresh the view? sandip_patil01 wrote: Hi All, let say I am in middel of my

Re: [flexcoders] How to put button inside DataGridColoumn

2005-12-05 Thread Sreejith Unnikrishnan
You should use a cellRenderer. The Flex Samples come with examples of cellRenderers. Or you can refer to the following URL http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentationfile=0531.htm#wp146885 jagabcdeff wrote: Hi

Re: [flexcoders] To Moderator

2005-12-05 Thread Sreejith Unnikrishnan
There defenitely seems to be a problem with delivery of messages. For example, some mails arrive earlier than a mail with a later time-stamp (a lot of that happened today as well!) With that experience, I believe it has NOTHIN to do with Yahoo. I tend to believe that it has to do with each

Re: [flexcoders] Adobe's Acquisition of Macromedia Expected to Close on December 3, 2005

2005-12-05 Thread Sreejith Unnikrishnan
And its funny if u have the old CSS (formerly Adobe) cached on your m/c ... really screws up the layout ... especially the banner eating into the menu bar! Sree Douglas Knudsen wrote: well, they could have come up with a better Flash ad on the home page! Horrible!

Re: [flexcoders] Livedocs for Flex 2.0

2005-12-05 Thread Sreejith Unnikrishnan
http://livedocs.macromedia.com/labs/1/flex/langref/index.html Ralf Rottmann wrote: By the way, is there a link to the Flex 2.0 Live docs anywhere? Ralf Rottmann -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Livedocs for Flex 2.0

2005-12-05 Thread Sreejith Unnikrishnan
Ralph, all the documents are available in PDF and HTML format at labs.macromedia.com the same place where u downloaded ur Flex2 alpha. Ralf Rottmann wrote: Thanks to all of you. I wonder whether there is a pdf version of it but chances are we gotta build a livedocs2pdf

Re: [flexcoders] Re: Closing via Menu VS via Shortcut Key

2005-12-05 Thread Sreejith Unnikrishnan
That _javascript_ would not work. You cannot close the main window even in normal HTML as far as I know. Try doing a trace ... I am sure the function is being called, but it will not work. The browsers by default will not allow you to do this. This is a security feature AFAIK. Try: html

Re: [flexcoders] Re: Closing via Menu VS via Shortcut Key

2005-12-05 Thread Sreejith Unnikrishnan
Maybe I am still confused, but if you have popped up "browser" windows that has to be closed why would u need a script to close via Shortcut Key? Would'nt the regular CTRL+W be enough? Just curious! But, if u r talking about Flex popups, you would need a script. But again, why would u need

Re: [flexcoders] Flex 2.0 Alpha: dispatchEvent(Event) method in ActionScript class

2005-12-03 Thread Sreejith Unnikrishnan
Try flash.events.EventDispatcher Ralf Rottmann wrote: Re: [flexcoders] Flex 2.0 Alpha: dispatchEvent(Event) method in ActionScript class Thanks. Part of the problem is that there is no EventDispatcher class. importing mx.events.* does not help. The popup typeahead in Eclipse does

Re: [flexcoders] More questions regarding PopUp Windows in Flex 2.0

2005-12-03 Thread Sreejith Unnikrishnan
quick answer on the titleBar transparency set the panelAlpha style property to 100 Should be a bug! But any non-zero value for panelAlpha renders the transparency to 100. Even 9 would work! :-) Sree Yahoo! Groups Sponsor ~-- Get Bzzzy!

  1   2   >