[flexcoders] Catching effect end on composite effect.

2005-08-09 Thread Clint Modien
I have a move and a size effect playing in a parallel effect. My problem is trying to do something when the effect is done playing. I have some strange behavior going on. The effect end event on my object is firing 4 times. Is it supposed to do this? -- Flexcoders Mailing List FAQ:

Re: [flexcoders] XML Parsing

2005-08-19 Thread Clint Modien
Do you have a quick example you could post? On 8/19/05, Kevin Towes (New Toronto Group) [EMAIL PROTECTED] wrote: Has anyone run into an issue when parsing an XML file in FLEX? When the automatic parser parses an XML file, and there is an attribute in the node, the value between the XML tags is

Re: [flexcoders] Using ContextMenu

2005-08-23 Thread Clint Modien
Can't do it in the current version of the flash player... possibly in a few months when the next version comes out? Not something I'd code against though. Search the group for double click as the only alternative I found to offer a second mouse action.

Re: [flexcoders] Flash Player quality setting

2005-08-24 Thread Clint Modien
You could put it in an xml file. When the app loads read the value from the xml (config) file and set the global value at runtime. On 8/24/05, superabe superabe [EMAIL PROTECTED] wrote: Thanks for the answers.I think the custom wrapper solution will work best for me.Pity we cant specify this in

Re: [flexcoders] Closing Browser

2005-08-29 Thread Clint Modien
Firefox won't let you close a window... if that's a requirement. It can if the user has his setting set to allow closing the browser window but that's not the default. On 8/29/05, Tracy Spratt [EMAIL PROTECTED] wrote: Sometimes this works to avoid the browser

Re: [flexcoders] Strange List behaviour

2005-09-01 Thread Clint Modien
From the livedocs http://livedocs.macromedia.com/flex/15/asdocs_en/ addItemsAt( index: Number, newItems: Array) : VoidAdds several items to the array. so your code might look like this to add data tothe beginning of the array... var newItemsArray = [ newMsgFromPushData];

Re: [flexcoders] Strange List behaviour

2005-09-01 Thread Clint Modien
, newItemsArray ); it could just be listComponentsID.dataProvider.addItemAt(0, newMsgFromPushData); On 9/1/05, Clint Modien [EMAIL PROTECTED] wrote: It's by design... the dataProvider propertyoflist components only listento the methods called on the DataProvider API. Not on the methods called

Re: [flexcoders] HOw to disable progress bar

2005-09-17 Thread Clint Modien
Well... looking at your code you could have your function call showLoadingWindow return a reference to the loaded window like this... function callingDocTypes() {var recordsWindow =showLoadingWindow(Getting Records...);itemList=basicAdvanceSearch.getDocumentTypes.result; // write code here to

Re: [flexcoders] How to open popupwindow when click on button

2005-09-17 Thread Clint Modien
should have a peek @ the docs... they're really good.. . http://livedocs.macromedia.com/flex/15/flex_docs_en/0378.htm On 9/17/05, sandip_patil01 [EMAIL PROTECTED] wrote: Hi All,I have a button when I click on that button popup window should beopened to attach local file. Like if we want

Re: [flexcoders] Flex Upload

2005-09-20 Thread Clint Modien
You can do file upload 2 ways now 1st way... pop up your file upload jsp using the getUrl method in actionscript. or (and slightly more complicated for your situation) 2nd way... using flash player 8 and the new file upload feature...

Re: [flexcoders] getURL(...): could it result in a maximized window?

2005-09-21 Thread Clint Modien
getUrl(_javascript_:window.open(yourUrl, '','fullscreen=yes, scrollbars=auto')); On 9/21/05, Mink, Joseph [EMAIL PROTECTED] wrote: I doubt this is very possible, but it's worth seeing if anyone has done it: getURL () doesn't allow you to specify if the new browser window is maximized. Has

Re: [flexcoders] How to open browse window when click on a button

2005-09-21 Thread Clint Modien
getUrl(_javascript_:window.open(yourUrl, '_blank')); http://www.webreference.com/js/tutorial1/open.html note the use of _blank On 9/21/05, Tracy Spratt [EMAIL PROTECTED] wrote: http://www.cflex.net/showfiledetails.cfm?ObjectID=292 Tracy-Original Message-From:

Re: [flexcoders] mx:Validator

2005-09-29 Thread Clint Modien
It's in the manual http://livedocs.macromedia.com/flex/15/flex_docs_en/0715.htm On 9/28/05, Aly Sidi [EMAIL PROTECTED] wrote: Hi AllI have a combobox that i wisth to apply a mx:Validator field= formObjects.CanPlay required=true requiredFieldError=booboo validate= / 1. I do not

Re: [flexcoders] mouse-right-click-event?

2005-09-29 Thread Clint Modien
I've seen a work around for this somewhere in this group it involved catching using the mouseOver event to determine which component the mouse is over and editing the context menu before the menu is shown... never done it but it might be something to try? Can search this group here... *no

Re: [flexcoders] Flex 2 Flash Player 8.5

2005-10-06 Thread Clint Modien
Wow... this is some exciting stuff... A public alpha release? Macromedia has there act together now... When can i get it?!?! On 10/6/05, Ian Welsh [EMAIL PROTECTED] wrote: Some news! http://www.macromedia.com/devnet/flex/articles/flex2_intro.html Regards Ian --Flexcoders Mailing

Re: [flexcoders] Help on how to create a object out of an XML

2005-10-11 Thread Clint Modien
I've done this before... Try this... http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09146.html On 10/11/05, gnaveenrajkumaar [EMAIL PROTECTED] wrote: hello there,i have created a webservice in asp.net that retrives data from a xml file and the output of the function is a xml

Re: [flexcoders] Problem trying to format small numbers.

2005-10-14 Thread Clint Modien
What about a currency formatter without a currency symbol? On 10/14/05, greenfishinwater [EMAIL PROTECTED] wrote: I use a numberFormatter defined with precision of 2, when I have anumber such as 0.45, the value displayed is .45. What I want to see is 0.45, with a leading zero. There doesn't

[flexcoders] flex 2 docs online...

2005-10-17 Thread Clint Modien
n joy http://livedocs.macromedia.com/labs/1/flex/wwhelp/wwhimpl/js/html/wwhelp.htm -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO!

Re: [flexcoders] Flex Server 1.5 + Builder License

2005-10-18 Thread Clint Modien
Keep trying... but I'm pretty sure the cost is per cpu $15000 for a single cpu (and if you buy them in bulk it's cheaper) $30,000 for 4 cpu package. If you buy flex you get flexbuilder for free. *I think* On 10/18/05, Seyavoush AKRAMI [EMAIL PROTECTED] wrote: Dear Freinds,I sent many mail

