[flexcoders] new member

2005-10-31 Thread Justin
Hello, I am an up coming Interactive Media Designer in the Houston area. I need to learn actionscript 2.0. I have heard that O'Reilly puts out a good book. I know very little. I can create navigation and that is about it. Any suggestions? Thanks, Justin Yahoo

[flexcoders] htmlText and it's reliablility.. Possible Bug...

2007-03-22 Thread Justin
bug in text components when using the htmlText variable Regards, Justin

[flexcoders] Re: Alpha not fading lable.

2007-05-08 Thread Justin
If in the case that you are trying to fade a label, or another text component, using an effect, you put a slight BlurFilter on the label. By doing this before you fade it out it will almost rasterize the font and fade effects will be able to be applied. Regards, Justin

[flexcoders] Re: TileList using itemRenderer showing wrong data after resize or heavy use - R

2007-05-08 Thread Justin
, so updating the source of your item renderer by overriding the data setter or something similar. do you have binding in your ItemRenderer? Was this of any help? Regards, Justin

[flexcoders] Re: Dispatching Forms Eloquently w/ Cairngorm Events

2007-05-13 Thread Justin
Hi Boybles, it appears you already have a temporary User Object on your model. why dont you store all your user info on that object, pass only the user object through to your event and then pass that object onto the server? Regards, Justin --- In flexcoders@yahoogroups.com, boybles [EMAIL

[flexcoders] Re: Data Push with Remote Objects

2007-05-13 Thread Justin
a Producer to push messages onto your Topic from your client. You can also setup these components in your SerivceLocator if your using Cairngorm. Regards, Justin Reignite - Potential Delivered www.reigite.com.au

[flexcoders] Re: currentState index?

2006-09-27 Thread Justin
All Components that inherit from UIComponent contain a variable called 'states'. 'states' returns an array of states assigned to that component, you should then be able to use your index within that array. Cheers, Justin -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

[flexcoders] Re: RemoteObject result as dataprovider for mx:List

2006-10-03 Thread Justin
--- In flexcoders@yahoogroups.com, bulldog65mustang [EMAIL PROTECTED] wrote: I am calling a cfc that return a query. How do I set the result to a mx:List dataProvider? I have tried a couple different thing, but can only get [Object Object] to display for each item in the list. In the

[flexcoders] Re: Compiler problem markers...

2006-10-09 Thread Justin
the project and import all the code/mxml again. Cheers, Justin --- In flexcoders@yahoogroups.com, Ken Bromberger [EMAIL PROTECTED] wrote: Hi Angus, It is version, 3.1.2 . I'll try project clean and see if that does the trick. - Ken

[flexcoders] flex2gateway error, Coldfusion and Flex intergration

2006-08-17 Thread Justin Chetwynd
'. flex.messaging.MessageException: No configured channel has an endpoint path '/flex2gateway/index.cfm '. Can anyone point me in the right direction, maybe some documentation? Thanks, Justin __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

[flexcoders] Default ColumnSeries type in CartesianChart

2007-03-26 Thread Justin Makeig
series that it should render as clustered without using a ColumnChart explicitly? Any help would be much appreciated. Justin

[flexcoders] Lazy-loaded tree examples

2007-03-31 Thread Justin Makeig
the wheel. Any help would be much appreciated. Justin

[flexcoders] Disappearing content on host DOM element resize

2007-04-02 Thread Justin Makeig
of the browser or the object's parent div wipes out the content of the Flex app. Subsequent refreshes of the dataProvider fail to restore the visual content. Has anyone seen similar behavior before? Does anyone have any ideas what the problem might be? Any help would be much appreciated. Justin

[flexcoders] Re: httpservice method=DELETE does not work

2007-04-10 Thread Justin Makeig
Just to be an HTTP stickler: GET is idempotent. If you want to change the state of something on the server (which DELETE implies), POST is a much better option. Justin --- In flexcoders@yahoogroups.com, Samuel R. Neff [EMAIL PROTECTED] wrote: You don't need to buy FDS if all you need

[flexcoders] Bindings, E4X, and bindProperty()

2007-05-25 Thread Justin Patrin
the Binding tags in my main Application where these pages are defined but I would like to know ow to make the AS version work as well, for future reference. -- Justin Patrin

[flexcoders] Re: Bindings, E4X, and bindProperty()

2007-05-28 Thread Justin Patrin
On 5/25/07, Justin Patrin [EMAIL PROTECTED] wrote: I'm just getting to the point in my flex application where I'm trying to implement binding between my model and view. I've set up bidirectional binding in the model and UI by setting a binding in each. The model uses normal object syntax

[flexcoders] Ambiguous class usage in generated code

2007-06-07 Thread Justin Patrin
the package in the class use I would think. Anyone know a workaround which does not involve changing the name of the extended class? -- Justin Patrin

Re: [flexcoders] Ambiguous class usage in generated code

2007-06-14 Thread Justin Patrin
On 6/14/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 14 Jun 2007, Justin Patrin wrote: That is exactly my point. I'm not writing the code. The code causing the error is automatically generated by Flex. I think you'll have to change the name of your subclass. I'd expect to see

Re: [flexcoders] The future of Flex IDE's

2007-06-14 Thread Justin Patrin
plenty of auto-finishing of variables/classes/constants for me. Where do you see it as falling short? -- Justin Patrin

Re: [flexcoders] Just how powerful is LCDS' JMS + RTMP?

2007-08-28 Thread Justin Fujita
). Best, Justin On 8/27/07, Jeff Vroom [EMAIL PROTECTED] wrote: The RTMP stuff is pretty scalable – you can have thousands of open connections per CPU easily as long as each connection does not generate enough activity on the server to use up too much CPU. The JMS messaging adapter

