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

2009-07-02 Thread Nate Pearson
> (ie. 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" wrote: > > > > I have a cus

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

2009-07-02 Thread Nate Pearson
gt; > I could be completely off track here though. > > --- In flexcoders@yahoogroups.com, "Nate Pearson" 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 >

[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 b

[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 i

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

2009-03-17 Thread Nate Pearson
Bump, anyone? :) --- In flexcoders@yahoogroups.com, "Nate Pearson" 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 to the data but that just cuts off the label on the > y-axis

[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 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] Re: Httpservice proxy?

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

[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 wor

[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" wrote: > > On Thu, Jan 1, 2009 at 6:30 AM, Nate Pearson wrote: > > I'm adding this opaque loading overlay to

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

2008-12-31 Thread Nate Pearson
t; Doug > > On Wed, Dec 31, 2008 at 4:43 PM, Nate Pearson wrote: > > > Doug, no I'm not doing that. > > > > Tim, The button css thing didn't work either :(. > > > > > > --- In flexcoders@yahoogroups.com , "Doug > >

[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{ listLoad

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

2008-12-31 Thread Nate Pearson
12 PM, Tim Hoff wrote: > > > > > 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 , "Nate > > Pearson" > > wro

[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" wrote: > > > Hi Nate, > > Have you tried it without the quotes? > > tabStyleName: myTabs; > > -TH > > --- In flexcoders@yahoogroup

[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; padd

[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 tr

[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 specif

[flexcoders] Re: Zoom Tile Container

2008-07-28 Thread Nate Pearson
> > width ? > > > > In the following Effect, toValue="100%" is not allowed > > > > > > > duration="1000" /> > > > duration="1000" /> > > > > > > > > > > Nate Pearson wrote: > >

[flexcoders] Re: Zoom Tile Container

2008-07-25 Thread Nate Pearson
gt; > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Nate Pearson > Sent: Friday, July 25, 2008 4:00 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Zoom Tile Container > > > > > Bump. Any ideas? > > --- In flexcoders

[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.

[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 an

[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] 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] 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 si

[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: When this data loads I want to set the selected combobox value to an entityID. I.E. I'll want to set the entityID to 234. Note: EntityID != selectedIndex

[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

[flexcoders] Re: Easy Chart Question

2008-05-20 Thread Nate Pearson
hink you're looking for the "itemRenderer" style on your > LineSeries. Set to CircleItemRenderer to get circles. > > Ryan > > --- In flexcoders@yahoogroups.com, "Nate Pearson" wrote: > > > > I have a line chart with multiple line series. I 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] 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 spe

[flexcoders] Module Communication

2008-05-14 Thread Nate Pearson
I'm trying to get my parent app to speak to my module. I got: private function initBurndown():void{ var ichild:* = burnDown.child as IModuleInterface; iChild.iteration = 3 //I get a setter method for iteration in the module } and Flex builder errors out and says "Access of undefined p

[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 righ

[flexcoders] Re: Working with modules

2008-05-12 Thread Nate Pearson
not modules. > > > > -Alex > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Nate Pearson > Sent: Monday, May 12, 2008 2:18 PM > To: flexcoders@yahoogroups.com > Subject: [flex

[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 proje

[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] Re: Raising Events with Properties

2008-04-30 Thread Nate Pearson
rojectSelected",type="my.package.path.MyEvent")] > > > In your code: > > dispatchEvent(new MyEvent(MyEvent.PROJECT_SELECTED, projectID, > projectType)); > > HTH, > --G > > --- In flexcoders@yahoogroups.com, "Nate Pearson"

[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: [Event(name="projectSelected")] 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 event? Not sure how

[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] 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

[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 desi

[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] Re: Getting a repeater's children

2008-04-21 Thread Nate Pearson
, where "n" is the indes of the dataProvider item that produced > the instance. > > > > Tracy > > > > ________ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Nate Pearson > Sent: Monday,

[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 Everyon

[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: 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 applicat

[flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Nate Pearson
".." syntax is boggling. There is probably a > reasonable explanation, but I don't know it. I am getting used to > finding alternate paths when one is blocked. > > > > Tracy > > > > From: flexcoders@yahoogroups.c

[flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Nate Pearson
2. I do not understand why the ".." did not work, but this does: > > var myXML2:XMLList = dataSet.descendants("Trackpoint"); > > > > Tracy > > ____ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On &

[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, myResultEve

[flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Nate Pearson
spect the xml, > correct? > > > > In fact, post the code where you are examining myXMLList. > > > > Tracy > > > > ________ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Nate Pearson &g

[flexcoders] Re: Problems walking XML file with E4X

2008-04-17 Thread Nate Pearson
; > Tracy > > > > ____ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Nate Pearson > Sent: Thursday, April 17, 2008 4:07 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Problems walki

[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=5413584&trainingCenterExport.courseMode=true The structure is like this: I

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

2008-04-16 Thread Nate Pearson
something like > > var newNode:XML = yourCollection[n]["id"]}/> > > not sure I have the arrayCollection syntax correct, but hopefully you > can see what I mean? > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Be

[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: Best .NET AMF Implimentation?

2008-04-15 Thread Nate Pearson
of service > > associated with your implementation of their software. > > > > http://www.themidnightcoders.com/weborb/dotnet/index.shtm > > <http://www.themidnightcoders.com/weborb/dotnet/index.shtm> > > > > cheers, > > > > jon > > > >

[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] 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] 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] 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; i<10; 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] SOLVED: Horizontal Axis on top and bottom of a bar chart

2008-03-13 Thread Nate Pearson
Once again, i solved my own problem as soon as I post it. Here's the answer: Now i just need to style it correctly... --- In flexcoders@yahoogroups.com, "Nate Pearson" <[EMAIL PROTECTED]> wrote: > >

[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: Thanks,

[flexcoders] SOLVED: Problem with Panel Sizing

2008-03-12 Thread Nate Pearson
I always fix things once I post them... I put a VBOX inside of my panel with the width like this: width={panel.width - 20} I did the -20 to account for the border around the panel. --- In flexcoders@yahoogroups.com, "Nate Pearson" <[EMAIL PROTECTED]> wrote: > > If the tit

[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 ti

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

2008-02-29 Thread Nate Pearson
ECTED]> wrote: > > 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&qu

[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&

[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 th

[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 "min

[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] Re: Adobe People, Save me from Silverlight!

2008-02-13 Thread Nate Pearson
PROTECTED]> wrote: > > On Tuesday 12 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%+ a

[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 buy

[flexcoders] Re: Security error accessing url?

2008-01-18 Thread Nate Pearson
hopefully some person will have more of an > insightful answer for you. > > > On 1/18/08, Nate Pearson <[EMAIL PROTECTED]> wrote: > > > > Local machine. I'm trying to debug. Webservice is on the corporate > > intranet. > > > > I've never had thi

[flexcoders] Re: Security error accessing url?

2008-01-18 Thread Nate Pearson
hine or a server > > On 1/18/08, Nate Pearson <[EMAIL PROTECTED]> 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

[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 faultString="S

[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 t

[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 AS

[flexcoders] Re: Custom Tooltips in UIComponent

2008-01-03 Thread Nate Pearson
nt and create whatever kind 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 >

[flexcoders] Re: Custom Tooltips in UIComponent

2008-01-02 Thread Nate Pearson
rs@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Nate Pearson > Sent: Wednesday, January 02, 2008 1:37 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Custom Tooltips in UIComponent > > > > I'm extending UIComponent to make some custom compone

[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 t

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

2007-11-09 Thread Nate Pearson
> just iterate over the grid cells or whatever the division is. > > I hope 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"

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

2007-11-09 Thread Nate Pearson
w this control in .NET. > > I believe you can do the same in Flex. If you 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 da

[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 tho

[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 it.

[flexcoders] SOLVED: Linechart dataprovider question

2007-10-03 Thread Nate Pearson
ata after jan07, but as far as I can > 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. > > &g

[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 a

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

2007-10-02 Thread Nate Pearson
n flexcoders@yahoogroups.com, "Alex Harui" <[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 P

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

2007-10-02 Thread Nate Pearson
> no way to specify non-numeric sorts in mixed alpha/number strings. > > > > ____ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Nate Pearson > Sent: Monday, October 01, 2007 4:56 PM > To: flexcoders@yahoog

[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
component is first > shown). > > > > Ely. > > > > > > > > -----Original Message- > > From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > > > [mailto:flexcoders@yahoogroups.com > <mailto:flexcoders%40yahoogroups.com>

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

2007-09-13 Thread Nate Pearson
--- In flexcoders@yahoogroups.com, "Matt Horn" <[EMAIL PROTECTED]> wrote: > > can you post a complete code sample that illustrates this? > > -matt > > > -Original Message- > > From: flexcoders@yahoogroups.com > > [mailto:[EMAIL

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

2007-09-13 Thread Nate Pearson
ies.setStyle("showDataEffect", "interpolate") > > Please post the error your getting and a complete code sample that shows > the error. > > -matt > > > -Original Message- > > From: flexcoders@yahoogroups.com > > [mailto:[EMAIL PRO

[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 t

[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: script: var myLineSeries:LineSeries = new LineSeries() myLineSeries.dataProvid

[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] 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

[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?

  1   2   >