[flexcoders] IUIComponent Cross-IDE Component Development

2008-01-22 Thread Mike Krotscheck
I'm currently writing a couple of DisplayObject based components whose optimal implementation would allow their use both via MXML, AS3, or within the Flash IDE, without forcing the end-user to have either of the two component libraries. Since this means I can't use either of the UIComponent

RE: [flexcoders] Photo print service

2008-01-22 Thread Mike Krotscheck
Sortof? When developing HP Print Studio (http://www.hp.com/printstudio) we ran into this very same issue, but instead of photos we had multiple high resolution template assets that were only loaded when a printjob was requested. Given our use cases (most users don't have duplex printers) we didn't

RE: [flexcoders] Flex and SCORM

2008-01-21 Thread Mike Krotscheck
I'm slowly but surely building out some libraries intended to make it a bit easier to handle. So far all I have is an RTE Abstraction class that transparently implements the various LMS Calls. It's v2004 rev.3, and I can't really move forward until I can find previous versions of the documentation

[flexcoders] Making dragProxyImage snap to mouse cursor when performing doDrag()

2008-01-15 Thread Mike Anderson
as to how I could accomplish something like this? Thanks in advance for all your help. Mike

[flexcoders] Re: What's the minimize version of Flash Player for running Flex 3 SWF?

2008-01-15 Thread Mike Morearty
can make dramatically smaller swf files: see http://www.onflex.org/ted/2007/06/flex-3-thursday-dramatically-smaller.php . - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, flexawesome flexawesome

[flexcoders] Set SWF to 100% of remaining height

2008-01-12 Thread Mike Chabot
already been solved by other people before, so I thought I would ask first before starting to come up with JavaScript code. Thank you, Mike Chabot

Re: [flexcoders] Flex Builder license

2008-01-08 Thread Mike Chabot
Unless you are short on cash, go with the second option. You want a rich IDE to develop in. It really helps. The developer license includes the ability to run either Flex Builder, or the Flex Builder plug-in for Eclipse. Without the license you don't have the nice graphical IDE. -Mike Chabot

Re: [flexcoders] CF8 / Flex 2 http vs. https issue

2008-01-08 Thread Mike Chabot
There was a discussion thread on a related topic a few days ago that might provide some insight into this issue for you. -Mike Chabot On Jan 8, 2008 8:14 PM, chrisvet2001 [EMAIL PROTECTED] wrote: We have a web server that is configured such that http://server/directory (d:\http\directory

Re: [flexcoders] Flex Samples

2008-01-04 Thread Mike Chabot
I hope you have checked the Adobe Web site for sample applications. There are a bunch of samples with full source code there. Flex Store is a popular one. You could also get a book like Training From The Source which comes with a sample application. -Mike Chabot On Jan 4, 2008 4:20 AM, Stewart

Re: [flexcoders] Save data from datagrid to database?

2008-01-02 Thread Mike Chabot
the grid to the server, similar to what ASP.NET does, you will be disappointed. You need to write the SQL and CFC at some point, although the wizard helps. Good luck, MIke Chabot On Jan 2, 2008 12:21 PM, markflex2007 [EMAIL PROTECTED] wrote: Hi, I have a datagrid that is changed by events. I

Re: [flexcoders] Developing Flex against CF Server

2008-01-02 Thread Mike Chabot
If your development server has CF installed on the C:\ drive, map that C drive share onto your local dev box. Let's call it Z drive. Do in your Flex settings you write Z:\ColdFusion8\ for the path. I bet you could also use UNC paths, such as \\server\c$\ColdFusion8\. Enjoy, Mike Chabot On Jan 1

Re: [flexcoders] Session Defining

2008-01-01 Thread Mike Chabot
will need to write a custom Web serivce for this, where you specifically pass the desired variables from ASP.NET to Flex. -Mike Chabot On Jan 1, 2008 9:16 AM, NileAge, Mail [EMAIL PROTECTED] wrote: Hi all I want to define a session in flex 2 as we use in asp.net I use asp.net

RE: [flexcoders] Looking for tool to auto generate class diagrams from a Flex project

2007-12-31 Thread Mike Nimer
Check out the program enterprise architect ---nimer From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of andiboarder Sent: Saturday, December 29, 2007 3:10 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Looking for tool to auto generate class diagrams from a

Re: [flexcoders] Automatic Validation for Entire Form

2007-12-29 Thread Mike Chabot
complex? -Mike Chabot On Dec 28, 2007 11:51 AM, Clinton D. Judy [EMAIL PROTECTED] wrote: Isn't there a way to make sure an entire form is validated automatically? Then if it were, it may send an event, doing something like enabling a button or allowing you to go on. If this functionality isn't

[flexcoders] ContextMenu events NOT firing when mouse over certain components

2007-12-26 Thread Mike Anderson
could please provide any hints as to why this is happening, I would be absolutely grateful. Thank You in advance for your help, and have a wonderful Christmas :) Mike

