Re: [flexcoders] Odd text rendering issue

2012-08-23 Thread Michael Chealander
Something like the issues described here: http://code.google.com/p/chromium/issues/detail?id=140415 ? On 23 Aug, 2012, at 8:00 AM, Tom McNeer wrote: I'm looking into a very weird problem on a pre-existing application, which occurs only when using Chrome on Windows. The only specific

Re: [flexcoders] Charles Proxy, Flex, and ColdFusion 9

2012-05-02 Thread Michael Wills
Hi Bill, I didn't see a reply on the list but the developer of Charles Proxy is pretty responsive. Maybe record a session and send it to him? Michael *From:* BillF bill.frank...@bayer.com *Date:* April 24, 2012 12:47 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Charles Proxy

[flexcoders] image is caching

2011-11-18 Thread Michael Sumner
Working on a home owners association site. I am uploading a pet picture, it is getting to the server, being processed, I am changing the name to reference the residence and the pet. In the tab for pets I have a spark image and I use the source property and relative paths to the image. Once

[flexcoders] adding and managing children dynamically - accordion

2011-08-30 Thread Michael Sumner
I was trying to build a component that would dynamically add NavigatorContent as children to an Accordion based on how many items were in an ArrayCollection. That worked I got the expected number of accordion tabs labeled correctly. I now want to add a DataGrid to each NavigatorContent.

[flexcoders] maya to flash 10

2010-04-06 Thread MIchael
Hi, Is there a tutorial that shows a good workflow for exporting a maya model and importing it as a 3d movie clip in flash 10? thanks, Michael

[flexcoders] Re: maya to flash 10

2010-04-06 Thread MIchael
--- In flexcoders@yahoogroups.com, MIchael madmik3@ wrote: Hi, Is there a tutorial that shows a good workflow for exporting a maya model and importing it as a 3d movie clip in flash 10? thanks, Michael

[flexcoders] Re: maya to flash 10

2010-04-06 Thread MIchael
I don't want to use papervision. I want to use the 3d engine built into flash 10. --- In flexcoders@yahoogroups.com, Paul Andrews p...@... wrote: On 06/04/2010 21:23, MIchael wrote: Hi, Is there a tutorial that shows a good workflow for exporting a maya model and importing it as a 3d

[flexcoders] Re: maya to flash 10

2010-04-06 Thread MIchael
My understanding is that is exactly what papervision3d does as well. How does papervision3d differ? --- In flexcoders@yahoogroups.com, Paul Andrews p...@... wrote: On 06/04/2010 22:51, MIchael wrote: I don't want to use papervision. I want to use the 3d engine built into flash 10

[flexcoders] Re: FlexUnit + Ant + Continuos Integration

2010-03-08 Thread Michael
You might try looking at: http://www.insideria.com/2008/04/unit-testing-with-flexunit-1.html for a good getting started article with FlexUnit. Regards, Michael Portuesi --- In flexcoders@yahoogroups.com, Nahla Laribi nahloulaha...@... wrote: Hello :) Did you find good site which

[flexcoders] Re: FlexUnit + Ant + Continuos Integration

2010-03-07 Thread Michael
, Michael Portuesi --- In flexcoders@yahoogroups.com, M. Fernanda Gioiosa fgioi...@... wrote: Hello, I'm working in a project with FlexUnit, Ant and Bamboo as continuos integration tool, have you ever try to do this? How is the ant tasks that you need to Run? How the FlexUnitTestRunner works

[flexcoders] Re: Capturing and Saving an image in Flex (BitmapData)

2010-03-05 Thread Michael
, Michael Portuesi --- In flexcoders@yahoogroups.com, Wally Kolcz wko...@... wrote: Can someone point me to an example of using the BitmapData.draw() to capture an image of a container on the screen and save it to the harddisk of the server. I see some that show me how to capture and process

[flexcoders] Re: Changing the background of an AS3 project in Flex

2009-12-01 Thread Michael
In your top-level application MXML file, try adding this attribute to your mx:Application tag: mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; backgroundColor=#ff --- In flexcoders@yahoogroups.com, Calbeans jwrigh...@... wrote: Hi All, I'm working on an AS3 project

