Re: [flexcoders] Isn´t there any release of Ado be Apollo yet? Alpha maybe....

2006-10-31 Thread Mike Chambers
Hehe. Gordon is the one building the Flex HTML control for Apollo. mike chambers [EMAIL PROTECTED] On Oct 31, 2006, at 1:25 PM, Shannon Hicks wrote: 4. HTML Javascript support, as *true* UIContainer objects. You should have seen the demo at MAX where they took the Adobe website

Re: [flexcoders] Isn´t there any release of Ado be Apollo yet? Alpha maybe....

2006-10-31 Thread Mike Chambers
[EMAIL PROTECTED] mike chambers [EMAIL PROTECTED] On Oct 31, 2006, at 1:45 PM, greg h wrote: btw ... is there an Apollo wish list being maintained elsewhere that we can view and post to also? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

[flexcoders] Changing color in datagrid URL

2006-11-01 Thread Mike Crowe
/mx:itemRenderer /mx:DataGridColumn I want to make the email address blue (#ff). However, nothing I do seems to change this. Whether I put in DataGridColumn or LinkButton, neither works. What am I missing? TIA Mike -- Flexcoders Mailing List FAQ: http://groups.yahoo.com

[flexcoders] Re: Changing color in datagrid URL

2006-11-01 Thread Mike Crowe
tag. mx:LinkButton label={data.strUserEmail} color=#ff click=navigateToURL(new URLRequest('mailto:'+data.strUserEmail), data.strUserEmail)/ -deepa From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Crowe

[flexcoders] Custom AS2 Effects

2005-03-30 Thread Mike Shaw
Hi Folks, Does anyone know why the following custom effect class which I am trying to use to call various functions in an effect sequence would cause the sequence to halt after running the called function. Thanks Mike. import mx.effects.Effect; class

RE: [flexcoders] Custom AS2 Effects

2005-03-31 Thread Mike Shaw
Thanks Jason, that nailed it. I had played around with the event but not got it right. It's so obvious when I see your solution. Cheers Mike. From: Jason Szeto [mailto:[EMAIL PROTECTED] Sent: Friday, 1 April 2005 5:21 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Custom

[flexcoders] Newbie Flex/Media Server problem

2005-12-07 Thread Mike Wall
to Media Server works ok and I can see a live stream having been create in the Media Server console but I can't get Flex to draw the Video object. Which of these ways is best and could someone please help me to get one method working. Hopefully, Mike Yahoo! Groups

Re: [flexcoders] Macromedia Podcasts

2005-12-07 Thread Mike Chambers
much cool stuff to discuss now. mike chambers [EMAIL PROTECTED] Ralf Rottmann wrote: Hi there, I wonder whether Macromedia has stopped the podcast initiative at http://weblogs.macromedia.com/podcast/ since there is no activity since July? Does anybody know anything about

[flexcoders] Re: Newbie Flex/Media Server problem

2005-12-08 Thread Mike Wall
a Flashcom streams. It might help you out... Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Wall Sent: Wednesday, December 07, 2005 5:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Newbie Flex

[flexcoders] Flex Components 508 Compliance

2006-02-08 Thread Mike Britton
Hi, I'm new to this list but am an occasional poster on Flashcoders. My question: Will the new Flex components (when they come out) be 508 compliant? If so, will they be immediately available for use in Flash 8? Thanks in advance, Mike Britton mikebritton.com -- Flexcoders Mailing List

Re: [flexcoders] Data Service : Tutorials.zip file Cairngorm help for beginner

2006-02-10 Thread Mike Britton
Steven Webster's site has a lot of Cairngorn info:http://www.richinternetapps.com/archives/cat_cairngorm.htmlhth,Mike -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Re: About Flex 2 Beta risk to use and best way to communicate with php

2006-02-28 Thread Mike Potter
. Very cool! Contact me at [EMAIL PROTECTED] if you've got questions about PHP and Flex, or have something cool to show off. Mike --- In flexcoders@yahoogroups.com, Flapflap [EMAIL PROTECTED] wrote: Hi there, I got two concrete questions about FLex 2 Beta 1- Now this is a beta

[flexcoders] Re: About Flex 2 Beta risk to use and best way to communicate with php

2006-02-28 Thread Mike Potter
I've posted a sample on using AMFPHP with Flex to my blog at http://blogs.adobe.com/mikepotter/ So far I haven't run into any problems using AMFPHP and Flex together. You just need to make a small change to one file and you're on your way. Mike --- In flexcoders@yahoogroups.com, Sönke Rohde

[flexcoders] Calling JS from ActionScript and vice versa

2006-03-01 Thread Mike Potter
that says Classes must not be nested on the line for public class ExternalInterfaceTest? More importantly, what is the correct code for calling a JS function via AS, and vice versa? Oh, and I'm happy to edit the wiki when I find out what's wrong. :) Mike -- Flexcoders Mailing List FAQ: http