[flexcoders] Re: Flex 3 Beta 3 Debugger Doesnt Connect

2007-12-26 Thread Mike Morearty
? By the way, for the record, the port used by the debugger is 7935, not the port mentioned by mydarkspoon. But as you have already figured out, that doesn't seem to be the problem here... - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Sheriff [EMAIL PROTECTED] wrote

[flexcoders] Re: Flex 3 Beta 3 Debugger Doesnt Connect

2007-12-26 Thread Mike Morearty
context other than the cause of the Flex Builder debugger not working. Can you tell me a little about it? E.g. is it popular in certain circles? I'm thinking maybe we should have a tech note warning that NOD 32 blocks the Flex Builder debugger. Thanks - Mike Morearty, Adobe Flex Builder team

[flexcoders] Shade Weekends on DateField Calendar

2007-12-25 Thread Mike Chabot
I want to show weekends and holidays on the date field pop-up calendar with a different background color. This seems like a fairly common feature to want in a calendar. Can someone point me to a good example of doing something like this. Thank you, Mike Chabot

RE: [flexcoders] how to pass varible between screens?

2007-12-21 Thread Mike Anderson
No matter WHERE you are in your application, you can traverse the tree by accessing: Application.application.control1. Application.application.control2. etc. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markflex2007 Sent: Friday,

Re: [flexcoders] New App Developed in Flex

2007-12-21 Thread Mike Chabot
Looks good to me. Nice job. -Mike Chabot On Dec 21, 2007 9:47 AM, Andrew Wetmore [EMAIL PROTECTED] wrote: Some typos in the site, but the functionality looks good. Typo in the regstration page: Retrive Password should be Retrieve Company info page: Text should be left justified

[flexcoders] Re: Flex 3 Beta 3 no syntax coloring or indenting

2007-12-20 Thread Mike Morearty
it once with the -clean command-line option. If you aren't sure how to do that, I think there are instructions in the readme. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Clint Tredway [EMAIL PROTECTED] wrote: Mine is doing it as well. Clint Tredway

Re: [flexcoders] Connecting Flex with SQL Server

2007-12-20 Thread Mike Chabot
to the database. -Mike Chabot On Dec 20, 2007 11:59 AM, Samuel R. Neff [EMAIL PROTECTED] wrote: Using direct HTTP calls to MSSQL requires embedding sql server username/password into the swf which is not a good idea. Sam --- We're Hiring! Seeking

[flexcoders] Re: SWF File Size

2007-12-20 Thread Mike Morearty
.2C_Updated_for_Beta_2.29 , the section on persistent framework caching, for a video and a writeup. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, sdl1326 [EMAIL PROTECTED] wrote: Thanks. That dropped about 95kb off of the file size ~ down to 160kb. However, it is still pretty bloated

RE: [flexcoders] Flex JavaFX Sliverlight Flash

2007-12-18 Thread Mike Krotscheck
Avoid Silverlight- It doesn't come with a large library of pre-built UI and layout components that simplify and speed up development. All you have to work with is a Box, an Ellipse, and a Text Box. Knowing Microsoft they'll be releasing these necessary support classes sooner or later, but for the

[flexcoders] Help with Printing (relates to Scaling Object, just before sending printjob)

2007-12-17 Thread Mike Anderson
intentional pauses, to slow things down, and give the object to be printed, time to properly scale, before getting sent to the PrintJob? Thank you in advance, for any help you can offer. Mike