[flexcoders] Top 10 things new Flex developers should know

2009-11-29 Thread Michael
I hope this article on my blog is useful for those who are newcomers to Flex. http://digitaldumptruck.jotabout.com/?p=39 Michael Portuesi

[flexcoders] Re:Flex Builder 3 for Linux updated

2009-11-25 Thread Michael Slinn
Life is short. Microsoft is aggressive, and HTML5 looms. Without cross-platform support for developers and users Flex and the Flash Platform can't compete. Flex had a decent chance to become more than a promising product, but the end of that opportunity is in sight. Without strong Linux

[flexcoders] Re: Developing Flash/Flex on Linux

2009-10-22 Thread Michael Slinn
IntelliJ IDEA for Flex, even v9M1 (Maia), doesn't quite work properly :( You can see for yourself: http://www.jetbrains.com/idea/nextversion/ It's been a while, but the issues remain. Maia seems stalled. A free policy for open source projects would speed adoption of any IDE; also a free

Re: [flexcoders] Re: Training Courses

2009-10-09 Thread Jason Michael Perry
the flex abilities of my department are very mixed. Regards, Wes __ Jason Michael Perry ja...@jasonmperry.com www.jasonmperry.com tel: 504-383-FLEX

[flexcoders] Re:Need good links for learning LCDS

2009-10-06 Thread Michael Slinn
This book has a lot of useful information for people who want to learn LCDS. Of course, I may be biased ;-) http://slinnbooks.com Mike

[flexcoders] Re: AIR from a Flex ActionScript Project?

2009-09-30 Thread Michael
this helps, Michael Portuesi --- In flexcoders@yahoogroups.com, John McCormack j...@... wrote: Thanks Michael, I will give this a try. Currently, within FB3 I can create an AIR project and it does these things for me but the output is structured similarly to a Flex project but my projects

[flexcoders] Re: AIR from a Flex ActionScript Project?

2009-09-29 Thread Michael
luck. Michael Portuesi --- In flexcoders@yahoogroups.com, John McCormack j...@... wrote: Is there any easy way to publish a Flex ActionScript Project as an AIR file. This project, by its nature, has no mxml tags. John

[flexcoders] Implement Multiple Interfaces in a MXML component

2009-09-08 Thread Michael Ridland
Hi I want to be able to implement multiple interfaces in a MXML Component. But I get this error, 'Attribute implements was already specified for element mx:Canvas.'. Thanks in Advance. Michael

Re: [flexcoders] Implement Multiple Interfaces in a MXML component

2009-09-08 Thread Michael Ridland
fidel.vie...@gmail.com wrote: Hi Michael, On Tue, Sep 8, 2009 at 10:48 AM, Michael Ridlandrid...@gmail.comrid00z%40gmail.com wrote: Hi I want to be able to implement multiple interfaces in a MXML Component. But I get this error, 'Attribute implements was already specified for element

[flexcoders] Dynamically Created Components Added to Custom Components

2009-09-08 Thread Michael Ridland
Hi I am created a dynamically adding a VBox, that contains two images. Into a Custom Component that is derived from UIComponent. The problem is the Vbox that contains the two image is only a really tiny size. I would like the VBox stretch to the size of the two images. This is how I am creating

Re: [flexcoders] Implement Multiple Interfaces in a MXML component

2009-09-08 Thread Michael Ridland
Thanks, I should of thought about that. On Tue, Sep 8, 2009 at 7:54 PM, Johannes Nel johannes@gmail.com wrote: only one attribute, but comma deliminated interface paths in that attributes text On Tue, Sep 8, 2009 at 11:48 AM, Michael Ridland rid...@gmail.com wrote: Hi I want

[flexcoders] Adobe Air Screenshot

2009-09-04 Thread Michael Ridland
recommend any other methods? Thanks in Advance Michael

[flexcoders] Flex Builder 3 - Conditional Debugging

2009-08-27 Thread Michael Ridland
Hi Is is possible to have conditional breakpoints in Flex Builder 3? Either via the editor or action script. It would be cool if I could go if(ShouldBreak()) Debugger.Break(); Is there anything like this? or hacks? Thanks in Advance.

