RE: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread 'Merrill, Jason' jason.merr...@bankofamerica.com [flexcoders]
As Julian said, you may very well very well be the last flex developer left. And for that matter, the last ColdFusion developer. It could be a server environment change that is incompatible now with either Flex or ColdFusion. Technologies change and move on, sorry if that doesn’t help. Good

RE: 回复:[flexcoders] Unexpected behaviour for flex application running on Mac 10.8 with Flash player 12 on Safari

2014-03-14 Thread Merrill, Jason
Oh damn, good to know, and here I thought I had missed it. Jason Merrill Instructional Technology Architect II Bank of America Global Learning 703.302.9265 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of marketing05 Sent: Thursday, March 13, 2014 11:54 PM

RE: [flexcoders] Localization in Actionscript file

2012-11-06 Thread Merrill, Jason
Why would you store information in actionscript files? It would seem better to use a data source like XML for localization data rather than keep information in an Actionscript file. In my opinion, in an ideal setup, the only information that would be contained in an Actionscript file would be

[flexcoders] RE: Flash Builder Problem

2012-08-22 Thread Merrill, Jason
We're at the mercy of Yahoo and how their server choose to batch send e-mails. Jason Merrill Instructional Technology Architect II Bank of America Global Learning ___ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Davidson, Jerry

RE: [flexcoders] AVI video

2012-06-01 Thread Merrill, Jason
http://stackoverflow.com/questions/1163083/flash-video-player-for-avi-files-free-for-commercial-use Jason Merrill Instructional Technology Architect II Bank of America Global Learning ___ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf

RE: [flexcoders] Evaluating a Boolean String Expression

2012-01-26 Thread Merrill, Jason
Separate out the (, ), |,not etc. by splitting the string up based on what you find. You could add some logic to split the string into an array from where those characters are found and look to the values to the left if an OR (||) is found, for example. Then put that logic into a function like

RE: [flexcoders] Re: Flex alternatives

2012-01-17 Thread Merrill, Jason
The problem isn't even that large companies are in bed with Microsoft (that is a problem), but it's that they have many many existing legacy enterprise apps that only work or have only been tested to work in IE, and those systems need to be supported and in place for years to come. Jason

RE: [flexcoders] Re: Flex alternatives

2012-01-17 Thread Merrill, Jason
Out of interest... why does ZK marketing material never mention HTML5? Speculating here, but probably because it doesn't use HTML 5 tags at all, - everything I saw on their site indicates it's an AJAX solution using an older version of HTML. Jason Merrill Instructional Technology Architect II

RE: [flexcoders] Re: Flex alternatives

2012-01-12 Thread Merrill, Jason
Unless I'm not understanding it right, ZKoss looks like it requires some web server configuration in order to run. Flex doesn't, which is nice for people like me who work in server environments they can't control. But it looks like awesome tech! Am I right about it needing server side

RE: [flexcoders] Re: Flex alternatives

2012-01-12 Thread Merrill, Jason
@yahoogroups.commailto:flexcoders%40yahoogroups.com, Merrill, Jason jason.merrill@... wrote: Unless I'm not understanding it right, ZKoss looks like it requires some web server configuration in order to run. Flex doesn't, which is nice for people like me who work in server environments they can't

RE: [flexcoders] Re: Flex alternatives

2012-01-12 Thread Merrill, Jason
I think it will be interesting to see how many people actually show up at MAX this year. Jason Merrill Instructional Technology Architect II Bank of America Global Learning ___ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of ganaraj p

RE: [flexcoders] You are the product

2011-12-19 Thread Merrill, Jason
The general consensus is that: a. People hate Flash. ( dont really know why!!! after reading all the HTML 5 vs Flash articles... ) / Developers hate javascript ( atleast the people who like the OOP paradigm! ). b. Developers love AS3. ( Its the next best thing to chocolate! ) / People love

RE: [flexcoders] Flex to HTML5 Conversion tool?