[flexcoders] Re: Cairngorm question

2006-06-05 Thread Mike Britton
For what it's worth, I'm also interested in either the updated articles for CG2B3/Flex 2.0 or a *basic* sample application, before the Flex 2 release if possible. Mike -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives

[flexcoders] Can Flex record audio locally?

2006-06-26 Thread Mike Potter
Server to record video and audio, but I just want to make sure. Thanks, Mike Yahoo! Groups Sponsor ~-- Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM

[flexcoders] expanding Tree Nodes

2006-06-27 Thread Mike Wertheim
According to http://livedocs.macromedia.com/labs/1/flex20beta3/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=0611.html , the following code used to work in Flex Beta 2 but stopped working in Beta 3. : ![CDATA[function initTree(){

[flexcoders] Re: send email with PHP

2006-06-29 Thread Mike Potter
You can see how Flex and PHP can interact with some of the examples that I've written... They are posted on the Flex and PHP developer center: http://www.adobe.com/devnet/flex/flex_php.html Mike --- In flexcoders@yahoogroups.com, jf.saldanha [EMAIL PROTECTED] wrote: To me, in this days of Flex

[flexcoders] Re: ColdFusion vs. PHP as the back-end

2006-07-06 Thread Mike Potter
Just one point to clarify: AMFPHP only supports AMF0 while ColdFusion supports the newer AMF3 specification. For those interested, Ben Forta has a good discussion on the two technologies here: http://www.forta.com/blog/index.cfm?mode=eentry=1265 Mike --- In flexcoders@yahoogroups.com

RE: [flexcoders] Re: FDS on CFMX configuration problems

2006-07-07 Thread Mike Nimer
You are right, this is the tricky part. However, there is an easy way around it. Install CF and Flex separately (2 jvm instance, or 2 wars in the same instance). Then point you projects -services option to the flex2 services-config.xml. This will allow you to use the FDS and messaging

Re: [flexcoders] Adobe Labs - Actionscript Libraries Final versions?

2006-07-11 Thread Mike Chambers
I just finished compiling updated SWCs. I am having some problems getting the docs generated, but I may go ahead and post with the old docs (APIs are the same, but the doc style is new). I could then update the docs to the new style in the future. Thoughts? mike chambers [EMAIL PROTECTED

Re: [flexcoders] Adobe Labs - Actionscript Libraries Final versions?

2006-07-11 Thread Mike Chambers
these updated. mike chambers [EMAIL PROTECTED] On Jul 11, 2006, at 3:45 PM, Mike Chambers wrote: I just finished compiling updated SWCs. I am having some problems getting the docs generated, but I may go ahead and post with the old docs (APIs are the same, but the doc style is new). I could

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

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] 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] 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] [ 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] 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] 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] 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

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] 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] 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: 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] 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

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] 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.

[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] 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: 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

[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] 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

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

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

[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] 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] 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] 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] 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

[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

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

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] 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] 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] 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] 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

[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

[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

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] 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] Who to contain a UIComponent?

2008-01-23 Thread Mike Krotscheck
If I understand your question correctly any container will do, you just have to set clipContent to true and the scrollpolicy to auto or true; Michael Krotscheck Senior Developer RESOURCE INTERACTIVE http://www.resource.com/ www.resource.com

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

2008-01-23 Thread Mike Morearty
You just need to install the new Flash player that came with Flex Builder. You can find the installer in the Player directory. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, hworke [EMAIL PROTECTED] wrote: Hello, I installed a very simple allpication

RE: [flexcoders] mxml loader

2008-01-24 Thread Mike Krotscheck
This is possible two different ways: 1- With the livecycle server, which will compile your mxml on the fly and then send the resulting swf to your application. This costs a lot of money. 2- By using some kind of object encoding (coreLib.JSON might be able to do this), converting the string to a

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

2008-01-30 Thread Mike Morearty
I don't have NOD32 so I can't try it, but I can take a guess: Try configuring NOD32's firewall to allow port 7935 through. That is the port that is used to communicate between Flex Builder and the Flash player. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Paolo

RE: [flexcoders] I don't get it!!! what is this problem

2008-02-01 Thread Mike Krotscheck
You're trying to apply an effect to a state, rather than to the object that should be modified by the effect. Use _either_ transitions _or_ states. State Method: ?xml version=1.0 encoding=utf-8? mx:Application

[flexcoders] CSS Compile directives

2008-02-05 Thread Mike Krotscheck
I've just run across an odd behavior within Flex 3 and certain compiler directives, as follows: 1. Compiler options includes a -load-config+= directive. This directive ensures the compiler to includes a certain list of classes, via includes append=truesymbolclasspath/symbol/includes

[flexcoders] FB watch expression for a singleton object

2008-02-09 Thread Mike Chabot
many lines of code, but I'm not exactly sure what I'm allowed to type in terms of actual programming code in this box and the manual wasn't of much help. Thank you, Mike Chabot