[flexcoders] Re: What is the best material to learn Flex 3 and AS3?

2009-08-16 Thread Michael Portuesi
Adobe also offers another video tutorial series, hosted by Doug Winnie: http://www.adobe.dougwinnie.com/actionscript-11/ This series provides an introduction to ActionScript, and Doug is an excellent teacher. Episode 13 covers all the addlistener stuff. Michael Portuesi --- In flexcoders

[flexcoders] Re: Send an automatic Password

2009-08-12 Thread Michael Slinn
to make it industrial strength. BTW, the book is called *Flex Data Services, Eclipse and Hibernate* and it is available now from http://slinnbooks.com Mike -- *Michael Slinn* +1-415-367-3789 Independent full-service software contractor and author Certified Adobe Flex 3 with AIR ACE

[flexcoders] Re: how to search a file in directory using flex

2009-08-06 Thread Michael Portuesi
You can use AIR functionality in your Flex application. However, when you incorporate the AIR API into your Flex application, it no longer runs inside a web browser. It is converted into a desktop-based AIR application. Michael Portuesi --- In flexcoders@yahoogroups.com, Adarsh Agrawal

[flexcoders] unsubscribe

2009-08-02 Thread Michael Paley

[flexcoders] error message

2009-07-16 Thread Michael Sumner
appreciate any insight. Michael Sumner Nations Best Sports

RE: [flexcoders] Re: error message

2009-07-16 Thread Michael Sumner
/redeploy -- /system /services-config Michael Sumner Nations Best Sports 817-788-0034 ext 244 817-788-8542 fax From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Thursday, July 16, 2009 10:21 AM To: flexcoders

[flexcoders] Re: Programmaticly created Consumer does not find endpoint

2009-07-15 Thread Michael Slinn
' Suggestions? Mike --- In flexcoders@yahoogroups.com, Michael Slinn msl...@... wrote: I am able to programmatically create a RemoteObject to call RPCs against, and now I am trying to programmatically create a messaging Consumer that listens on a streaming AMF channel. I have cranked up logging

[flexcoders] Programmaticly created Consumer does not find endpoint

2009-07-14 Thread Michael Slinn
I am able to programmatically create a RemoteObject to call RPCs against, and now I am trying to programmatically create a messaging Consumer that listens on a streaming AMF channel. I have cranked up logging verbosity. I note the 404 (not found) message: [SWF]

[flexcoders] Re: mx:VideoDisplay does not return QuickTime metadata

2009-06-11 Thread Michael Slinn
Thank you for the information. It is helpful to understand. Because I want to size the player at the start of loading the file, and I do not want to have to rearrange the contents of every file that is uploaded, I think a server-side Java program that reads the metadata and sends it to a custom

[flexcoders] mx:VideoDisplay does not return QuickTime metadata

2009-06-10 Thread Michael Slinn
The docs say that mx:VideoDisplay should play MOV files with Flash Player 10. I created a file with QuickTime Pro 7. I can see that the MOV file loads, but the metatdata property is null, and videoHeight and videoWidth are zero. Not only that, but onMetaDataReceived(event) is never invoked:

RE: [flexcoders] CRUD generator...

2009-06-10 Thread Michael Sumner
://cfcgenerator.riaforge.org/index.cfm?event=page.myprojectsid=8 All RIAForge projects by this author) Last Updated: December 2, 2008 6:19 PM Version: 1.0 Beta (Build 13) Views: 20158 Downloads: 3203 License: http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2 Michael Sumner Nations Best

[flexcoders] e4x challenge

2009-04-22 Thread Michael Slinn
I would like to filter out all elements with type=file from the following XML. That turns out to be rather difficult because node/ elements are nested. Any suggestions? ?xml version=1.0 encoding=UTF-8? node name=classes type=dir uri=file:/classes/ node name=spring-beans-2.0.dtd type=file

[flexcoders] Re: Increasing the Panel scroll speed?

2009-04-13 Thread Michael Schmalle
Hi, You can use these two properties to control scroll speed; container.verticalLineScrollSize container.verticalPageScrollSize Mike --- In flexcoders@yahoogroups.com, Sascha sbal...@... wrote: In Flex if you wrap a component into a Panel (or Canvas) which is larger than the Panel, by

