[flexcoders] AreaChart DataRenderer

2006-08-11 Thread Mark
://adobe.com/AS3/2006/builtin::apply() at mx.core::UIComponent/::callLaterDispatcher2() at mx.core::UIComponent/::callLaterDispatcher() What am I doing wrong? thanks, Mark Haugen -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Re: AreaChart DataRenderer

2006-08-23 Thread Mark
getStyle to get the fill color for the current area, but I don't see any method for setting that style from within the AreaRenderer. Oh well, back to the search. mark -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

[flexcoders] How can I tell an AreaChart data tip to display?

2006-08-25 Thread Mark
I'm creating an AreaChart and I want the DataTip to appear whenever the mouse rolls over the Series. I know that I can set showDataTips=true on the Chart but the DataTip will only appear if the mouse is directly over the data point. I've extended AreaSeries and captured the mouseOver and

[flexcoders] Re: How can I tell an AreaChart data tip to display?

2006-08-28 Thread Mark
object would be the parent of the DataTip? Thanks in advance for any help. Mark -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your

[flexcoders] Re: How can I tell an AreaChart data tip to display?

2006-08-28 Thread Mark
to the DataTip. The HitData also has an id property (Number) that may give me access if I knew who the parent of the DataTip was -- but I don't. Of course, I'm assuming that it can be done at all. Thanks again for responding. Mark -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

[flexcoders] Re: How can I tell an AreaChart data tip to display?

2006-08-29 Thread Mark
BINGO! That works exactly as I wanted. Thanks so much for your help Ely. mark -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your

[flexcoders] TypeError: Error #1009 in AreaChart with variable Series

2006-08-29 Thread Mark
anybody have any ideas? Thanks in advance for any help. mark -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go

[flexcoders] Re: TypeError: Error #1009 in AreaChart with variable Series

2006-08-29 Thread Mark
, Mark -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders

[flexcoders] Fill not supported on extended BubbleSeries?

2006-11-06 Thread Mark
implementation. Do I need to do anything special to tell the compiler that my custom series supports the fill property? Thanks for any info, mark -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

[flexcoders] HSlider animation question...