Re: [flexcoders] Ok, im lost with Flex 2

2005-10-18 Thread Clint Modien
it's alpha... it's not done yet... there's also a part about the changes between Flex1.5 and Flex 2.0 and AS2 and AS3... See Migrating Applications to Flex 2 in here: http://livedocs.macromedia.com/labs/1/flex/wwhelp/wwhimpl/js/html/wwhelp.htm On 10/18/05, Greg Johnson [EMAIL PROTECTED]

Re: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread Clint Modien
Might try contacting the owners of this list... to see if they agree... you'd need a policy on this list to direct the appropriate questions to a new list. [EMAIL PROTECTED] On 10/18/05, JesterXL [EMAIL PROTECTED] wrote: This setup works well in Flash; Flashcoders handles component

Re: [flexcoders] Flash Player 8 and the trace() function

2005-10-21 Thread Clint Modien
Could use this... it's relatively easy to use... http://www.macromedia.com/devnet/flex/articles/fast_userguide.html On 10/21/05, Laurent Cornelis [EMAIL PROTECTED] wrote: Hi,I've installed Flash Player 8 to use the file upload feature in Flex 1.5but there is a problem : The Flash Player 8

Re: [flexcoders] Adding Icons with Actionscript

2005-10-21 Thread Clint Modien
How do you delete the icon after adding it? myButton = myComp.createChild(mx.controls.Button, cancelButton,{label: Cancel, icon: testIcon}); myButton.icon = undefined; //doesn't work On 10/13/05, Dirk Eismann [EMAIL PROTECTED] wrote: Hi,not directly, you need to embed the resource and assign

[flexcoders] Open source AMF solutions that work with flex

2005-10-21 Thread Clint Modien
Anyone get any open source amf solutions to work with flex? Looking into this due for the most part to the lack of amf support in the flex alpha release. I'm also guessing that this is what MM will release as the non enterprise version of flex. So I'm looking for alternatives to webservices

[flexcoders] Re: Open source AMF solutions that work with flex

2005-10-21 Thread Clint Modien
I guess I should specify that they don't need to be open source at all they could be 3rd party as well. (More than willing to pay for a solution) On 10/21/05, Clint Modien [EMAIL PROTECTED] wrote: Anyone get any open source amf solutions to work with flex? Looking into this due for the most

Re: [flexcoders] Re: Open source AMF solutions that work with flex