[flexcoders] Re: Accessing the border of a container

2009-04-09 Thread Michael Schmalle
Hi, using mx_internal you could; import mx.core.mx_internal; myInstance.tk_internal::background or; rawChildren.getChildByName(border); Mike --- In flexcoders@yahoogroups.com, florian.salihovic florian.saliho...@... wrote: I don't know if i'm just blind atm or if it's indded hard to

[flexcoders] Re: Creating a SWc without the Flex classes?

2009-04-09 Thread Michael Schmalle
Hi, I use this in my build file; !-- Include the necessary framework libraries as external libraries -- arg line=-external-library-path '${flexsdk.libs.player.dir}'/ arg line=-external-library-path '${flexsdk.libs.dir}'/ This uses those swcs to compile against but bot include the byte code in

RE: [flexcoders] Newbie SOA question (maintaining login state)

2009-04-08 Thread Michael Pengi
I'd be interested in hearing more about this. Isn't there a 'normal' way to do this with flex? Maintaining login state would seem to be a basic requirement for web apps. Just curious. Tracy Spratt wrote: I have a lot to learn about security, and had difficulty wading through all of the

Re: [flexcoders] Negative Mask

2009-03-23 Thread Michael Wills
Is the mask you want an image or going to be drawn dynamically? Do you have a movieclip or some other graphic that will be the mask and you want to invert its masking effect so it cuts out instead? Also, related to what Kenneth posted, which Flash player are you targeting? 9 or 10? Michael

[flexcoders] Flex 2 Store That Works In Flex 3?

2009-03-20 Thread Michael
When I import the Flex Store that was created in version 2, I run the application but it loads about 75% and then stops. I know Adobe noted that some changes might be necessary for the Flex 2 store to run properly in Flex 3. Does anyone have those changes that must be made or a source link

[flexcoders] Re: problem with XML in flex

2009-03-20 Thread Michael
Type adobe flex cms into youtube and you will find a member mikenku who created a cms in flex but as an air. That air program then creates an xml file and uploads it. Hope some code there helps.

Re: [flexcoders] Convert Air app. to Flex

2009-03-19 Thread Michael D Corbridge
change: mx:WindowedApplication to mx:Application and remove any AIR dependent code Michael D. Corbridge . . . . . . . . . . . . . . . . . . . . . . . . . i b m i n t e r a c t i v e One Rogers St. Cambridge, MA 02154 617.693.7150 office 617.964.4529 cell

[flexcoders] Re: Flex 3.3 SDK and AdvancedDataGrid

2009-03-16 Thread Michael Slinn
The online docs and the previous posting suffer from invalid characters. Also, the path needs to be in quotes. Try this: java -jar DMV-source.jar C:\Documents and Settings\All Users\Application Data\Adobe\Flex

[flexcoders] Flex ajax bridge in IE without document.write()

2009-03-10 Thread Michael Pelz-Sherman
(FABridge__bridgeInitialized([flash])) ); } catch (e) { document.getElementById(graph_div).SetReturnValue(undefined/); } Any advice would be greatly appreciated! - Michael

[flexcoders] archived Flash players - why so huge?

2009-03-10 Thread Michael Pelz-Sherman
I found this page today while searching for a way to downgrade to an earlier version of Flash: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14266 Can anyone explain why the installer files are so huge? - Michael

Re: [flexcoders] archived Flash players - why so huge?

2009-03-10 Thread Michael Pelz-Sherman
! :-) From: Michael Pelz-Sherman mpelzsher...@gmail.com To: flexcoders@yahoogroups.com Sent: Tuesday, March 10, 2009 2:31:47 PM Subject: [flexcoders] archived Flash players - why so huge? I found this page today while searching for a way to downgrade to an earlier version of Flash: http

Re: [flexcoders] Moving a viewStack through actionscript

2009-03-09 Thread Michael Wills
/3/langref/mx/containers/ViewStack.html Hope that helps! Michael Wally Kolcz wrote: I have a test that I want to walk through the questions using a function. How can I set the inital value of the ViewStack (questionsVS) to 0 and then increment it by one each time someone clicks a button

Re: [flexcoders] Moving a viewStack through actionscript

