[flexcoders] Re: Item Renderer doesn't work with just one Item :-(

2009-07-02 Thread Nate Pearson
track here though. --- In flexcoders@yahoogroups.com, Nate Pearson napearson99@ wrote: I have a custom item render on a bar chart. When my the data provider for my bar chart has just one item in it the set data function is never gets called. Updatedisplaylist doesn't trigger

[flexcoders] Re: Item Renderer doesn't work with just one Item :-(

2009-07-02 Thread Nate Pearson
. it is only a string). You may like to try checking to see if it is an array and, if not, coercing it to an array. I could be completely off track here though. --- In flexcoders@yahoogroups.com, Nate Pearson napearson99@ wrote: I have a custom item render on a bar chart. When my

[flexcoders] Item Renderer doesn't work with just one Item :-(

2009-07-01 Thread Nate Pearson
I have a custom item render on a bar chart. When my the data provider for my bar chart has just one item in it the set data function is never gets called. Updatedisplaylist doesn't trigger and my bar chart is blank. Any ideas? I've had this bug for a while but I need to figure it out now.

[flexcoders] styles for different versions of the same component?

2009-06-15 Thread Nate Pearson
I'm dynamically adding components to an app but I want different styles on each component. What's the best way to do this besides manually setting the styleName property on each element that I want styled? I know flex 4 allows for decendents like .componentOne Button and .componentTwo Button

[flexcoders] Trying to find slide/flip/rotate component

2009-06-10 Thread Nate Pearson
I bookmarked a component a while ago that did some cool slid, flip, rotate stuff on forms. It was a box that kinda moved around. I think there was an option for a TV transition too. Anyone hear of this one and know the link? Thanks! Nate

[flexcoders] Soap Response cannot be decoded. -- Worked on Friday!

2009-04-13 Thread Nate Pearson
I have a stock widget at my company that brings in stock quotes from yahoo. It's been running fine for the last 3 months. This morning I get the error below when I try to get the stock info. Doesn't work on server or my desktop. It uses an HTTP service. If I just type in the URL i get the

[flexcoders] Re: Wrap label on Y Axis of graph

2009-03-17 Thread Nate Pearson
Bump, anyone? :) --- In flexcoders@yahoogroups.com, Nate Pearson napearso...@... wrote: I have a bar chart with big descriptions on the Y Axis. I want to be able to wrap the text. I've tried adding br/ to the data but that just cuts off the label on the y-axis (but it wraps

[flexcoders] Wrap label on Y Axis of graph

2009-03-16 Thread Nate Pearson
I have a bar chart with big descriptions on the Y Axis. I want to be able to wrap the text. I've tried adding br/ to the data but that just cuts off the label on the y-axis (but it wraps it in the tool tip). Any ideas? :)

[flexcoders] Httpservice proxy?

2009-01-14 Thread Nate Pearson
I built a small stock widget that accesses http://quote.yahoo.com/d/quotes.csv to get the stock information. The app works fine on my desktop but when I upload it to our domain it doesn't work. I have no idea what the issue is but I was thinking maybe it was a proxy issue? Should this just

[flexcoders] Re: Httpservice proxy?

2009-01-14 Thread Nate Pearson
Ahhh! No way to get around that? --- In flexcoders@yahoogroups.com, Manish Jethani manish.jeth...@... wrote: On Wed, Jan 14, 2009 at 10:37 PM, Nate Pearson napearso...@... wrote: I built a small stock widget that accesses http://quote.yahoo.com/d/quotes.csv to get the stock information

[flexcoders] Re: Can't remove an object?!

2009-01-02 Thread Nate Pearson
I had my remove effect typed as fade instead of Fade. That's what did it. --- In flexcoders@yahoogroups.com, Manish Jethani manish.jeth...@... wrote: On Thu, Jan 1, 2009 at 6:30 AM, Nate Pearson napearso...@... wrote: I'm adding this opaque loading overlay to my application when it loads

[flexcoders] Font for tab navigator heading not working