2005-10-21 Thread Clint Modien
they could be 3rd party as well. (More than willing to pay for a solution) On 10/21/05, Clint Modien [EMAIL PROTECTED] wrote: Anyone get any open source amf solutions to work with flex? Looking into this due for the most part to the lack of amf support in the flex alpha release. I'm also guessing

Re: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-21 Thread Clint Modien
Make the objects in the Model Locator typed by importing the classes you need to ref. On 10/21/05, Benoit Hediard [EMAIL PROTECTED] wrote: Since it is not possible to create bindings to static properties, how do you implement the ModelLocator pattern in AS3? Benoit Hediard PS: by the

Re: [flexcoders] Re: Open source AMF solutions that work with flex

2005-10-21 Thread Clint Modien
-CYNERGY x85--- In flexcoders@yahoogroups.com, Clint Modien [EMAIL PROTECTED] wrote: I guess I should specify that they don't need to be open source at all they could be 3rd party as well. (More than willing to pay for a solution)On 10/21/05, Clint Modien [EMAIL PROTECTED] wrote: Anyone get any open

Re: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-25 Thread Clint Modien
It would if you created an internal var first Test.mxml - ?xml version=1.0 ?mx:Application xmlns:mx= http://www.macromedia.com/2005/mxml xmlns=* mx:Script![CDATA[import TestLocator;private varmyTestLocator = TestLocator.getInstance ();private function onChangeClick():Void

Re: [flexcoders] FLex Java ASP SQL Server

2005-10-25 Thread Clint Modien
slightly more helpful link... http://msdn.microsoft.com/library/default.asp?url=""> On 10/25/05, Clint Modien [EMAIL PROTECTED] wrote: this would be a very poor architecture for a web application but you could use sqlxml to directly access sql server via http... http://msdn.

Re: [flexcoders] FLex Java ASP SQL Server

2005-10-25 Thread Clint Modien
nice... thanks for the tidbits steven... On 10/25/05, Steven Webster [EMAIL PROTECTED] wrote: Ponnusamy, I just saw the possibility of flex 2 and I was wondering if it was possible to retrieve data from an SQl server, like (microsoft SQL or MySQL). I understood that we could do this using php

[flexcoders] create-compile-report not creating report

2005-10-26 Thread Clint Modien
i've opened my flex-config.xml file and set create-compile-report to true but it's not creating the report... production mode is set to false... any ide why it's not creating the file? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Re: [flexcoders] SWC's in Flex

2005-10-26 Thread Clint Modien
ya On 10/26/05, JesterXL [EMAIL PROTECTED] wrote: Can you use a Flash MX 2004/Flash 8 generated SWC in Flex 1.5?--JesterXL Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk

Re: [flexcoders] SWC's in Flex

2005-10-26 Thread Clint Modien
ya you just put in WEB_INF\flex\user_classes then you can reference it like an as2 component... *if it's an as2component* if you put in a folder structure... user_classes\com\jessewarden\mycomponent.swc then you can import it like... mx:Application xmlns:mc=com.jessewarden.*

Re: [flexcoders] Re: FlexBuilder 2.0 - Network Monitor

2005-11-01 Thread Clint Modien
I also remember seeing this tool in a blog. http://kevinlangdon.com/serviceCapture/ looked pretty kewl On 11/1/05, Dave Wolf [EMAIL PROTECTED] wrote: In the meantime you might check out the TCP Tunnel GUI which shipswith the SOAP toolkit from Apache.Its a small proxy server that can sit

Re: [flexcoders] To code-behind or not to code-behind?

2005-11-03 Thread Clint Modien
I was also raised .NET / Java and keep my code files the same name as the component and put them in a mx:Script source=ComponentName.as / It's probably personal perference but Flex Builder and the Eclipse plugin for mxml can't help at all with *.as formatting or any sort of tag completion if

Re: [flexcoders] Newbie Question: Drag-And-Drop between two Flex-SWF files

2005-11-03 Thread Clint Modien
Can you tell the list a bit more about your trying to do... it sounds like your going about this the wrong way? On 11/3/05, Pablo Apanasionek [EMAIL PROTECTED] wrote: Hi,i'm extremely new to Flex and, although I've seen in a few days partof the potential it has to give, I still got a lot to

Re: [flexcoders] Opening for Flash ActionScript programmers with Japanese skillset for Japan.

2005-11-03 Thread Clint Modien
If a person is a contributing member of the group is it considered ok for them to post jobs? *The answer should be yes... I'm just posting it here because I was asked the question a while ago and my reply was yes.* On 11/3/05, Dimitrios Gianninas [EMAIL PROTECTED] wrote: I double-checked,

