[flexcoders] fyi : Open Source ActionScript 3 Libraries Moved to Google Code

2007-01-08 Thread Mike Chambers
http://weblogs.macromedia.com/mesh/archives/2007/01/open_source_act_2.html This includes FlexUnit. All projects now have bug bases, and their own mailing lists. If you would like to contribute (code, testing, documentation) to the projects, please join the appropriate mailing list, and offer he

[flexcoders] Re: SENIOR FLEX/FLASH LEAD DEVELOPER Position..Will lead the Flash/Flex developm

2007-01-08 Thread vigen2000
is'nt that in India? --- In flexcoders@yahoogroups.com, "solec_flex" <[EMAIL PROTECTED]> wrote: > > SENIOR FLEX/FLASH LEAD DEVELOPER > In this important role you will lead the Flash/Flex development of a > major commercial web site being built with Flash 9 and the Flex 2.0 > framework. You will

[flexcoders] Re: about loading multiple swfs

2007-01-08 Thread arcencie1978
Thank you for your reply Angus... Yet for me, there's only one swf loader in the main.swf, which acts pretty much like a container and loads various swfs every 30 seconds or so... So I don't have to loop through a container to check with all swfloaders (since there's only one..) and I do rem

Re: [flexcoders] Re: Getting duplicate value in my combo box control

2007-01-08 Thread Shannon Hicks
You could have tracked down your problem more easily with some sort of HTTP sniffer. I use ServiceCapture. There are others out there that support Flash's AMF. Shan malik_robinson wrote: Hi, for what its worth, I fixed my own problem. In eclipse in a cfc I believe by default the functions a

Re: [flexcoders] Re: Flex2 - Where to start

2007-01-08 Thread Muzak
http://www.adobe.com/training/ Should have a list with training centers somewhere, worldwide. regards, Muzak - Original Message - From: "oneproofdk" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 09, 2007 7:25 AM Subject: [flexcoders] Re: Flex2 - Where to start Hi Dan Right on the m

Re: [flexcoders] Adding a listener to a Move Effect with multiple instances

2007-01-08 Thread John Grden
Did you ever get an answer for this or figure out a solution? I'm getting the samething. If I create a new Sprite() it works, but if I create a new UIComponent() I get this same error. Thoughts? On 10/9/06, shuell2000 <[EMAIL PROTECTED]> wrote: I have something that was working and now is

[flexcoders] Re: Flex2 - Where to start

2007-01-08 Thread oneproofdk
Hi Dan Right on the money there [:-s] - Who want's to go from guru to noob - not me. Well this time the decision is made, I WILL learn OOP with AS3 - am looking for some Flex2 training courses in Europe, pref. GB so the training will be in English. Not sure my employer are willing to pay for a

[flexcoders] Re: Getting duplicate value in my combo box control

2007-01-08 Thread malik_robinson
Hi, for what its worth, I fixed my own problem. In eclipse in a cfc I believe by default the functions are collapsed visually. I had a function in the cfc calling another function and in that 2nd function I had something hardcoded. Once I removed the hardcoded reference everything worked. -ws

[flexcoders] Re: Getting duplicate value in my combo box control

2007-01-08 Thread malik_robinson
Hi, I did a trace using trace(ObjectUtil.toString(event.result)); I was able to see what my result handler had and it clearly shows duplicate data. I see an array and at position zero[0] and position[1], i see the exact same thing in the flex console when I debug the app. At first glance I thou

[flexcoders] In closures, referring to enclosing instance if it exists?

2007-01-08 Thread chuvakgu
For example, consider the following: class Foo { private var bar:Function = function():void { // Is there a way to refer to the instance of Foo // here? }; ...

[flexcoders] Getting duplicate value in my combo box control

2007-01-08 Thread malik_robinson
Hi, I seem to be getting duplicate values being displayed in my combo box component. I am using Flex and CF. The query returns two records and ultimately the combo box gets populated, but it has two values So I am getting Project Name: XO Project XO Project There are two records that part is

[flexcoders] Re: Remote Objects Java to Actionscript conversion

2007-01-08 Thread grand_master_flash_x
Interesting question... they may not at this point with FDS and AMF3. I assumed they would from my experience with older remoting versions but this may no longer be the case. I do know that anything you want to map to an ArrayCollection must implement java.utils.Collection... --- In flexcoders@ya

[flexcoders] Flex Console says: unable to bind to property 'instance' on class 'com.adobe.

2007-01-08 Thread malik_robinson
Hi, I am getting this error in the flex console when I debug my app, well not an error, but a warning. unable to bind to property 'instance' on class 'com.adobe.actors::ApplicationState' (class is not an IEventDispatcher) How can I fix this? Any help appreciated, I am a bit new to Flex 2.0 -M

Re: [flexcoders] about loading multiple swfs

2007-01-08 Thread Angus Johnson
You're possibly missing a statement setting the variable holding the swfloaders to null. It's easy to miss a listener particularly if you are re-parenting swfloaders around the displaylist. Here's how I've done it... no memory problems. Remember garbage collection is not immediate. If you unload

[flexcoders] LinkBar and CSS Style

2007-01-08 Thread dranoel1967
I am hoping to change the color of my text in a link bar, this is what I have so far. Not so sure where or what to do next. LinkBar { color: #00; text-selected-color: #ff; }

Re: [flexcoders] Re: FLV Thumbnail

2007-01-08 Thread Andrew D. Goodfellow
I basically do the same thing but I use a Windows server, PHP and Apache2 header rewriting to make it really pretty. If that setup is something you are interested in seeing the code for I would be glad to share it. I almost posted it here but I'm afraid of what might happen to me if I submit PHP c

[flexcoders] Re:

2007-01-08 Thread nasawebguy
Thanks Doug. I thought the same thing, but it wasn't working so I starting looking for another solution. When I removed the column tags...it just didn't display any columns. CFGRID shows all columns by default, but not Flex? Somethings are still much easier in CF than they are in Flex, but I'm

Re: [flexcoders] Re: Ending an Effect

2007-01-08 Thread David Steele
Thanks for the thought, Lar. It still isn't quite working right, but now I'm able to test for the object over which the mouse is. The below trace returns this: currentarget in rollOver is TEST0.Canvas4.img1; lastTarget was TEST0.Canvas4.img3 currentarget in rollOut is TEST0.Canvas4.img3; las

[flexcoders] SENIOR FLEX/FLASH LEAD DEVELOPER Position..Will lead the Flash/Flex development

2007-01-08 Thread solec_flex
SENIOR FLEX/FLASH LEAD DEVELOPER In this important role you will lead the Flash/Flex development of a major commercial web site being built with Flash 9 and the Flex 2.0 framework. You will be specifically responsible for architecture development and being the technical lead throughout the impl

[flexcoders] Re: Flex 2 - Event after a screen is fully constructed, but before it can be see

2007-01-08 Thread mark_jonkman
Hi Libby You might want to look into the creationComplete event. Depending whether your using MXML or ActionScript varies in how you declare you want to listen for it. Every Application, component etc has a seperate creationComplete. In the application: http://www.adobe.com/2006/mxml";

[flexcoders] about loading multiple swfs

2007-01-08 Thread arcencie1978
Hello folks... I have some serious problem with loading multiple swfs in a swfLoader whithin an application... The problem is that... every time I load another swf in a swfloader, the memory that the Internet Explorer uses justs keeps going up and up and one time (maybe after 15 - 20 minutes

[flexcoders] Re: Flex Data Services Enterprise Edition

2007-01-08 Thread d_smith20042001
I'm very interested in using FDS Ent for a large entr web app. How can I retrieve it from you? --- In flexcoders@yahoogroups.com, "christophers1228" <[EMAIL PROTECTED]> wrote: > > Hello, > > I was just wondering if anyone out there was in need of FDS Enterprise. > My Company purchased Flex 1.5

[flexcoders] Re:

2007-01-08 Thread nasawebguy
Ignore my last posting saying removing the column tags didn't work. I went back in and tried again and it worked fine this time! All columns showed. No idea why it didn't work last night. Thanks! Don --- In flexcoders@yahoogroups.com, "Doug Lowder" <[EMAIL PROTECTED]> wrote: > > Hi Don, > > I

[flexcoders] ViewStack

2007-01-08 Thread riaroger
I have a ViewStack with 2 canvas, on first a have a char and on second a grid... it haves dataproviders in mx:Script block, that are choosed from a combobox... and a error: TypeError: Error #1009: Cannot access a property or method of a null object reference. i dont set the dataprovider in mxml t

Re: [flexcoders] Re: Remote Objects Java to Actionscript conversion

2007-01-08 Thread Douglas Knudsen
Does the Java POJO really need tom implement Serializable? Works for me without it, examples don't have it either. DK On 1/6/07, grand_master_flash_x <[EMAIL PROTECTED]> wrote: I did a blog entry a while back about this: http://www.velloff.com/?p=23 Also, download and try ServiceCapture

Re: [flexcoders] flex2ant

2007-01-08 Thread Douglas Knudsen
http://www.mail-archive.com/search?l=flexcoders%40yahoogroups.com&q=ant+mxmlc You can search the archives with this on ANT. Its possible to do this, there are some examples inthe archives on it. DK On 1/8/07, Lance Linder <[EMAIL PROTECTED]> wrote: Sascha, I looked into doing this before

Re: [flexcoders] Re: FLV Thumbnail

2007-01-08 Thread Collin Peters
This is the command that I use: ffmpeg -v 0 -y -i $OUTPUT_FILE -f mjpeg -an $HEADSHOT_DIR/$BASE_DIR/$jpg 2>&1 I run that in a bash shell script which is invoked by the flash client via remoting On 1/8/07, john_69_11 <[EMAIL PROTECTED]> wrote: --- In flexcoders@yahoogroups.com , "Andrew D. Go

Re: [flexcoders] Can't get rid of error with 2.0.1 update.

2007-01-08 Thread Angus Johnson
Double check that your projects are pointing at Flex SDK 2.0.1 libraries. I had the same when running some Ant builds pointed at the old 2.0 libs. HTH Angus On 06/01/07, Allen Riddle <[EMAIL PROTECTED]> wrote: I upgraded to the 2.0.1 update today, and now I'm getting 100+ errors saying:

RE: [flexcoders] Re: Flex and Maven2 managed project

2007-01-08 Thread Lance Linder
I am not using Mavin but I do use CruiseControl.Net which I have currently managing 21 Flex, Flash and .NET applications. Some of the applications have both Flex and .NET projects as part of the solution. My use of CruiseControl is purely for build/version management and since we use more .NET than

RE: [flexcoders] flex2ant

2007-01-08 Thread Sascha
Did you turn off Automatic Build? I think otherwise it always build twice? Maybe the speed is just an illusion as the internal build operation only compiles if changes happened and Ant builds it every time no matter if changes happened. However with Ant it takes 3-4 seconds to build a simple proj

[flexcoders] Flex Charts - call to recalculate min/max for axis?

2007-01-08 Thread Dana Gutride
Hi, Does anybody know if there is a call to recalculate the minimum/maximum values automatically for a axis? I'm allowing the user to change the minimum/maximum of the horizontal axis and I'd like for the vertical axis to automatically update when that's complete. Any ideas? Thanks, Dana

[flexcoders] Re: Remote Objects Java to Actionscript conversion

2007-01-08 Thread Raider226
Sweet. Works now. I had declared my i-vars as private and hadn't implemented my class as serializable, but when I changed it to model your example everything comes through fine. Thanks! Chris --- In flexcoders@yahoogroups.com, "grand_master_flash_x" <[EMAIL PROTECTED]> wrote: > > I did a blog

Re: [flexcoders] Re: Ending an Effect

2007-01-08 Thread David Steele
Thanks for the thought, Lar. It still isn't quite working right, but now I'm able to test for the object over which the mouse is. The below trace returns this: currentarget in rollOver is TEST0.Canvas4.img1; lastTarget was TEST0.Canvas4.img3 currentarget in rollOut is TEST0.Canvas4.img3; lastT

[flexcoders] Re: Button as a DataGrid item renderer

2007-01-08 Thread Mark Piller
Ethan and Doug, Thank you for your help! outDocument is exactly what I was missing. Cheers, Mark --- In flexcoders@yahoogroups.com, Ethan Miller <[EMAIL PROTECTED]> wrote: > > You need to "escape" the Component tag. Try this: > > outerDocument.handleClick() > > This is true for all inline rend

Re: [flexcoders] Where are all the 3rd party components

2007-01-08 Thread greg h
Bruce, In addition to the Flex cookbookthat DannyT suggested, for other finished solutions you can also check the Adobe Flex Exchange: http://www.adobe.com/cfusion/exchange/index.cfm?view=sn610 Regarding your ques

[flexcoders] Re: Flex 2 - Event after a screen is fully constructed, but before it can be see

2007-01-08 Thread Libby
Anybody? Is this too hard to help with, or so easy I shouldn't have wasted u guys time with it? --- In flexcoders@yahoogroups.com, "Libby" <[EMAIL PROTECTED]> wrote: > > Hello flexSperts : ) > > I want to do some prep work within my screen that requires all parts > of it to be constructed first.

[flexcoders] Re: Data Binding (I think) question

2007-01-08 Thread Roscoe P Coltrane
OK, what you put is exactly what I am doing, almost word for word. When i set my dataprovider to a new ArrayCollection - the first time it works fine, then after that it works but the new data does not appear in the combobox. All the bindings appear to fire, and the new data is in the backing Arra

Re: [flexcoders] Where are all the 3rd party components

2007-01-08 Thread DannyT
Try the Flex cookbookfor starters, there's not masses of entries yet but I'd hardly say Flex2 has been out for a while, what is it six months publicly? Give it time and I'm sure there'll be plenty more on offer in

RE: [flexcoders] CRUD in XML

2007-01-08 Thread Tracy Spratt
Jeff, you talki'n ta me? If so, thanks for the kind words, but that is an example, not a tool. You take it and make a tool out of it if you like. Anyone who knows CF should be able to duplicate that JSP or ASP.NET code VERY easily. After all I don't "know" Java, but I figured out how to do t

RE: [flexcoders] Re: CRUD in XML

2007-01-08 Thread Tracy Spratt
Devis, I don't understand. You know that you cannot write to the client file system because of the security issues, and Actionscript is a Flash/Flex language that executes on the client. You must have a server-side program to save/retrieve xml files, so it can't be AS.. Tracy

Re: [flexcoders] Button as a DataGrid item renderer

2007-01-08 Thread Ethan Miller
You need to "escape" the Component tag. Try this: outerDocument.handleClick() This is true for all inline renderers (anything inside the Component tag), not just buttons... cheers, ethan > Hey guys, > > One of the columns in a datagrid uses button as an item renderer. > Here's the MXML i have:

[flexcoders] Re: Button as a DataGrid item renderer

2007-01-08 Thread Doug Lowder
Hi Mark, See if click="outerDocument.handleClick(event)" works for you. You can search for outerDocument on livedocs to get more info. HTH, Doug --- In flexcoders@yahoogroups.com, "Mark Piller" <[EMAIL PROTECTED]> wrote: > > Hey guys, > > One of the columns in a datagrid uses button as an item

[flexcoders] Expanding Tree or Selecting Tree Item help!

2007-01-08 Thread phipzkillah
Hi, I have a Tree that has a change handler linked to it. When a user clicks on a different node it triggers the handler and my 2 graphs are updated. My Problem: When my application loads, the data source for the 2 graphs is empty so nothing is displayed. This is due to the fact that my tree ch

[flexcoders] Button as a DataGrid item renderer

2007-01-08 Thread Mark Piller
Hey guys, One of the columns in a datagrid uses button as an item renderer. Here's the MXML i have: The problem is when I add a "click" event handler to the button, Flex Builder does not recognize the function name referenced in the click hand

[flexcoders] Re: Upgrade to 2.01 causes an exception

2007-01-08 Thread Mark Piller
Hi Seth, Thanks for you help. Shutting down and restarting firefox solved the problem. Cheers, Mark --- In flexcoders@yahoogroups.com, "Seth Hodgson" <[EMAIL PROTECTED]> wrote: > > Hi Mark, > > That should be an intermittent problem. If the Flash Player is force > quite (due to a crash, force q

[flexcoders] Re: Data Binding (I think) question

2007-01-08 Thread dmiramontesval
So if i got it right, you want a custom ComboBox on several screens and the only thing that is going to change is the dataProvider, right? I would do the following: 1. In your custom ComboBox declare a variable like this: private var _myDataProvider : Array; //or ArrayCollection, as you prefer

RE: [flexcoders] Re: Compiling modules

2007-01-08 Thread Roger Gonzalez
You just described it. Its just a normal project. Create a project for your module, create a project for your application, make sure you know what the binary path is going to be, and use that SWF path as your ModuleLoader url. Modules were functionality snuck into a dot release. There's no too

[flexcoders]503 Service Unavailable

2007-01-08 Thread dorkie dork from dorktown
I installed Eclipse and Flex Builder 2.0.1 as a plug in and I'm getting a error when I try to look at the Help Content: 503 Service UnavailableFailed to resolve the name of server *127.0.0.1* to connect Is this something I botched up or is there something else I have to do? dorkie help-less do

[flexcoders] The Michigan Flex Group

2007-01-08 Thread quetwo
Hello everybody! For anybody in Michigan, USA, I would like to announce the formation of the Michigan Flex User's Group, a user group dedicated to Adobe Flex, and related products. We will be meeting once a month, on the 2nd Thursday of each month, beginning this week. This month's topic : Joi

[flexcoders] verticalAlign="middle" doesn't work on mx:GridRow

2007-01-08 Thread Reid Priedhorsky
Hi folks, I have the following code: I want the items in the rows to be centered vertically, i.e. if one were t

[flexcoders] Problem with Visibility at Beginning of Effect Animation

2007-01-08 Thread Paul Whitelock
I've been trying to figure out this problem for a few hours now and I'm not getting anywhere so I figured it's time to ask :-) I have a simple panel onscreen but with visible=false. When a button is clicked I want to move the panel from an off screen position to its current position (or vice versa

RE: [flexcoders] Resizing Constraint-Based Layouts

2007-01-08 Thread Gordon Smith
I don't understand your question. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ethan Miller Sent: Monday, January 08, 2007 2:07 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Resizing Constraint-Based Layouts

[flexcoders] Flex Data Services Enterprise Edition

2007-01-08 Thread christophers1228
Hello, I was just wondering if anyone out there was in need of FDS Enterprise. My Company purchased Flex 1.5 and got a an upgrade to FDS when it came out. Our projects and main focus are not on large enterprise apps so we're looking to get rid of it. If anyone is interested, email me and we'll t

[flexcoders] Flex/Java job position in Vancouver, B.C.

2007-01-08 Thread Collin Peters
Looking through the archives it appears that Flexcoders allows job postings. I apologize if this policy has changed. Please see posting on craigslist: http://vancouver.craigslist.org/sof/259569707.html Please do not reply directly to this address. See contact information in posting -- Collin

[flexcoders] TextArea Scrollbar doesn't update onMouseWheel

2007-01-08 Thread Tom Lee
Hi guys, Just wondering if any of you have found a workaround to update the thumb position of a TextArea's Scrollbar when the onMouseWheel event is fired. It doesn't seem to update on its own (I happen to think it should) and when you click the thumb after using your mouse wheel, the TextArea'

Re: [flexcoders] remoting problemen after 2.0.1 installation

2007-01-08 Thread Angus Johnson
For those using a config file for your compiler args just set it as below: true en_US ... Actually if you wanted to you could modify flex-config.xml in Adobe\Flex Builder 2.01 Plug-in\Flex SDK 2\frameworks and then just forget about the command line. You can ove

[flexcoders] Data Binding (I think) question

2007-01-08 Thread Roscoe P Coltrane
Using Flex 2 - I have extended ComboBox in an AS3 class. My plan is to use it a lot in several places and just programatically change the dataProvider in each of the places. It works as expected the first time I use it in a generated screen. Later I remove the screen, then still later I recrea

[flexcoders] Re: Flex and Maven2 managed project

2007-01-08 Thread Shailesh Mangal
I dont have huge exp with Maven either. I just liked some of the features that it brings to the table e.g. Modular, inheritance, more then build (report, testing etc) out of the box (of course u can build all these in ant as well). Specially when I would need multiple projects for client (Flex modu

Re: [flexcoders] Reversing data order in HLOCChart

2007-01-08 Thread Simeon Bateman
I think what you are looking for is the Sort object for the ICollectionView interface of ArrayCollections. With a sort you can choose what you want to sort by and then apply that to a data collection. That would allow you to specify you want the collection of data ordered by the date desecnding

[flexcoders] Problems with DataGrid ItemRenderer/ItemEditor

2007-01-08 Thread jmorpher03
I have an ItemRenderer, which is also the ItemEditor (of type TextInput) for 3 columns in my Datagrid. When there are two or more rows present in the DataGrid, and I start entering the values into these, as I move from one row to the other, the textinputs get back their old values and the new v

RE: [flexcoders] flex2ant

2007-01-08 Thread Lance Linder
Sascha, I looked into doing this before and found that it should be possible to get Ant to do incremental builds inside of Eclipse using its built in Ant capabilities. Going back several months I remember reading that Flex Builder adds a couple Ant tasks that it uses internally which can also b

RE: [flexcoders] Upgrade to 2.01 causes an exception

2007-01-08 Thread Seth Hodgson
Hi Mark, That should be an intermittent problem. If the Flash Player is force quite (due to a crash, force quiting your browser in Windows Task Manager, or possibly stopping a debug session in FlexBuilder) a LocalConnection may be orphaned in shared memory. When this happens, if you restart your a

[flexcoders] Re: Upgrade to 2.01 causes an exception

2007-01-08 Thread Mark Piller
Some more info: I get the exception in the original post when the history management on my tab navigator is turned off. If turn the history management on, I get another exception and the original one is gone: ArgumentError: Error #2082: Connect failed because the object is already connected.

[flexcoders] Flex insurance calculator

2007-01-08 Thread Mike Shaw
Our client has put live a flex calculator we built for them. http://www.mlc.com.au/InsuranceGapCalculator/ Those interested in accessibility I would appreciate any feedback regarding the accessibility capabilities we have included. We only got to do limited testing on accessibility. Any other

Re: [flexcoders] Re: How can we achieve this effect in flex??? Any Ideas???

2007-01-08 Thread Andrew D. Goodfellow
Omkar, Have you made any progress with this? Maybe I missed it? Otherwise I'm going to try to create it myself. -Andy On 10/3/06, omkarjoe <[EMAIL PROTECTED]> wrote: Thanks Brian, That are really valuable inputs. I am thinking of creating that effect as my RnD pro. As soon as I finish it I'

[flexcoders] Upgrade to 2.01 causes an exception

2007-01-08 Thread Mark Piller
Here's an exception I get when I tried to access one of my apps. It used to work prior to upgrade. If anyone has any ideas, please let me know. Thanks, Mark ArgumentError: Error #2082: Connect failed because the object is already connected. at flash.net::LocalConnection/connect()

Re: [flexcoders] Resizing Constraint-Based Layouts

2007-01-08 Thread Ethan Miller
That works, though setting it directly seems to preclude the use of effects. Any way to do this using resize effects? cheers, ethan > > Constraints like "left", "top", etc. are styles, so > > > > setStyle("left", 10); > > > > should change them. > > > > - Gordon > > > > From: flexcoders@yah

[flexcoders] AS3 decompiler

2007-01-08 Thread Patrick Mineault
If you guys haven't seen this yet: http://www.5etdemi.com/blog/archives/2007/01/as3-decompiler/ Patrick

[flexcoders] Reversing data order in HLOCChart

2007-01-08 Thread Chris MacGregor
I'm just getting ramped up with Flash in order to build some investing related tools for a client. One of the issues that I'm having trouble digging up information on is handling the order of data. I'm still slogging my way through the documentation for Flex and my knowledge of the terminology is a

[flexcoders] Re: indexed array of associative array: ideas to add elements to associative array?

2007-01-08 Thread tinkiknit
Thanks Tracy! doing the myData[0].series3 = value worked! on to the next migration issue...:) Christine --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > If I am understanding your question correctly: > > myData[0].series3 = value; > > > > Another way to thin

Re: [flexcoders] Re: Flex and Maven2 managed project

2007-01-08 Thread Nick Sophinos
I despise Maven. I know that this is a bit provocative, but my experience with those who utterly abuse it to the point where the project is *anything but manageble* has led me to this conclusion. I am always open to change, though. Thoughts, anyone? - Nick On 1/8/07, Shailesh Mangal <[EMAIL

[flexcoders] Re: FLV Thumbnail

2007-01-08 Thread john_69_11
--- In flexcoders@yahoogroups.com, "Andrew D. Goodfellow" Ya, I had heard about that. I was trying to offload some of the processing to the user by doing it in AS. I have found that unless you are getting the FLV from a server you control you will run into crossdomain issues when trying to proce

RE: [flexcoders] Re: Compiling modules

2007-01-08 Thread Gordon Smith
I don't think you're expected to pass parameters to a module. You're expected to call methods that it exposes. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Kirby Sent: Monday, January 08, 2007 12:32 PM To: flexcoders

[flexcoders] Where are all the 3rd party components

2007-01-08 Thread boy_trike
I am surprised that while Flex has been out for quite a while there are no people selling: * Additional Components * Themes and StyleSheets et. al. I know when I started with Delphi, there were many companies that made a nice profit selling additional components. Where is this community with F

RE: [flexcoders] Re: Compiling modules

2007-01-08 Thread Roger Gonzalez
I can't think of any reason why you would want to do this. Modules are class factories, not instances. You will create an instance of the class baked into the module, and then the application can pass those parameters to the instance. -rg From: flex

RE: [flexcoders] Resizing Constraint-Based Layouts

2007-01-08 Thread Gordon Smith
Constraints like "left", "top", etc. are styles, so setStyle("left", 10); should change them. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ethan Miller Sent: Monday, January 08, 2007 1:11 PM To: flexcoders@yah

[flexcoders] errors 1144 and 1023

2007-01-08 Thread Mark McCray
Hey there, after updating to version 2.0.1 on macosx of flex builder... I'm getting errors 1144 and 1023. And if i double click, it doesn't tell me what file. Severity and DescriptionPathResourceLocation Creation Time Id 1144: Interface method create in namespace m

Re: [flexcoders] Re: Flex2 - Where to start

2007-01-08 Thread DannyT
Hi Mark, One of my first languages was VB/VBA with which I did windows applications and classic ASP development (some of which I still have to delve into thesedays). I first started learning OOP with ActionScript2.0 and .net at the same time. Whilst the learning curve is pretty daunting and frust

Re: [flexcoders] Re: Compiling modules

2007-01-08 Thread John Kirby
Thanks for the examples. Question... if you are passing parameters to a module I assume your url syntax is the same as a SWFLoader (myswf.swf?foo=bar) ... but module has no parameter property? How do access passed parameters to a module? phillips1021 said the following: See: http://www.bru

[flexcoders] Resizing Constraint-Based Layouts

2007-01-08 Thread Ethan Miller
Greetings - I've asked about this before to no effect; let's try again =) Most of my layouts use constraints, that is, left="n" top="n", etc. In these layouts, I'd like to add minimize and maximize controls which would expand and contract the constraint-defined proportions of various scree

[flexcoders] Re: which fds to use on Max OSX?

2007-01-08 Thread jrunrandy
I have to point out that OS X isn't a supported platform for FDS, but it's a well-behaved J2EE app, so you shouldn't have much trouble for development purposes. I downloaded the AIX installer, which is a ZIP file, renamed it to have a .JAR extension and followed the java -jar instructions. It

Re: [flexcoders] Mac 2.01 not Accepting 2.0 Serial Numbers

2007-01-08 Thread Simeon Bateman
the faq on the adobe site has been updated. You need to call adobe and request that your pc serial number be exchanged for a mac version. This will allow use your license on your mac. http://www.adobe.com/products/flex/productinfo/faq/#item-39 Good Luck. simeon On 1/8/07, Ethan Miller <[EMAI

[flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-08 Thread fuad_kamal
I'm NOT running CF but I did have this strange error after migrating to 2.0.1: "The services configuration includes a channel-definition 'my-polling-amf' that has an endpoint with a context_root token but a context root has not been defined..." and the solution by tomlane for a similiar error for

Re: [flexcoders] Is it possible to have an invisible component?

2007-01-08 Thread David Harris
Hi Tracy, Thank you. When I was testing I was always adding my AS class as a child of a UI component, and was getting the error: "Component declarations are not allowed here. (Note: visual children must implement mx.core.IUIComponent)" So, you are correct saying that it needs to be at the top l

[flexcoders] How to include a Vertical & Horizontal gap in a DataGrid?

2007-01-08 Thread zzwi89
Hi, I would like to include a vertical and horizontal gap in my DataGrid so that the cells do not "touch" each other. I am eventually going to write custom renderers for the cells, but my first goal is to simply space them out by a few pixels. Does anyone know how to do this?

[flexcoders] FLEX 2 FDS & Hibernate Help

2007-01-08 Thread Makker, Meenakshi
Hi Friends, I would really appreciate if any one of you could direct me to some example or send me the sample code to use Flex 2 FDS+Hibernate and how to setup all this. I am working on Flex but not aware of Hibernate/Java background and from .NET side. I want to try Flex 2 FDS with Hibernate

[flexcoders] Re: Compiling modules

2007-01-08 Thread phillips1021
See: http://www.brucephillips.name/blog/index.cfm/2007/1/8/Example-Of-Using-Modules-In-Flex-201 for a simple example.

RE: [flexcoders] flex2ant

2007-01-08 Thread Dimitrios Gianninas
I do everything in an ant build script. The compiler used in Flex Builder is the same u would use via ant, no difference. Actually I find it slower in FB. Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Mac 2.01 not Accepting 2.0 Serial Numbers

2007-01-08 Thread Ethan Miller
Per the docs on the Adobe site, installed the complete trial version of 2.01. Onlaunch it will not accept of my numerous 2.0 (windows) serial numbers. Help, I'm dead in the water at the moment... cheers, ethan

RE: [flexcoders] indexed array of associative array: ideas to add elements to associative array?

2007-01-08 Thread Gordon Smith
Tracy Spratt has answered your question in another post, but I just want to mention that it would be more efficient to write var myData:Array = [ { dataType: 3, timestamp: 0 }, { dataType: 1, timestamp: 0 }, { dataTyp

RE: [flexcoders] Possible to use custom variables in flex library path?

2007-01-08 Thread Gordon Smith
... assuming that the SWC you add is actually inside APP_SRC. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Monday, January 08, 2007 11:45 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Poss

[flexcoders]Flex Project Nature

2007-01-08 Thread dorkie dork from dorktown
I cannot find information on Flex Project nature anywhere. The company I work for has an existing Java project that I am now doing parts of the front end in Flex. I have been wondering if it's possible to combine Flex behavior to the Java project and put mxml applications in certain directories of

Re: [flexcoders] Getting rid of DateChooser navigation arrows

2007-01-08 Thread Brendan Meutzner
As ridiculously stupid as it was, I found that providing a "blank" skin for the navigation buttons worked quite well :-) http://www.adobe.com/2006/mxml"; enabled="false" alpha="1" showToday="false" rollOverColor="#FF" yearNavigationEnabled="false"

[flexcoders] Re: Ending an Effect

2007-01-08 Thread lar.drolet
Just a thought but how about capturing when the zoom effects ends (EffectEnd or Event.COMPLETE) and then checking if the Mouse is over the same object. If not then call the reverse right away. LD --- In flexcoders@yahoogroups.com, David Steele <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm applying

[flexcoders] Re:

2007-01-08 Thread Doug Lowder
Hi Don, If you remove the columns specification from the mxml of your DataGrid declaration, I believe the grid should show all fields of your dataprovider by default. In that case, your DataGrid would look like the following: If you need greater control over which specific fields are to be

RE: [flexcoders] Possible to use custom variables in flex library path?

2007-01-08 Thread Gordon Smith
Try setting APP_SRC in the General > Workspace > LInked Resources pane of the Window > Preferences dialog. If you then add a SWC to a project's Library Path, it should resolve to ${APP_SRC}\... - GOrdon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTEC

[flexcoders] Flex 2.0.1 Modules

2007-01-08 Thread meenks25
Hi Friends, I did a small PoC on Flex 2.0.1 modules and found it straight forward simple. You can create Flex project with tag and then this project gets compiled into swf and then these compiled swfs can be invoked/loaded by any application at runtime. Loading and unloading is simple. Its an

[flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-08 Thread fuad_kamal
btw every time I start Flex Builder 2.0.1 (mac) it opens a popup saying "New updates are availalbe. Do you want to review and install them now?" the update is Eclipse Project Updates, after running the installer there's a propmt to restart, after the restart again the popup appears for the same up

RE: [flexcoders] CRUD in XML

2007-01-08 Thread Jeff Hindman
Any chance of getting a CF solution (or hints) for this tool (way cool, btw)? I have a client that could use this immediately. Thanks - Jeff Hindman Simon Software Solutions _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Monday, Janu

[flexcoders] Extending Darron Schall's FlashPaperLoader

2007-01-08 Thread Pablo Apanasionek
Has anyone extended Darron's FlashPaperLoader (http://www.darronschall.com/weblog/archives/000249.cfm) to include the complete list of IFlashPaper available methods (especially the 'showUIElement' one)? If not, how can I compile the attached .fla/.as in the 'flash' folder in the available source

  1   2   >