Re: [flexcoders] creating messaging service destinations at run-time

2007-09-05 Thread Justin Fujita
the message? -- Thanks for reading. -Justin Flickr: http://www.flickr.com/photos/neopan/

[flexcoders] 2038 error on download

2007-09-11 Thread Justin Huff
as viewed from our router (yay for port monitoring+tcpdump!). Is anyone else seeing this? Anyone find a solution? Thanks! --Justin

[flexcoders] viewStack and radioButtonGroup maintaining state problem

2007-09-29 Thread Justin Winter
There seems to be a problem with with multiple radioButtonGroups on different viewStacks maintaining state when switching back and forth with a tabNavigator. I am trying to create the basic component MXML component below and after clicking back and forth between the tabs the default radio buttons

[flexcoders] Re: Dynamically convert a String to a Class?

2007-09-30 Thread Justin Winter
You would want to do something like this: getDefinitionByName(flash.display::Sprite) the getDefinitionByName function is in the flash.utils Package. Here are few good resources to check out too: http://livedocs.adobe.com/flex/2/langref/flash/utils/package.html

Re: [flexcoders] Re: Error when trying to implement Flex PhotoViewer as shown on Adobe site

2006-09-21 Thread Justin Cook
Where do you do enter this in? - Original Message From: Angus Johnson [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Thursday, September 21, 2006 9:27:46 AMSubject: Re: [flexcoders] Re: Error when trying to implement Flex PhotoViewer as shown on Adobe site Hi Justin, You need

Re: [flexcoders] Wrapper .svn copies BUG!

2007-11-01 Thread Justin Patrin
] -- Justin Patrin

[flexcoders] This has to be a bug right? If not, please explain...

2007-11-27 Thread Justin Winter
added to a creationComplete handler function: code var vBox:VBox = new VBox(); for(var i:int = 0; i 10; i++) { var tmpBtn:Button = new Button(); tmpBtn.label = BUTTON: + i; vBox.addChild(tmpBtn); } this.addChild(vBox); trace('VBOX

[flexcoders] Re: This has to be a bug right? If not, please explain...

2007-11-27 Thread Justin Winter
Is there a better, more appropriate way to validate certain properties, like height, after adding children to a UIComponent or subclass of UIComponent? Coming from AS2 I find it confusing that there isn't an easy way to access the height of a container after adding children. If later during

[flexcoders] Re: This has to be a bug right? If not, please explain...

2007-11-27 Thread Justin Winter
PROTECTED] On Behalf Of Justin Winter Sent: Tuesday, November 27, 2007 9:10 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] This has to be a bug right? If not, please explain... added to a creationComplete handler function: code var vBox:VBox = new VBox(); for(var i:int = 0; i 10

[flexcoders] Re: Newbie compile issue rattling my brain

2007-11-27 Thread Justin Winter
Here you go: The lower-case c in your object was throwing an error and I put this all in an Application instead of a module. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute width=100% height=100% mx:TitleWindow width=100% height=100%

[flexcoders] Custom Scrollable Accordion Menu Control - V1 Demo Source

2007-12-03 Thread Justin Winter
instead of tweening both containers at the same time like the accordion. Also, if anyone wants to make any comments on my blog, you can read through my painful dev process here: http://www.useflashmore.com/blog http://www.useflashmore.com/blog Cheers, Justin Winter useflashmore.com http

[flexcoders] Custom Scrollable Accordion Menu Control - V1 Demo Source

2007-12-03 Thread Justin Winter
instead of tweening both containers at the same time like the accordion. Also, if anyone wants to make any comments on my blog, you can read through my painful dev process here: http://www.useflashmore.com/blog http://www.useflashmore.com/blog Cheers, Justin Winter useflashmore.com http

RE: [flexcoders] Re: Google Scheduling Framework question

2007-12-13 Thread Justin Raymond
); result.push( row ); } This lets you have rows of items (coloredScheduleEntries), effectively that 2d array structure Hope this helps, Justin From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Re: Google Scheduling Framework question