Re: [flexcoders] Re: Newbie Question: Drag-And-Drop between two Flex-SWF files

2005-11-03 Thread Clint Modien
in advance--- In flexcoders@yahoogroups.com, Clint Modien [EMAIL PROTECTED] ... wrote: Can you tell the list a bit more about your trying to do... itsounds like your going about this the wrong way?On 11/3/05, Pablo Apanasionek [EMAIL PROTECTED] wrote: Hi, i'm extremely new to Flex and, although

Re: [flexcoders] Dual core license policy

2005-11-03 Thread Clint Modien
Actually Dave dual-core *is* 2 physical processors. As opposed to Intel's Hyper Threading which is two virutal processors. So if what you read is true... then Macromedia would consider dual core as 2 processors. On 11/3/05, Dave Carabetta [EMAIL PROTECTED] wrote: On 11/3/05, Mika Kiljunen

Re: [flexcoders] Dual core license policy

2005-11-03 Thread Clint Modien
I disagree... for all interpretations of thedefinitionat wikipediait results in the same conclusion... a dual-core cpu is 2 cpu's/processors. That's the point. A mobo with one dual core processor uses almost the same power as a mobo with 2 separate processors. All they managed to do was squeeze

Re: [flexcoders] Mapping java.sql.Timestamp to ActionScript

2005-11-04 Thread Clint Modien
Ya flexwon't do it for you... you might try pulling the timestamp out of your db as a string and converting it back to a timestamp before you save it to the database. On 11/4/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: We arereading a collection of Java Value Objects with one of

Re: [flexcoders] remote object without mx:RemoteObject, is it possible?

2005-11-09 Thread Clint Modien
Well... I'm sure it's possible... if you go into your flex-config.xml and turn on keep-generated-as.. you'll be able to see the code macromedia uses to setup the remote objects. On 11/6/05, mpaliyenko [EMAIL PROTECTED] wrote: Hi guysI'm quite new to Flex and have a qusetion.Is it possible to

Re: [flexcoders] Macromedia Consulting EMEA is Hiring...

2005-11-12 Thread Clint Modien
Cool... thanks for the head up Steven. On 11/12/05, Steven Webster [EMAIL PROTECTED] wrote: I'm pleased to see that the open positions for new-hires to Macromedia Consulting EMEA are now online. We're recruiting for technical architects to sit in the RIA Practices, as well as a

[flexcoders] Job: Flex Developer

2005-11-18 Thread Clint Modien
one flex project under there belt. I would greatly appreciate if you could inform your availability for this project while sending your updated resume in word format along with expected compensation and day/evening contact no. I cansend you the job details after we've spoken. Thanks, Clint Modien

[flexcoders] Re: Job: Flex Developer

2005-11-18 Thread Clint Modien
Just appending my post... We're looking for developers in the U.S., Canada, or Mexico. Thanks again, Clint Modien On 11/18/05, Clint Modien [EMAIL PROTECTED] wrote: Job Title : FLEX Developer.Location :Farmington Hills, Michigan (30 miles northwest ofDetroit)Duration : 4 Months ( High

[flexcoders] Flex Enterprise Servces inf posted to labs

2005-11-21 Thread Clint Modien
http://labs.macromedia.com/wiki/index.php?title=Flex_Enterprise_Services:overview -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED

[flexcoders] RE: Job: Flex Developer

2005-11-28 Thread Clint Modien
Your reputation preceeds you... The post was for developers... not con-men. The world of Macromedia Flex is not as large as you think. P.S. Your friends @ Minacs say hi. On 11/28/05, Kenny Yates [EMAIL PROTECTED] wrote: Clint: Last week I sent an email to you and did not receive

[flexcoders] Re: Job: Flex Developer

2005-11-28 Thread Clint Modien
-Original Message-From: Clint Modien [mailto: [EMAIL PROTECTED]] Sent: Monday, November 28, 2005 6:40 PMTo: [EMAIL PROTECTED]Cc: flexcoders@yahoogroups.com Subject: RE: Job: Flex Developer Your reputation preceeds you... The post was for developers... not con-men. The world

[flexcoders] Re: Job: Flex Developer

2005-11-28 Thread Clint Modien
at Minacs as well. I wish you well in your future, as I am certain it will be limited. Kenny -Original Message-From: Clint Modien [mailto: [EMAIL PROTECTED]] Sent: Monday, November 28, 2005 8:09 PM To: [EMAIL PROTECTED] Cc: flexcoders@yahoogroups.com Subject: Re: Job: Flex Developer p.p.s

Re: [flexcoders] Google, Yahoo hooked on AJAX?