Re: [flexcoders] How to change the data access option in an existing Flex project

2007-12-13 Thread Mike Chabot
documented so it should only take minutes to recreate. -Mike Chabot On Dec 13, 2007 11:39 AM, weichungwang [EMAIL PROTECTED] wrote: Does anyone know how an existing Flex project's data access option can be changed from Basic to ColdFusion Flash Remoting? The project was initially developed

Re: [flexcoders] Flex server Subversion

2007-12-12 Thread Mike Chabot
I keep the Flex source in subversion and the Flex project settings out. Source being .as and .mxml. Project settnigs being .project and .settings. Project settings is clearer than project. Yes, I uncheck the non-embedded option when working with source control. -Mike Chabot On Dec 12, 2007 9

[flexcoders] Prevent duplicate sort function calls

2007-12-10 Thread Mike Chabot
(); s.compareFunction = fcnRateSort; s.fields = [sf]; acGridTest.sort = s; acGridTest.refresh(); } mx:DataGrid dataProvider={acGridTest} id=GridTest headerRelease=headerReleaseHandler(event) mx:columns mx:DataGridColumn dataField=M1 headerText=1M/ /mx:columns /mx:DataGrid Thank you, Mike

[flexcoders] Re: flex builder 3 profiler. which player?

2007-12-07 Thread Mike Morearty
Mike is yesterdays (?) build of flashplayer (moviestar, the debug version) reckoned to be OK to use with the current flexbuilder 3 beta? Yes, absolutely. - Mike Morearty, software developer, Adobe Flex Builder team

[flexcoders] Re: flex builder 3 profiler. which player?

2007-12-06 Thread Mike Morearty
9,0,115,0 was released the other day). - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, aaron smith [EMAIL PROTECTED] wrote: I can't figure out which player to use for the flex 3 profiler. I've downloaded the latest flex3sdk and installed runtimes/players/mac/install

Re: [flexcoders] More 2032 fun

2007-12-04 Thread Mike Nimer
I've seen the same behavior. If I remember right I tracked it down to being an issue If you don't post any form data with the request flash ignores the method=post that you set and changes it back to GET for you. Hth, --nimer From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

[flexcoders] Re: how does import statement,work? a possible fb bug

2007-12-03 Thread Mike Morearty
. But Flex is different: You still need the import. When you do ctrl+space, the import gets inserted for you, so that's probably why that case works. - Mike Morearty, Flex Builder team --- In flexcoders@yahoogroups.com, yigit [EMAIL PROTECTED] wrote: hi all; in my cairngrom application, i have many

Re: [flexcoders] How to open a flex project that was created elsewhere?

2007-12-01 Thread Mike Chabot
with an empty mxml file. You can delete that. -Mike Chabot On Nov 30, 2007 1:53 PM, Michael Pengi [EMAIL PROTECTED] wrote: I've downloaded a sample flex application, how do I open it in the flex builder 3 IDE? There is no 'Open Project' menu option, only New...Flex Project and so forth? -- View

[flexcoders] Debugging help (or how to find un-debuggable bugs)

2007-12-01 Thread Mike Krotscheck
I am currently trying to debug an intermittent bug within our application that causes a browser crash. Not just a hey, the application threw a runtime error, I mean a do-not-pass-go, do-not-output-useful-debug-stack, do-not-write-useful-info-to-log, .ocx illegal exception that kills the browser.

RE: [flexcoders] Subversion clients

2007-11-30 Thread Mike Krotscheck
We currently use the subclipse plugin, and it's been rock-solid for us, even if it's a little slow at times. Nevertheless if subversive really has fewer bugs it certainly warrants exploration. Michael Krotscheck Senior Developer RESOURCE INTERACTIVE http://www.resource.com/

RE: [flexcoders] Guid datatype in Flex

2007-11-29 Thread Mike Nimer
If it does not, the how can i generate unique numbers from Flex that can be convertible to Guid in .NET? There is a UUID generator in flex you can use to get a unique id. UIDUtil.createUID() Hth, ---nimer From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

Re: [flexcoders] Combobox and XML and label functions I cannot seem to get labels to show up!!