2011-12-01 Thread Merrill, Jason
Check out another possibility - using haXe for converting an MXML/Actionscript project to HTML5/Javascript. The syntax is extremely similar to Actionscript, so you could convert the MXML (via the option with the compiler to save the generated Actionscript from MXML) to haXe code, and the

RE: [flexcoders] Errors during build - ASDoc Configuration

2011-11-09 Thread Merrill, Jason
, John 2011/11/7 Merrill, Jason jason.merr...@bankofamerica.commailto:jason.merr...@bankofamerica.com Both my co-worker and I get this message on every other build in debug mode. It's strange, it doesn't happen every time, just every OTHER time we run in Debug mode. Errors occurred during

RE: [flexcoders] Errors during build - ASDoc Configuration

2011-11-09 Thread Merrill, Jason
Configuration I assume you want the ASDoc tool to run and don't want to just disable it? You might try the Adobe Flash Builder forum. On 11/9/11 7:37 AM, Merrill, Jason jason.merr...@bankofamerica.com wrote: It happens every other time no matter what I do. I have cleaned the project, re-started

RE: [flexcoders] Errors during build - ASDoc Configuration

2011-11-09 Thread Merrill, Jason
trying to narrow down your request. It appears that it might be kicked off from the External Tools configs? On 11/9/11 12:00 PM, Merrill, Jason jason.merr...@bankofamerica.com wrote: I'm fine with disabling the ASDoc tool. How would I do that? From: flexcoders@yahoogroups.com

[flexcoders] Errors during build - ASDoc Configuration

2011-11-07 Thread Merrill, Jason
Both my co-worker and I get this message on every other build in debug mode. It's strange, it doesn't happen every time, just every OTHER time we run in Debug mode. Errors occurred during the build. Errors running builder 'Integrated External Tool Builder' on project 'KPL-R v4'. The

RE: [flexcoders] Re: ModuleLoader.child is null

2011-11-03 Thread Merrill, Jason
In the end, I can achieve a similar result with SWFLoader, and cast the result as an interface type... Same. I gave up on all the quirks and pains and limitations of Flex Modules and went with loading in separate .swfs calling them an interface. Worked just as well, and I felt more in

RE: [flexcoders] Flash Builder not tracing, breakpoint functionality lost, no compiler errors

2011-10-19 Thread Merrill, Jason
Only time I have had something similar happen is when the Flash Player Debugger was either uninstalled or replaced by enterprise software with the regular Flash player. Have you verified the Flash Player Debugger version is installed? I don't know if that's the issue, but something to check.

RE: [flexcoders] Flash Builder not tracing, breakpoint functionality lost, no compiler errors

2011-10-19 Thread Merrill, Jason
Glad you got it working! Jason Merrill Instructional Technology Architect II Bank of America Global Learning ___ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Philip Smith Sent: Wednesday, October 19, 2011 3:08 PM To:

RE: [flexcoders] navigateToUrl( ) - can I determine when completed?

2011-09-13 Thread Merrill, Jason
If yo can capture when the HTML page is done doing it's thing with Javascript, the Javascript could call a method in the Flash file to trigger an event there. Jason Merrill Instructional Technology Architect II Bank of America Global Learning ___ From:

RE: [flexcoders] year chooser component

2011-09-01 Thread Merrill, Jason
Why is a drop down not visual? Can you be more explicit on what you're after? In other words, what Jeffry is saying is he needs something more visual explicit. Jason Merrill Instructional Technology Architect II Bank of America Global Learning ___ From:

[flexcoders] ASDoc and third party libraries

2010-04-08 Thread Merrill, Jason
Those of you who use ASDoc from the Flex 3 SDK I'm sure have come across this before. If you use FlashDevelop and ASDoc - then even better as that is my setup (this is actually for a Flash CS3 project, but no matter). How do you handle running ASDoc on a Flash or Flex project where you are also

[flexcoders] Re:Flex with Sharepoint