2006-03-13 Thread Clint Modien
My guess is the consideration for the people on dial up. My mom and dad can only get 28.8 (sometimes they connect @ 14.4) (That's like 3KB/sec max transfer.) An average flex app... is like what... 200KB ?200KB / 3KB/sec = (start run calc) 66.66 seconds... I go crazy when I visit. (This does

[flexcoders] exporting a flex swc and using it in flash.

2006-03-13 Thread Clint Modien
So the guy I sit next too has successfully packaged code into a swc and uses it in flash 8 but he asked if he had to make the mxp file out of the swc everytime? Not exactly a flex question I know... but I thought someone here would know. I would think that you could just drop the swc into the

Re: [flexcoders] Re: Google, Yahoo hooked on AJAX?

2006-03-14 Thread Clint Modien
I actually saw a job posting for google the other day on hotjobs that had macromedia flex experience as a plus. I'm sure they're using it.On 3/14/06, Kevin Ewok [EMAIL PROTECTED] wrote: Is it just me or doesn't Google seem like the type of company thatwould not want to get involved with third

Re: [flexcoders] Muliple flex apps on tomcat

2006-03-15 Thread Clint Modien
I've seen tomcat handle some pretty monstrous flex apps and I've used it daily for like 2 years now. It should in theory run all way up too that 1.5 GB of ram you have allocated and them some. (swap space... asuming your on windows of course.) Watch your ram usage while it's compiling. Is it

Re: [flexcoders] Re: Muliple flex apps on tomcat

2006-03-15 Thread Clint Modien
[EMAIL PROTECTED] wrote: Clint,Do you do JIT compiling?I do agree.Tomcat is *the* workhorse Flex server...--Dave WolfCynergy Systems, Inc.Macromedia Flex Alliance Partner http://www.cynergysystems.comEmail:[EMAIL PROTECTED]Office: 866-CYNERGY--- In flexcoders@yahoogroups.com , Clint Modien [EMAIL

[flexcoders] Listening for all activity in a component.

2006-03-22 Thread Clint Modien
Problem:When all async operations in an component are complete I need to examine the state of the component.Is there anyway to listen for a completion of all async activity? If it's not built in... (which I suspect it isn't) does anyone have ideas for an implementation? Possible Solution:One

Re: [flexcoders] Re: problem with the newsgroup search?

2006-03-22 Thread Clint Modien
Where is the webserivce?On 3/22/06, dos dedos [EMAIL PROTECTED] wrote: we could theoretically download all the messages for this group via Yahoo webservice api and build a searchable offline copy of the flexcoders database ad sync it with Yahoo once every couple of hours ... that would be a

[flexcoders] Flash Player 7 for Pocket PC?

2006-04-03 Thread Clint Modien
So uhh.. Charles Freedman here @ yahoo just sent me this link...http://www.macromedia.com/software/flashplayer_pocketpc/I ran a quick google... news and web... and I didn't find ANYTHING on this being released. Will this ver of the flash player actually run a flex app?What about ram usage and

Re: [flexcoders] Special Thanks to Matt Chotin

2006-04-05 Thread Clint Modien
Gota second this... You really do make a big difference here.Thanks MattOn 4/5/06, Jonathan Miranda [EMAIL PROTECTED] wrote: Seriously though, thanks for the help – you probably post the most here and just a hearty thanks was deserved J

Re: [flexcoders] Flex 2: How limited will the free version of Flex Data Services be?

2006-04-06 Thread Clint Modien
I think this was the last communication on pricing/limitiation...http://www.andersblog.com/archives/2006/01/announcing_the_1.html On 4/6/06, Nathan W. Phelps [EMAIL PROTECTED] wrote: Maybe these question will fair better here than on the Adobe LabsForums where they have remained unanswered

[flexcoders] Yahoo! Maps gets satellite hybrid.

2006-04-12 Thread Clint Modien
Can play with it here: http://maps.yahoo.com/beta Can check out the developer api's here: There are 3 api's. Flex, Flash, and _javascript_ (Using Yahoo!'s flash maps with _javascript_.) http://developer.yahoo.com/maps/index.html (Technically there are 5 including the AJAX and simple

[flexcoders] Re: WebORB 2.1 Beta 2 is available (includes AMF3, Flex Remoting, Auto-Update...)

2006-05-03 Thread Clint Modien
More to the point...http://www.themidnightcoders.com/articles/flextodotnet.htmOn 5/3/06, Clint Modien [EMAIL PROTECTED] wrote: New option for people on the .NET side using AS3...-- Forwarded message -- From: flashorbman [EMAIL PROTECTED]Date: May 2, 2006 1:59 PMSubject