2007-12-16 Thread Justin Raymond
Hey Corey, I am putting it in the result handler for the service. Once the data comes back i loop over the result to create this structure which i then store in the model and then bind as the dataprovider for the component. Cheers Justin From: flexcoders

Re: [flexcoders] Re: URL of the loaded swf.

2007-12-17 Thread Justin Patrin
-- Justin Patrin

RE: [flexcoders] Dynamic URLs

2008-01-10 Thread Justin Raymond
); Just substitute your own vars in where appropriate. Cheers Justin From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markcavins Sent: Friday, 11 January 2008 8:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Dynamic URLs

RE: [flexcoders] Modal / Modeless Windows

2008-01-10 Thread Justin Raymond
; popup.height = 350; Justin Raymond Applications Developer An Anglican K-12 School for Girls www.abbotsleigh.nsw.edu.au From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Friday, 11 January 2008 2:58 PM To: flexcoders

RE: [flexcoders] Modal / Modeless Windows

2008-01-10 Thread Justin Raymond
Oops, forgot to say that your canvas MXML component should be wrapped as a TitleWindow From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Friday, 11 January 2008 2:58 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] resizing and sliding panels?

2008-01-13 Thread Justin Raymond
You can use the following: mx:Resize id=shrink widthTo=0 target={navPanel} duration=1000/ mx:Resize id=grow widthTo=240 target={navPanel} duration=1000 / then call them to run as: shrink.end(); shrink.play(); and grow.end(); grow.play(); Hope this helps Justin

[flexcoders] Error #2025 - Clash between Flex 3 (Beta 2) Flash CS3 (Possible Bug)