2007-11-29 Thread Mike South
that you think you do? mike ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ import mx.collections.XMLListCollection; var XML1:XML = ListDatasetsResponse Datasets Dataset id=001 DisplayNamedemo

[flexcoders] Re: Can't debug FB 3 pieces

2007-11-28 Thread Mike Morearty
that came with the beta, it is newer than the current officially-released one. - Mike Morearty, Flex Builder team --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, shaun shaun@ wrote: Howdy, Amy wrote: When I try to debug my Flex

[flexcoders] Re: Can't debug FB 3 pieces

2007-11-28 Thread Mike Morearty
Hmm. What's the error message? --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Mike Morearty mike.morearty@ wrote: You can find the installer for the debug player in the Player subdirectory under the Flex Builder installation

RE: [flexcoders] Capture Flex screen to e-mail...

2007-11-26 Thread Mike Krotscheck
The graphic nature of Flex makes it so your only real option is to screenshot the application and mail it to them as a graphic. To do this within Flex, see whether Application implements IBitmapDrawable- that will allow you to use bitmapData.draw() and get the raw display data. Once you have that,

RE: [flexcoders] Re: Capture Flex screen to e-mail...

2007-11-26 Thread Mike Krotscheck
? This application is pure Flex (AS3) running in a browser. I will do further research on bitmapData.draw(), and see if it is available to me. Paul --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Mike Krotscheck [EMAIL PROTECTED] wrote: The graphic nature of Flex makes it so your

[flexcoders] Re: Reflection -- Accessing private fields

2007-11-26 Thread Mike Morearty
Gordon's right -- the debugger's techniques can't be used outside of the debugger. Its techniques are completely inaccessible from ActionScript. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: cc'ing Mike to get the lowdown

[flexcoders] Re: Where is the Debugger or Profiler?

2007-11-20 Thread Mike Morearty
You must have told the installer not to install the Flash player, so you are still using the old debug player. Run the Flash player installer (which you can find in the Player subdirectory of your Flex Builder installation). - Mike Morearty, Flex Builder team --- In flexcoders@yahoogroups.com

RE: [flexcoders] Re: Garbage Collection question

2007-11-19 Thread Mike Krotscheck
--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Mike Krotscheck [EMAIL PROTECTED] wrote: I've been digging into memory management techniques recently, and have a question regarding the timing of the two methods. The articles on Adobe.com suggest that both methods (Ref Count

[flexcoders] Re: Debugging with safari

2007-11-19 Thread Mike Morearty
be found on your hard disk under Flex Builder's installation dir, in a subdirectory called Player. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Cesare Rocchi [EMAIL PROTECTED] wrote: Hi, i really like a lot the new Safari (3). Is there any way to allow

[flexcoders] Re: debugger problems

2007-11-19 Thread Mike Morearty
of the socket is still open, and that causes the problem. Adding the above property definition causes Java to only use IPv4. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Scott Melby [EMAIL PROTECTED] wrote: Mike - Thanks so much... you have saved me a ton

[flexcoders] Garbage Collection question

2007-11-17 Thread Mike Krotscheck
I've been digging into memory management techniques recently, and have a question regarding the timing of the two methods. The articles on Adobe.com suggest that both methods (Ref Count and Mark Sweep) run at some arbitrary point in the future defined by current memory usage. I found a discussion

[flexcoders] Rendering offstage

2007-11-13 Thread Mike Krotscheck
Is there a way of forcing a displayObject to render (for the purposes of IBitmapDrawable) without adding it to the stage? Michael Krotscheck Senior Developer RESOURCE INTERACTIVE http://www.resource.com/ www.resource.com http://www.resource.com [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

[flexcoders] Re: Debug bug

2007-11-10 Thread Mike Morearty
If you're using the Flex 2.0.1 hot fix compiler, but with the Flex Builder 3 beta, then please make sure you have the latest player installed -- the beta installer that shipped with Flex Builder. You can find the installer in the Player directory. - Mike Morearty, Flex Builder team

[flexcoders] Re: dynamically adding constraintRows

2007-11-09 Thread Mike
I was using stock SDK which came with Flex Builder 3 Beta 2. I took your advice and installed nightly build #187237 and everything works now. Thanks so much! --- In flexcoders@yahoogroups.com, Peter DeHaan [EMAIL PROTECTED] wrote: Mike, Which version of the Flex SDK are you using