[flexcoders] WebORB 2.1 Beta 2 is available (includes AMF3, Flex Remoting, Auto-Update...)

2006-05-03 Thread Clint Modien
New option for people on the .NET side using AS3...-- Forwarded message --From: flashorbman [EMAIL PROTECTED]Date: May 2, 2006 1:59 PMSubject: [weborb] WebORB 2.1 Beta 2 is available (includes AMF3, Flex Remoting, Auto-Update...)To: [EMAIL PROTECTED] Hi guys,We are opening up

Re: [flexcoders] Resetting a Flex Form

2006-07-12 Thread Clint Modien
You could make a copy of the model initially using var DataModelCopy:Object = mx.utils.ObjectUtil.copy(DataModel);then in your clear method you could do...this.DataModel = DataModelCopy;havn't tested it ... but it should work On 7/11/06, Erich Cervantez [EMAIL PROTECTED] wrote:

[flexcoders] red eye correction on a picture in as3

2006-07-12 Thread Clint Modien
? Clint Modien http://esria.com p. 1.877.TRY.ESRIA ext 706 c. 1.408.489.0750 f. 1.877.828.4436 [EMAIL PROTECTED] __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

RE: [flexcoders] red eye correction on a picture in as3

2006-07-12 Thread Clint Modien
: [flexcoders] red eye correction on a picture in as3 Like dis? http://pixelfumes.blogspot.com/2005/11/red-eye-removal-with-flash-8.html - Original Message - From: Clint Modien To: flexcoders@yahoogroups.com Sent: Wednesday, July 12, 2006 6:09 PM

Re: [flexcoders] How to organize projects in Flex Builder?

2006-07-12 Thread Clint Modien
I would split it up into two projects for the sake of compiling it / versioning it. That way you can build them independently and store in your source control sys separately. That's usually the way it's done. On 7/12/06, Beck Novaes [EMAIL PROTECTED] wrote:

Re: [flexcoders] bidirectional binding

2006-07-14 Thread Clint Modien
It works like this...// --- myVO.as ---package {public class myVO { public var name:String; public var phone:String;}// -- SampleForm.mxml -mx:Script ![CDATA[ public var vo:myVO; ]]/mx:Script mx:Form mx:FormItem label=Name mx:TextInput id=nameTextInput text={ vo.name}

Re: [Junk E-Mail - MED] Re: [Junk E-Mail - MED] [flexcoders] Yahoo Groups Problems

2006-07-16 Thread Clint Modien
That is of course unless you own the domain groupvii.net and the mail server and not using your isp's email. After doing a whois on groupvii.net I'm assuming that you do own that domain.An example of the filtering that Shannon is talking about would be if your using dial-up or dsl from ATT and

Re: [flexcoders] Python / Flex solution

2006-07-24 Thread Clint Modien
Umm... if the data is read-write to the server (which I'm assuming it is since you asked about fds)I'd use value objects and a webservce.The closest thing I've seen to an amf solution is Flashticle and I don't think they've upgraded to AMF3 yet. Technically the AMF3 spec isn't out till sometime

Re: [flexcoders] ASP.NET and Flex2

2006-07-24 Thread Clint Modien
1. Is it necessary for me to use FDS to send and return data to the flex clients and what can you only do using FDS that can't be achieved using web services?Not necessary no. The sweetest thing about using FDS is using the data synchronization features. You can essentially create CRUD code

Re: [flexcoders] testing of Flex apps

2006-07-26 Thread Clint Modien
There's FlexUnit and Mercury Quick Test Pro. There is an internal beta for a Flex 2.0 plugin for Quick Test Pro that you may want to request to be a part of if your using AS3. On 7/25/06, Robert Kaeth [EMAIL PROTECTED] wrote: What is the best way to

Re: [flexcoders] F2.0 final - Possbile bug with PopUpButton and PopUpMenuButton

2006-07-27 Thread Clint Modien
I'm noticing this behavior as well... (No. 2) but in PopUpButton.Has this bug been filed? Is there a workaround?On 7/3/06, sinatosk [EMAIL PROTECTED] wrote: thanks that worked ;)ok thats the PopUpButton partially fixed... now for PopUpMenuButtonI'm gonna

Re: [flexcoders] Flex and ASP/IIS update?

2006-07-28 Thread Clint Modien
Try weborb for a .net flash remoting implementation.http://www.themidnightcoders.com/On 7/28/06, Evan Gifford [EMAIL PROTECTED] wrote: Back before Flex 2 was released, the adobe website touted that Flex (via Data Services) would (in future release)

Re: [flexcoders] Tomcat 5.5/Flex Data Services/OutOfMemoryError

2006-07-29 Thread Clint Modien
I think the default allocation for Tomcat is something small like 128Megs...Assuming your running windows... crack open the tomcat service manager and you'll see an area where you can edit the JVM settings. Set the initial memory pool to 300+ Megs and the Max (depending on how much ram you

Re: [flexcoders] Flex and ASP/IIS update?

2006-07-31 Thread Clint Modien
PROTECTED] wrote: Awesome, that's exactly what I was looking for, have you used this solution successfully? Thanks a lot Clint, Evan From: [EMAIL PROTECTED] ups.com [mailto: [EMAIL PROTECTED] ups.com] On Behalf Of Clint Modien Sent: Friday, July

