[flexcoders] Re: bug: creationpolicy=all screws up grid column widths

2006-12-19 Thread Pan Troglodytes
Aside: Whoever decided a limit of 2000 characters was appropriate for the Flex Request/Bug Report Form should really rethink it. On 12/19/06, Pan Troglodytes [EMAIL PROTECTED] wrote: In the following code, there are two tab navigators with two pages of grid each. All the grids are coded

[flexcoders] bug: creationpolicy=all screws up grid column widths

2006-12-19 Thread Pan Troglodytes
In the following code, there are two tab navigators with two pages of grid each. All the grids are coded identically. They each have two columns, the first of which has a fixed width of 50 and the second with no fixed width. The bug is that when you click on the second tab on the first tab

Re: [flexcoders] bug: creationpolicy=all screws up grid column widths

2006-12-19 Thread Pan Troglodytes
me know if this fixes your problem. Mike -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Pan Troglodytes *Sent:* Tuesday, December 19, 2006 11:37 AM *To:* flexcoders *Subject:* [flexcoders] bug: creationpolicy=all screws up grid column

Re: [flexcoders] bug: creationpolicy=all screws up grid column widths

2006-12-19 Thread Pan Troglodytes
[mailto:[EMAIL PROTECTED] *On Behalf Of *Pan Troglodytes *Sent:* Tuesday, December 19, 2006 6:27 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] bug: creationpolicy=all screws up grid column widths Unfortunately, that doesn't work here. You can try it out for yourself in the example

[flexcoders] bug in DataGrid.selectedItem when using sort

2006-12-22 Thread Pan Troglodytes
The following code demonstrates a bug when you assign to the DataGrid.selectedItem property when the underlying dataProvider is an arrayCollection using a sort assigned to it. If you comment out the griddata.sort = sort, the bug goes away (as does your sort, unfortunately). I tracked down

[flexcoders] Re: bug in DataGrid.selectedItem when using sort

2006-12-22 Thread Pan Troglodytes
the problem. On 12/22/06, Pan Troglodytes [EMAIL PROTECTED] wrote: The following code demonstrates a bug when you assign to the DataGrid.selectedItem property when the underlying dataProvider is an arrayCollection using a sort assigned to it. If you comment out the griddata.sort = sort, the bug goes

[flexcoders] any possible way to use flash ocx without installing?

2007-01-10 Thread Pan Troglodytes
Okay, this is only borderline Flex since it's a Flex app, but I hope you'll indulge me. Is there a way to use the flash ocx in a desktop application without having flash installed on the machine? Say I have just my application's exe and Flash9.ocx. Or am I stuck because the OCX has to be

Re: [flexcoders] any possible way to use flash ocx without installing?

2007-01-10 Thread Pan Troglodytes
-- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Pan Troglodytes *Sent:* Wednesday, January 10, 2007 3:19 PM *To:* flexcoders *Subject:* [flexcoders] any possible way to use flash ocx without installing? Okay, this is only borderline Flex since

[flexcoders] Re: how to start editing a datagridcolumn programmatically

2007-01-17 Thread Pan Troglodytes
DataGridEvent(DataGridEvent.ITEM_EDIT_BEGINNING, false, false, 1, null, grid.selectedIndex); grid.dispatchEvent(de); } private function itemEditBegin(e:DataGridEvent):void { grid.editable = false; } On 12/18/06, Pan Troglodytes [EMAIL PROTECTED] wrote: How can I create a button click event

[flexcoders] setting Alert.buttonWidth is a pain

2007-01-18 Thread Pan Troglodytes
The Alert class works fairly well, with one big exception - buttonWidth. The buttons should auto-size to fit the width of their labels by default. It shouldn't be up to the programmer to set the buttonWidth every time. Regular buttons auto-size, so why shouldn't Alert ones? In the meantime, has

[flexcoders] How do you format your code?

2007-01-29 Thread Pan Troglodytes
I just wanted to throw this topic out there to share how I format my flex code and see what other people think. We all know how Flex does it by default. But I find those long lines hard to read as code. They are especially problematic for version control, as a change to any part of the line

[flexcoders] Re: PNG transparency failing in @Embed?

2007-01-31 Thread Pan Troglodytes
This is still a problem. I couldn't remember if I entered it in the Adobe bug page, so I just went ahead and did it. This is a bit of a pain as transparent icons are very important in GUIs. GIF works fine but is limited to 256 colors. On 12/6/06, Pan Troglodytes [EMAIL PROTECTED] wrote

Re: [flexcoders] Re: PNG transparency failing in @Embed?