RE: [flexcoders] [ AIR ] Create files on local system possible ?

2007-11-08 Thread Mike Chambers
Can you post your code? Mike Chambers Sent by GoodLink (www.good.com) -Original Message- From: Adnan Doric [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 03:59 AM Pacific Standard Time To: flexcoders@yahoogroups.com Subject:[flexcoders] [ AIR ] Create

Re: [flexcoders] [ AIR ] Create files on local system possible ?

2007-11-08 Thread Mike Chambers
Yes, in general, you should not use native path (as that wont work across operating system). If possible you should try and use some of the built in File APIs for creating the path to your files. mike chambers [EMAIL PROTECTED] On Nov 8, 2007, at 6:03 AM, Adnan Doric wrote: Thank you I

[flexcoders] dynamically adding constraintRows

2007-11-08 Thread Mike
so, Grid is now deprecated. I thought I would try and embrace the new constraint layout API. One of my use cases of Grid is to dynamically create and remove rows based on user input. I tried to do the same thing with ConstraintRow and was successful. However, it get's really slow after a couple of

RE: [flexcoders] this in parent classes

2007-11-06 Thread Mike Krotscheck
Of Mike Krotscheck Sent: Tuesday, November 06, 2007 5:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] this in parent classes I've discovered you can't use this to refer to the current instance from the parent class. Is there another way I can reference the currently instantiated child

[flexcoders] this in parent classes

2007-11-06 Thread Mike Krotscheck
I've discovered you can't use this to refer to the current instance from the parent class. Is there another way I can reference the currently instantiated child? Michael Krotscheck Senior Developer RESOURCE INTERACTIVE http://www.resource.com/ www.resource.com http://www.resource.com

RE: [flexcoders] how to determine if a component is offscreen in a Canvas?

2007-11-02 Thread Mike Krotscheck
I'd probably do it using getBounds and the Rectangle class's comparison methods. var canvasBounds :Rectangle = myCanvas.getBounds(myCanvas.parent); var componentBounds:Rectangle = myComponent.getBounds(myCanvas.parent); and then either if(canvasBounds.contains(componentBounds)) or

RE: [flexcoders] Hold execution untill result from database

2007-10-31 Thread Mike Krotscheck
I assume you're talking AIR rather than true Flex, right? Synchronous database queries were added in beta 2. Michael Krotscheck Senior Developer RESOURCE INTERACTIVE http://www.resource.com/ www.resource.com http://www.resource.com [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

RE: [flexcoders] Re: Yahoo maps api for flex 2

2007-10-30 Thread Mike Krotscheck
To create and test applications using Yahoo! Flash Maps using the Flex component, you'll need Macromedia Flex 1.5 with the internal JRun4 server or Tomcat server. Note: An enterprising developer can sniff the traffic and reverse-engineer their API. Nobody's done that yet though- I've been busy

RE: [flexcoders] Determining the actual footprint of Flex application

2007-10-30 Thread Mike Krotscheck
Do you mean disk footprint or memory footprint? Disk footprint would be size on disk, and it's always better to overestimate, so include the size of all the supporting files. Memory footprint is the largest amount of memory the application ever draws, which is best calculated using Flex Builder

[flexcoders] Re: Determine in AS if debugger is running

2007-10-30 Thread Mike Morearty
, use Capabilities.isDebugger, as Matt wrote. - To determine if the SWF that is running was compiled with debugging info, use Alex's code at the above link. - There is no way to tell if a debugger is actually connected. - Mike Morearty, Adobe Flex Builder team --- In flexcoders

[flexcoders] Multiple File Uploads and OSX Leopard

2007-10-29 Thread Mike Krotscheck
I'm seeing blog reports that Multiple File Uploads are borked on Flash Player 9 and OSX Leopard. Unfortunately I don't have my own Leopard environment yet, so can't confirm this, nor can I find any official acknowledgement from either Apple or Adobe. Can anyone out there confirm this for me?

RE: [flexcoders] Multiple File Uploads and OSX Leopard