2006-12-29 Thread Mark
(the way it does if you click the track)? Below is a sample app. Thanks in advance for any help! mark ?xml version=1.0? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; initialize=init(); mx:Script ![CDATA[ [Bindable

[flexcoders] Re: using soapHeaders to pass UserName and Password

2007-01-31 Thread Mark
Jamie, Thanks for the fast reply to this problem but it seems like you posted partial code. I feel like you left out some important pieces to the puzzle so I'm confused as to how you're calling your function and what is ModelLocator, ourService and myWebService (I'm guessing the id to the

[flexcoders] Re: using soapHeaders to pass UserName and Password

2007-02-02 Thread Mark
. Any more help would be much appreciated. We've been trying to work this our for quite a while now. Thanks, Mark --- In flexcoders@yahoogroups.com, Mark [EMAIL PROTECTED] wrote: Jamie, Thanks for the fast reply to this problem but it seems like you posted partial code. I feel like you

[flexcoders] Re: using soapHeaders to pass UserName and Password

2007-02-02 Thread Mark
, Dave Wolf [EMAIL PROTECTED] wrote: Mark, Does this blog entry give you any help? In building this mashup Andy had to add credentials to the SOAP headers. See further down for example source. http://www.cynergysystems.com/blogs/page/andrewtrice? entry=census_mashups_using_strikeiron_web

[flexcoders] text in buttons getting cut off... why?

2007-02-03 Thread Mark
I'm using ToggleButtonBar. When I add a horizontalGap of anything over 2 the button with the most text gets cut off. If I take that out I can have as much text as I need and the button looks fine. Why would this be happening and what can I do to make it work with the gap and without giving

[flexcoders] help with scrollTipFunction on List

2007-02-07 Thread Mark
on this board I found someone that created the scrollTipFunction like this: public function myLabelFunc(dir:String, pos:Number):String { this.selectedIndex = pos + 7; return this.selectedItem.data; } It works but at the same time it's selecting that index. Is there another way to show

[flexcoders] Re: filterFunction

2007-02-09 Thread Mark
I was just about to post the same question before I saw this and thought I'd ride this one out to see where it goes. I've found a bunch of examples on how to filter an ArrayCollection with a text box such as this one (maybe it will help you Kumar):

[flexcoders] Re: filterFunction

2007-02-09 Thread Mark
That would be a great start, thanks --- In flexcoders@yahoogroups.com, Clint Tredway [EMAIL PROTECTED] wrote: if you want, I can post how I iterate through a collection which should get you started. On 2/9/07, Mark [EMAIL PROTECTED] wrote: I was just about to post the same question

[flexcoders] Need help getting the groupName of a radio button in a function

2007-02-10 Thread Mark
I have 2 sets of radio buttons with 2 different group names. I'm using them to do some filtering. The function is pretty basic and will work with both groups but I need to know what group is calling the function. Can someone please help me with the correct code to get the radioButtons

[flexcoders] Cnadlestick chart

2007-02-20 Thread Mark
Is there a way to get the candlestick chart to display horizontally? I haven't been able to find a way to do it if there is a way. Thanks

[flexcoders] alternating row color in bar chart

2007-02-22 Thread Mark
I'm using a bar chart that can get pretty long so I'd like to alternate the background row color. Is this something I can do, and if so, is there an example or maybe point me in the right direction on how to go about doing it?

[flexcoders] Re: .NET Web Services w/Soap Headers

2007-02-22 Thread Mark
Try this: mx:Application pageTitle=Americas IT Radar xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical minWidth=850 xmlns:v=customComp.* creationComplete=onCreationComplete() script ![CDATA[ /* *** BEGING WEB SERVICE CALL WITH ADDING HEADERS ***

[flexcoders] Re: alternating row color in bar chart

2007-02-22 Thread Mark
Yep, that did the trick thanks for your help Ely Mark --- In flexcoders@yahoogroups.com, Ely Greenfield [EMAIL PROTECTED] wrote: Mark -- the gridlines class, which defines the background gridlines for the chart, supports alternating row colors. Look at the documentation

[flexcoders] Need help seaching and comparing in an ArrayCollection

2007-02-23 Thread Mark
I'm at a bit of a loss right now how to do something. I'm building an app that shows current and future projects with deploy dates, names, etc. One thing they want this app to do is to flag projects that are to be deployed within a week of any other project. In other words, if one is going

[flexcoders] Re: ButtonBar's child enabling

2007-02-24 Thread Mark
If you know the index of the button within the ButtonBar (which would be the same as it's index in the dataProvider) you can use the getChildAt method of the button bar: var btn:Button = Button(_btnBar.getChildAt(i)); btn.enabled = false; mark

[flexcoders] Re: broken: stacked AreaChart when using horizontal DateTimeAxis

2007-02-25 Thread Mark
I was having the same problem and found from the help files I needed to make sure my dates were coming in as dates, so there's a parseFunction I needed to add, like this: mx:horizontalAxis mx:DateTimeAxis labelUnits=months dataUnits=days displayLocalTime=true

[flexcoders] loading a swf file and dynamic symbols

2007-02-26 Thread Mark
I have a swf file with a number of symbols that I'd like to display dynamically. I have a repeater with an Image component. The repeater is binded to an Array of text that mimics the symbol names in my SWF. This Array is dynamically populated with the symbol binded to the currentItem of

[flexcoders] Re: loading a swf file and dynamic symbols

2007-02-27 Thread Mark
. What I'm getting at is at this point I'm looking for the best way to display that corresponding symbol with the ID so when the user sees the country, they'll also see a little image of the country. Thanks, Mark --- In flexcoders@yahoogroups.com, Ciarán [EMAIL PROTECTED] wrote: Hi

[flexcoders] Can I use Flash Library items in Flex, if so, how?

2007-03-03 Thread Mark
I'm trying to load a flash 9 SWF into Flex with some luck. I can get it in there with SWFLoader but now how can I use something from the Flash Library… or can I? I get this error when I run the code below ReferenceError: Error #1065: Variable Radar is not defined. But when I Dismiss All

[flexcoders] Re: Can I use Flash Library items in Flex, if so, how?

2007-03-05 Thread Mark
Thank you for the URLs. I'll see what I can or can't do then post back with an update. Thanks again! Mark --- In flexcoders@yahoogroups.com, greg h [EMAIL PROTECTED] wrote: Mark, I have had success making calls to my AS3 SWFs compiled in Flash using the Flash Professional 9

[flexcoders] Re: Can I use Flash Library items in Flex, if so, how?

2007-03-05 Thread Mark
. So I guess what I need to do is similar to Jesse's example but I think I need more control in that I need to place the graphic but then need to add points from the library. --- In flexcoders@yahoogroups.com, greg h [EMAIL PROTECTED] wrote: Mark, I have had success making calls to my

[flexcoders] Re: alternating row color in bar chart

2007-03-07 Thread Mark
@yahoogroups.com, Ely Greenfield [EMAIL PROTECTED] wrote: Mark -- the gridlines class, which defines the background gridlines for the chart, supports alternating row colors. Look at the documentation for GridLines for more information. off the top of my head, it would look

[flexcoders] small problem with Bar Chart showing days

2007-03-07 Thread Mark
are the same I don't get a rendering of a bar... not even a little. Does anyone one have any advice on how to force those bars to render? Maybe there's a way to set a min width to it that I can't find? Or maybe someone else has run into this kind of thing? Thanks, Mark --

[flexcoders] Re: small problem with Bar Chart showing days

2007-03-15 Thread Mark
/mx:BarChart --- In flexcoders@yahoogroups.com, Igor Costa [EMAIL PROTECTED] wrote: Mark I don't think this could be a problem in render, could you please paste part of your code to be see what are you trying to do ? Maybe could help us to figure out more your problem. Best Igor Costa

[flexcoders] tutorials for writing custom classes

2007-03-15 Thread Mark
Are there any good tutorials someone can point me to for writing custom Flex classes? I've been writing AS for a few years now but havn't really dived into Classes. I can find a lot of examples from digging into code but I'd like to find one that shows step by step what it is and why you're

[flexcoders] Re: tutorials for writing custom classes

2007-03-16 Thread Mark
or maybe even something else. And that's where I'm getting hung up. I don't understand how you know what you need to extend. I'm looking in the docs but I can't find that piece. I see some examples, but nothing that really explains it in detail. --- In flexcoders@yahoogroups.com, Mark

[flexcoders] Re: small problem with Bar Chart showing days

2007-03-21 Thread Mark
OK, I got the size working, but now I have a new problem. I used a custom itemRenderer to change the size if the dates are the same. The code is redrawing the bars with a fill color of red (for now). I want that solid color to be a gradientFill, but I can't seem to get it to work at all.

[flexcoders] Re: How do I get the ControlBar to show at the top of my Panel?

2007-03-21 Thread Mark
Pretty sure you can't. The ControlBar container lets you place controls at the bottom of a Panel or TitleWindow container. The mx:ControlBar tag must be the last child tag of the enclosing tag for the Panel or TitleWindow container. And I didn't see a dock attribute, so I'm kinda curious to

[flexcoders] Re: small problem with Bar Chart showing days

2007-03-22 Thread Mark
); g.lineTo(rc.left,rc.top); fill.end(g); } } } --- In flexcoders@yahoogroups.com, Ely Greenfield [EMAIL PROTECTED] wrote: Hi Mark. Try using the mx.graphics.LinearGradientFill class. It will proably make your life much

[flexcoders] Need help with a dataGrid itemRollOver

2007-03-27 Thread Mark
I need to display a different image for each value in the dataGrid. I'm trying to use the itemRollOver but for some reason I'm having a hard time getting the value of the name column in the function. Can someone help? I didn't post my function because I'm just trying to trace the value

[flexcoders] Re: Need help with a dataGrid itemRollOver

2007-03-27 Thread Mark
PROTECTED] wrote: For the column with dataField=name, when an itemRollOver occurs, the event.itemRenderer.data.name should be the value. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Tuesday, March 27, 2007 7

[flexcoders] Re: Need help with a dataGrid itemRollOver

2007-03-27 Thread Mark
Sorry, got it... I used listEvent and got it to work. Thanks public function rollOverCtry(evt:ListEvent):void { trace(evt.itemRenderer.data.name); } --- In flexcoders@yahoogroups.com, Mark [EMAIL PROTECTED] wrote: I'm afraid I still don't understand what needs to be done

[flexcoders] PopUpManager Problem

2007-03-28 Thread Mark
VBox as the tabs. The SWF files then get loaded dynamically into those VBox. The two SWF files only contain a button to press and it displays an Alert (the builtin Alert uses PopUpManager). Has anyone seen this error before and can shed some insight? Thanks in advance. --Mark Below is my code

[flexcoders] need a little help with itemRenderer

2007-03-30 Thread Mark
I need to change the background color of some items in the HorizontalList. I thought the easiest way would be to create an itemRenderer such as below. But I can't change the color this way. Does anyone know what the problem is here? The setColor function will have much more to it once I

[flexcoders] Re: need a little help with itemRenderer

2007-03-30 Thread Mark
sorry... I'm using Color, it needs to be color. --- In flexcoders@yahoogroups.com, Mark [EMAIL PROTECTED] wrote: I need to change the background color of some items in the HorizontalList. I thought the easiest way would be to create an itemRenderer such as below. But I can't change

[flexcoders] Help with finding days between a start and end date

2007-03-31 Thread Mark
I'm having some problems with my, I think, math for getting all the days into an arrayCollection. It works well on items with less time between start and end dates such as a few days or months apart. But when it gets up to about 200+ days something strange happens, it changes from Date Sun

[flexcoders] Re: Help with finding days between a start and end date

2007-04-03 Thread Mark
Thank you, this is working nicely -Mark --- In flexcoders@yahoogroups.com, Doug Lowder [EMAIL PROTECTED] wrote: Your math is OK, but for timezones that support Daylight Savings Time your logic isn't. In those timezones, not every day will be exactly 24 hours long. A quick way

[flexcoders] Re: need a little help with itemRenderer

2007-04-03 Thread Mark
Thank you, this is working much better than what I had :) -Mark --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Hi Mark, Try something like this: (make sure that your itemRenderer is a container that supports the backgroundColor style property. You can change

[flexcoders] simple Tree question

2007-05-04 Thread Mark
I have a Tree that has 2 levels, 1- the folder level, 2- the document level (pretty basic). When the user clicks the document I want to show additional information in a text field. So I binded the text field to the tree. When you click the document level you get the info, but if you click

[flexcoders] Re: simple Tree question

2007-05-04 Thread Mark
That worked out great, thank you! --- In flexcoders@yahoogroups.com, sreeni_r [EMAIL PROTECTED] wrote: You can try using tree.dataDescriptor.isBranch(tree.selectedItem, null); This would return true if it is a folder. -Sreenivas --- In flexcoders@yahoogroups.com, Mark pusateri02

[flexcoders] Re: One Item Renderer Component for Multiple Columns in a DataGrid - How to find

2007-05-24 Thread Mark
Setting properties on the ClassFactory for each itemRenderer is cool, but does anybody know if there is a way to set style properties for the item renderer? thanks, mark --- In flexcoders@yahoogroups.com, Thind, Aman [EMAIL PROTECTED] wrote: Thank you so much Flexing. I wasn't aware I could

[flexcoders] Flex Component Kit for Flash CS3 - item not showing

2007-06-02 Thread Mark
fine. Thanks, Mark

Re: {Disarmed} [flexcoders] Flex Component Kit for Flash CS3 - item not showing

2007-06-02 Thread Mark
to look closer at the code. Jurgen Mark wrote: I created a simple test in Flash CS3 that mostly works in Flex. The problem I'm having is I don't see it in Flex Builder 2. Code view is giving me everything it should and looks fine there, but I don't see it in Design view. What would

[flexcoders] filtering with many paramaters

2007-08-29 Thread Mark
In the future this will all be done on the back-end but for now I have to do it all in Flex. What is the best way to filter an arrayCollection with many differnt paramaters per AC property? The way I've done it in the past is with the filterFunction but that's an awful lot of if's for this

[flexcoders] first time Tile user needs some help, please

2007-08-30 Thread Mark
I'm using a Tile container and within that I have dynamic Repeater repeating checkboxes from an ArrayCollection. Everything works just fine with the exception of the Tile, it seems to want a height set for it. If I don't give a height it scrolls at about 100 pxls or so. What do I need to do

[flexcoders] DateTimeAxis on BarChart needs tweeking

2007-08-31 Thread Mark
I have a bar chart that I'm using to display a start date and end date for each project in my XML. It works great but when I add minimum and maximum values to the DateTimeAxis the records that don't fall between that minimum and maximum values don't show. In other words – the projects start

[flexcoders] Re: DateTimeAxis on BarChart needs tweeking

2007-08-31 Thread Mark
Thanks Ely, This was exactly what I needed and much easier than writing an itemRenderer :) And I'll be taking your advice and filter the others out. Mark --- In flexcoders@yahoogroups.com, Ely Greenfield [EMAIL PROTECTED] wrote: By default, a chart will filter out any

[flexcoders] Re: DateTimeAxis on BarChart needs tweeking

2007-08-31 Thread Mark
One more question regarding this bar chart... Even with a few different filters it could still end up being 20 - 30 bars. Is there a way to get the chart to scroll vertically if it gets that large? It seems to just resize on my tests. Thanks

[flexcoders] need some help with filter and returning data

2007-09-01 Thread Mark
are less than minDate OR startDate AND endDate are greater than maxDate RETURN evertyhing else but for some reason I can't figure out the code. any help would be great. Mark

[flexcoders] How do I addEventListener to a repeated component.

2007-09-04 Thread Mark
My code is below. I'm trying to put an eventListener on the CheckBoxes (repSL) that are being created with the Repeater. I get this error: TypeError: Error #1006: addEventListener is not a function this works fine with everything but for the repeated checkboxes. Is there a differnt way to

[flexcoders] Re: How do I addEventListener to a repeated component.

2007-09-04 Thread Mark
-- mx:Text id=lbDescription text=[EMAIL PROTECTED] width=100% height=100% / /mx:HBox From: flexcoders@yahoogroups.com mailto:flexcoders% 40yahoogroups.com [mailto:flexcoders@yahoogroups.com mailto:flexcoders% 40yahoogroups.com ] On Behalf Of Mark

[flexcoders] tile component width problems

2007-09-05 Thread Mark
from the largest option, is there a way to change it so there's only padding of about 3 on each side? One of my checkBox labels is about 3 times longer than all the rest so instead of repeating them across then down it only goes down because of that one label. Is there a way to do this? Mark

[flexcoders] TitleWindow sozing help needed

2007-09-07 Thread Mark
I'm poping up a title window and would like the size to be a percentage of the window size. I haven't been able to see how do to this, is it something I can do? What I'd like is for it to be centered at about 75 percent of the screen width and height. I really don't even know if that will

[flexcoders] dynamic textArea sizing

2007-09-11 Thread Mark
Is there a way for the textArea to size its Height to fit the text, as apposed to setting a height in pixels? I don't want the scroll bars and it's no good for printing. Any examples out there? Thanks, Mark

[flexcoders] Re: dynamic textArea sizing

2007-09-11 Thread Mark
this thread: From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Tuesday, September 11, 2007 10:34 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] dynamic textArea sizing Is there a way for the textArea to size its

[flexcoders] Re: dynamic textArea sizing

2007-09-11 Thread Mark
Sorry for wasting your time... This is only for display purposes so I can just use mx:Text. That does it on its own. Thanks!

[flexcoders] BarChart scrolling

2007-09-12 Thread Mark
Is there anyway to get the horizontalAxis to always be visible while the chart area and VerticalAxis scroll? Right now the entire area scrolls. Thanks

[flexcoders] major filtering of arrayCollection problem - help please

2007-09-13 Thread Mark
; }... This would never return anything other than the check box marked with the exact single value. How can I expand on this? I't still early in the game so I can adjust the XML as needed if that works best. Help, Mark

[flexcoders] Re: major filtering of arrayCollection problem - help please

2007-09-13 Thread Mark
I got it - if (item.serviceLine.indexOf(checkBox.data) != -1){ isMatch = true; }... --- In flexcoders@yahoogroups.com, Mark [EMAIL PROTECTED] wrote: I'm using a filterFuction filtering a few different fields. So far so good, but I've been filtering on exact matches. How can I

[flexcoders] barChart sizing

2007-09-14 Thread Mark
Is there a way to set a minimum height to the bars? I see a minHeight but below is what I found on it. So it seems that isn't what I'm looking for. I'm also hoping that if I can get each bar to not go below a certain number it will resize the chart too. Anyone know? Thanks This value is

[flexcoders] Re: major filtering of arrayCollection problem - help please

2007-09-14 Thread Mark
In this case I'm confining that filter by using checkboxes so I'm okay there, but for future use... I'm not sure what you mean by Expression Test; can you explain a little more or show an example? Thank You Mark --- In flexcoders@yahoogroups.com, discoguy77 [EMAIL PROTECTED] wrote

[flexcoders] Need some help with Tooltips and Flex Component Kit

2007-09-17 Thread Mark
I have a Flash that has 2 items for use by my Flex app. One is a flat circle to plot some points on and the other is the dot which will be those points. In flex I'm duplicating and position these points from the data within my ArrayCollection. That is woking just fine, but I have a tooltip

[flexcoders] advanced datagrid in Flex 3.0

2007-09-20 Thread Mark
Does anyone know if the ADG will have any kind of paging features? And in the mean time is there anyway to page over my data from an ArrayCollection while filtering too? Thanks

[flexcoders] Tooltip on the CategoryAxis of a BarChart?

2007-09-26 Thread Mark
The Vertical Axis on my bar chart holds Project Names. As you can imagine they can get pretty large so I have a label funtion to truncate anything over 15 characters. I'd like to be able to get a tooltip on them so the user can just roll over the name to see the full name. Is this something

[flexcoders] Re: Tooltip on the CategoryAxis of a BarChart?

2007-09-27 Thread Mark
Thanks a bunch, that's exactly what I needed, here's how the code ended up. Mark mx:verticalAxisRenderer mx:AxisRenderer mx:labelRenderer mx:Component mx:Label toolTip={this.myTip} mx:Script ![CDATA[ [Bindable

[flexcoders] alternating row color in bar chart -- Problems

2007-09-27 Thread Mark
/mx:GridLines /mx:Array It works but the last row has a line right across the middle. Everything I've tried to get rid of it doesn't work. Has anyone seen this, and if so gotten rid of it? Thanks, Mark

[flexcoders] Re: alternating row color in bar chart -- Problems

2007-09-27 Thread Mark
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Thursday, September 27, 2007 5:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] alternating row color in bar chart -- Problems I have a barChart that is using mx:DateTimeAxis for my

[flexcoders] Re: I really need some help on how to display details of a record -arrayCollection

2007-09-27 Thread Mark
Hi Tracy and thank for replying - 1) ss += br I'm adding a little space with a break at the end of the textbox because for some reason when you go to print it the last line item wouldn't show, and this took care of it. 2) pResources.htmlText = ss writes it all in after the loop finishes 3) I'm

[flexcoders] I really need some help on how to display details of a record -arrayCollection

2007-09-27 Thread Mark
I'm having a real hard time figuring out how to display reoccurring items from my arrayCollection. It seems way too basic but I have a major case of the brain cramps right now... well, all day. Here's a sample of the XML which is going into my ArrayCollection. I'm showing a few items in a

[flexcoders] Re: I really need some help on how to display details of a record -arrayCollection

2007-09-28 Thread Mark
I've actually never used XMLListCollection so I'm giving it a shot. It seems to be giving me some problems. I'm returning a length of 0. Is this correct or did I miss something. All the examples in the Help show it as MXML not ActionScript. ?xml version=1.0 encoding=utf-8? mx:Application

[flexcoders] help builing a component in Flash CS3 for Flex

2007-10-02 Thread Mark
trace((parent as MovieClip).dates); } Thanks, Mark

[flexcoders] Re: help builing a component in Flash CS3 for Flex

2007-10-03 Thread Mark
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Tuesday, October 02, 2007 3:53 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] help builing a component in Flash CS3 for Flex I'm building a pretty simple component in Flash and need to access my a few things

[flexcoders] Re: help builing a component in Flash CS3 for Flex

2007-10-03 Thread Mark
pass a reference to the Flex webservice and fetch the array from the component From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Tuesday, October 02, 2007 3:53 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] help

[flexcoders] Re: help builing a component in Flash CS3 for Flex

2007-10-03 Thread Mark
a reference to the Flex webservice and fetch the array from the component From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Tuesday, October 02, 2007 3:53 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] help builing a component

[flexcoders] DataTips on DataGrid shows entire XML line item, why?

2007-10-06 Thread Mark
also see everything for that item in the XML. mx:columns mx:DataGridColumn headerText=Deployment dataField=title showDataTips=true dataTipField=title / Can someone please help? Thank, Mark

[flexcoders] SOUND_COMPLETE event not firing?

2007-10-30 Thread Mark
{ trace(I hit the sc handler);. As I said, the mp3 file finishes playing but sometimes the sound_complete does not fire. Anyone ever come across a similar situation, or can offer any suggestions as to incorrectly set up code? TIA, --Mark

[flexcoders] Re: TypeError: Error #1009 in AreaChart with variable Series

2006-08-30 Thread Mark
the transistion. Weird. mark -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group

[flexcoders] How can I add a child element to an AreaSeries based on the render data?

2006-09-14 Thread Mark
(), however in examining the renderData, the filterCache is null and all the bounds values in the cache are NaN. Where would be the best place to add the label (as far as performance goes)? Thanks in advance for any help. Mark Haugen -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

[flexcoders] Re: How can I add a child element to an AreaSeries based on the render data?

2006-09-14 Thread Mark
runs the first time I go through updateDisplayList) will that be enough to avoid the loop? thanks, Mark Haugen --- In flexcoders@yahoogroups.com, Ely Greenfield [EMAIL PROTECTED] wrote: Hi Mark. createChildren() is the right place for a compnent to create 'static' children. But dynamic

[flexcoders] Re: How can I add a child element to an AreaSeries based on the render data?

2006-09-15 Thread Mark
them if the series is big enough to display the label. It doubled the time between initialization and updateComplete so I'm trying to come up with a more efficient method. 3) I'll try calling validateNow() and see how it affects performance. thanks, Mark --- In flexcoders@yahoogroups.com, Ely

[flexcoders] Re: How can I add a child element to an AreaSeries based on the render data?

2006-09-15 Thread Mark
Thanks Pekka -- Yeah, I'm trying to find a more efficient way to do it. As far as I know the AreaSeries class doesn't have a setData method. To avoid the circular reference I put a boolean in the updateDisplayList to avoid adding/positioning labels after the first time. mark --- In flexcoders

[flexcoders] Chart Axis Effects?

2006-10-02 Thread Mark
for the axis. Thanks in advanced for any help. Mark -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to: http

[flexcoders] Re: Chart Axis Effects?

2006-10-03 Thread Mark
Excellent Tom. I will give that a try. Thank you very much. mark --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 03 October 2006 14:08, Mark wrote: Thanks for your reply Tom. Unfortunately, I don't know what a TweenEffect is. I'll hit

[flexcoders] CheckBox itemRenderer in DataGrid with selectable rows...

2006-10-05 Thread Mark
tried calling event.stopPropagation() on both the Event.CHANGE and ListEvent.ITEM_CLICK of the checkbox but to no avail. Thanks in advance for any help! mark -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

[flexcoders] Missing the ControlBar on my panel...

2006-10-06 Thread Mark
); createComponentsFromDescriptors(); } } } The end result is a panel, but with no control bar. The interesting thing is that if I didn't call createComponentsFromDescriptors at the end, the bottom of the panel would have no padding. Thanks in advance for any help! mark

[flexcoders] Re: Missing the ControlBar on my panel...

2006-10-06 Thread Mark
(controlBar)) Sorry for the noise, mark --- In flexcoders@yahoogroups.com, Mark [EMAIL PROTECTED] wrote: I've extended Panel and based on numerous post here on FlexCoders I believe I've added the ControlBar correctly, but it just doesn't appear. Here is my very simple example: package

[flexcoders] Re: Missing the ControlBar on my panel...

2006-10-06 Thread Mark
Thanks Dan. mark --- In flexcoders@yahoogroups.com, Daniel Freiman [EMAIL PROTECTED] wrote: controlBar does not seem to be automatically added as a child within the Panel class. You need to do it explicitly at the end of createChildren(). And as a preemptive reminded, make sure controlBar

[flexcoders] Re: Tell DataGrid in AS to use custom DataGridColumn

2006-10-09 Thread Mark
; var cols:Array = new Array(numOfColumns); for (var i:int = 0; i numOfColumns; i++) { var dc:MyExtendedDataGridColumn = new MyExtendedDataGridColumn(); ...set various properties of column (headerText, width, sortable, etc)... cols.push(dc); } myDataGrid.columns = cols; mark

[flexcoders] Re: Missing the ControlBar on my panel...

2006-10-09 Thread Mark
Thanks Harish. mark --- In flexcoders@yahoogroups.com, Harish Sivaramakrishnan [EMAIL PROTECTED] wrote: Alternatively, you can call createComponentsFromDescriptors(); after adding the controlBar as the child, by doing this we do not need to bother about the order in which the children

[flexcoders] Re: CheckBox itemRenderer in DataGrid with selectable rows...

2006-10-13 Thread Mark
I found the answer to this issue. I just needed to call event.stopPropagation() during the MouseEvent.MOUSE_DOWN event handler. thanks, mark --- In flexcoders@yahoogroups.com, Mark [EMAIL PROTECTED] wrote: I've got a DataGrid that allows multi-selection of rows and contains an itemRenderer

[flexcoders] Re: textArea cursor position

2006-10-24 Thread Mark
Sorry Branko, I don't know that answer to that one. mark --- In flexcoders@yahoogroups.com, Branko [EMAIL PROTECTED] wrote: Thankx for Your answer. I need position of cursor in pixels.Do You have any idea about that? --- In flexcoders@yahoogroups.com, Mark mark_margo@ wrote

  1   2   3   4   5   6   7   8   9   >