[flexcoders] Re-importing projects?

2006-11-03 Thread Steve Kellogg @ Project SOC
Hello, Ive got a problem that I cant find an EASY way around. Twice now, Ive accidentally launched FB2 while the source directory was not available. This causes FB2 to claim that the source files do NOT EXIST. (obviously). The PROBLEM is that once I get into this state,

RE: [flexcoders] Re-importing projects?

2006-11-03 Thread Steve Kellogg @ Project SOC
about just cleaning it? Where is your source file, is it a build path setting? Seems to me you could also edit the properties xml file, take it out, clean the project and then redo. I have had similar problems, strategically cleaning seems to work for me. Peace, Mike On 11/3/06, Steve Kellogg

[flexcoders] Where are Bookmarks stored?

2006-11-05 Thread Steve Kellogg @ Project SOC
Hello, Ive had to re-import my project a couple of times because of system level problems. Each time this has happened, Ive lost all of my bookmarks. I assume that this is because the bookmarks are stored somewhere other than where Im expecting them. So, the question is, where are

FW: [flexcoders] Where are Bookmarks stored?

2006-11-06 Thread Steve Kellogg @ Project SOC
BUMP? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Kellogg @ Project SOC Sent: Sunday, November 05, 2006 10:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Where are Bookmarks stored? Hello, Ive had to re-import my project

RE: [flexcoders] Re: Realtime Panel position sync?

2006-11-06 Thread Steve Kellogg @ Project SOC
Here is the ghetto way of doing it (or is it?) WOW, that's incredibly offensive! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit

[flexcoders] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC
Hello, Im using FB2 on WinXP on a fairly modern laptop (core duo). I seem to be having a great deal of trouble lately with FlexBuilders TEXT EDITOR (in SOURCE MODE) getting VERY VERY SLOW. Slow means that I can type a 32 character line, and see a 10-15 second delay before all of

RE: [flexcoders] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC
] Eclipse becoming HORRIBLY slow?? On Tuesday 07 November 2006 10:55, Steve Kellogg @ Project SOC wrote: Are there any known conditions that I should be avoiding? Is the file itself very big ? -- Tom Chiverton Helping to greatly cultivate compelling applications