2007-10-29 Thread Mike Krotscheck
@yahoogroups.com Subject: Re: [flexcoders] Multiple File Uploads and OSX Leopard What do you mean borked and what do you mean multiple file uploads? Don't you do one at a time? I don't have Leopard yet, but in a few days I will. Paul On Oct 29, 2007, at 6:37 AM, Mike Krotscheck wrote

[flexcoders] Re: Getting Debugger window when running flex application

2007-10-29 Thread Mike Morearty
If this is happening, then you didn't install the new beta Flash player that shipped with Flex Builder (in Flex Builder's installer, you probably un-checked the box to install the player). Please install it from the Player subdir of Flex Builder. That will fix the problem. - Mike Morearty

RE: [flexcoders] MXML vs. pure ActionScript

2007-10-29 Thread Mike Krotscheck
I'm with Paul on this one. MXML is wonderful for layout, because I'm familiar with the HTML world and the metaphors are all the same (which means you can get someone less experienced to do layout tweaks :-). But when it comes to a standalone and fairly complex component, pure actionscript enables

[flexcoders] Re: debugger problems

2007-10-29 Thread Mike Morearty
are aware of; I don't have the bug number handy. - Mike Morearty --- In flexcoders@yahoogroups.com, Scott Melby [EMAIL PROTECTED] wrote: I have recently setup a new development machine (Vista) and in the process upgraded to Flex Builder 3 Beta 2. On my old machine the debugger always used

[flexcoders] Controlling MenuBar Submenus via Code frustrations

2007-10-29 Thread Mike Anderson
, and quite frustrated. If anybody has any examples on this topic, I would be VERY grateful. Thanks in advance for any help, Mike

RE: [flexcoders] Add reference in MXML without adding to children