2009-09-24 Thread Merrill, Jason
Sharepoint servers have all kinds of Webservices established you can connect to and call from Flex. You'd have to do some hunting around on some Sharepoint forums or documentation to find what you're specifically looking for though. Jason Merrill Bank of America Picture (Device Independent

[flexcoders] Job Opening at Bank of America

2009-08-06 Thread Merrill, Jason
Sorry if this is a cross post for some, in this economic climate, I'm hoping job postings are OK. Let me tell you, I LOVE my job, and there is an opening on my team. We build e-learning web-based training, learning interactions, learning games, performance support systems, infographics,

[flexcoders] Flexbuilder 3 Java problems

2009-07-29 Thread Merrill, Jason
I'm having Java runtime problems with Flexbuilder 3 again. I swear, I'm so tired of this. I've never had software that kept breaking so much. I've done nothing to Flex (though maybe my company has), and it seems to break every six months or so. So weird. Anyway, the problem is when I try and

RE: [flexcoders] Digest Number 10715

2009-05-27 Thread Merrill, Jason
Tim Rowe wrote: The use of 'VO's in Flex has always confused me, largely because as everyone I've spoken to has explained it, all a 'Value' object is is just a Model object - therefore WTF are they being referred to as 'VO's when 'Object' (or Model object) would suffice. Tim, I have always

[flexcoders] Unloading/stopping sounds from SWFLoader .swf

2009-05-07 Thread Merrill, Jason
I'm having a problem getting sounds from .swfs (both AVM1 and AVM2) to stop playing. I am adding these .swfs (loaded with SWFLoader) onto a Canvas in my Flex application. The instance of my SWFLoader is _swfLoader which I add as a child to the _demoCanvas Canvas. Here is what I have tried (my

[flexcoders] RE: Unloading/stopping sounds from SWFLoader .swf

2009-05-07 Thread Merrill, Jason
_ From: Merrill, Jason Sent: Thursday, May 07, 2009 12:55 PM To: 'flexcoders@yahoogroups.com' Subject: Unloading/stopping sounds from SWFLoader .swf I'm having a problem getting sounds from .swfs (both AVM1 and AVM2) to stop playing. I am adding these .swfs (loaded

[flexcoders] Questions about Canvas and TitleWindow

2009-05-04 Thread Merrill, Jason
I'm creating some components on the fly with Actionscript in an MXML project. 1) For TitleWindow, where can I set the alpha of the surrounding title bar area, or whatever it's called? By default, it looks to be about 20% alpha. 2) For Canvas, how can I set the color? If I create

[flexcoders] Flash player 10 Debug not recognized in FB3

2009-04-21 Thread Merrill, Jason
Subject says it all, but I have the Flash player 10 debug version installed and when I go to debug my Flex app in Flexbuilder, it says, Flexbuilder cannot locate the required version of Flash player. You might need to install the debugger version of Flash player 9 or re-install Flexbuilder.

[flexcoders] Flash e-learning list revived