Re: [flexcoders] FB watch expression for a singleton object

2008-02-10 Thread Mike Chabot
, or did I interpret you properly? Thank you, Mike Chabot On Feb 10, 2008 12:15 PM, Eric Cancil [EMAIL PROTECTED] wrote: Why dont you add a local variable to your main application file and watch that. On Feb 9, 2008 5:33 PM, Mike Chabot [EMAIL PROTECTED] wrote: In FB3 debug mode I want

Re: [flexcoders] Flex/Flash memory allocation

2008-02-13 Thread Mike Chabot
Firefox has some significant memory leaks that are unrelated to Flash. Are you noticing this problem in both FF and MSIE? Are you observing the memory usage using Windows task manager or by some other method like the Flex profiler? -Mike Chabot On Feb 13, 2008 8:45 AM, Guilherme Defreitas

Re: [flexcoders] problem in applying CSS programitcally

2008-02-14 Thread Mike Duncan
://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ - -- Mike Duncan ISSO, Application Security Specialist Government Contractor with STG, Inc. NOAA :: National Climatic Data Center 151 Patton Ave. Asheville, NC 28801-5001 [EMAIL PROTECTED] 828.271.4289 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6

RE: [flexcoders] Polymorphism....?

2008-02-19 Thread Mike Krotscheck
UIComponent doesn't have a property called isClosed, therefore your attempt to access that property on an instance cast to UIComponent will throw an error. What you need to do is have each class implement an interface called IClosable or something along those lines, and cast to that. public

[flexcoders] fyi : European on AIR Tour Dates and Cities announced

2008-02-19 Thread Mike Chambers
://onair.adobe.com We also made a post on the tour weblog with more information on the tour at: http://onair.adobe.com/blogs/tour/2008/02/19/on-air-tour-european-cities-and-dates/ Please feel free to ping me directly if you have any questions... mike chambers [EMAIL PROTECTED]

Re: [flexcoders] Power point in FLEX

2008-02-20 Thread Mike Duncan
/ - -- Mike Duncan ISSO, Application Security Specialist Government Contractor with STG, Inc. NOAA :: National Climatic Data Center 151 Patton Ave. Asheville, NC 28801-5001 [EMAIL PROTECTED] 828.271.4289 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG

[flexcoders] Re: Flex 3 is cool ... but I still need 2.0.1

2008-02-26 Thread Mike Morearty
Properties, Flex Compiler). So the point is that if you have code that needs to be compiled and linked with Flex 2.0.1, you can still use Flex Builder 3 to do that, and yet get the benefits of the new Flex Builder 3 IDE features such as refactoring etc. - Mike Morearty Adobe Flex Builder team

Re: [flexcoders] Re: Singletons - Best Practices

2008-03-11 Thread Mike Chabot
There is a chapter in the ActionScript 3 Design Patterns book on this topic that is good. -Mike Chabot On Tue, Mar 11, 2008 at 11:06 PM, andrii_olefirenko [EMAIL PROTECTED] wrote: i don't know about best practices but it's quite easy to implement package test { import

Re: [flexcoders] Best practices for developing flex projects with CF components

2008-03-12 Thread Mike Chabot
I don't think it matters too much whether the project is local or on your dev server, assuming you have a fast connection to your dev server making speed a non-issue. You don't need to install anything special on the dev server. Good luck, Mike Chabot On Wed, Mar 12, 2008 at 2:29 PM, kpjj31

Re: [flexcoders] Flash For linux

2008-03-13 Thread Mike Duncan
use? Do you mean Flash or Flex? If it is Flash, I don't know any. But, if you are talking about Flex, then you have the Flex Builder 3.0 IDE. It's not free, though. All the best, Fidel. - -- Mike Duncan ISSO, Application Security

[flexcoders] Re: flex builder 3 on os x very very slow in debug mode

2008-03-23 Thread Mike Morearty
I am have not seen this problem. What browser are you debugging with? Try a different one -- e.g. if you are debugging with a different one -- e.g. if you are using Safari, try debugging with Firefox, or vice versa. Let me know if that helps. - Mike Morearty, Adobe Flex Builder team

[flexcoders] Component intercepting an event, preventing another control to receive it...

2008-03-24 Thread Mike Anderson
behavior of Mouse Events, and Bubbling is true by default. I'm not sure if this issue pertains to Event Bubbling or not, but I am really stuck right now, and could use some help - If any of you could throw some ideas my way, I'd be very appreciative. Thanks in advance, Mike

RE: [flexcoders] Can a Listener return a value

2008-03-25 Thread Mike Krotscheck
foo.addEventListener( Event.SomeEvent, responderEventHandler ); private function responderEventHandler(event:Event):void { event.target.publicParameter = bar; } Michael Krotscheck Senior Developer RESOURCE INTERACTIVE http://www.resource.com/ www.resource.com

<    1   2   3   4   5   6   7   8   >