2007-01-31 Thread Pan Troglodytes
, the correct syntax is: mx:Image source=@Embed(source='assets/user-big.png')/ Does that work? HTH, Ben --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Pan Troglodytes [EMAIL PROTECTED] wrote: This is still a problem. I couldn't remember if I entered it in the Adobe bug page, so I

Re: [flexcoders] Re: PNG transparency failing in @Embed?

2007-01-31 Thread Pan Troglodytes
... Not sure what else to recommend. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Pan Troglodytes [EMAIL PROTECTED] wrote: Sadly, no. It also doesn't work if you declare a variable like [Embed(source=/assets/user-big.png)] private var userIcon:Class; FYI, from the docs: About

Re: [flexcoders] Re: PNG transparency failing in @Embed?

2007-01-31 Thread Pan Troglodytes
in the loadContent method. It uses loadBytes of the Loader class to load the bytes of the embedded asset. http://dougmccune.com/flex/png_test/ (right click to View Source) Doug Pan Troglodytes wrote: Could you clarify what you mean by works for me? Do you mean you are getting transparency

Re: [flexcoders] Re: PNG transparency failing in @Embed?

2007-02-02 Thread Pan Troglodytes
-with-transparent-pngs-in-flex-using-embed/ Doug Pan Troglodytes wrote: Doug, Very cool that you tracked it down in SWFLoader. Right now I can get by with using GIF, but it's great to know if I absolutely have to have more than 256 colors I can use your code. Hopefully Adobe is following

Re: [flexcoders] Flex books

2007-02-05 Thread Pan Troglodytes
Is there any particular book out yet you would recommend for someone who is not as much of a programmer? Or are there good websites at this point they will help you get your feet under you with Flex 2? I'm tasked with helping another person get into Flex and I'm having a difficult time figuring

[flexcoders] why doesn't this flex app load?

2007-02-05 Thread Pan Troglodytes
In a related thread, I uploading a test Flex app to a free web host I found. Well, I noticed something tangential to the original discussion that has me curious. When I go to this site in Firefox, it often doesn't load the Flex app. http://three.fsphost.com/flex2/pngbug/PNGBug.html In IE it

Re: [flexcoders] why doesn't this flex app load?

2007-02-05 Thread Pan Troglodytes
in FF once. Only after viewing with IE tab in FF! However, couldn't recreate, again. -Scott On 2/5/07, Pan Troglodytes [EMAIL PROTECTED] wrote: In a related thread, I uploading a test Flex app to a free web host I found. Well, I noticed something tangential to the original discussion

Re: [flexcoders] Flex books

2007-02-05 Thread Pan Troglodytes
, who want to implement development techniques used by programmers in other languages. If your not much of a programmer to begin with, you will be having a difficult time leveraging the product. -mL Pan Troglodytes wrote: Is there any particular book out yet you would recommend for someone who

Re: [flexcoders] How do I check the current version of Flex Charting?

2007-04-23 Thread Pan Troglodytes
Was this ever answered elswhere? I find myself in the same situation. On 1/6/07, Walter [EMAIL PROTECTED] wrote: After running the Flex Builder 2.0.1 updater (Plug-In update) I am unsure as to if I still need to update my Flex Charting installation. The release notes/install docs are not

Re: [flexcoders] Re: Tile Extra Space

2007-04-26 Thread Pan Troglodytes
Don't you hate it when you find someone asking your exact question but there's no answer? Even better, you find TWO people asking it. I'm having this same problem and it's frustrating. The whole point of the Tile was to manage the layout for me and flow it on the window resizing. Right now I'm

Re: [flexcoders] Re: Tile Extra Space

2007-04-27 Thread Pan Troglodytes
++; lastChild = thisChild; } height = originalHeight * rows; } } } } On 4/26/07, Pan Troglodytes [EMAIL PROTECTED] wrote: Don't you hate it when you find someone asking your exact question but there's no answer? Even better, you find TWO people asking it. I'm having

[flexcoders] ProgressBar.mode=polled gives me problems

2007-05-01 Thread Pan Troglodytes
All the help says about setting ProgressBar.mode=polled is: polled: The source property must specify an object that exposes getBytesLoaded() and getBytesTotal() methods. The ProgressBar control calls these methods to update its status. But this doesn't seem to be true. For example, it seems

Re: [flexcoders] ProgressBar.mode=polled gives me problems

2007-05-02 Thread Pan Troglodytes
? -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Pan Troglodytes *Sent:* Tuesday, May 01, 2007 9:31 PM *To:* flexcoders *Subject:* [flexcoders] ProgressBar.mode=polled gives me problems All the help says about setting ProgressBar.mode=polled is: polled