RE: [flexcoders] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC
- From: Steve Kellogg @ Project SOC [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, November 07, 2006 3:05 PM Subject: RE: [flexcoders] Eclipse becoming HORRIBLY slow?? Well, it's not VERY big.. (2000 lines) Is that very big for Eclipse? Thanks Steve -Original

RE: [flexcoders] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC
Of Tom Chiverton Sent: Tuesday, November 07, 2006 9:15 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Eclipse becoming HORRIBLY slow?? On Tuesday 07 November 2006 15:05, Steve Kellogg @ Project SOC wrote: Well, it's not VERY big.. (2000 lines) Is that very big for Eclipse? It's

RE: [flexcoders] Re: Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC
J, I actually think that that's (at least part of) the problem. It FEELS like memory is being swapped, etc. I can't yet prove it, but I won't be surprised a bit if I find a garbage collection or swap file problem. Steve -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC
@yahoogroups.com, Steve Kellogg @ Project SOC [EMAIL PROTECTED] wrote: J, I actually think that that's (at least part of) the problem. It FEELS like memory is being swapped, etc. I can't yet prove it, but I won't be surprised a bit if I find a garbage collection or swap file problem. Steve

RE: [flexcoders] Re: Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC
on win2k also. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Steve Kellogg @ Project SOC [EMAIL PROTECTED] wrote: J, I actually think that that's (at least part of) the problem. It FEELS like memory is being swapped, etc. I can't yet prove it, but I won't be surprised

[flexcoders] Finding Nodes in XML by ONLY attribute..

2006-11-18 Thread Steve Kellogg @ Project SOC
Hello, I've got a (seemingly) tricky XML issue that I need some advice on. I've got an XML tree that is the DataProvider for a Tree Control in my application. I need to sometimes find all of the nodes in this Tree with a certain ATTRIBUTE VALUE regardless of the NAME of the Node. For

[flexcoders] GLOBAL functions?

2006-11-25 Thread Steve Kellogg @ Project SOC
Hello, I've got some functions and variables in my main MXML file that I need to access from other MXMLs in the project. For some reason, I can't seem to figure out how to do this. I've (obviously) checked the documentation looking for a 'global' keyword, or for an 'extern' keyword or

RE: [flexcoders] GLOBAL functions?

2006-11-25 Thread Steve Kellogg @ Project SOC
mx.control.Application.application to access the variable. No globals are there in AS-3 jignesh dodiya On 11/25/06, Steve Kellogg @ Project SOC [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] com wrote: Hello, I've got some functions and variables in my main MXML file that I need to access from other

[flexcoders] Scrolling TileList?

2006-11-26 Thread Steve Kellogg @ Project SOC
Hello, I have a TileList that conatins some images and text. The normal scroll behavior is to scroll to each row in the list, but I need to be able to scroll at a finer level, so that I can scroll through large pictures that might be too big to show completely in the window. Can anyone

RE: [flexcoders] Re: Scrolling TileList?

2006-11-26 Thread Steve Kellogg @ Project SOC
place the TileList in a Canvas container. Only set the height of the Canvas; not the TileList. -TH --- In [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com, Steve Kellogg @ Project SOC [EMAIL PROTECTED] wrote: Hello, I have a TileList that conatins some images and text

[flexcoders] Resizing a ROW of a List view.

2006-11-26 Thread Steve Kellogg @ Project SOC
Hello, I'm displaying a list of rows. The rows are rendered via an Item renderer. One of the items in the row is a Text field that's setup to wrap text. As per the documentation, I've set the WIDTH of the Text field (to 100%) but NOT the height, so that the text field can decide for

RE: [flexcoders] mx.automation

2006-11-27 Thread Steve Kellogg @ Project SOC
BUSTED _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Sunday, November 26, 2006 4:28 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] mx.automation Yeah, that shouldn't really be possible. The automation stuff is I think

Eclipse Optimizations. WAS RE: [flexcoders] Flex crashing @ compilation time

2006-11-29 Thread Steve Kellogg @ Project SOC
Hey Matt (et al), Does Adobe have any specific suggestions for setting up Eclipse to prevent the SLUGGISH EDITTING that many of us are seeing? I sometimes have to stop typing for 5-10 seconds to wait for Eclipse to CATCH UP to what I've typed. I'm not trying to say that I'm typing so

RE: Eclipse Optimizations. WAS RE: [flexcoders] Flex crashing @ compilation time

2006-11-29 Thread Steve Kellogg @ Project SOC
://www.cynergys http://www.cynergysystems.com/blogs/page/andrewtrice ystems.com/blogs/page/andrewtrice Email: andrew.trice@ mailto:[EMAIL PROTECTED] cynergysystems.com Office: 866-CYNERGY _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Kellogg

[flexcoders] Add Parameters to URL for debug??

2006-12-08 Thread Steve Kellogg @ Project SOC
Hello, Is there any easy way to tell flex that I want it to add parameters to the URL when debug launching? I've looked over the preferences are of FlexBuilder, but I can't seem to find anything.. FOR EXAMPLE. I've got the following debug URL for one of my applications. C:\

RE: [flexcoders] Add Parameters to URL for debug??

2006-12-08 Thread Steve Kellogg @ Project SOC
it and give it a try. Please let us know the result. Tracy _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Kellogg @ Project SOC Sent: Friday, December 08, 2006 4:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Add Parameters to URL for debug

RE: [flexcoders] Re: Scrolling TileList?

2006-12-12 Thread Steve Kellogg @ Project SOC
: Scrolling TileList? Hi Steve, You could place the TileList in a Canvas container. Only set the height of the Canvas; not the TileList. -TH --- In [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com, Steve Kellogg @ Project SOC [EMAIL PROTECTED] wrote: Hello, I have

RE: [flexcoders] multiple HTTP Requests

2006-12-18 Thread Steve Kellogg @ Project SOC
Tracy, I've been wondering about AsyncToken. Is there any way to use it with WebService objects that are defined in mxml? I currently define the WebService, and then call myService.myOperationName();, but I haven't figured out any way to inject an AsyncToken into that procedure.

[flexcoders] XSL in Flex?

2007-01-10 Thread Steve Kellogg @ Project SOC
Hello, I'm wondering if anyone has any insights as to the possibility of using XSL transforms in Flex? Thanks in Advance Steve Steve Kellogg Peak8 Solutions 1401 14th Street Boulder, Colorado 80302, USA Fax: 303.415.2597 E-Mail: [EMAIL PROTECTED]

[flexcoders] More WebService Examples?

2006-09-15 Thread Steve Kellogg @ Project SOC
Hello, Does anyone have any more examples of webservices in Flex that they can point me to? The only ones I see in the Flex docs are very simple, and there arent any that seem to exercise all of the available features. Thanks in advance, Steve Steve Kellogg Peak8

[flexcoders] limits to function during 'callback' events?

2006-09-17 Thread Steve Kellogg @ Project SOC
Hello, Ive run into a problem that I hope someone can help me with. When using WebServices, Im needing to change the VIEWSTATE of the application when an operation completes, so I tried to attach result=myCompletionFunction to the operation. In the function, I simply say

RE: [flexcoders] limits to function during 'callback' events?

2006-09-18 Thread Steve Kellogg @ Project SOC
= 'someViewState'; Hope that helps! Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Kellogg @ Project SOC Sent: Sunday, September 17, 2006 12:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders

RE: [flexcoders] limits to function during 'callback' events?

2006-09-18 Thread Steve Kellogg @ Project SOC
of the variable: ModelLocator.someState = 'someViewState'; Hope that helps! Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Kellogg @ Project SOC Sent: Sunday, September 17, 2006 12:15 PM

[flexcoders] Enable/Disable Tree items?

2006-09-23 Thread Steve Kellogg @ Project SOC
Hello, Can anyone point me to docs or examples of doing a TREE control where I would have control over ENABLE/DISABLE of various cells/rows? Im looking at loading a large dataset into a tree in the background (using callLater), and making tree items DISABLED until their children

RE: [flexcoders] Re: XML issues

2006-09-25 Thread Steve Kellogg @ Project SOC
Douglas (or anyone else that feels like following up).. Im trying to solve a specific problem currently that actually involves the Descendant Accessor (..). I need to search a whole tree for a node with a specific node that has a specific attribute set to a specific value I

RE: [flexcoders] Eclipse Crash at Analyzing Project'

2006-09-27 Thread Steve Kellogg @ Project SOC
BUMMER. I had a similar problem. I found that deleting (or renaming) your .MetaData folder will destroy the eclipse settings, and then allow you to proceed. Perhaps you'll need to create a new project, and import your source files, but it should get you going. Heed this advice at your own risk,

[flexcoders] Effects when changing visible ViewStack Panes?

2006-10-01 Thread Steve Kellogg @ Project SOC
Hello, Im having a small problem that I hope someone here can help with. I have a ViewStack, whose children are all Canvass (with other controls and views within the canvases). I want to soften the transitions between the panes, so I assigned a FADE effect to the hideEffect and

RE: [flexcoders] Re: Dynamically adding components to a panel?

2006-10-04 Thread Steve Kellogg @ Project SOC
I have a similar question. I need to put WRAPPED TEXT into the cells of a List or Tree. Is it possible to AddChild to a LIST so that there's an actual UIComponent as a cell's graphics? Best Regards, Steve -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

[flexcoders] Variable Row Height?

2006-10-05 Thread Steve Kellogg @ Project SOC
Hello, Perhaps Im poorly understanding something in the DOX. Can anyone help me understand? The docs mention that things like TileLists and Trees can have VARIABLE ROW Height. Do I correctly assume that this means that I can have MULTIPLE ROW HEIGHTS in a single list at the

[flexcoders] Variable Row Height?

2006-10-05 Thread Steve Kellogg @ Project SOC
Hello, Perhaps Im poorly understanding something in the DOX. Can anyone help me understand? The docs mention that things like TileLists and Trees can have VARIABLE ROW Height. Do I correctly assume that this means that I can have MULTIPLE ROW HEIGHTS in a single list at the

RE: [flexcoders] Re: Dynamically adding components to a panel?

2006-10-06 Thread Steve Kellogg @ Project SOC
Regards, Anatole On 10/4/06, Steve Kellogg @ Project SOC [EMAIL PROTECTED] wrote: I have a similar question. I need to put WRAPPED TEXT into the cells of a List or Tree. Is it possible to AddChild to a LIST so that there's an actual UIComponent as a cell's

RE: [flexcoders] Re: Dynamically adding components to a panel?

2006-10-06 Thread Steve Kellogg @ Project SOC
the new TileBase specific to your project. In later case you merge code in TileBase and DataGridBase makeRowsAndColumns method. I have not tried direct subclassing of TileBase - from the look of it it might be possible. Regards, Anatole On 10/6/06, Steve Kellogg @ Project SOC [EMAIL

RE: [flexcoders] Variable Initialization Problem

2006-10-07 Thread Steve Kellogg @ Project SOC
Akash, Maybe Im misreading your code, but it looks like youre getting an undefined on this.title. What is THIS in this context, and does it HAVE a TITLE parameter? Just a thought. Steve From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf

[flexcoders] Bookmarks?

2006-10-07 Thread Steve Kellogg @ Project SOC
Hello, Is there any special trick to getting bookmarks to work? Im selecting a place in a source (mxml) file, and looking for Edit - Add Bookmark as indicated in the dox, but theres no such item in the menu. Is there a preference that Im missing? Thanks in advance, Steve

[flexcoders] DEFAULTING HDividedBox

2006-10-07 Thread Steve Kellogg @ Project SOC
Hello, Im a little confused about one small aspect of the HDividedBox container. How do I set the DEFAULT placement of the children. AT FIRST, I thought that I always allocated an equal space for each child, but I just created an HDividedBox, and the FIRST child is 10% to the second

RE: [flexcoders] Re: Bookmarks?

2006-10-07 Thread Steve Kellogg @ Project SOC
, Steve Kellogg @ Project SOC [EMAIL PROTECTED] wrote: Hello, Is there any special trick to getting bookmarks to work? I'm selecting a place in a source (mxml) file, and looking for Edit - Add Bookmark as indicated in the dox, but there's no such item in the menu

[flexcoders] iconField working correctly?

2006-10-09 Thread Steve Kellogg @ Project SOC
Hello, Are there any known issues with using the iconField property with Trees? Im trying to use it to put custom icons in each row. Im doing this EXACTLY as suggested in the dox, but I NEVER get my custom icons. Does it work when you have only SOME rows that specify the icon

[flexcoders] iconFunction property?

2006-10-09 Thread Steve Kellogg @ Project SOC
Hello, Does anyone have an example of how to correctly setup the iconFunction of a Tree? I cant seem to get the calling conventions correct. Thanks in advance, Steve Steve Kellogg Peak8 Solutions 1401 14th Street Boulder, Colorado 80302, USA Fax: 303.415.2597

RE: [flexcoders] Flex collaborative portal designed for Max 2006

2006-10-11 Thread Steve Kellogg @ Project SOC
Very nice! Clean, well thought out. Congrats on a job well done! Do you know that there are a few places where Flex errors are coming up over the portal? I'll try to narrow down WHEN these things happen, but I thought you'd want a heads up. BTW... The SOUND EFFECTS that you're using (the

RE: [flexcoders] Flex Documentation Team - Showing Related Technology

2006-10-11 Thread Steve Kellogg @ Project SOC
Are you really from Dorktown? I hear that place is kind of a [EMAIL PROTECTED] Best Regards, Steve -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dorkie dork from dorktown Sent: Wednesday, October 11, 2006 12:37 PM To:

RE: [flexcoders] Flex Documentation Team - Showing Related Technology

2006-10-11 Thread Steve Kellogg @ Project SOC
For Java Developers, Flex For PHP Developers, Flex For ASP Developers, etc. You know, like, how it can help them. And have it describe where what they already know in their language will overlap in Flex and AS3. On 10/11/06, Steve Kellogg @ Project SOC [EMAIL PROTECTED] wrote: Are you really from

[flexcoders] Conditional Compile?

2006-10-13 Thread Steve Kellogg @ Project SOC
Hello, I havent seen anything in the dox about conditional compile (#ifdef, etc). Does Flex/AS 3.0 have such a capability? Thanks in advance, Steve Steve Kellogg Peak8 Solutions 1401 14th Street Boulder, Colorado 80302, USA Fax: 303.415.2597 E-Mail: [EMAIL

RE: [flexcoders] Conditional Compile?

2006-10-13 Thread Steve Kellogg @ Project SOC
conditional compilation. - Gordon From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Steve Kellogg @ Project SOC Sent: Friday, October 13, 2006 7:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Conditional Compile? Hello, I havent seen

[flexcoders] Invalidating a control during a CPU intensive task.

2006-10-15 Thread Steve Kellogg @ Project SOC
Hello, Ive got a long CPU routine, and Im using a progress bar to show the user that were making. progress.. The PROBLEM is that the progress bar doesnt seem to be updating until my long CPU TASK is complete (presumably because Im not relinquishing the CPU during the routine).

[flexcoders] Invalidating a control for IMMEDIATE redraw?

2006-10-16 Thread Steve Kellogg @ Project SOC
Hello, Ive got a long CPU routine, and Im using a progress bar to show the user that were making. progress.. The PROBLEM is that the progress bar doesnt seem to be updating until my long CPU TASK is complete (presumably because Im not relinquishing the CPU during the routine).

RE: [flexcoders] Invalidating a control during a CPU intensive task.

2006-10-16 Thread Steve Kellogg @ Project SOC
? Is it bound to something, is it listening for an event, it is being updated directly, etc? - Dan On 10/15/06, Steve Kellogg @ Project SOC [EMAIL PROTECTED] wrote: Hello, I've got a long CPU routine, and I'm using a progress bar to show the user that we're making. progress.. The PROBLEM

RE: [flexcoders] Invalidating a control for IMMEDIATE redraw?

2006-10-16 Thread Steve Kellogg @ Project SOC
(); then the timer end handler will invoke the next stack call. Peace, Mike On 10/16/06, Steve Kellogg @ Project SOC [EMAIL PROTECTED] wrote: Hello, I've got a long CPU routine, and I'm using a progress bar to show the user that we're making. progress.. The PROBLEM is that the progress bar

RE: [flexcoders] Re: Text Area autofit, autosize

2006-10-20 Thread Steve Kellogg @ Project SOC
Have you tried left=0 right=0? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grunz1234 Sent: Friday, October 20, 2006 7:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Text Area autofit, autosize maybe someone knows the

[flexcoders] Setting STYLES for individual cells/rows of a TREE?

2006-10-23 Thread Steve Kellogg @ Project SOC
Hello, When using a tree, Id like to be able to convey extra information for each through the use of LABEL COLOR, LABEL BOLD, LABEL ITALIC, etc. Can anyone here point me to documentation or examples of how to do this? Thanks in advance, Steve Steve Kellogg Peak8