[flexcoders] Regenerating service calls

2010-07-09 Thread Scott
In the beta, I seem to remember the service calls automatically regenerating themselves if something was updated in the .CFC. Now, the calls are not regenerating and if I add in a new DB field I have to delete the .AS service call files and remove the objects from my code then re-create the

RE: [flexcoders] How to print full content of TextArea component ?

2010-07-09 Thread Scott
I don't know the resolution but I can see why this is happening. The sprite capture will just capture the screen area and what was within the rectangle during the snapshot. It doesn't care or know what components are under the sprite rectangle. This guy talks about the issue a bit:

[flexcoders] Re: Flex Project Management App

2010-07-09 Thread valdhor
I would create a custom component that has all of the features of the milestone encapsulated. ie. The plus button, the label, the datagrid, the add and remove tasks buttons etc. I would also have a custom component comprising of the datagrid and its sub components. All you would need to do

Re: [flexcoders] Re: Flex Project Management App

2010-07-09 Thread Johannes Nel
i would guess the person used a tree with custom itemrederer or a custom component for http://www.seenowdo.com we use a custom component for the taskboard On Fri, Jul 9, 2010 at 3:59 PM, valdhor valdhorli...@embarqmail.com wrote: I would create a custom component that has all of the features

[flexcoders] Re: Can't get FlexUnit results to show up

2010-07-09 Thread malabriola
Nate- I am assuming that you are on Flash Builder 4 Premium as you have the FlexUnit result view. If that is not the case, let me know. Open the FlexUnitApplication.mxml, which is one of the two files that Adobe's plugin generates on your behalf. There should be a function which specifies

[flexcoders] Flashbuilder hang loading workbench

2010-07-09 Thread Richard Rodseth
This is happening again this morning, and I don't remember how I got past it before. Flashbuilder hangs at the start up splash screen (before workspace selection even) while displaying Loading workbench. OS X spinning beachball. Must force quit. Launching with -clean didn't help. Anyone else?

[flexcoders] Re: Flashbuilder hang loading workbench

2010-07-09 Thread Richard Rodseth
Deleting the .snap file mentioned here did the trick: http://www.michaellabieniec.com/?p=51 On Fri, Jul 9, 2010 at 10:08 AM, Richard Rodseth rrods...@gmail.com wrote: This is happening again this morning, and I don't remember how I got past it before. Flashbuilder hangs at the start up

[flexcoders] Re: reuse paths shapes in skins

2010-07-09 Thread arocheking
Would using the library and definition tags be the way to go? Anyone? http://sherifabdou.com/2008/09/creating-symbols-in-flex-4/

Re: [flexcoders] Re: reuse paths shapes in skins

2010-07-09 Thread dorkie dork from dorktown
hi, wanted to get to this but was busy, that's exactly what you want to use. do u have flash catalyst? get the trial. then add some path or rectangle content to the stage and select all of them. right click and choose group. look at code. then right click again and select optimize graphics. then

Re: [flexcoders] Re: Flex Project Management App

2010-07-09 Thread Angelo Anolin
Care to share some of the codes you used for the custom component? I will explore further the site you mentioned. Thanks. From: Johannes Nel johannes@gmail.com To: flexcoders@yahoogroups.com Sent: Fri, 9 July, 2010 9:36:00 Subject: Re: [flexcoders] Re:

[flexcoders] Getting Started with AMFPHP and PureMVC

2010-07-09 Thread Jeremy Mitchell
Is anyone else using PureMVC with AMFPHP? I'm have a few questions to clarify my understanding of the framework that maybe one could answer...thank you!!! jeremy m.

[flexcoders] DateTimeAxis - day + hour:minute

2010-07-09 Thread Richard Rodseth
I have a Flex 3 LineChart which displays data for one day or one week, in 15-minute increments. In the week version I need the axis labels to include day name (not specific date) + hour:minute, or perhaps someway to indicate the day only on the 0:00 hour:minute label. Thanks for any suggestions.

[flexcoders] any word on smooth mouse wheel scrolling?

2010-07-09 Thread dorkie dork from dorktown
does anyone have a fix for a smooth mouse wheel scroll in datagroups or lists? right now it's jumping by 40px per scroll. it looks awful.