[flexcoders] ProgressBar doesn't get updated immediately

2007-05-02 Thread Pan Troglodytes
Okay, different problem than my other ProgressBar thread. This time, I have the progress bar working in event mode, cranking through sending off progress events. It works fine, except when it gets to one section of the code. I want to send back the progress while this one very long and time

Re: [flexcoders] ProgressBar doesn't get updated immediately

2007-05-02 Thread Pan Troglodytes
:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Pan Troglodytes *Sent:* Wednesday, May 02, 2007 1:55 PM *To:* flexcoders *Subject:* [flexcoders] ProgressBar doesn't get updated immediately Okay, different problem than my other ProgressBar thread. This time, I have the progress bar

Re: [flexcoders] ProgressBar.mode=polled gives me problems

2007-05-02 Thread Pan Troglodytes
to make your own that does the right thing... until Adobe provides a bug-fixed version, that is. Beyond that, let's hope that the bug gets fixed properly, the API gets tweaked appropriately, and we get a new SDK drop in the future! ;-) Troy. On 5/2/07, Pan Troglodytes [EMAIL PROTECTED] wrote

Re: [flexcoders] ProgressBar doesn't get updated immediately

2007-05-04 Thread Pan Troglodytes
I tried validateNow() with no success, unfortunately. On 5/4/07, Manish Jethani [EMAIL PROTECTED] wrote: On 5/2/07, Pan Troglodytes [EMAIL PROTECTED]chimpathetic%40gmail.com wrote: This time, I have the progress bar working in event mode, cranking through sending off progress events

[flexcoders] still having trouble with breakpoints

2007-05-09 Thread Pan Troglodytes
So I have version 2.0.155577 now and it solved a lot of my problems with breakpoints jumping further down the file than they should. However, I still run into problems where certain breakpoints getting disabled because FB claims there is no executable code on the line. Well, there definitely

[flexcoders] looking for a SeriesSlide that keeps the old points on the graph

2007-05-11 Thread Pan Troglodytes
Before I code my own, I'm just wondering if someone has already put code up for what I want. I'm looking to do a SeriesSlide left/right that slides the old points off while simultaneously sliding the new points on. I don't mean the same thing that happens if you use a SeriesSlide for the

Re: [flexcoders] Re: looking for a SeriesSlide that keeps the old points on the graph

2007-05-11 Thread Pan Troglodytes
removed one value, slide one value off. I suppose instead of pissing and moaning about it, I could get to work. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Pan Troglodytes [EMAIL PROTECTED] wrote: Before I code my own, I'm just wondering if someone has already put code up

[flexcoders] ChartBase.invalidateData()

2007-05-14 Thread Pan Troglodytes
Is there some reason I'm missing that ChartBase.invalidateData() shouldn't be moved from protected to public? Or is there some other (equivalently good) way to do the same thing? I'm working on code to add one data point at a time to the chart. I'm doing this by adding them to the array of the

Re: [flexcoders] ChartBase.invalidateData()

2007-05-14 Thread Pan Troglodytes
, no guarantees on what bad effects this will have. None that I can think of, just keep your cat away from the computer the first time you run it J Ely. *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Pan Troglodytes *Sent:* Monday, May 14, 2007 9:18 AM *To:* flexcoders

[flexcoders] Re: still having trouble with breakpoints

2007-06-07 Thread Pan Troglodytes
Realized some info that might be relevant. This seems to happen in a .as file included by a Script tag. Not sure if I've run into it in a regular AS class file. On 5/9/07, Pan Troglodytes [EMAIL PROTECTED] wrote: So I have version 2.0.155577 now and it solved a lot of my problems

Re: [flexcoders] Re: still having trouble with breakpoints

2007-06-07 Thread Pan Troglodytes
%40yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 07 Jun 2007, Pan Troglodytes wrote: Realized some info that might be relevant. This seems to happen in a .as file included by a Script tag. Not sure if I've run into it in a regular AS class file. I certainly recall other

[flexcoders] centering axis labels on DateTimeAxis

2007-09-27 Thread Pan Troglodytes
I'm looking to center the labels on a horizontal DateTimeAxis. Given the two charts below, I want the first chart to look like the second one. The second one uses a CategoryAxis, but this doesn't work very well because in my real project I have a lot of data and just need to change the

[flexcoders] Re: centering axis labels on DateTimeAxis

2007-10-03 Thread Pan Troglodytes
Absolutely no thoughts on how to do this? On 9/27/07, Pan Troglodytes [EMAIL PROTECTED] wrote: I'm looking to center the labels on a horizontal DateTimeAxis. Given the two charts below, I want the first chart to look like the second one. The second one uses a CategoryAxis, but this doesn't