2009-03-09 Thread Michael Wills
sense! Michael Wally Kolcz wrote: When I added the click=nextQuestion() it was triggered off the selecting of a radio button and not the button. Here all the code I have. It is telling me that the viewStack doesn't exist when I believe it should. test1.mxml ?xml version=1.0 encoding=utf-8

Re: [flexcoders] Moving a viewStack through actionscript

2009-03-09 Thread Michael Wills
but it takes some time to understand. It would save some of the hassle you're trying to do of course at the expense of a new and different kind of hassle. :-) Michael Wally Kolcz wrote: Wow...its a 'simple' one time create app. All I want to do is when the user selects an answer

Re: [flexcoders] Architecture / Design question...

2009-03-09 Thread Michael Wills
pine in with much better solutions. Michael tchredeemed wrote: I have a situation in which I am currently using a very ugly set up to get the job done, but I want to change this (will explain) and I am looking for some insight. The process is this. A user gets to a piece of our app

Re: [flexcoders] jQuery for Flex - a Behavior Injection Framework

2009-03-03 Thread Michael Wills
to understand though. The setup and usage is quite clear just looking at the code. I actually hadn't even seen or used the Contents or Swap tags before. I still have to go look those up in the related docs. :-) Michael Sean Clark Hess wrote: @Sam, Thanks for adding that link. Guess I shouldn't

Re: [flexcoders] jQuery for Flex - a Behavior Injection Framework