2008-12-31 Thread Nate Pearson
I'm trying to get a custom font in the tabs of my tab navigator and I can't get it to work. My code is below. I can get the font to work in other stuff but not in the tabs. Thanks! -Nate .myNavigator { tabHeight: 30; tabWidth: 140;

[flexcoders] Re: Font for tab navigator heading not working

2008-12-31 Thread Nate Pearson
Yup, no change. The other styles do work but not the font-family. --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Hi Nate, Have you tried it without the quotes? tabStyleName: myTabs; -TH --- In flexcoders@yahoogroups.com, Nate Pearson napearson99@ wrote: I'm

[flexcoders] Re: Font for tab navigator heading not working

2008-12-31 Thread Nate Pearson
: hmm, they are buttons. So, you could try using the font in Button{} CSS. Kind of a bad hack though. -TH --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Nate Pearson napearson99@ wrote: Yup, no change. The other styles do work but not the font-family

[flexcoders] Can't remove an object?!

2008-12-31 Thread Nate Pearson
I'm adding this opaque loading overlay to my application when it loads. It's just a VBox. I'm pulling out my hair, any help is greatly appreciated! Here's what I do: private var listLoadingOverlay:LoadingOverlay = new LoadingOverlay() private function addLoadingOverlay():void{

[flexcoders] Re: Font for tab navigator heading not working

2008-12-31 Thread Nate Pearson
, Nate Pearson napearso...@... wrote: Doug, no I'm not doing that. Tim, The button css thing didn't work either :(. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Doug McCune doug@ wrote: Out of curiosity are you loading modules or loading the framework

[flexcoders] How do I get on adobe feeds? I'm having problems...

2008-12-15 Thread Nate Pearson
I'm trying to get my blog on adobe feeds. I've submitted my blog to the feed (19nates.com) and received an e-mail from adobe that says Your site has been added to Adobe Feeds: http://feeds.adobe.com;. I click on my ping link and I get flerror 0 message Thanks for pinging MXNA!. When I try

[flexcoders] People with blogs

2008-12-03 Thread Nate Pearson
Sorry this is a little off topic. I'm trying to start a flex blog but I'm not sure how to copy code from flex builder into Wordpress and have the formating stay the same. Is there some plugin that you use? How do you guys do it? Thanks a lot! -Nate

[flexcoders] Looking from Ely Greenfield Presentation on Custom Components

2008-11-30 Thread Nate Pearson
Ely gave a great presentation at MAX maybe two years ago about custom component creation. Anyone know where that video is? Thanks! -Nate

[flexcoders] Looking for what this[iscalled]

2008-11-27 Thread Nate Pearson
What's it called when I call something by using a string? Like when I do this[someObject].height = 10 someObject is a string. Thanks! -Nate

[flexcoders] Extending a comonent with children

2008-08-25 Thread Nate Pearson
I made a custom panel component. It has some stuff in there (like header info) that get duplicated a lot so I wanted to make it a custom component. In the parent app that calls that component I still want to add children in MXML. I get the error Multiple sets of visual children have been

[flexcoders] Re: Zoom Tile Container

2008-07-28 Thread Nate Pearson
duration=1000 / mx:AnimateProperty property=scaleY toValue=2 duration=1000 / /mx:Parallel Nate Pearson wrote: So if I have 4 boxes I want to set one to width=100% and height=100% and the others to width=0, height=0. I'd put an effect on it so that it looked like

[flexcoders] Re: Zoom Tile Container

2008-07-25 Thread Nate Pearson
Bump. Any ideas? --- In flexcoders@yahoogroups.com, Nate Pearson [EMAIL PROTECTED] wrote: I want to make a custom component and I think I can extend the tile container to do it. Here's what I want to do: Have four boxes fill up the screen. If I click on one of the boxes that box zooms

[flexcoders] Re: Zoom Tile Container

2008-07-25 Thread Nate Pearson
Pearson Sent: Friday, July 25, 2008 4:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Zoom Tile Container Bump. Any ideas? --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Nate Pearson napearson99@ wrote: I want to make a custom component and I

[flexcoders] Zoom Tile Container

2008-07-24 Thread Nate Pearson
I want to make a custom component and I think I can extend the tile container to do it. Here's what I want to do: Have four boxes fill up the screen. If I click on one of the boxes that box zooms to fill the whole screen and the other three boxes shrink to nothing. Inside of that box I want

[flexcoders] Can't debug flex after Flexunit install

2008-06-30 Thread Nate Pearson
I don't know if it's flex unit's fault but I can't debug anything. I'm using eclipse with the flex builder plugin. When I try to debug it says terminated before it even starts. Please help! -Nate

[flexcoders] Re: Can't debug flex after Flexunit install

2008-06-30 Thread Nate Pearson
I switched to IE and it works. It must be some weird cache thing with FF3. I did clear the cache though... Oh wellz

[flexcoders] Eclipse lost flex!

2008-06-11 Thread Nate Pearson
I tried googleing this but I couldn't find the answer so I thought I would try here... When I loaded my flex workspace in eclipse I got an error (not sure what the error was, I just clicked okay). Now I'm stuck in java land and it won't register my MXML files. I found one post that said the

[flexcoders] ComboBox Question

2008-06-10 Thread Nate Pearson
I have a combo box that has a data provider The data looks like this. myEntityArray: entityName entityID My combobox looks like this: mx:ComboBox dataProvider={myEntityArray} labelField=entityName/ When this data loads I want to set the selected combobox value to an entityID. I.E. I'll want

[flexcoders] Easy Chart Question

2008-05-20 Thread Nate Pearson
I have a line chart with multiple line series. I want that little circle marker looking thingy to show up all the time (not only when I hover). I know it's some simple property setting but I can't seem to find it! Thanks! Nate

[flexcoders] Re: Easy Chart Question

2008-05-20 Thread Nate Pearson
--- In flexcoders@yahoogroups.com, ryanphelan [EMAIL PROTECTED] wrote: I think you're looking for the itemRenderer style on your LineSeries. Set to CircleItemRenderer to get circles. Ryan --- In flexcoders@yahoogroups.com, Nate Pearson napearson99@ wrote: I have a line chart

[flexcoders] Re: Easy Chart Question

2008-05-20 Thread Nate Pearson
Hmm...I can get this to work but I still don't see any little circles unless I hover. legendMarkerRenderer=mx.charts.renderers.CircleItemRenderer --- In flexcoders@yahoogroups.com, Nate Pearson [EMAIL PROTECTED] wrote: uhhh...I have to create a custom item renderer? Damn you ely... Can't

[flexcoders] Flash Player 10 Beta

2008-05-15 Thread Nate Pearson
Is it even the slightest good idea for flex developers to install this? I just don't want to build some apps and think they are okay then find out that my users running flash 9 can't use it.

[flexcoders] Re: Module Communication

2008-05-14 Thread Nate Pearson
hmmm...looking more at this maybe it has to do that I have my modules in different projects and am compiling the swfs in to the bin of my main app? --- In flexcoders@yahoogroups.com, Nate Pearson [EMAIL PROTECTED] wrote: I'm trying to get my parent app to speak to my module. I got: private

[flexcoders] Module Preloader?

2008-05-13 Thread Nate Pearson
I'm loading some modules in a portal application. Each module is a chart that has to ask a webservice for data. I don't want to show the module until it has retrieved the data and finished rendering. Then I want it to fade in. I'm not sure how to do this though, can anyone point me in the

[flexcoders] Working with modules

2008-05-12 Thread Nate Pearson
I'm building an application with multiple modules. Each module is a different project in flex builder. I have a main application project that each module compiles a swf to. I want to be able to run each module by it's self to develop/debug it. I can't figure out how to do this. My module

[flexcoders] Re: Working with modules

2008-05-12 Thread Nate Pearson
applications where it is impractical to recompile everything onto a single version of Flex is probably going to involve sub-applications and not modules. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent

[flexcoders] E4X vs Array Collection

2008-05-01 Thread Nate Pearson
What's faster, E4X or array collections with typed classes? I can have my data nested three levels in XML or I can have it pretty flat in an array collection. I'll be using this data with graphs, but will also be do analysis of the selected area on the graph. Thanks, Nate

[flexcoders] Raising Events with Properties

2008-04-30 Thread Nate Pearson
I want to raise an event with some custom properties. Here's my event name: mx:Metadata [Event(name=projectSelected)] /mx:Metadata In code I say: dispatchEvent(new Event(projectSelected)); Now I want to send a ProjectID and ProjectType with the event. Is this possible? Maybe a custom

[flexcoders] Re: Raising Events with Properties

2008-04-30 Thread Nate Pearson
, projectType)); HTH, --G --- In flexcoders@yahoogroups.com, Nate Pearson napearson99@ wrote: I want to raise an event with some custom properties. Here's my event name: mx:Metadata [Event(name=projectSelected)] /mx:Metadata In code I say: dispatchEvent(new Event

[flexcoders] Is constraint based layout faster?

2008-04-29 Thread Nate Pearson
Is constraint based layout faster than say using nested HBoxes and VBoxes? Should I always try to lean towards one side? Ride now I use VBoxes and HBoxes but I do notice a significant performance hit when they start to get crazy.

[flexcoders] Best Practices with Generated Code

2008-04-28 Thread Nate Pearson
I'm using weborb's generated code. It handles some of my remote object calls and puts the info into an array. I then need to do some things to this array when it's done. I could just add the code inside the generated code but it would get wiped out if I ever re-generate it. What's the best

[flexcoders] Re: Setting properties of UIComponents with actionscript

2008-04-28 Thread Nate Pearson
Any style needs to be set with setstyle, i know it's kinda weird. So... hBox.setStyle(paddingTop, 10) blamo! It works! --- In flexcoders@yahoogroups.com, Josh Millstein [EMAIL PROTECTED] wrote: Hello, How can I set paddingTop etc. when creating an HBox in actionscript. I can't do

[flexcoders] TextInput with a corner radius

2008-04-22 Thread Nate Pearson
I want to have a text input with nice rounded corners. You can't do this through CSS but you can do it through scale 9 (i think). Anyone have a link to an example? Black background preferred? I know scale9.com has a lot of them but I haven't found one I could use. -Nate

[flexcoders] Getting a repeater's children

2008-04-21 Thread Nate Pearson
I'm trying to loop through the children of a repeater. I've tried: myRepeater.getChildAt(index) and that doesn't work... I've also tried: myRepeater.createdComponents[i] and that doesn't work either... it seems like I'm missing something simple. Thanks for the help! -Nate

[flexcoders] Re: file indexing

2008-04-21 Thread Nate Pearson
Yes, but you'll have to work for it. You can't get direct file access through flex, so you'll have to use webservices and a back end technology like .NET. This kinda opens a big door for yougood luck! :) --- In flexcoders@yahoogroups.com, ghus32 [EMAIL PROTECTED] wrote: Hello Everyone,

[flexcoders] Re: Getting a repeater's children

2008-04-21 Thread Nate Pearson
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Monday, April 21, 2008 11:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Getting a repeater's children I'm trying to loop through the children

[flexcoders] Re: Looking for a website . . .

2008-04-18 Thread Nate Pearson
I'm not sure if this is the one you were looking for but it's pretty dope. http://www.alex-uhlmann.de/flash/adobe/blog/distortionEffects/effectCube/ --- In flexcoders@yahoogroups.com, srieger_1 [EMAIL PROTECTED] wrote: Hi All, I found a website that had an example of a Flex application

[flexcoders] Problems walking XML file with E4X

2008-04-17 Thread Nate Pearson
So I'm new to this whole xml thing (i usually use objects). I have this xml file: http://trail.motionbased.com/trail/export.mb?episodePkValues=5413584trainingCenterExport.courseMode=true The structure is like this: TrainingCenterDatabase Courses CourseFolder Course

[flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Nate Pearson
Of Nate Pearson Sent: Thursday, April 17, 2008 4:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Problems walking XML file with E4X So I'm new to this whole xml thing (i usually use objects). I have this xml file: http://trail.motionbased.com/trail/export.mb?episodePkValues

[flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Nate Pearson
myXMLList:XMLList = dataSet..Trackpoint; //NOTE CASE of TrackPoint Tracy From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ] On Behalf Of Nate Pearson

[flexcoders] Re: Need some help with a function.

2008-04-17 Thread Nate Pearson
Do you have a result event? I don't use remote objects but that's how I do it with webservices. You specify the result event (function). When that function hits you call RoTwo with the RoOne value. Like this: var test:RemoteObject test.addEventListener(ResultEvent.RESULT,

[flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Nate Pearson
= dataSet.descendants(Trackpoint); Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Thursday, April 17, 2008 4:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Problems walking XML file with E4X

[flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Nate Pearson
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Thursday, April 17, 2008 7:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Problems walking XML file with E4X Thanks! That makes me feel a lot better

[flexcoders] Building XML out of an Array Collection

2008-04-16 Thread Nate Pearson
I'm trying to change an array collection of typed objects from a .NET webservice into XML. My array collection is like this: myNode{ label:String id:int children:ArrayCollection } The items in the children array collection are more of myNode. I want to put it into xml so it looks like this:

[flexcoders] Re: Building XML out of an Array Collection

2008-04-16 Thread Nate Pearson
? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: 16 April 2008 16:59 To: flexcoders@yahoogroups.com Subject: [flexcoders] Building XML out of an Array Collection I'm trying to change an array collection of typed objects

[flexcoders] Best .NET AMF Implimentation?

2008-04-15 Thread Nate Pearson
I want to use a free implimentation with .net and AMF. Does anyone have any experience? Which is the best? I'm looking at AMF.NET and fluorine right now. Thanks, -Nate

[flexcoders] Re: Best .NET AMF Implimentation?

2008-04-15 Thread Nate Pearson
/dotnet/index.shtm http://www.themidnightcoders.com/weborb/dotnet/index.shtm cheers, jon On Apr 15, 2008, at 11:52 AM, Nate Pearson wrote: I want to use a free implimentation with .net and AMF. Does anyone have any experience? Which is the best? I'm looking at AMF.NET

[flexcoders] Select chart by clicking label

2008-04-02 Thread Nate Pearson
I want to select an item in a bar chart by clicking on the label. I'm not sure how to do this. Normally I would catch itemClick. I don't know how to do it if I want to catch the label on the Y axis. thanks. -Nate

[flexcoders] Printed chart has grey background

2008-04-02 Thread Nate Pearson
My chart on screen has a white background. When I print it it gets this grey background. I tried doing chart.setStyle(backgroundColor, 0xff) at print but that doesn't work :(. Anyone know how to do this? -Nate

[flexcoders] What's this Called?

2008-03-24 Thread Nate Pearson
When I do this[idOfsomethingImLookingfor] I usually do this if I have to loop something. So: for (i=0; i10; i++){ var example:Object = this[myComponent + i] //do some more stuff } I'm trying to do the same thing in .NET. I don't know what it's called though so I'm having a hard time

[flexcoders] Horizontal Axis on top and bottom of a bar chart

2008-03-13 Thread Nate Pearson
I know this is easy but I can't figure out to do it! I want to put a horizontal axis on the top and bottom of my bar chart. Exact same horizontal axis. Is it a property I set? I can't seem to find it. Here's my horizontal axis: mx:horizontalAxis

[flexcoders] Problem with Panel Sizing

2008-03-12 Thread Nate Pearson
If the title on my panel exceeds the size of my panel the children in the panel are expanded and there's a horizontal scroll bar. Anyone know how to make it so it stays the size of my panel? IE panel.width = 300 I want everything bellow it to stay at 300 even if my title is 400. (I want the

[flexcoders] Re: DateTimeAxis does not work correctly when minField set?

2008-02-29 Thread Nate Pearson
Bump again. Someone has to have run into this before. I appreciate any help. -Nate --- In flexcoders@yahoogroups.com, Nate Pearson [EMAIL PROTECTED] wrote: Anyone? Bump. --- n flexcoders@yahoogroups.com, Nate Pearson napearson99@ wrote: hey, I'm trying to make some floating

[flexcoders] Re: DateTimeAxis does not work correctly when minField set?

2008-02-29 Thread Nate Pearson
: I thought that I read somewhere that Flex assumes 2 digit dates are based off of 1900. Try setting the dates in your xml file to 4 character dates(2007, 2008, and 2009). Geoff --- In flexcoders@yahoogroups.com, Nate Pearson napearson99@ wrote: Bump again. Someone has to have run

[flexcoders] Re: DateTimeAxis does not work correctly when minField set?

2008-02-27 Thread Nate Pearson
Anyone? Bump. --- n flexcoders@yahoogroups.com, Nate Pearson [EMAIL PROTECTED] wrote: hey, I'm trying to make some floating bars with dates. If minField is set under my bar series the dates come up at 1908 and 1909. If i remove minField the dates work correctly. Any ideas? Code below

[flexcoders] Chart Category Axis Label Word Wrap

2008-02-22 Thread Nate Pearson
Is there an easy way to wrap the text on a category axis label of a chart? I'm thinking I have to use a label function and count the width in chars that I want then add line breaks to it...not sure what i use as a line break char (/n?). Thanks, Nate

[flexcoders] DateTimeAxis does not work correctly when minField set?

2008-02-22 Thread Nate Pearson
hey, I'm trying to make some floating bars with dates. If minField is set under my bar series the dates come up at 1908 and 1909. If i remove minField the dates work correctly. Any ideas? Code below. Place the xml file in date/SampleData.xml. Try it once the way it is and once without the

[flexcoders] Re: Adobe People, Save me from Silverlight!

2008-02-13 Thread Nate Pearson
Feb 2008, Nate Pearson wrote: Although I know the answers to most of these questions I think any document from Adobe would say it better than I could. There's a page on adobe.com about adoption rates. Thing 95%+ and you're not far off. Plus it'll work no matter what your end users platform

[flexcoders] Adobe People, Save me from Silverlight!

2008-02-12 Thread Nate Pearson
I'm a flex developer who just joined a .NET development group. We make internal apps but are going to grow our group and have an e-commerce subset. Everyone on my team has seen my flex apps and they understand the power. BUT, they want to do a formal review of Flex vs Silverlight before we

[flexcoders] Security error accessing url?

2008-01-18 Thread Nate Pearson
I'm using Flex Builder 3 Beta 3. I can't seem to create any new projects that can connect to webservices! I'll copy the exact same code from an old project into a new Flex Builder 3 Beta 3 project and I get the error below. Anyone know why? This is really frustrating! [RPC Fault

[flexcoders] Re: Looking for some training

2008-01-18 Thread Nate Pearson
Anyone? Bump. --- In flexcoders@yahoogroups.com, Nate Pearson [EMAIL PROTECTED] wrote: Does anyone know where I can find some tutorials about using the new import webservice feature? I've tried using it...it generates a bunch of code that I don't know what to do with. Also, does anyone

[flexcoders] Re: Security error accessing url?

2008-01-18 Thread Nate Pearson
Local machine. I'm trying to debug. Webservice is on the corporate intranet. I've never had this problem before... --- In flexcoders@yahoogroups.com, Dominique Bessette - Halsema [EMAIL PROTECTED] wrote: are you running the flex app on your local machine or a server On 1/18/08, Nate

[flexcoders] Re: Security error accessing url?

2008-01-18 Thread Nate Pearson
the flex app on your local machine or a server On 1/18/08, Nate Pearson napearson99@ wrote: I'm using Flex Builder 3 Beta 3. I can't seem to create any new projects that can connect to webservices! I'll copy the exact same code from an old project into a new Flex Builder 3 Beta

[flexcoders] Looking for some training

2008-01-17 Thread Nate Pearson
Does anyone know where I can find some tutorials about using the new import webservice feature? I've tried using it...it generates a bunch of code that I don't know what to do with. Also, does anyone know a good training source on creating applications with the application server type set at

[flexcoders] Re: Custom Tooltips in UIComponent

2008-01-03 Thread Nate Pearson
of tool tip you want. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Wednesday, January 02, 2008 1:47 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Custom

[flexcoders] Custom Tooltips in UIComponent

2008-01-02 Thread Nate Pearson
I'm extending UIComponent to make some custom components. I want to add a custom tooltip to it when someone mouse overs it. I can't figure out how to do it...I might need to implement ToolTipManager and use controls.ToolTip but that seems like too much work. I wouldn't want to listen for every

[flexcoders] Re: Custom Tooltips in UIComponent

2008-01-02 Thread Nate Pearson
property. When it is set, a tool tip automatically appears when the mouse moves over that component and stays there for a little while. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent

[flexcoders] Re: How would you make a heat map?

2007-11-09 Thread Nate Pearson
are familiar with Flash or even if you know Flex Drawing API, you can opt custom rendering tu built this control. In my opinion, it will be better than implementing this functionality using datagrid. Hope this helps. Regards, Jehanzeb --- Nate Pearson [EMAIL PROTECTED] wrote: I'm

[flexcoders] Re: How would you make a heat map?

2007-11-09 Thread Nate Pearson
that helps. I may be completely misunderstanding you or making absolutely no sense. If so, please forgive me. :) -- William --- In flexcoders@yahoogroups.com, Nate Pearson napearson99@ wrote: I'm good at extending UIComponent and making custom things...I just want to know conceptually how

[flexcoders] How would you make a heat map?

2007-11-08 Thread Nate Pearson
I'm thinking about making a heat map overlay. I'm not sure how to go about it though. Does anyone have any ideas? Lets say you have a grid, the more points you have in one place the more red it is in that place, less would be yellow, then green, then blue. I don't know how I would code this

[flexcoders] Yahoo maps api for flex 2

2007-10-30 Thread Nate Pearson
I thought that Yahoo made a new api for flex 2...maybe I dreamed it up because I can't find it on the net! Can anyone link me? Thanks, Nate

[flexcoders] Restrict user from doing anything when cursor is busy?

2007-10-21 Thread Nate Pearson
Can I restrict the user from interacting while the cursor has the busy symbol? This would be WAY easier than doing a bunch of error checking for me :).

[flexcoders] File Download

2007-10-19 Thread Nate Pearson
I want the user to be able to click on a link and download a file. When they click on it, I want them to have to option to save the file or open it right there. I can use the file reference class so the users can click on the file and save it...but they have to navigate to that folder to open

[flexcoders] SOLVED: Linechart dataprovider question

2007-10-03 Thread Nate Pearson
see, you didn't provide data for this range. 2007/10/3, Nate Pearson [EMAIL PROTECTED]: 1)I add line series one and set the linechart dp to it. It has data from august 05 to jan 07. 2)I add a second line series. It has data from july 06 to sept 07. 3) The line chart does not show

[flexcoders] Re: My column doesn't sort correctly in Flex 3 Beta 2

2007-10-02 Thread Nate Pearson
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Monday, October 01, 2007 4:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] My column doesn't sort correctly in Flex 3 Beta 2 My column used to sort correctly

[flexcoders] Re: My column doesn't sort correctly in Flex 3 Beta 2

2007-10-02 Thread Nate Pearson
[EMAIL PROTECTED] wrote: Please post a test case or file a bug. Maybe we goofed somewhere. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Tuesday, October 02, 2007 9:26 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] Linechart dataprovider question

2007-10-02 Thread Nate Pearson
I have a line chart where I'm dynamically adding line series. At first, I have no data in the chart. Then I add a series. The horizontal axis is a category axis. When I add the series I have to set the dataprovider on the linechart to the same dataprovider for that series. Now lets say I add

[flexcoders] My column doesn't sort correctly in Flex 3 Beta 2

2007-10-01 Thread Nate Pearson
My column used to sort correctly, IE: 28,000,000 16,000,000 6,000,000 4,000,000 Now in Beta 2 with no code changes I get: 16,000,000 28,000,000 4,000,000 6,000,000 What gives? Is it sorting it alphabetically? If so how do I change it back to the way it was? Thanks, Nate

[flexcoders] Solved: How do I setStyle(showDataEffect, interpolate) for a LineSeries?

2007-09-14 Thread Nate Pearson
mailto:flexcoders%40yahoogroups.com [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ] On Behalf Of Nate Pearson Sent: Thursday, September 13, 2007 2:48 PM To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: [flexcoders] Re: How do I setStyle(showDataEffect

[flexcoders] How do I setStyle(showDataEffect, interpolate) for a LineSeries?

2007-09-13 Thread Nate Pearson
I learned that showDataEffect is a style not a property from Ely's post (http://tech.groups.yahoo.com/group/flexcoders/message/49710) Now I can't figure out the correct way to set it. Here's what I've tried: mxml: mx:SeriesInterpolate id=interpolate elementOffset=10/ script: var

[flexcoders] Re: Expected FLEX 3 Release Date and Cost ?

2007-09-13 Thread Nate Pearson
I only have 49 days left until my copy of Flex Builder 3 expires. I'm guessing there will be a Beta 2 released before then? --- In flexcoders@yahoogroups.com, Jeffry Houser [EMAIL PROTECTED] wrote: At 360Flex Seattle, they said Early 08. Early is open to interpretation. I'm going to take it

[flexcoders] Re: How do I setStyle(showDataEffect, interpolate) for a LineSeries?

2007-09-13 Thread Nate Pearson
the error your getting and a complete code sample that shows the error. -matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Thursday, September 13, 2007 1:27 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: How do I setStyle(showDataEffect, interpolate) for a LineSeries?

2007-09-13 Thread Nate Pearson
] On Behalf Of Nate Pearson Sent: Thursday, September 13, 2007 2:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How do I setStyle(showDataEffect, interpolate) for a LineSeries? I don't get an error. It just doesn't work. I'm adding and removing series and they just

[flexcoders] Losing state in tab manager?

2007-06-08 Thread Nate Pearson
I have a tab manager with multiple tabs. inside each of the tabs I have radio buttons. If on tab 1 i choose button two, then click on tab 2 and select button two and go back to tab 1 none of the radio buttons are selected. Maybe they think they belong to the same group?

[flexcoders] Clear Height?

2007-06-07 Thread Nate Pearson
When my app loads the height of a VBox is not set, i want it to stretch to the size of the text inside of it. Then I set the height. Now I want to go back and clear the height so it isn't set and it stretches to fit the text. Anyone know how to clear the height?

[flexcoders] SOLVED: Clear Height?

2007-06-07 Thread Nate Pearson
Worked! Thanks Gordon! --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: I think you do foo.explicitHeight = NaN; - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent

[flexcoders] Custom Chart

2007-05-24 Thread Nate Pearson
I want to compare plan vs actual cost. On a bar chart I want a bar to show the actual cost. I also want a thin vertical line where plan cost was. The middle graph on the cover of this book shows what I want to do. I don't need the different shaded backgrounds.

[flexcoders] Re: Custom Chart

2007-05-24 Thread Nate Pearson
PROTECTED] On Behalf Of Nate Pearson Sent: Thursday, May 24, 2007 10:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Custom Chart I want to compare plan vs actual cost. On a bar chart I want a bar to show the actual cost. I also want a thin vertical line where plan cost

[flexcoders] SOLVED: Custom Chart

2007-05-24 Thread Nate Pearson
colors. Or something to that effect J Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Thursday, May 24, 2007 2:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Custom Chart Thanks Ely. Do you have a link

  1   2   >