[flexcoders] my extended Date class

2007-10-03 Thread Pan Troglodytes
Unfortunately, I can't REALLY extend the Date class because it's declared final (thanks a lot, guys). But here's my replacement for it. It wraps all the same functions as Date exposes by sending them to an internal Date object. It also adds a built-in formatter and a format() call. In

[flexcoders] bug in Array.splice?

2006-09-26 Thread Pan Troglodytes
Either there is a bug in Array.splice, or the documentation is off.From the help:Example The following code creates the Array object vegetables with the elements [spinach, green pepper, cilantro, onion, avocado]. The splice() method is then called with the parameters 2 and 2, which assigns

Re: [flexcoders] bug in Array.splice?

2006-09-26 Thread Pan Troglodytes
@yahoogroups.com] On Behalf Of Pan Troglodytes Sent: Tuesday, September 26, 2006 11:38 AM To: flexcoders Subject: [flexcoders] bug in Array.splice? Either there is a bug in Array.splice, or the documentation is off. >From the help: Example The following code creates the Array obj

Re: [flexcoders] bug in Array.splice?

2006-09-26 Thread Pan Troglodytes
myFurniture_array:Array = new Array(couch, bed, desk, lamp);trace( myFurniture_array.splice(1,0, chair ) ); // Displays empty array. trace( myFurniture_array ); // displays couch,chair,bed,desk,lamphth, On 9/26/06, Pan Troglodytes [EMAIL PROTECTED] wrote: Either there is a bug in Array.splice

[flexcoders] custom outlined pie labels

2006-09-28 Thread Pan Troglodytes
I'm making an outline around my pie labels using the following code for the pie chart:public function creationComplete():void{ UIComponent(labelElements[0]).filters = [new DropShadowFilter(1, 0, 0xFF, 1, 0, 0), new DropShadowFilter(1, 90, 0xFF, 1, 0, 0), new DropShadowFilter(1, 180,

Re: [flexcoders] custom outlined pie labels

2006-09-28 Thread Pan Troglodytes
Thanks Ely. Would be nice in a future release to more easily fiddle with the series labels.On a related note, how would you go about changing the font size for the pie labels? I've tried a lot of different things, none of which worked. On 9/28/06, Ely Greenfield [EMAIL PROTECTED] wrote:

Re: [flexcoders] Re: question/suggestion about pass by reference

2006-10-01 Thread Pan Troglodytes
,DataGrid.selectedIndices, etc.).function returnMultipleInts() : Array { var x: Number = 1; var y: Number = 2; return [x, y];}...trace( returnMultipleInts()[0] );trace( returnMultipleInts()[1] ); --- In flexcoders@yahoogroups.com, Pan Troglodytes[EMAIL PROTECTED] wrote: In my time as a programmer, I've found

[flexcoders] alert icons

2006-10-11 Thread Pan Troglodytes
Are there any icons for Alerts hanging around in some random classes as static vars somewhere? I know I can import my own but it seems like they should already be there.-- Jason __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] Re: custom outlined pie labels

2006-10-12 Thread Pan Troglodytes
, 270, 0xFF, 1, 0, 0)];will take care of multiple series in your piechart. Otherwise, only the first will get the outline. On 9/28/06, Pan Troglodytes [EMAIL PROTECTED] wrote: I'm making an outline around my pie labels using the following code for the pie chart:public function creationComplete

[flexcoders] Dead end Date

2006-10-19 Thread Pan Troglodytes
Why did the date class have to be marked as final? Is there some limitation to the way calling native functions worked that justified making the class a dead end?-- Jason __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Am I missing something about ContextMenu?

2006-10-23 Thread Pan Troglodytes
The help says:In Flex, only top-level components in the application can have context menus. For example, if a DataGrid control is a child of a TabNavigator or VBox container, the DataGrid control cannot have its own context menu.I thought this was rather crappy and almost believed it. But on

[flexcoders] three and a half FlexBuilder bugs that drive me buggy

2006-10-25 Thread Pan Troglodytes
Okay, I have to mention this before all hope is lost of getting it fixed in the next patch. I keep putting it off and putting it off.First:Occasionally, when I'm holding down shift and using the up/down arrow keys to highlight blocks of text, FB loses the first line of text. I might have:

Re: [flexcoders] Binding the backgroundColor of a DataGridColumn