2007-10-25 Thread Mike Krotscheck
Does it have to be MXML? mx:Script ![CDATA[ import mx.managers.PopUpManager; import mx.containers.TitleWindow;

RE: [flexcoders] Add reference in MXML without adding to children

2007-10-25 Thread Mike Krotscheck
{ BindingUtils.bindProperty(etc) } /mx:Script I was just thinking I could write 1 line of MXML vs 10 - 20 lines of action script. Thanks, Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike

RE: [flexcoders] Add reference in MXML without adding to children

2007-10-25 Thread Mike Krotscheck
Of Mike Krotscheck Sent: Thursday, October 25, 2007 8:16 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Add reference in MXML without adding to children You can either: override protected function childrenCreated():void { super.childrenCreated

[flexcoders] Re: describeType

2007-10-25 Thread Mike Morearty
That's correct, for the same reason in both case: describeType only finds properties that were defined at compile time. It doesn't find dynamic properties. If you need to find dynamic properties, you can see them with a for loop, e.g. for (propname in myObject). - Mike Morearty, Adobe Flex

RE: [flexcoders] Detecting browser window close event?

2007-10-23 Thread Mike Krotscheck
I think there's a cheap-hack way of doing this. Use ExternalInterface to call eval to write a Javascript event listener to the document, and have it pass the event back through to the swf. Just remember that IE has two events for close, though I don't exactly recall what they are- one fires before

[flexcoders] Re: Flex Builder cannot locate the required debug version of the Flash Player

2007-10-22 Thread Mike Morearty
See if this helps: http://www.morearty.com/blog/2007/04/16/new-flash-player-and-also-a-flex-builder-patch/ Note that if you run the beta of Flex Builder 3, then the Flex Builder patch won't be necessary. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Brian [EMAIL

RE: [flexcoders] File Download

2007-10-19 Thread Mike Krotscheck
For this you'll actually have to turn over download control to the browser rather than using FileReference. Using URLRequest, open the file in a new window/tab. Michael Krotscheck Senior Developer RESOURCE INTERACTIVE http://www.resource.com/ www.resource.com http://www.resource.com

RE: [flexcoders] Type selector warning

2007-10-19 Thread Mike Krotscheck
Remove any Tree styles you have from the CSS file. Michael Krotscheck Senior Developer RESOURCE INTERACTIVE http://www.resource.com/ www.resource.com http://www.resource.com [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

RE: [flexcoders] Re: Site Launch

2007-10-17 Thread Mike Krotscheck
: --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com flexcoders% 40yahoogroups.com http://40yahoogroups.com , Mike Krotscheck mkrotscheck@ wrote: Hey everyone- We here at Resource just launched a new site last Friday, built entirely in Flex. I figured

Re: [flexcoders] webservice wsdl parsing error? help?

2007-10-17 Thread D Mike
Hi, I've been facing the same issue mentioned and am a newbie. Was the issue resolved - if so could you please post what helped. DM tddclare wrote: Hi, I haven't worked with webservices much, but am needing to test out a service that was produced by a software package my company is

[flexcoders] Re: Flex Builder cannot locate the required debug version of the Flash Player

2007-10-16 Thread Mike Morearty
will of course be posted to the public download site.) - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, seemaherein [EMAIL PROTECTED] wrote: Hi, when i try to run my application in debug mode - I am getting the following error: C:\WINDOWS\system32\Macromed\Flash

[flexcoders] Site Launch

2007-10-15 Thread Mike Krotscheck
Hey everyone- We here at Resource just launched a new site last Friday, built entirely in Flex. I figured some of you might get a kick out of it, since the designers really went out of their way to do something that's not just a datagrid and a few bindings. http://www.hp.com/printstudio/

RE: [flexcoders] Site Launch

2007-10-15 Thread Mike Krotscheck
] On Behalf Of Mike Krotscheck Sent: Monday, October 15, 2007 6:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Site Launch Hey everyone- We here at Resource just launched a new site last Friday, built entirely in Flex. I figured some of you might get a kick out of it, since the designers

RE: [flexcoders] Site Launch

2007-10-15 Thread Mike Krotscheck
to an amazing design. Seth From: flexcoders@yahoogroups.com [mailto: flexcoders@ mailto:flexcoders@ yahoogroups.com http://yahoogroups.com ] On Behalf Of Mike Krotscheck Sent: Monday, October 15, 2007 6:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

[flexcoders] Re: ColdFusion CFCs Not Returning Data

2007-10-15 Thread Mike Collins
Sounds like a job for Charles. http://www.xk72.com/charles/ a great debugging tool when trying to see what's crossing the wire between Flex and CF.

[flexcoders] Re: Mxml editor no longer working

2007-10-04 Thread Mike Morearty
workspace. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Scott - FastLane [EMAIL PROTECTED] wrote: Tom - Sorry, but I don't see any suggestion on the bug. Guess I just don't know where to look. Anyway, here is the whole trace from my eclipse. Unable

[flexcoders] Re: Flex builder beta 2: MXML Code completion in Libraries?

2007-10-04 Thread Mike Morearty
the icon for the SDK doesn't have a little red x over it. - Expand that node; make sure framework.swc etc. are in there Thanks - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, marcel.panse [EMAIL PROTECTED] wrote: I have a Library project with some mxml file

[flexcoders] Bug in DragManager

2007-10-03 Thread Mike Krotscheck
So, I've been working with the DragManager for a bit now, and I'm wondering whether or not what I've found was a design decision or simply an omission. Cosnider the case of having a mouseEnabled=false component (in my case a Canvas) lying on top of a drag target. The following few lines of code

RE: [flexcoders] Bug in DragManager

2007-10-03 Thread Mike Krotscheck
? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Krotscheck Sent: Wednesday, October 03, 2007 12:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Bug in DragManager So, I've been working with the DragManager for a bit now, and I'm wondering whether or not what

[flexcoders] Re: beta 2 debugger much slower

2007-10-02 Thread Mike Morearty
/ /mx:XMLList /mx:Application I ran that with F11 (debug), and then hovered over the datagrid; the tips came up quickly. Thanks - Mike Morearty, developer, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Paul Dale [EMAIL PROTECTED] wrote: In case anyone else hits this ... I noticed

RE: [flexcoders] Flash CS3 Components - Custom Properties Methods

2007-10-02 Thread Mike Krotscheck
Use Getter/Setters, like this. package { import mx.flash.UIMovieClip; public dynamic class forestDragon extends UIMovieClip { private var _my_name : String = ; private var _my_color : String = ; private var _my_textfield:TextField; public var current_state : String = ; public function set

RE: [flexcoders] Re: Placement of Image within Image Control

2007-10-01 Thread Mike Krotscheck
Have you tried scaleContent = true ? Michael Krotscheck Senior Developer RESOURCE INTERACTIVE http://www.resource.com/ www.resource.com http://www.resource.com [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] This

RE: [flexcoders] fade from tile view to list view not smooth

2007-10-01 Thread Mike Krotscheck
Embed the font. As long as you're using system fonts you are letting the operating system render your fonts rather than the flash player, and only the latter will apply fade effects and transitions to text. Michael Krotscheck Senior Developer RESOURCE INTERACTIVE http://www.resource.com/

RE: [flexcoders] localization options in flex 2

2007-09-24 Thread Mike Krotscheck
We're using something similar for a localization project of our own. The application pulls the configured language from the users preferences, the local system setting, or the application configuration (in that order) and based on that populates a Strings Value Object that's housed on our

RE: [flexcoders] Entering and Passing Data to a Cairngorm Event?

2007-09-24 Thread Mike Krotscheck
Since you're already storing the data in your event, the only remaining step you have to do is to pull that information from the appropriate command: public class LoginCommand implements ICommand { public function execute(event:CairngormEvent):void { var loginEvent :LoginEvent

RE: [flexcoders] Entering and Passing Data to a Cairngorm Event?

2007-09-24 Thread Mike Krotscheck
Urm, right. My bad, didn't realize what you were asking. Notice that in CairngormEvent, data isn't actually initialized to any value. Thus what you'd be looking to do is initialize the object in the constructor of your loginEvent before accessing it when you create the event. public

[flexcoders] Re: IE 7 not showing my flex app

2007-09-22 Thread Mike Morearty
Another possibility is, are you running 64-bit Windows? See this earlier message on that topic: http://www.cflex.net/flexcoders.cfm?Message=msg68141.html - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, mitek17 [EMAIL PROTECTED] wrote: Hi Guillermo, I had same

[flexcoders] Re: Are you going to MAX?

2007-09-21 Thread Mike Morearty
I'll be there! I'll be giving a beginner-level Introduction to Flex Builder talk. - Mike Morearty, developer, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: Just curious how many people from the list will be in Chicago. Ben

[flexcoders] Compiler Error: Cruise Control Ant vs. Flex Builder/Eclipse

2007-09-20 Thread Mike Krotscheck
Does anyone have any experience with a distributed development environment using Cruise Control to handle central builds? Our application compiles fine in the IDE, however once we checkin our files and Cruise takes over we start getting these errors: A file found in a source-path must have an

RE: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Mike Krotscheck
and it will wait the determined amount of milliseconds before firing the open event. This improves usability greatly. Peace, Mike On 9/20/07, Michael Schmalle [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, I slapped this together. There are a lot of things that could be improved but, you

RE: [flexcoders] How to see if method is implemented in class

2007-09-18 Thread Mike Krotscheck
You could have your custom components implement a custom interface like IValidatable that requires the validate() function, and then check whether the class implements that interface by using the following: if( yourComponent is IValidatable) { // Your code here } Michael

RE: [flexcoders] Math.cos...?

2007-09-17 Thread Mike Krotscheck
:[EMAIL PROTECTED] On Behalf Of Mike Krotscheck Sent: Sunday, September 16, 2007 5:19 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Math.cos...? The documentation's actually fairly clear on this: The cosine of a 90 degree angle is zero, but because of the inherent inaccuracy of decimal

[flexcoders] Math.cos...?

2007-09-16 Thread Mike Krotscheck
Why does Math.cos(Math.PI/2) not return zero? Michael Krotscheck Senior Developer RESOURCE INTERACTIVE http://www.resource.com/ www.resource.com http://www.resource.com 614 621 2888 main 614 410 3195 direct 412 726 8087 mobile [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

RE: [flexcoders] Math.cos...?

2007-09-16 Thread Mike Krotscheck
The documentation's actually fairly clear on this: The cosine of a 90 degree angle is zero, but because of the inherent inaccuracy of decimal calculations using binary numbers, Flash Player will report a number extremely close to, but not exactly equal to, zero. Nevertheless, it seems...

<    1   2   3   4   5   6   7   8   >