2008-01-30 Thread Justin Winter
I recently came across a runtime error in my Flex application (Error#2025) which took a couple of days to narrow down. There seems to be a bug in the Flash FocusManager Class unless I'm missing something here.Using a few of the Flash Components and the Flex PopUpManager Class,when clicking Tab,

[flexcoders] Re: Error #2025 - Clash between Flex 3 (Beta 2) Flash CS3 (Possible Bug)

2008-01-30 Thread Justin Winter
Alex, Thanks for the quick reply! Is this issue documented anywhere? Is there any workaround you could think of? I'm struck again and again with the same situation where a designer puts together a application shell in flash and rebuilding that design again, piece by piece in Flex is a huge

[flexcoders] Problem embedding app with RSL

2008-01-31 Thread Justin DeVuyst
Hello, I have a flex 2 app that works fine as it is. It uses a library of custom components that is currently statically linked in. I would like to make that library an RSL. I did this the normal way and it works fine. What doesn't work is when I try to embed this app inside another app and

[flexcoders] Re: Error #2025 - Clash between Flex 3 (Beta 2) Flash CS3 (Possible Bug)

2008-01-31 Thread Justin Winter
usefulness having a designer do anything else. Maybe I'm looking at this wrong, but I'd love to hear a better way to overcome the traditional workflow changes since Flex 2. Best regards. Justin Winter useflexmore.com

[flexcoders] Re: Error #2025 - Clash between Flex 3 (Beta 2) Flash CS3 (Possible Bug)

2008-01-31 Thread Justin Winter
Jon, that is really interesting and I need to digest the concept a bit more to see if it will help my workflow situation. In my case I kinda need to go the other way though: Flash CS3 Flex not Flex Flash CS3 I've got my live project here if anyone is interested in checking it out:

[flexcoders] Clash between Flex 3 (Beta 2) Flash CS3 - Thermo

2008-01-31 Thread Justin Winter
something that Flash already does pretty well if flash and flex could only work better together? I think this gets back to my earlier point of how Flex 2+ has introduced the need for another step which is the translation between the two environments. Justin Winter useflexmore.com

[flexcoders] RE: Flex, Thermo, Flash - Why Thermo? Make Flash Flex Happy Together...

2008-02-01 Thread Justin Winter
. (A perfect example these days is Apple) I'm sure things will improve in future versions of both applications! Wish we could fast forward to Flex 5 and Flash CS5. Justin Winter Useflexmore.com

[flexcoders] Odd issue when using the framework swf as an RSL

2008-02-12 Thread Justin DeVuyst
Hello All, I would like to load a lot of apps on a single page. To help speed things up I want to load the framework swf as an RSL. Problem is when that swf loads the current directory or base URL changes to where the framwork swf is. I don't want that to happen. Any ideas on this? -jdv

Re: [flexcoders] Re: Odd issue when using the framework swf as an RSL

2008-02-13 Thread Justin DeVuyst
preloader. In addition, the app swfs and any custom rsl swfs are compiled using the same -external-library-path args. Thanks, jdv Gaurav Jain wrote: Hi Justin, Can you please show how you are specifying the framework.swf rsl to the compiler? Thanks, Gaurav --- In flexcoders

Re: [flexcoders] Re: Odd issue when using the framework swf as an RSL

2008-02-13 Thread Justin DeVuyst
. Any other ideas? Thanks, jdv Gaurav Jain wrote: I think value for -runtime-shared-libraries+= should be a url not an absolute path. Thanks, Gaurav --- In flexcoders@yahoogroups.com, Justin DeVuyst [EMAIL PROTECTED] wrote: Thanks for responding to my query Gaurav. I compile

Re: [flexcoders] Has anyone made the transition from FDS 2 to BlazeDS?

2008-02-14 Thread Justin Fujita
. -Justin Flickr: http://www.flickr.com/photos/neopan/

[flexcoders] problem running in flex 3 what does run in flex 201

2008-02-26 Thread Justin DeVuyst
Hello, I have an app that works when compiled with flex 201. It is a non-trivial setup. I have a loader app that uses framework.swc and flex.swc as RSLs. The loader app then manually loads any custom RSLs we have (we have one at the moment) the style swf, and finally the app swf. Note that

RE: [flexcoders] problem running in flex 3 what does run in flex 201

2008-02-26 Thread Justin DeVuyst
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Justin DeVuyst Sent: Tuesday, February 26, 2008 1:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] problem running in flex 3 what does run in flex 201 Hello, I have an app that works when compiled with flex 201. It is a non

Re: [flexcoders] Defining a root folder for BlazeDS installed on remote server

2008-03-05 Thread Justin Fujita
to specify for my Root Folder, since Blaze won't be running on my development machine? -- Thanks for reading. -Justin Flickr: http://www.flickr.com/photos/neopan/

[flexcoders] Integrating FlexUnit unit testing with Build Process

2008-04-04 Thread Justin Bozonier
Hi everyone, I'm a first time poster looking for some information on what you guys do to integrate your unit tests from your Flex apps into a build process. I'm assuming everyone here uses FlexUnit... am I wrong on that? Justin Bozonier

Re: [flexcoders] Re: Jboss + BlazeDS + Custom Java message producer = 5 to 6 days of up time

2008-04-22 Thread Justin Fujita
Thanks Mete, I really appreciate your help. I've changed up my java message producer a bit to see if that helps as well. I guess I'll let you know how it works out in about 5-6 days Thanks again, -Justin On Tue, Apr 22, 2008 at 11:15 AM, meteatamel [EMAIL PROTECTED] wrote: I've added

[flexcoders] How to Build Flex via the Command line?

2008-04-22 Thread Justin Bozonier
Do I have to use Ant or can I use TFS? Thanks in advance, Justin Bozonier

[flexcoders] Sort a List Comp?

2008-05-01 Thread Justin Stanczak
I have the following: * mx:HTTPService id=getMajorsVisitdates url=ServiceServlet mx:List id=majorsList width=342 dataProvider={getMajorsVisitdates.lastResult.root.major} change=selectMajor() height=200 labelField=name x=10 y=36/mx:List* How do I sort the majorsList? Seems like it

Re: [flexcoders] Sort a List Comp?

2008-05-09 Thread Justin Stanczak
, Justin Stanczak [EMAIL PROTECTED] wrote: I have the following: * mx:HTTPService id=getMajorsVisitdates url=ServiceServlet mx:List id=majorsList width=342 dataProvider={getMajorsVisitdates.lastResult.root.major} change=selectMajor() height=200 labelField=name x=10 y=36