2006-10-25 Thread Pan Troglodytes
Looking at what you're doing, you may also find Tim Hoff's excellent RowColorDataGrid useful.http://www.cflex.net/showFileDetails.cfm?ObjectID=487Object=FileChannelID=1 On 10/25/06, Clint Tredway [EMAIL PROTECTED] wrote: You will need to extend the datagrid to do this.. The good thing is,

Re: [flexcoders] Binding the backgroundColor of a DataGridColumn

2006-10-25 Thread Pan Troglodytes
this do able by default, but its do able with the code above. On 10/25/06, Pan Troglodytes [EMAIL PROTECTED] wrote: Looking at what you're doing, you may also find Tim Hoff's excellent RowColorDataGrid useful. http://www.cflex.net/showFileDetails.cfm?ObjectID

Re: [flexcoders] three and a half FlexBuilder bugs that drive me buggy

2006-10-31 Thread Pan Troglodytes
the cursor will sometimes jump up or down several lines, putting the rest of what I'm typing at that new location. On 10/25/06, Pan Troglodytes [EMAIL PROTECTED] wrote: Okay, I have to mention this before all hope is lost of getting it fixed in the next patch. I keep

Re: [flexcoders] Re: three and a half FlexBuilder bugs that drive me buggy

2006-11-01 Thread Pan Troglodytes
it to a new location. I can do this inwordpad, why not Eclipse?--- In flexcoders@yahoogroups.com, Pan Troglodytes[EMAIL PROTECTED] wrote: I finally remembered the fourth bug. When you have a line like this: public function foo() (note the spaces before public) Highlight all the spaces, from the beginning

Re: [flexcoders] how to assign itemRenderer w/ActionScript

2006-06-19 Thread Pan Troglodytes
itemRenderers ARE styles, the help just hasn't completely been updated yet.You were actually very close.myTile.setStyle(itemRenderer, new ClassFactory(myThumbnail));You may have to fully qualify it: myTile.setStyle(itemRenderer, new ClassFactory(itemRenderers.myThumbnail));Now, as to how to

Re: [flexcoders] how to assign itemRenderer w/ActionScript

2006-06-19 Thread Pan Troglodytes
); Cheers, From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pan Troglodytes Sent: Monday, June 19, 2006 3:33 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] how to assign itemRenderer w/ActionScript itemRenderers ARE styles

Re: [flexcoders] how to assign itemRenderer w/ActionScript

2006-06-19 Thread Pan Troglodytes
know how that is even working. It may just be a fluke because itemRenderer is a public property already defined on the ListBase. Just to clear some things up :) Peace, Mike On 6/19/06, Pan Troglodytes [EMAIL PROTECTED] wrote: itemRenderers ARE styles, the help

Re: [flexcoders] how to assign itemRenderer w/ActionScript

2006-06-19 Thread Pan Troglodytes
Charts, for one. See the thread changing out pieSeries.itemRenderer at runtime.On 6/19/06, Tom Chiverton [EMAIL PROTECTED] wrote:On Monday 19 June 2006 16:25, Pan Troglodytes wrote: itemRenderers are sometimes stylesWhere ?--Tom Chiverton

Re: [flexcoders] how to assign itemRenderer w/ActionScript

2006-06-19 Thread Pan Troglodytes
.:)That makes sense to a programmer... hehePeace, MikeActually I am glad this was brought up, something to figure out. On 6/19/06, Pan Troglodytes [EMAIL PROTECTED] wrote: Okay, let me correct my statement:itemRenderers are sometimes styles and sometimes not. And when

Re: [flexcoders] Re: changing out pieSeries.itemRenderer at runtime

2006-06-19 Thread Pan Troglodytes
Ah, I thought it had something to do with properties, but the help only says it's Object, and it was set to null at runtime. But this is a bit more clear. I also figured you could do it by breaking it out, but I wanted to see how to manipulate it if I wanted to change it later. I'm still

[flexcoders] bug in chart.itemDoubleClick/itemMouseUp?

2006-06-19 Thread Pan Troglodytes
Using the example given for the help topic Handling user interactions with charts works fine:?xml version=1.0?mx:Application xmlns:mx= http://www.adobe.com/2006/mxmlmx:Script![CDATA[import mx.controls.Alert;import mx.charts.events.ChartItemEvent;[Bindable]

Re: [flexcoders] How to integrate Flash and Flex well done ?

2006-06-19 Thread Pan Troglodytes
Here's what the help says:Embedding SWF files for Flash Player 8 and earlier You can embed SWF files created for Flash Player 8 and earlier. When embedded, your Flex 2.0 application cannot interact with the embedded SWF file. That is, you cannot use ActionScript in a Flex 2.0 application to

[flexcoders] adding zoom effect to datagrid row