Re: [flexcoders] Firefox + Network debugging + you

2006-08-03 Thread Clint Modien
Second to none... supports AMF, integrates with firefox and IE and it's super low priced...http://kevinlangdon.com/serviceCapture/ On 8/3/06, james_dhap [EMAIL PROTECTED] wrote: Hey All, I found an amazing tool last night that helped us track down an issue

Re: [flexcoders] Re: Firefox + Network debugging + you

2006-08-03 Thread Clint Modien
--- In flexcoders@yahoogroups.com, Clint Modien [EMAIL PROTECTED] wrote: Second to none... supports AMF, integrates with firefox and IE and it's super low priced... http://kevinlangdon.com/serviceCapture/ On 8/3/06, james_dhap [EMAIL PROTECTED] wrote: Hey All, I found

Re: [flexcoders] [FB 2] Using Ant with Flex Builder 2

2006-08-11 Thread Clint Modien
You should install FB2 as an Eclipse plugin to use the built in ant support that ecipse offers. They removed it from the FB2 install.On 8/11/06, astgtciv [EMAIL PROTECTED] wrote: If Flex Builder 2 is installed as standalone, can Ant be configured to be used

RE: [flexcoders] ASDoc now available on Labs

2006-08-14 Thread Clint Modien
Awesome news J thanks Matt!! Clint Modien http://esria.com p. 1.877.TRY.ESRIA ext 706 c. 1.408.489.0750 f. 1.877.828.4436 [EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Monday, August 14, 2006 10:54 AM

Re: [flexcoders] unable to load wsdl?? flex, you're pissing me off...

2006-08-15 Thread Clint Modien
http://www.martijndevisser.com/blog/article/why-crossdomainxml-is-a-good-thingOn 8/15/06, Greg Morphis [EMAIL PROTECTED] wrote: When I run my app I get the error Unable to load WSDL... I can view my cfc in the component explorer and I can create a .cfm page

Re: [flexcoders] POP3 by Socket

2006-08-25 Thread Clint Modien
I would also include this article...http://www.martijndevisser.com/blog/article/why-crossdomainxml-is-a-good-thing It's gotta kewl flash slide show that explains it pretty well.On 8/25/06, Ted Patrick [EMAIL PROTECTED] wrote: I will get that added ASAP. Great

Re: [flexcoders] File Upload and Cross Domain issues

2006-11-07 Thread Clint Modien
This may helphttp://tech.groups.yahoo.com/group/flexcoders/msearch?query=FileReference+Download+patricksubmit=Searchcharset=ISO-8859-1 On 11/7/06, sbyrne_dorado [EMAIL PROTECTED] wrote: Hi. I know there is someone who knows the answer. It may be the

Re: [flexcoders] Books Flex and Action Script

2006-11-16 Thread Clint Modien
There arn't many... We've got the AS3 cookbook and it's pretty well done. We alos have Adobe Flex 2 training from the source. (Good beginner books.) The dvd's from Lynda... (There are 3) are pretty good as well.

[flexcoders] Announcing FlexSearch.org !

2006-11-30 Thread Clint Modien
me why we'll keep it that way. You can tell me why via the blog. If you have ideas post comments on the blog I setup @ http://blogs.flexsearch.com http://blogs.flexsearch.com/ Thanks! Clint Modien http://esria.com http://esria.com/ p. 1.877.TRY.ESRIA ext 706 c. 1.408.489.0750

Re: [flexcoders] Announcing FlexSearch.org !

2006-11-30 Thread Clint Modien
Oops... that's what I get for sending email @ 5 am. the actual blog site is of course not .com but .org ... my bad. http://blog.flexsearch.org Please direct all feedback to there. Thanks! On 11/30/06, Clint Modien [EMAIL PROTECTED] wrote: I created an aggregation of developer content

[flexcoders] Global error / exception handler or event