Re: [flexcoders] talk from one swf to another

2008-05-18 Thread Justin Fujita
object push changes to the subscribed object. IOW. I want to have one swf respond to changes made with a different swf. Thanks. Kind regards. Luke. -- Luke Vanderfluit Analyst / Web Programmer e3Learning.com.au 08 8221 6422 -- Thanks for reading. -Justin Flickr: http

Re: [flexcoders] talk from one swf to another

2008-05-19 Thread Justin Fujita
This is what I was refering to when I said: The functionality of Data Management's client-side data synchronization can however be simulated using a messaging framework. Similar to the collaboration dashboard seen in the BlazeDS examples. Best, Justin On Mon, May 19, 2008 at 5:01 PM, Luke

[flexcoders] A *Real* Testrunner for Adobe Flex/Air?

2008-05-21 Thread Justin Bozonier
tests. This project would also house the FlexUnit test runner. Then I could make any code I wanted unit tested into separate modules via a Library project. Then my unit test project could reference that project as well as my main app. Any other suggestions? -Justin Bozonier

Re: [flexcoders] Re: HTTPService multiple requests not being sent?

2008-05-27 Thread Justin Stanczak
I do have control of the server and I'm using GET requests. I've also done the setting headers. None of that did any thing. I am sending requests to a single Servlet. I've setup a message to print in the log if any request comes in and it shows the client never made a request. I think this is

Re: [flexcoders] What next after getting FLEX ?

2008-05-27 Thread Justin Stanczak
I throw in my vote for Tomcat, and Java Berkley DB. I'm trying to use Blaze DS, but still not there yet, so I can't point to it yet. I've been using Flex Builder as well. On Tue, May 27, 2008 at 11:26 AM, itdanny2002 [EMAIL PROTECTED] wrote: Hi All, I'm new FLEXer. I wanna to buy an

Re: [flexcoders] How to scale my Application?

2008-05-27 Thread Justin Stanczak
Can't you just use bindings? Like width={canvas.width} On Tue, May 27, 2008 at 8:29 PM, flexawesome [EMAIL PROTECTED] wrote: Hi there, I have an application contents some components, all children are contain inside of Canvas. I would like to change the Width and Height of Canvas to set

[flexcoders] Re: AdvancedDatagrid static row for totals.

2009-02-04 Thread Justin Nichols
of sort (ascending/descending) and which column is being sorted. Sadly an NDA prevents me from copy/pasting the code I have but I hope to write up a nice rant soon about it, complete with example code. It really is a pain. Here's hoping for a better ADG in gumbo. Justin Nichols Sent

[flexcoders] Yahoo! is looking for a Sr. Flex engineer

2005-06-21 Thread Justin Everett-Church
-prototyping positions available. These are full time, on site positions in Sunnyvale, CA. All three are great opportunities to work on some exciting projects with great people. If you would like more details about any of these positions, please contact me at [EMAIL PROTECTED]. Thanks, Justin

[flexcoders] Re: Question about Best Practices for Applications with many views using Cairngorm

2008-08-31 Thread Justin J. Moses
For your application, have you considered separating your views within states, and only populate them on the EnterState event? You could employ modules that load up on that event, rather than preloading them with components. The advantage of using states is that when your user comes back to

[flexcoders] Re: Question about Best Practices for Applications with many views using Cairngorm

2008-09-01 Thread Justin J. Moses
OK, I see what you're saying. I'm actually fairly new to Cairngorm, so I'd be interested in what others have to say about this... Personally, in my app, I assigned modules to user roles, and used the class name of each module as the name of the that contains it. This seems like it might still be

[flexcoders] Re: Question about Best Practices for Applications with many views using Cairngorm

2008-09-01 Thread Justin J. Moses
you mentioned before? cheers, Justin

[flexcoders] Re: Question about Best Practices for Applications with many views using Cairngorm

2008-09-01 Thread Justin J. Moses
I think that's a fair point you've made and I can't understand why the constants are in the model either in the Cairngorm Store. Seems to me like there should be a Singleton related to the view holding the list of available views to switch between. But I'm no Cairngorm expert either :P justin

[flexcoders] dynamic bindable objects and extending Proxy

2008-10-10 Thread Justin J. Moses
) str += field.toString(); } return str; } } Anyone know the best practice in this case? thanks, justin