2009-04-16 Thread Merrill, Jason
Hey everyone. (Apologies in advance - I'm sorry that this is a blatant cross post to more than one e-mail list. If anyone knows me, they know I despise people who cross post questions on e-mail lists, or worse, marketing/products, but this is neither and I think maybe this one is an exception.

[flexcoders] XSLT Processor for AS3?

2009-03-12 Thread Merrill, Jason
I've asked this on several lists, and Twitter, never had a single reply yet. Hoping someone here knows. Is there an XSLT parser/processor for Actionscript 3? I would like an Actionscript native one to transform some XML client-side. I have the XSLT file for it already written, which I

[flexcoders] Repeaters and Referencing Component IDs

2009-02-19 Thread Merrill, Jason
I have a repeater inside a Viewstack working fine. i.e., the Tree component gets created over and over as expected, however, I would like to access an array of all the mx:Image instances, so I can load images into them with Actionscript later (the file name for the image is not loaded into the app

[flexcoders] Best way to toggle elements in ArrayCollections

2009-01-27 Thread Merrill, Jason
So in my Flex 3 project I have an ArrayCollection, like this: [Bindable] private var myDataProvider:ArrayCollection = new ArrayCollection( [ {country:Apple, quantity:5}, {country:Pear, quantity:3}, {country:Banana, quantity:7}, ]);

[flexcoders] OT: FP Ubiquity Stats Lack Silverlight Comparison

2008-09-23 Thread Merrill, Jason
Excuse the mild OT, just curious if anyone knows why Microsoft Silverlight stats are not included here in penetration comparisons: http://www.adobe.com/products/player_census/flashplayer/ It would seem to me, with Silverlight having fairly low penetration stats I would imagine (even after

[flexcoders] Re:Looking for a Flex forum.

2008-09-08 Thread Merrill, Jason
I was wondering if there was a Flex forum that people have used? I'm speechless. Jason Merrill Bank of America Enterprise Technology Global Risk LLD Instructional Technology Media Join the Bank of America Flash Platform Developer Community

[flexcoders] Re: .swf displays fine, but MovieClip methods fail

2008-08-14 Thread Merrill, Jason
I searched embed swf moviecliploaderasset and the third result was an example from colin moock that had the secret sauce in it Thanks Alex - I think the problem in my search was that I didn't know when you [Embed] a swf, it loaded the .swf into MovieClipLoaderAsset when the clip was embedded

[flexcoders] .swf displays fine, but MovieClip methods fail

2008-08-13 Thread Merrill, Jason
I'm displaying some sprites inside a Flex 3 container with Actionscript. So far on this project, the sprites I have been showing have been visually drawn on the screen either by embedding an image or by drawing with sprite.graphics methods. Now, I'm trying to embed a .swf, and it works (it

[flexcoders] Flexbuilder for iPhone?

2008-08-08 Thread Merrill, Jason
Ryan Stewart just tweeted, I just let Adobe's iPhone secret slip while at lunch with effectiveUI. We're going to have Flex Builder for the iPhone. http://brightkite.com/people/ryanstewart/ http://twitter.com/ryanstewart For real? Could you actually code flexbuilder on an iPhone? Seems like a

[flexcoders] Re: problem adding images to UIComponents using AS3

2008-08-01 Thread Merrill, Jason
OK, let me back up here. First, thanks to those who responded. So I thought by isolating my problem with an example (heck, I'm not even using Canvas) it would shed light on why this bug is occuring, but it isn't unfortunately, I'm more or less confusing the real problem with y'all. Sorry.

[flexcoders] Re: problem adding images to UIComponents using AS3

2008-08-01 Thread Merrill, Jason
You can draw those graphics in a UIComponent so I would have grouphandle subclass UIComponent and not Sprite. Thanks Alex, I tried that, but still no joy, AND the graphics don't render now either for some strange reason. All I did is change my previously posted code to: public class

[flexcoders] problem adding images to UIComponents using AS3

2008-07-31 Thread Merrill, Jason
I don't get why this code is failing, it's reproducible if you put an image in the path shown below. (This isn't the actual code in my app, I just isolated a problem and made the problem reproducible it here. In my real app, it's failing to embed an image into a class that is added to a UI

[flexcoders] ColorPicker.selectedColor to #hex

2008-07-24 Thread Merrill, Jason
I don't mean for this to be a cross-post, I sent it to Flashcoders accidentally. This must have been done many times before. How can I translate the ColorPicker.selectedValue to a 6 digit hex number? i.e. if the color selected is, 66, if I trace ColorPicker.selectedColor, traces 102. I tried

[flexcoders] Re: ColorPicker.selectedColor to #hex

2008-07-24 Thread Merrill, Jason
Thanks guys, here was my solution: public static function decimalToHexidecimal(number:Number, upperCase:Boolean=false, addPound:Boolean=false, addOx:Boolean=false ):String { var hexString:String = Number(number).toString(16); while (hexString.length 6) hexString = 0 + hexString;

[flexcoders] Re: remover water mark from Trial version

2008-07-03 Thread Merrill, Jason
The OP needs to buy a license to the charting components if they want to compile them. Compiliing them for someone else is illegal. The license is for single-use only. You could argue, well, I compiled some source code with a legal copy, so it's legal,- I don't think Adobe's lawyers would

[flexcoders] Setting up custom component listener

2008-06-30 Thread Merrill, Jason
Such a stupid question. I am trying to assign a listener to a custom component. It broadcasts a simple event. Here is a dumbed-down version of the code I am using: mx:Application applicationComplete=init() xmlns:mx=http://www.adobe.com/2006/mxml; xmlns:c=com.project.components.*

[flexcoders] One custom component referring to another

2008-06-27 Thread Merrill, Jason
I thought this would be simple - having one custom display object modify another through a reference: mx:Application c:MyComponentA / c:MyComponentB / /mx:Application I want to have MyComponentA refer to objects/methods inside of MyComponentB. I tried passing a reference in:

[flexcoders] Re: One custom component referring to another

2008-06-27 Thread Merrill, Jason
Well, we're using Cairngorm on this project, so I think I'm going to use Cairngorm events and commands and centralize this, instead of trying to establish any tight coupling between components. It's a control bar with checkboxes effecting the view of another visual componet in another part of

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-19 Thread Merrill, Jason
I would recommend we shut down this list entirely, we all move to the same city and join a gym where we meet up every morning and ask Flex questions while we spot each other. We call it Flexbuilders. Jason Merrill Bank of America Global Technology Operations Global Risk LLD eTools

[flexcoders] Re:Authorware to Flex?

2008-05-19 Thread Merrill, Jason
Yes, it's possible, but what do you want to do specifically? It would help if you described what specific things you want to do, other than convert a course. Jason Merrill Bank of America Global Technology Operations LLD eTools Multimedia Join the Bank of America Flash Platform

RE: [flexcoders] best way to update a display object's VO's x and y props?

2008-04-03 Thread Merrill, Jason
Why not read in the initial X and Y values of the VO, then as it's dragged, update the X and Y values back in the VO. Seems simple setters and getter functions or public properties could handle that unless I'm missing something. Then when you want to send the VO data back, it's already updated.

RE: [flexcoders] Where is adobe? Come to universities!

2008-04-03 Thread Merrill, Jason
So Microsoft is presenting at Universities, and Adobe isn't. Well, unfortunately for Adobe, Microsoft has huge financial pockets, which is the greatest threat to the Flash platform in my opinion. I'm not saying Adobe can't promote Flash/Flex at universities, but it's certainly true they don't

RE: [flexcoders] Flex 3.0 + Artificial Intelligence

2008-04-03 Thread Merrill, Jason
The import from LinkedIn profile feature doesn't seem to work - says I am missing title and summary data from my profile, even though I am not. Jason Merrill Bank of America GTO and Risk LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community

RE: [flexcoders] .net flash remoting

2008-04-02 Thread Merrill, Jason
In Flash, with Flash 8 and AS2, I was using the webservice components to connect to ASP.NET scripts, not remoting. But adobe didn't update them for Flash in Flash CS3, so I had to switch to Flex for webservices - not a bad thing, but still bites if you want to connect to .NET via webservices in

RE: [flexcoders] .net flash remoting

2008-04-02 Thread Merrill, Jason
dont know about components but hand made code works fine ) and for AMF connection use Fluorine. Merrill, Jason wrote: In Flash, with Flash 8 and AS2, I was using the webservice components to connect to ASP.NET scripts

RE: [flexcoders] Cairngorm for Flex 3

2008-03-27 Thread Merrill, Jason
Cairngorm is just an AS3 framework, I don't think there is anything in there specific for Flex 2 or 3, or even Flex for that matter. The current version should work fine. Someone correct me if I am wrong... Jason Merrill Bank of America GTO and Risk LLD Solutions Design Development

[flexcoders] Topcoders and Flexcoders

2008-03-26 Thread Merrill, Jason
I just read this interesting artivle on ZDNet today on Topcoders, and they mention Flex developers are one of the types of developers Topcoders taps into. http://blogs.zdnet.com/enterprisealley/?p=124tag=nl.e622 Is anyone on this list linked into TopCoders as a developer, and if so, what has

RE: [flexcoders] drawing in Flex

2008-03-26 Thread Merrill, Jason
You can just add a sprite to a container and draw on that with basic Actionscript 3. look at Sprite.graphics.* Jason Merrill Bank of America GTO and Risk LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community Are you a Bank of

RE: [flexcoders] Developer Exam

2008-03-25 Thread Merrill, Jason
Congrats! Jason Merrill Bank of America GTO and Risk LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community Are you a Bank of America associate interested in innovative learning ideas and technologies? Check out our internal GTO

RE: [flexcoders] Looking for moderator help

2008-03-24 Thread Merrill, Jason
I am a moderator on another, related Yahoo group, Flash_Tiger. We have solved the logjam problem by having three moderators--Jason Merrill, another member of this list, is one of our moderators. Moderators keep our list spam-free, and, when necessary, on-topic. I have found the moderation on

RE: [flexcoders] Message posting guidelines

2008-03-24 Thread Merrill, Jason
Your membership was set to moderated for some reason. I changed your membership to unmoderated status. That should help. Jason Merrill Bank of America GTO and Risk LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community Are you a Bank of

[flexcoders] FB2 Keyboard Shortcut to insert variables/member names?

2008-03-21 Thread Merrill, Jason
I looked in the Key Assist in Flexbuilder 2 and the help and online, couldn't find this shortcut. At least, wasn't obvious to me what it was called. Very useful if it exists: Anyone know if there is a keyboard shortcut in the code editor for inserting a variable or method name (FB2)? I would

RE: [flexcoders] FB2 Keyboard Shortcut to insert variables/member names?

2008-03-21 Thread Merrill, Jason
Thank you, but Control + Space does nothing for me, other than if I am in the right part of script, it will bring up a list of Adobe classes. Flexbuilder 2. See my original post, that is not my need. And if it is an Actionscript only file, ctrl+space does nothing. For a list of other hotkeys,

RE: [flexcoders] FB2 Keyboard Shortcut to insert variables/member names?

2008-03-21 Thread Merrill, Jason
And to clarify further, I don't mean code hinting once you type the class instance or static name myClass.[Hint] or MyClass.[hint] - what I mean is if you are on a blank line and you want to insert a member name from the same class: private var _b:String; private function a():void {

RE: [flexcoders] Loading an image file and then a swf file in sequence

2008-02-26 Thread Merrill, Jason
All you need to do is read up on how to do three things: 1) Load and use XML data 2) Load a .swf file, add it to the display list 3) Use the Timer class If you search those three topics in the Flex help, you should have enough info to accomplish this. Jason Merrill Bank of America GTO LLD

[flexcoders] Decrease vertical space between children of VBox

2008-02-26 Thread Merrill, Jason
How do I decrease the vertical space between these two labels? I tried adding a spacer but it has no effect. Also tried looking in help for any properties of Vbox I can set, but to no avail. Thanks. mx:VBox mx:Label fontSize=16 text=Title /

RE: [flexcoders] New files in project not compiled?

2008-02-26 Thread Merrill, Jason
Have you also tried cleaning the project? Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community Are you a Bank of America associate interested in innovative learning ideas and technologies? Check out our

RE: [flexcoders] Decrease vertical space between children of VBox

2008-02-26 Thread Merrill, Jason
Bam! verticalGap was it, thanks! Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community Are you a Bank of America associate interested in innovative learning ideas and technologies? Check out our internal

RE: [flexcoders] Re: Flex 3 and AIR 1 are now live!

2008-02-25 Thread Merrill, Jason
Graduate from school, that'll fix it. :) Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community Are you a Bank of America associate interested in innovative learning ideas and technologies? Check out our

RE: [flexcoders] if i buy flex2 now, will i have to pay again for flex3 (how soon is it?)

2008-02-22 Thread Merrill, Jason
See this Flexcoders thread and the responses: http://tech.groups.yahoo.com/group/flexcoders/message/96423 And especially this response from Matt Chotin at Adobe: http://tech.groups.yahoo.com/group/flexcoders/message/96531 Jason Merrill Bank of America GTO LLD Solutions Design Development

RE: [flexcoders] as3 global variables - no more

2008-02-22 Thread Merrill, Jason
Global is bad and went directly against OOP. To do it right, you want your component to broadcast an event, and the other componet to listen for that event and then call another method when the event is heard. Jason Merrill Bank of America GTO LLD Solutions Design Development eTools

RE: [flexcoders] Auto block comment in Flexbuilder 2?

2008-02-21 Thread Merrill, Jason
. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Thursday, February 21, 2008 4:56 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Auto block comment in Flexbuilder 2? On Wednesday 20 Feb 2008, Merrill, Jason wrote: Perfect

RE: [flexcoders] Drawing in Panel Insanity

2008-02-20 Thread Merrill, Jason
. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: 19 February 2008 20:04 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Drawing in Panel Insanity Right, but I mean I can't seem

[flexcoders] Auto block comment in Flexbuilder 2?

2008-02-20 Thread Merrill, Jason
Is there a key combination in Flexbuilder 2 to auto-comment out a selected region of code? I hate having to type !-- -- manually in MXML... or /* */ in Actionscript. Thanks. Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash

RE: [flexcoders] Auto block comment in Flexbuilder 2?

2008-02-20 Thread Merrill, Jason
Perfect, that's exactly what I was looking for. Thanks. Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community Interested in innovative ideas in Learning? Check out the GTO Innovative Learning Blog

RE: [flexcoders] Drawing in Panel Insanity

2008-02-20 Thread Merrill, Jason
Thanks Jim! I'll check it out. Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community Interested in innovative ideas in Learning? Check out the GTO Innovative Learning Blog

RE: [flexcoders] Drawing in Panel Insanity

2008-02-19 Thread Merrill, Jason
of the content area youd need to subtract getStyle(borderThicknessRight) and getStyle(borderThicknessLeft). Hope this helps Eric Cancil On Feb 19, 2008 12:29 PM, Merrill, Jason [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote

[flexcoders] Drawing in Panel Insanity

2008-02-19 Thread Merrill, Jason
So I've been writing an Actionscript component that extends UIComponent and is wrapped inside a Panel tag. The UIComponent has code that draws a flowchart of sorts into the content area of the Panel, based on a dataprovider it's bound to. Everything works fine there, and the drawn graphics change

RE: [flexcoders] Drawing in Panel Insanity

2008-02-19 Thread Merrill, Jason
, February 19, 2008 12:46 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Drawing in Panel Insanity You're going to have to account for that either way. On Feb 19, 2008 12:37 PM, Merrill, Jason [EMAIL PROTECTED] mailto

RE: [flexcoders] Drawing in Panel Insanity

2008-02-19 Thread Merrill, Jason
Cancil On Feb 19, 2008 12:29 PM, Merrill, Jason [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: So I've been writing an Actionscript component that extends UIComponent and is wrapped inside a Panel tag. The UIComponent has code

RE: [flexcoders] Re: Implementing Office 2007 menus

2008-02-19 Thread Merrill, Jason
I actually really like the new Office 2007 UI, FWIW. Easier to find stuff I think. Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community Interested in innovative ideas in Learning? Check out the GTO

RE: [flexcoders] Drawing in Panel Insanity

2008-02-19 Thread Merrill, Jason
directly. How did you get it working? On Feb 19, 2008 1:11 PM, Merrill, Jason [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hey Eric, I didn't thank you for your help thanks. I have it working now

RE: [flexcoders] Buttons in text

2008-02-15 Thread Merrill, Jason
Which version of Actionscript? If you mean 1 or 2, read up on asfunction. Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community From:

RE: [flexcoders] Buttons in text

2008-02-15 Thread Merrill, Jason
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Friday, February 15, 2008 7:56 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Buttons in text Which version

RE: [flexcoders] draw simple shapes in a Flex app?

2008-02-15 Thread Merrill, Jason
You need to add the sprite to a container of some kind like a canvas or a panel. And to draw a Rectangle, why are you using beginBitmapFill? Just try beginFill instead. Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform

RE: [flexcoders] Re: Adobe People, Save me from Silverlight!

2008-02-14 Thread Merrill, Jason
Sharepoint I think is mostly web services but it's possible that WebORB for .NET or Flourine could help with that as well and provide better performance. Sharepoint has a huge Webservices API, but it also has a more direct API integration with .NET. I don't know the exact details on that

RE: [flexcoders] Flex Feedback for the Future

2008-02-13 Thread Merrill, Jason
I'd like to see Flexbuilder's UI get more inline with Adobe's Creative Suite tools - but retain the developer-friendly environment and advantages that came from the original Eclipse design. Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America

RE: [flexcoders] Adobe People, Save me from Silverlight!

2008-02-12 Thread Merrill, Jason
Here is a lot written by Jesse Warden on Silverlight from his Flash/Flex perspective: http://jessewarden.com/category/silverlight Also, here is a list I compiled last summer after speaking with a Silverlight engineer. Some things in Silverlight may have changed since then, hope this helps

RE: [flexcoders] Adobe People, Save me from Silverlight! (Microsoft's Legal Record)

2008-02-12 Thread Merrill, Jason
I think he's talking about the player and you're talking about development. Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community From:

RE: [flexcoders] Databinding in component

2008-02-12 Thread Merrill, Jason
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Tuesday, February 12, 2008 12:46 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Databinding in component In this test case below, why do I get a warning

RE: [flexcoders] Databinding in component

2008-02-12 Thread Merrill, Jason
In this test case below, why do I get a warning message for the mx:Label that databinding may not be able to detect changes in the HSlider? I'm just trying to create labels that always shows the value of the respective slider. Since this is in a repeater, is it a conflict with the way I assign

[flexcoders] Databinding warning in repeater

2008-02-12 Thread Merrill, Jason
Oops - meant to change the subject to start a new thread. In this test case below, why do I get a warning message for the mx:Label that databinding may not be able to detect changes in the HSlider? I'm just trying to create labels that always shows the value of the respective slider. Since

RE: [flexcoders] Flex Feedback for the Future

2008-02-12 Thread Merrill, Jason
I expect it'll come up more now there's AIR. Maybe it will come up FOR Air. ;) Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community

RE: [flexcoders] DataGrid limit on amount of records or data?

2008-02-12 Thread Merrill, Jason
No, I guess I can't think of cases when showing 10,000 records with no filtering would be important in a Flex app. What examples were you thinking of? I am thinking of a tree. When I expand a node I might expand all the children down to the leaf node. Funny then, as per the topic title,

RE: [flexcoders] Databinding in component

2008-02-12 Thread Merrill, Jason
@yahoogroups.com mailto:flexcoders@yahoogroups.com ] On Behalf Of Merrill, Jason Sent: Tuesday, February 12, 2008 2:24 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Databinding in component Thanks Tracy, I'll try that route. Jason Merrill

RE: [flexcoders] Re: HBox children alignment?

2008-02-11 Thread Merrill, Jason
mailto:flexcoders%40yahoogroups.com , Merrill, Jason [EMAIL PROTECTED] wrote: Stupid question, but how do I get two objects to be placed on the same horizontal space (i.e. HBox) but one aligned left, and one aligned right? So

[flexcoders] HBox children alignment?

2008-02-11 Thread Merrill, Jason
Stupid question, but how do I get two objects to be placed on the same horizontal space (i.e. HBox) but one aligned left, and one aligned right? So essentially, what I want is: | TEXT CHECKBOX | | TEXT CHECKBOX | | TEXT

RE: [flexcoders] DataGrid limit on amount of records or data?

2008-02-11 Thread Merrill, Jason
As a side note, taking a step back, why would you want to present that many records at a time to the user? It seems anything above a few hundred is overly cumbersome to wade through, and should perhaps instead be filtered further. No? True in most cases I guess, but I can think of a few

RE: [flexcoders] HBox children alignment?

2008-02-11 Thread Merrill, Jason
Thanks - as you can see in my original post, I did try the second method you mentioned (horizontalAlign), but it failed. The first one works (though it seems slightly like a bit of a hack). Thanks. Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia

  1   2   3   4   >