2006-12-02 Thread Clint Modien
that exception some where.. some how. Thanks Clint Modien Esria Inc.

[flexcoders] MiniDebug Application

2006-12-02 Thread Clint Modien
=1213746highlight_key=ykeyword1=minidebug Is this an internal Adobe app? Thanks... Clint Modien Esria Inc.

Re: [flexcoders] Functions as objects

2006-12-07 Thread Clint Modien
Function inherits from Object so you should be able to do... Object(this.test).prop = someprop; Why are you doing this? What are you trying to do... it sounds interesting. On 12/6/06, Derek Vadneau [EMAIL PROTECTED] wrote: I've tried using the example from the docs where you assign the

Re: [flexcoders] Functions as objects

2006-12-08 Thread Clint Modien
Here's some code to get the name of the currently executing function dynamically if that's what you're after... var traceTarget:TraceTarget = new TraceTarget(); // Log only messages for the classes in the mx.rpc.* and // mx.messaging

Re: [flexcoders] Re: Trace?

2006-12-20 Thread Clint Modien
You'll need to configure your system for trace output first. This is for flex 1x but the same is true for 2.x . http://www.adobe.com/devnet/flex/articles/client_debug.html On 12/20/06, Ralf Bokelberg [EMAIL PROTECTED] wrote: ... and this works without using the debug mode. Cheers, Ralf.

Re: [flexcoders] Cairngorm 2.1 - calling a webservive more than once

2006-12-20 Thread Clint Modien
Add this to your Application mxml file. !-- Logging configured in MXML. -- mx:TraceTarget !-- 2 is represents the LogEventLevel.DEBUG constant. -- mx:level2/mx:level /mx:TraceTarget If you can paste the soap going back and forth to the list it would help to diagnose your problem. You

Re: [flexcoders] Blog post on Flex 2 Developer Certification exam

2007-01-04 Thread Clint Modien
I stumbled on this a while back also... can download an initial draft of the certification document here. http://clintm.esria.com/2006/10/06/adobe-flex-certification-coming/ On 1/4/07, lar.drolet [EMAIL PROTECTED] wrote: Saw this and thought it would be of interest to the group.

RE: [flexcoders] Cairngorm ServiceLocator

2007-01-05 Thread Clint Modien
The code is opensource so you can see how it works... here's the call it makes. (This is cairngorm v2) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, January 05, 2007 10:53 AM To:

RE: [flexcoders] Cairngorm ServiceLocator

2007-01-05 Thread Clint Modien
Oops wrong key... The code is opensource so you can see how it works... here's the call it makes. (This is cairngorm v2) /** * Return the WebService for the given service id. * @param serviceId the service id. * @return the RemoteObject. */ public

RE: [flexcoders] Cairngorm ServiceLocator

2007-01-05 Thread Clint Modien
() ? Jay Proulx [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint Modien Sent: January 5, 2007 3:00 PM To: flexcoders@yahoogroups.com Cc: Ben Lucyk Subject: RE: [flexcoders] Cairngorm

Re: [flexcoders] Cairngorm ServiceLocator

2007-01-05 Thread Clint Modien
:[EMAIL PROTECTED] *On Behalf Of *Clint Modien *Sent:* January 5, 2007 3:41 PM *To:* flexcoders@yahoogroups.com *Cc:* Ben Lucyk *Subject:* RE: [flexcoders] Cairngorm ServiceLocator I'm assuming you've seen my second email by now but… the reason is because you're calling the static

Re: [flexcoders] RPC Pro's and Cons

2007-01-06 Thread Clint Modien
Use AMF. http://www.jamesward.org/census/ AMF is much faster. WebORB is cheaper than FDS and has more features. We've used the current version of WebORB it works nice. For 10K/socket WebORB for .NET Enterprise supports AMF3 RemoteObjects, RTMP data pub/sub as well as Media Streaming.

Re: [flexcoders] Remote Objects Java to Actionscript conversion

2007-01-06 Thread Clint Modien
It's probably being deserialized on the actionscript side as an Array. Try changing the type from an ArrayCollection to an Array. On 1/5/07, Raider226 [EMAIL PROTECTED] wrote: I have a java class I created that contains an ArrayList as one of the i-vars. I am trying access this class as a

Re: [flexcoders] How to clear a TileList of its items?

2007-01-06 Thread Clint Modien
I would try any new non-null complex type: new Object(); new Array(); new ArrayCollection(); On 1/5/07, Sascha [EMAIL PROTECTED] wrote: I'm trying to initialize a TileList after items were put into it so that it is empty again and I can load new items into it after that. I'm setting the

  1   2   3   4   >