2009-03-02 Thread Michael Wills
I like the possibility of using it with Mate/Cairngorm. So then it would be the decaf versions of mate/cairngorm? :-) Seriously though this is quite cool. Sam Lai wrote: I think you forgot the link (or my phone's playing tricks with me). http://code.seanhess.net/?p=156 Nice work btw. I'm

Re: [flexcoders] Re: Can't seem to get Myriad Pro to encode in Flex

2009-03-02 Thread Michael Wills
files are out. Michael Adrian Gillette wrote: By the way, I used Flash CS4 to create my font swf. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, Adrian Gillette gille...@... wrote: I'm trying to embed couple versions of Myriad Pro into my Flex project: Myriad Pro

[flexcoders] single double click event handling on same component

2009-02-13 Thread Michael Pelz-Sherman
this workaround, is there a better way? - Michael

[flexcoders] Re: How to set the endpoint address in Coldfusion side?

2009-02-12 Thread Michael VanDaniker
The flex2gateway is defined in the services-config.xml file found in your_cf_install_path/wwwroot/WEB_INF/flex/ Depending on how you set up your flex project, this file will be used during compilation so your remote objects will know what 'destination=ColdFusion' actually means. After you edit

Re: [flexcoders]Architect an image gallery transition effect - design suggestions

2009-02-11 Thread Michael VanDaniker
Why not have two Image components, one on top of the other? As the user brings up on image you can fade one out and fade the other in. --- In flexcoders@yahoogroups.com, dorkie dork from dorktown dorkiedorkfromdorkt...@... wrote: I'm trying to create an image gallery component and I need some

[flexcoders] flex app making undefined http requests

2009-02-10 Thread Michael Pelz-Sherman
My flex app is making http requests to a url with the string undefined. These requests are showing up as 404 errors in the web browser. I have no idea where these requests are coming from. Any suggestions on how to debug this? Thanks! - Michael

Re: [flexcoders] dynamic context menu problem

2009-01-30 Thread Michael Pelz-Sherman
masquerading as a ContextMenu? - Michael From: Gregor Kiddie gkid...@inpses.co.uk To: flexcoders@yahoogroups.com Sent: Friday, January 30, 2009 5:22:20 AM Subject: RE: [flexcoders] dynamic context menu problem The solution I put in place for a similar problem

Re: [flexcoders] dynamic context menu problem

2009-01-30 Thread Michael Pelz-Sherman
not necessarily represent those of INPS or any of its affiliates. If you are not the intended recipient please contact is.helpdesk@ inps.co.uk From:flexcod...@yahoogro ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Michael Pelz-Sherman Sent: 30 January 2009

[flexcoders] dynamic context menu problem

2009-01-29 Thread Michael Pelz-Sherman
, but I haven't found a reasonable way to do this. So instead I'm re-generating the menus every time the user (left) clicks, which is kind of expensive and is having unwanted side-effects. Unfortunately, MouseEvent.RIGHT_CLICK is AIR-only. Any suggestions would be most appreciated! - Michael

Re: [flexcoders] ContextMenuItem with a checkbox ?

2009-01-20 Thread Michael Pelz-Sherman
-context-menu-with-keyboard-shortcuts-in-flash Did this change recently? If so, why? Thanks, - Michael From: Michael Pelz-Sherman mpelzsher...@gmail.com To: flexcoders@yahoogroups.com Sent: Monday, January 19, 2009 2:15:33 PM Subject: [flexcoders] ContextMenuItem

[flexcoders] ContextMenuItem with a checkbox ?

2009-01-19 Thread Michael Pelz-Sherman
Hi, I'd like to create a ContextMenuItem with a checkbox that toggles some behavior. Is this possible? Thanks! - Michael

[flexcoders] Re: How to test flash apps in the normal (non-debug) player with the debug player in installed?

2009-01-12 Thread Michael VanDaniker
Check out the Flash Switcher Firefox extension. --- In flexcoders@yahoogroups.com, tom s tcs2...@... wrote: Hi All, I have the flash debug player installed for FireFox and IE. What is the best way to test flash apps in the normal (non-debug) player on the *same machine*? (I don't have

[flexcoders] Re: Best practices for using custom service type with Cairngorm ServiceLocator

2008-12-22 Thread Michael VanDaniker
Frankly, using the ServiceLocator in the first place is far from a best practice. In the past, I've done this to initialize my remote objects: var ro:RemoteObject = RemoteObject(ServiceLocator.getInstance().getRemoteObject(ro)); ro.endpoint = myEndpoint; ro.source = mySource; You can do

[flexcoders] Re: How does Flex Builder validate a BlazeDS/LCDS J2EE project?

2008-12-21 Thread Michael Slinn
Filed as http://bugs.adobe.com/jira/browse/FB-16422

[flexcoders] Re: Programmatically managing BlazeDS ServerConfig

2008-12-21 Thread Michael Slinn
Cornel, You are doing the opposite of what I am doing. Instead of letting the compiler generate the code to read the XML configuration files, and then examining the variables, I am attempting to set the XML directly and configure BlazeDS that way, without using data files bound into the SWF.

Re: [flexcoders] Re: Rendering Problem

2008-12-21 Thread Michael Prescott
while it figured all that out. But your problem is so broad that I encourage you not to apply possible cures until you understand it better. A basic plan is to cut stuff out until you don't see the problem any more. Michael On Sun, Dec 21, 2008 at 6:01 PM, Rafael Faria rafaelfaria.gru

[flexcoders] Channel documentation errors?

2008-12-16 Thread Michael Slinn
The documentation for Channel.applySettings() says: Subclasses should override this method to apply any settings that may be necessary for an individual channel. Make sure to call super.applySettings() to apply common settings for the channel. Parameters settings:XML — XML fragment of the

[flexcoders] Re: How does Flex Builder validate a BlazeDS/LCDS J2EE project?

2008-12-16 Thread Michael Slinn
Cornel, Thanks for confirming my suspicions. I realized I was checking the wrong directory for disk activity. Flex Builder does not probe the Root Folder that Flex Builder presents in Project Properties / Flex Server, it probes the deployment folder, which resides in the workspace. My test

[flexcoders] Re: Programmatically managing BlazeDS ServerConfig

2008-12-16 Thread Michael Slinn
That produces a null result, as it should. The problem seems to be with the call to ServerConfig.getChannel(channelName). As I trace through the call, I see a call to ServerConfig.createChannel('my-amf'). It evaluates xml.channels.channel.(@id == channelId); which of course returns nothing

[flexcoders] Auto-scrolling of selectable Text controls

2008-12-15 Thread Michael Prescott
the text non-selectable? Michael

[flexcoders] Re: Auto-scrolling of selectable Text controls

2008-12-15 Thread Michael VanDaniker
I've run into this before. It appears to be a bug with leading. If you set it to zero, this won't happen, but the lines of text will be a little too close together. You can probably monkey patch it. --- In flexcoders@yahoogroups.com, Michael Prescott michael.r.presc...@... wrote: If you have

[flexcoders] How does Flex Builder validate a BlazeDS/LCDS J2EE project?

2008-12-14 Thread Michael Slinn
I imagined that Flex Builder validates a J2EE project by writing a file into the root folder, and reading it back via the root URL, but when I used SysInternals FileMon and a TCP monitor to check, I did not see any such activity. Exactly how does the Validate Configuration button perform

[flexcoders] Programmatically managing BlazeDS ServerConfig

2008-12-14 Thread Michael Slinn
ServerConfig has static methods and properties that I would like to invoke. Seems that setting the xml property is a way to configure BlazeDS. Pardon the length of this bit of code - it's an interleaving of flex/services-config.xml and flex/remoting-config.xml: ServerConfig.xml =

[flexcoders] Restrictions on non-visual component placement

2008-12-12 Thread Michael Prescott
of a component or application. Is this true? This is rather awkward, as I need a DetailPopUp for each griditem. Any tips would be very helpful! Michael

Re: [flexcoders] Restrictions on non-visual component placement

2008-12-12 Thread Michael Prescott
appears to be to take the guts and put it in its own component definition, and then do this: mx:GridItem my:WholeChunkaStuff/ /mx:GridItem Michael On Fri, Dec 12, 2008 at 1:25 PM, Rick Winscot rick.wins...@zyche.comwrote: It's difficult to determine what your problem is without knowing

Re: [flexcoders] Restrictions on non-visual component placement

2008-12-12 Thread Michael Prescott
detail popup was trying to coordinate multiple pairs of controls. (Basically, I wanted the repeater to manage instances of the detail popup as well.) Michael On Fri, Dec 12, 2008 at 2:18 PM, Tracy Spratt tspr...@lariatinc.com wrote: It IS, or at least was, the case that non-visual

Re: [flexcoders] Restrictions on non-visual component placement

2008-12-12 Thread Michael Prescott
] *On Behalf Of *Michael Prescott *Sent:* Friday, December 12, 2008 11:17 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Restrictions on non-visual component placement It still seems to be true. Yes, I can see that before repeaters are involved, but the detail popup creates

[flexcoders] MXML Components and measure()

2008-12-11 Thread Michael Prescott
. Regards, Michael

Re: [flexcoders] Defining, but not adding to parent in MXML

2008-12-09 Thread Michael Prescott
to determine whether it is managing the pop up yet (no parent, and it assumes that it isn't) - so it seemed that, along with my not knowing about includeInLayout=false, creating the popup control in some sort of parentless way was important. Michael On Tue, Dec 9, 2008 at 1:33 AM, Josh McDonald [EMAIL

[flexcoders] Defining, but not adding to parent in MXML

2008-12-08 Thread Michael Prescott
mx:MyDetail id=detail data={data}/ /mx:Component* /mx:popUp /mx:MySummary /mx:Box /mx:Component /mx:itemRenderer Any tips would be appreciated! Michael

Re: [flexcoders] Defining, but not adding to parent in MXML

2008-12-08 Thread Michael Prescott
Of *Michael Prescott *Sent:* Monday, December 08, 2008 4:28 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Defining, but not adding to parent in MXML Is it possible to define a component but somehow cause it to be omitted from the enclosing component's list of children? Essentially

Re: [flexcoders] Method variable scoping problem with Flex compiler

2008-12-04 Thread Michael Prescott
*Why* it's different I can't tell you, but if you're being regularly surprised, it sounds like you might benefit from skimming through the language reference. This behavior is described on the

[flexcoders] Re: Why no initial FlexEvent.SHOW event dispatched?

2008-12-02 Thread Michael VanDaniker
When a UIComponent is set to visible for the first time by the LayoutManager, the SHOW event is suppressed. The CREATION_COMPLETE event fired immediately after that call to setVisible, so you should be able to achieve whatever effect you're going for by registering the same function to listen for

Re: [flexcoders] Nulls in data binding chains

2008-12-01 Thread Michael Prescott
Thanks, Dave. My only concern was that it would turn out not to be supported behavior and might stop working in certain circumstances - before I plough ahead and rely on it. :-) Regards, Michael On Sun, Nov 30, 2008 at 11:33 AM, Dave Kong [EMAIL PROTECTED] wrote: I dont know any docs

[flexcoders] Nulls in data binding chains

2008-11-28 Thread Michael Prescott
Is there any reference material that describes how Flex behaves when it encounters a null part way along a data binding chain? Michael

Re: [flexcoders] Re: Newbie binding question

2008-11-25 Thread Michael Prescott
Oh sorry, I omitted the the getter from my example - but yes, I have getters. (The IDE warns you that [Bindable] doesn't do anything when you omit the getter.) I'm wondering if data binding requires the event to be a PropertyChangeEvent for data binding to work? Michael On Mon, Nov 24, 2008

Re: [flexcoders] Flexbuilder is getting on my last nerve

2008-11-25 Thread Michael Prescott
I haven't come across this, but I heartily recommend upgrading to 3.0.2 if you haven't already. On Tue, Nov 25, 2008 at 3:21 PM, wkolcz [EMAIL PROTECTED] wrote: I like to start my AS files by adding all the import statement of all the items I know I am going to need. However, if I forget

[flexcoders] Newbie binding question

2008-11-24 Thread Michael Prescott
a 'dataChanged' event of my own. [Event(name=dataChanged)] public class MyClass { [Bindable] public function set data(data:Object):void { this._data = data; dispatchEvent( new Event(dataChanged) ); Am I missing something? Michael

[flexcoders] Re: check compiler configurations in runtime

2008-11-24 Thread Michael VanDaniker
The stack trace trick works well. I've written a little class that automates the check. http://michaelvandaniker.com/blog/2008/11/25/how-to-check-debug-swf/ --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: If the app has debug info in it, the text in an

[flexcoders] Re: extends, 2 questions

2008-11-19 Thread Michael VanDaniker
Just create the package structure for mx.core in your source folder and copy UIComponent to that directory. The compiler will use that UIComponent instead of the one in the SDK, so if you change the base class there everything should work as you expect. You'll need to grab Version.as as well

[flexcoders] Re: May I save BitmapAsset instance to database?

2008-11-19 Thread Michael VanDaniker
may be a good place to look if you want to go that route. --- In flexcoders@yahoogroups.com, markflex2007 [EMAIL PROTECTED] wrote: Hi Michael, Thanks. Would you please give me an idea how to save Video or Audio data to database like saving image with ByteArray. Thanks Mark

[flexcoders] Re: May I save BitmapAsset instance to database?

2008-11-18 Thread Michael VanDaniker
Your question is a bit vague, but I'll try and be of some help. You can use the ImageSnapshot class to get the ByteArray the backs your image. Then you can store those bytes in a database and pull them up later. If you're building an AIR application and saving the image to a local database

[flexcoders] Re: creating a class - question extending

2008-11-18 Thread Michael VanDaniker
Image, like all UIComponents, has a zero argument constructor. Unless your imageWithData knows what its username is going to be without any outside info, it wouldn't make sense to do much of anything with the username in the constructor. If you're going to be instantiating your images in

[flexcoders] Re: Use the Hslider to control the image

2008-11-09 Thread Michael VanDaniker
displayObjectA can by masked by displayObjectB with the assignment displayObjectA.mask = displayObjectB; This will cause only the portions of displayObjectA that are under displayObjectB to show through. Also, you won't actually see any of displayObjectB. There is an example in the docs that

[flexcoders] Re: sortCompareFunction - First the number's then the null's

2008-11-05 Thread Michael VanDaniker
Use this as the sortCompareFunction on your column: public function compareValues(a:Object, b:Object):int { if(a == null b == null) return 0; if(a == null) return 1; if(b == null) return -1; if(a b)

[flexcoders] Re: UM Extension

2008-11-04 Thread Michael VanDaniker
All you have to do is extend the right classes :) Your event class should extend UMEvent. UMEvent has a callbacks property, and within that Callbacks object you'll specify the functions you want called when your delegate finishes (successfully or otherwise). Like so: private function

  1   2   3   4   5   6   7   8   9   10   >