2006-06-19 Thread Pan Troglodytes
I'm having a real time trying to get a rolloverEffect to work on a datagrid. What I want is for the text to zoom a little bit when rolled over. Here's my code: ?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx=http://www.adobe.com/2006/mxml layout=absolute mx:ArrayCollection id=dataSet

Re: [flexcoders] bug in chart.itemDoubleClick/itemMouseUp?

2006-06-19 Thread Pan Troglodytes
Weird! Wouldn't have guessed double clicks were disabled by default. Good to know, thanks!Still doesn't make itemMouseUp work, though.On 6/19/06, Ely Greenfield [EMAIL PROTECTED] wrote: try setting the 'doubleClickEnabled' flag on the chart to true. Ely.

Re: [flexcoders] Re: How to integrate Flash and Flex well done ?

2006-06-19 Thread Pan Troglodytes
I'm very new at this, so I gave you all the info I really have. As Tim said, in the *future*, SWFs created for Flash 9 and up will likely be very friendly with Flex. But the help is pretty clearly stating that right now anything made for 8 and below can only talk using LocalConnection. But who

Re: [flexcoders] Re: changing out pieSeries.itemRenderer at runtime

2006-06-19 Thread Pan Troglodytes
Ely,Right answer, wrong thread :DAny idea on this pieSeries thing?On 6/19/06, Ely Greenfield [EMAIL PROTECTED] wrote: Looks like the itemMouseUp problem is a bug. Ely. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of

Re: [flexcoders] how to assign itemRenderer w/ActionScript

2006-06-20 Thread Pan Troglodytes
There is no property itemRenderer on charts. What happens is you get a syntax error.On 6/20/06, Tom Chiverton [EMAIL PROTECTED] wrote:On Monday 19 June 2006 16:57, Pan Troglodytes wrote: Charts, for one.See the thread changing out pieSeries.itemRenderer at runtime.What happens if you just

[flexcoders] Error: Flex Builder could not publish the project source: null

2006-06-20 Thread Pan Troglodytes
I get this error when trying to publish some applications. The publish fine, though. Just thought I'd make it known that there seems to be some kind of bug in it.-- Jason __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

Re: [flexcoders] adding zoom effect to datagrid row

2006-06-20 Thread Pan Troglodytes
t /mx:itemRenderer /mx:DataGridColumn mx:DataGridColumn dataField=Month/ mx:DataGridColumn dataField=Costs/ /mx:columns /mx:DataGrid /mx:Application Jason From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pan Troglodytes Sent: Monday, J

Re: [flexcoders] labs downloads site down?

2006-06-20 Thread Pan Troglodytes
Looks up to me, though I didn't try to download anything.On 6/20/06, John Grden [EMAIL PROTECTED] wrote: https://www.adobe.com/cfusion/entitlement/index.cfm?e=labs isn't working, anyone else seeing this?-- John Grden - Blitz -- Jason

Re: [flexcoders] Re: changing out pieSeries.itemRenderer at runtime

2006-06-20 Thread Pan Troglodytes
Can someone from Adobe (or anyone, really) take a look at my example and see if they can figure out where the problem lies?Thanks,On 6/19/06, Pan Troglodytes [EMAIL PROTECTED] wrote: Ah, I thought it had something to do with properties, but the help only says it's Object, and it was set

Re: [flexcoders] [Ann] The world's largest Flex application

2006-06-21 Thread Pan Troglodytes
Will there be some sort of video feed available later for those of us who can't just pop over? I'd be very interested to hear what Robin has to say.On 6/21/06, Chris Velevitch [EMAIL PROTECTED] wrote: Robin Hilliard of Rocketboots (www.rocketboots.com.au) will

Re: [flexcoders] animated line charts

2006-06-22 Thread Pan Troglodytes
I haven't dealt with the line charts much, but it sounds like they are using a showDataEffect. Look up SeriesInterpolate in the help. I've used it with pie and column graphs and it looks great. On 6/22/06, hank williams [EMAIL PROTECTED] wrote: I saw a demo

Re: [flexcoders] animated line charts

2006-06-22 Thread Pan Troglodytes
, as documented, none of the effects that I read about do what I want.Hank On 6/22/06, Pan Troglodytes [EMAIL PROTECTED] wrote: I haven't dealt with the line charts much, but it sounds like they are using a showDataEffect. Look up SeriesInterpolate in the help. I've used it with pie and column graphs

Re: [flexcoders] selectedDate not set after choosing a date from DateChooser

2006-06-23 Thread Pan Troglodytes
Can you post your code somewhere? I am using DateField's selectedDate property with no problems.On 6/23/06, Bas J. Brey [EMAIL PROTECTED] wrote: I set the selectedDate of a DateField, this works. But when I choose a date from the connected DateChooser the

Re: [flexcoders] Difference between two dates

2006-06-23 Thread Pan Troglodytes
I swear, I really think the date class was designed by a crazy man. You hear that Adobe? - CRAZY! :DOn 6/23/06, Daniel Tuppeny [EMAIL PROTECTED] wrote: I was using .day instead of .date TFI Friday! =) From: flexcoders@yahoogroups.com

Re: [flexcoders] Difference between two dates

2006-06-23 Thread Pan Troglodytes
Well, it helped when I figured out I could do things like date.date += 12 and it would automatically correct for rolling over months/years. But at the very least, there needs to be a built-in daysBetween function. Yes, yes, I know you can do the getTime() arithmetic. But every time you have to

Re: [flexcoders] Release Pricing

2006-06-26 Thread Pan Troglodytes
Here's the last they posted about it:Scott Langeberg Thu, 15 Jun 2006 09:25:11 -0700 According to Sydney Sloan (Marketing - Adobe) in a Breeze webinar @ 11AM (c): Official release date: June 28, 2006 Pricing as follows: Flex 2 SDK - FREE Flex Builder 2 - $499, $749

[flexcoders] possible bug in pieSeries custom wedge renderers

2006-06-26 Thread Pan Troglodytes
Sorry for reposting, but it's been over a week with not response and I'm at a loss to figure this out.I created a custom pie wedge renderer and applied it to a chart. The problem is when I switch from that renderer to another custom renderer (or the default one). The wedges that were previously

Re: [flexcoders] Flex 2 released tomorrow

2006-06-27 Thread Pan Troglodytes
Not only have we seen rumors, we've seen posts by Adobe people. :Dhttp://www.mail-archive.com/flexcoders@yahoogroups.com/msg30570.html On 6/27/06, Jeremy Rottman [EMAIL PROTECTED] wrote: I was carousing the interweb and I found a post on g-unix. Has anyone else

Re: [flexcoders] Re: Flex2 :: The time has come to ... Push the Button :: Released

2006-06-27 Thread Pan Troglodytes
Congrats to all the Adobe folks for getting it out the door!And for not forcing me to go back to my boss and break the news of a delay. :DOn 6/28/06, Renaun Erickson [EMAIL PROTECTED] wrote: I can get the FDS and Flex_SDK2.zip but not the Builder yet... It crazy

Re: [flexcoders] switching from beta 3 to the real thing?

2006-06-28 Thread Pan Troglodytes
Even without trying 2.0 final yet, I would strongly urge you not to upgrade your main flex beta environment. Install it on a separate computer, spend about and hour or two on just seeing what has changed. If it takes longer, you're probably best off not doing it. I think that's the best advice

[flexcoders] Flex 2 (final) bug with showDataEffect and stacked column chart

2006-06-28 Thread Pan Troglodytes
I have found a bug in Flex 2 (final) showDataEffect combined with stacked columns. You get an error. If you take off the stacked setting, you do not get an error. Or, if you take off the effect and leave stacked, no error. Here's the sample code: ?xml version=1.0 encoding=utf-8?mx:Application

[flexcoders] Ely: StoplightRenderer example doesn't work right in release

2006-06-28 Thread Pan Troglodytes
Ely,Okay, I admit, the subject is a LITTLE misleading. Your original page for the stoplight renderer (http://www.quietlyscheming.com/blog/charts/data-based-renderers/ ) does still work. But a slight derivative of it now seems to fail.I'm specifically referring to setting the itemRenderer at

Re: [flexcoders] Difference between two dates

2006-06-28 Thread Pan Troglodytes
standards that we've followed in ActionScirpt 3. - Gordon From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Pan Troglodytes Sent: Friday, June 23, 2006 8:02 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Difference between two dates

Re: [flexcoders] Flex 2 (final) bug with showDataEffect and stacked column chart

2006-06-28 Thread Pan Troglodytes
Thanks for the quick reply. We should be purchasing Builder+charting this week.On 6/28/06, Ely Greenfield [EMAIL PROTECTED] wrote: Good find Jason. I've got a fix, that will go into the next update for flex. If you have purchased the charting components,

Re: [flexcoders] [flex 2 final] Bug when binding value to property in tag

2006-06-28 Thread Pan Troglodytes
I'm not seeing the problem you are having. Also, you have syntax errors in your code below so I'm curious if this was actually what you used. Here's my modified version, which worked fine (i.e. I got the trace output for the set): package{ import mx.containers.HBox; public class MyComp extends

Re: [flexcoders] Ely: StoplightRenderer example doesn't work right in release

2006-06-28 Thread Pan Troglodytes
Really, there's no way to clear the cache? This would probably explain the problem I had in another thread (http://groups.yahoo.com/group/flexcoders/message/40839 ) which you so cruelly refused to respond to. ;)I'm looking forward to the next point release!On 6/28/06, Ely Greenfield [EMAIL

Re: [flexcoders] Adobe Style Explorer - view source error

2006-06-28 Thread Pan Troglodytes
Must have been a transient problem, as it's working fine now.On 6/28/06, Angus Johnson [EMAIL PROTECTED] wrote: A quick note to someone at Adobe... could you check the view source for the sample Style Explorer application? Link is broken...

Re: [flexcoders] Ely: StoplightRenderer example doesn't work right in release

2006-06-28 Thread Pan Troglodytes
This brings up another point. I could just add multiple PieSeries. Unfortunately, setting a PieSeries.visible=false does not actually take it out of the chart. Even though it's hidden, it still affects the other series and such. This seems counter-productive. On 6/28/06, Ely Greenfield [EMAIL

[flexcoders] jumpy breakpoints

2006-06-28 Thread Pan Troglodytes
Anyone else got jumpy breakpoints - meaning you set it on a line of code at design-time and Flex moves it when you hit run? Anyone set breakpoints on perfectly valid code only to have Flex claim the line contains no executable code? I have ran into this problem several times. Combatting it

Re: [flexcoders] Ely: StoplightRenderer example doesn't work right in release

2006-06-28 Thread Pan Troglodytes
Okay, here's how I worked around it for anyone else following the thread.I created my chart like this (pseudo-code):PieChart id=chart PieSeries id=series1 dataProvider=mydata/ PieSeries id=series2 dataProvider=mydata/ /PieChartNotice that series1/2 are NOT inside a series tag.In my update

Re: [flexcoders] Adobe Style Explorer - view source error

2006-06-28 Thread Pan Troglodytes
/srcview/index.html Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pan Troglodytes Sent: Wednesday, June 28, 2006 8:40 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Adobe Style Explorer - view source error Must have been

Re: [flexcoders] Request for Barchart display issues

2006-06-29 Thread Pan Troglodytes
For putting the data on the bar, you'll need to write a custom item renderer. It's pretty intimidating when you're first getting started, but it's a lot easier after you've been with Flex a little bit.For the second issue, do this: bar.series[0].setStyle(showDataEffect, slideIn);Some things

Re: [flexcoders] jumpy breakpoints

2006-06-29 Thread Pan Troglodytes
all your breakpoints to make sure they don't jump around. This should at least be an option. I entered it as a feature request.On 6/29/06, Tom Chiverton [EMAIL PROTECTED] wrote:On Thursday 29 June 2006 05:31, Pan Troglodytes wrote: Flex marks all breakpoints after the first switch to be invalid

Re: [flexcoders] Ely: StoplightRenderer example doesn't work right in release

2006-06-29 Thread Pan Troglodytes
to create should be defined as children of the root tag of the file. Ely. From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Pan Troglodytes Sent: Wednesday, June 28, 2006 10:26 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders

[flexcoders] kludge for Flex Help scripting error

2006-06-29 Thread Pan Troglodytes
I don't know about the rest of you, but whenever I open a help file for a class, I get the following error:---Error---A Runtime Error has occurred.Do you wish to Debug? Line: 91Error: 'parent.titlebar.document' is null or not an

[flexcoders] Re: kludge for Flex Help scripting error

2006-06-29 Thread Pan Troglodytes
Sorry, left out one bit. The asdoc.js file is in the zip file in the langref folder.On 6/29/06, Pan Troglodytes [EMAIL PROTECTED] wrote:I don't know about the rest of you, but whenever I open a help file for a class, I get the following error:---Error

Re: [flexcoders] arrays and bindings

2006-06-29 Thread Pan Troglodytes
It's not just suggesting you change the text= part, it's suggesting you bind it to an ArrayCollection instead of an Array. One of the others here could probably tell you more about the guts of how it works, but the bottom line is you either need to change your Array to an ArrayCollection, or

Re: [flexcoders] arrays and bindings

2006-06-30 Thread Pan Troglodytes
can't make a local arraycollection version of my array due to bindings, what I did was create a local reference to the array element and wrote a simple function to manage it. This allowed me to use bindings in the form in a 'double-binding' manner. oh joy!DKOn 6/29/06, Pan Troglodytes [EMAIL

<    1   2   3   4   >