Re: [flexcoders] Re: Apollo (Should Adobe Keep the Name)

2007-03-18 Thread Michael Schmalle
What do I care what they name the product. Your missing the point, how many people play with their cell phones and are amused with that? :) Peace, Mike On 17 Mar 2007 08:55:39 -0700, Paul DeCoursey [EMAIL PROTECTED] wrote: You are missing the I don't care option. What do I care what they

[flexcoders] Looking for Flex expert (project-based or full-time based in San Francisco)

2007-03-21 Thread Michael Sha
Hi, I'm looking for a Flex guru who could help us build an interactive charting application. To give you a sense of the type of functionality we are looking to build, Google Finance charts are a pretty good rough proxy: http://finance.google.com/finance?q=goog We have room on our team for

[flexcoders] Re: How do you suppress repeating values in DataGrid columns?

2007-03-21 Thread Michael Levine
XMLListCollection(XMLList(event.result..books)); // Suppress repeating Author values var lastAuthor:String = ; var i:int = 0; for each (var book:XML in books) { if ([EMAIL PROTECTED] == lastAuthor) { [EMAIL PROTECTED] = ; } lastAuthor = [EMAIL PROTECTED]; i++; } Michael

[flexcoders] Re: How do you suppress repeating values in DataGrid columns?

2007-03-22 Thread Michael Levine
that I haven't yet come across anyone else who has attempted and accomplished this in Flex. Perhaps another option is to restructuring the underlying data itself. I will look into this and update this thread with any new solutions/suggestions. Thanks, Michael --- In flexcoders@yahoogroups.com, Adam

Re: [flexcoders] Relative paths in CSS embeds?

2007-03-22 Thread Michael Schmalle
Hi, Use a url like; source = ../../MyThemProject/images/bg_main.gif)'. I do this for css outside of my current project and works fine. Peace, Mike On 3/22/07, Brett Levine [EMAIL PROTECTED] wrote: Yes, of course. If the .css file and the .mxml file using it are in the same project that

Re: [flexcoders] Apollo - multi-window communication

2007-03-22 Thread Michael Schmalle
I would go out on a limb and say yes. Not in alpha but, if we are going to be able to addChild() on a newly created window, I don't see why you could communicate with a window that you created from the main app. Peace, Mike On 22 Mar 2007 14:32:13 -0700, Mark Doberenz [EMAIL PROTECTED] wrote:

Re: [flexcoders] Relative paths in CSS embeds?

2007-03-23 Thread Michael Schmalle
if I follow your example mine will work too. brett On Mar 22, 2007, at 11:25 AM, Michael Schmalle wrote: Hi, Use a url like; source = ../../MyThemProject/images/bg_main.gif)'. I do this for css outside of my current project and works fine. Peace, Mike On 3/22/07, Brett Levine [EMAIL

Re: [flexcoders] Can't add objects to a new Apollo window

2007-03-23 Thread Michael Schmalle
Hi, If you read the docs, they say you cannot do this in the Alpha version of Apollo. It will be in a beta or for sure the final. Peace, Mike On 23 Mar 2007 08:50:22 -0700, Mark Doberenz [EMAIL PROTECTED] wrote: I have an Apollo app that I want to make open another window and load a

Re: [flexcoders] Re: help with setInterval...

2005-04-23 Thread michael keirnan
: Re: [flexcoders] Re: help with setInterval... Does not work. On 4/12/05, michael keirnan [EMAIL PROTECTED] wrote: it would be good to go through the Flex UG sections on scoping and event listeners. in the long run understanding scope is invaluable. in your test case the following might

[flexcoders] Flash Player/Flex Feature

2005-04-25 Thread Michael Laudrup
have 1 Gb RAM and after deploy/re-deploy the application 2-3 times, JRun almost crawls on his knees and finally get the blessing... Out of Memory... Thanks, Michael __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection

Re: [flexcoders] Tomcat and Flex (Apache and mod_jk)

2005-04-26 Thread Michael Laudrup
Is this acceptable moving the project in production?. Regards, Michael Cary Newfeldt [EMAIL PROTECTED] wrote: I usually restart Apache and Tomcat when this happens. Takes care of the issue for me on my freebsd box. cheers, cJohan Lopes wrote: Hi Eric,I've run into similar problems. I keep

RE: [flexcoders] AMF POJO/hibernate/java.sql.Date Bug?

2005-04-26 Thread Michael Laudrup
To avoid the date thing, I keep the date as long on the server side and Number on the AS2. Redards, MichaelPeter Farland [EMAIL PROTECTED] wrote: Sorry but the RemoteObject AMF Gateway does not create java.sql.Dateinstances from ActionScript Dates in Flex 1.5.-Original Message-From:

Re: [flexcoders] binding error - from Flex?

2005-05-02 Thread michael keirnan
also, if you run mxmlc or compc against your source tree the generated files are placed right in your source tree. (perhaps obvious if one thinks about it, but i did not think about it until it bit me). this can lead to various problems during the typical development process:

Re: [flexcoders] Setting Text Property of Label Control Dynamically

2005-05-02 Thread michael keirnan
it looks like you want to use data binding here. in your mxml you can do this: mx:Label id="lblListValue" text="{lstCanvasSize.selectedItem.label}"/ and comment out this line in your AS: //lblListValue.text = strSize; if you haven't already, definitely check out the sections in the Flex

Re: [flexcoders] Split up flex-config.xml

2005-05-03 Thread michael keirnan
i haven't tried it, but the XML entity include might work, depending on the parser. http://ant.apache.org/faq.html#xml-entity-include /mgk Peter Farland wrote: Hi Yokota, only one configuration file can be used by the AMFGatewayServlet. The whitelist.parent.node points the gateway's

Re: [flexcoders] Questions, Questions

2005-05-04 Thread Michael Laudrup
this product has and see if for the money you pay you get what you needwhich probably you already did. So, welcome to the dark side... Michael __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

RE: [flexcoders] Questions, Questions

2005-05-04 Thread Michael Laudrup
Guys, don't get me wrong... Flex is a very comprehensive library of components/effects and quite new on the market... Things that bothered me over time are: 1. lack of multilingual support out the box; although you can find few implementations but I think flex as UI framework should streamline

Re: [flexcoders] How can I show validation error message with ActionScript progrmming?

2005-05-12 Thread michael keirnan
the errorString property of UIComponent causes the red borders and rollover error tip. errorString is set by the default validation listener when it gets errors. so you'll need to do something like this: - write a validation listener that does not set errorString, but instead presents the

Re: [flexcoders] Default Text Color?

2005-05-12 Thread michael keirnan
Matt Chotin wrote: Yep. I just use the calculator in Windows in scientific mode to help me out for stuff like this J ugh, why go through all that trouble? perl -e 'printf("%x\n", "734012")' ;) /mgk From: flexcoders@yahoogroups.com

[flexcoders] using Flash Pro UI in Flex

2005-05-16 Thread Michael Griffin
Title: Message I have several swfs created in Flash Pro that us some of the V2 Halo components (comboboxes and datagrids mostly). I have been trying to load the swfs into a Flex UI (using the loader tag) but am seeing lots of rendering problems in the swfs when I do. Datagrid columns

[flexcoders] Event Listeners

2005-05-19 Thread Michael Herron
All, I am having a problem with removing event listeners on a panel. I am adding the event listener like so: pane.addEventListener(contentCreated, Delegate.create(this, handleEvent) ); But trying to remove the event listener using removeEventListener does not seem to work. I

RE: [flexcoders] Event Listeners

2005-05-19 Thread Michael Herron
Hi Alistair, That worked perfectly, cheers! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alistair McLeod Sent: 19 May 2005 12:31 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Event Listeners Hi Michael, I imagine its because

Re: [flexcoders] run Flex apps fullscreen

2005-06-14 Thread Michael Griffin
Groups is subject to the Yahoo! Terms of Service. Michael Griffin 781-395-1254 (H) [EMAIL PROTECTED]

Re: [flexcoders] Datagrid not populating values.

2005-06-14 Thread Michael McKellip
function as the labelFunction property of the column. mx:DataGridColumn columnName=resource.num labelFunction=resourceNumLabel headerText=A/ Michael McKellip On 6/14/05, Kevin Ewok [EMAIL PROTECTED] wrote: List, I have spent now a day and half trying to debug this issue and I still cannot get

[flexcoders] Creation events and view stack children

2005-06-30 Thread Michael Herron
Hi all, a quick question about view stack instantiation: If I have a view stack, creation policy auto, with two children: mx:ViewStack creationPolicy=auto components:ChildOne / components:ChildTwo / /mx:ViewStack ChildOne.mxml: mx:HBox creationComplete=trace(child one

Re: [flexcoders] Flex PlugIn to Eclipse

2005-07-01 Thread Michael Nisi
yes, oxygen works fine. regards, michael -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to: http

Re: [flexcoders] Question about the flexstore mxml file in the samples

2005-07-01 Thread Michael McKellip
If you look in the main.mxml file you'll will see the ProductDetails class is embedded. It actual class path is: org.nevis.cairngorm.samples.store.view.productdetails.ProductDetails Open the product details file and on about line 51 you will see the mx:Image tag displaying the product image. On

[flexcoders] flex Validators

2005-07-19 Thread michael BADEN
Did someone know a way to acces Flex validators source code ? Thanks for your help. Mike -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] date.getUTCMonth / date.getUTCDate with a leading zero

2005-08-01 Thread Michael Herron
Look up the dateFormatter class (mx.formatters.DateFormatter). In your format function, create an instance of it and supply it with the format string DD\MM\ and that should give you what you want. Ta. From: flexcoders@yahoogroups.com

Re: [flexcoders] Re: New Adobe Products and Flex

2007-03-28 Thread Michael Schmalle
Blaze and 8 Ball. Somehow a product release date of 4/20 That made me laugh. Really, sometimes when you put things together, it's like Freudian slip. Yeah, All those past Macormedia people blazing those trees, opps I mean trails! got for it! Peace, Mike On 3/28/07, Bjorn Schultheiss [EMAIL

Re: [flexcoders] Is anybody else getting duplicate messages?

2007-03-28 Thread Michael Schmalle
seems like gmail just swallows and gulps... none here. On 3/28/07, Ben Marchbanks [EMAIL PROTECTED] wrote: Yes Yes Yes Doug McCune wrote: I've been getting 2 sometimes 3 copies of many messages. It's quite annoying and this is on top of an already high volume list. On 3/28/07, Cutter

Re: [flexcoders] Relative paths in CSS embeds?

2007-03-29 Thread Michael Schmalle
. Peace, Mike On 28 Mar 2007 06:02:31 -0700, Brett Levine [EMAIL PROTECTED] wrote: Still haven't been able to figure this one out. Do you think it would be worth trying to make the theme a dynamically loaded stylesheet? On Mar 22, 2007, at 1:01 PM, Michael Schmalle wrote: Ah, You are using

Re: [flexcoders] invalidateSize() in tandem with invalidateDisplayList()

2007-04-02 Thread Michael Schmalle
There are weird times you might want your component remeasured but not have updateDisplayList() run. Here we are talking about special cases. I agree, most of the time you want the component to redraw after measure() is called. Peace, Mike On 4/2/07, Bjorn Schultheiss [EMAIL PROTECTED] wrote:

[flexcoders] Re: Module Interface Problems

2007-04-03 Thread Michael Ritchie
From my experience there is a definite timing issue when loading modules. The ModuleLoader ready event is fired before the Module is fully loaded and you have the ability to talk to it through a common interface (hence the error reporting access to a null value). I would term this one as a bug

[flexcoders] Re: Module Interface Problems

2007-04-03 Thread Michael Ritchie
Well scratch those ideas. NO matter what I do the loaded module reports that the ModuleLoader.child is Null. Back to the lab for more experiments. -mr --- In flexcoders@yahoogroups.com, Michael Ritchie [EMAIL PROTECTED] wrote: From my experience there is a definite timing issue when loading

[flexcoders] Re: Module Interface Problems

2007-04-03 Thread Michael Ritchie
Using ModuleManager to load the modules allows me to access the Interface methods(in this case 'selectedMedia'). It seems that casting the child within ModuleLoader as an ISoundPlayer interface (in my example) always reports the child as NULL when loaded. However, casting the loaded module as a

Re: [flexcoders] getChildren

2007-04-03 Thread Michael Schmalle
Hi, You could do this; try { children = obj.getChildren(); } catch (e:Error) { trace(e, obj did not have getChildren()); } Peace, Mike On 03 Apr 2007 11:41:25 -0700, blc187 [EMAIL PROTECTED] wrote: is there a way to tell if an object has a getChildren method before calling it? I'm

[flexcoders] Re: Module Interface Problems

2007-04-03 Thread Michael Ritchie
); } _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Ritchie Sent: den 3 april 2007 11:24 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Module Interface Problems From my experience there is a definite timing issue when loading modules

Re: [flexcoders] Would you like to debug? No causes browser to crash.

2007-04-04 Thread Michael Schmalle
Hi, I'm having the same problem except it happens intermitendtly when pressing F11. Both FF2 and IE7. It says I need to reinstall Flash Player. After I kill the browser, wait a second I can run again. This happens about every 10 debug run. This all started happening after I installed the

Re: [flexcoders] Re: Would you like to debug? No causes browser to crash.

2007-04-04 Thread Michael Schmalle
BTW, The popup dialog says; The installed Flash Player is the wrong version. Reinstall Flex Builder or a debug version of Flash Player 9. This all started happening AFTER I installed the Apollo plugin. Peace, Mike On 04 Apr 2007 10:24:39 -0700, ben.clinkinbeard [EMAIL PROTECTED] wrote:

[flexcoders] Re: Module Interface Problems

2007-04-04 Thread Michael Ritchie
had a chance to see it and create the child. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Ritchie Sent: Tuesday, April 03, 2007 1:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Module Interface

[flexcoders] User Interface Architect, Stealth-mode VC-backed Investing Web Startup (San Francisco, CA)

2007-04-05 Thread Michael Sha
Forward along to those UI gurus you know who want to join a team building something big. -- We are a well-funded, early-stage consumer web startup: Who thinks figuring out how to invest your money is too difficult. We have a vision of how to revolutionize the way people

[flexcoders] Re: Module Interface Problems

2007-04-05 Thread Michael Ritchie
, that ModuleLoader won't load its module. Did you see it get loaded and dispatch READY? This is all within a single domain right? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Ritchie Sent: Wednesday, April 04, 2007 12:40

[flexcoders] Re: Module Interface Problems

2007-04-06 Thread Michael Ritchie
? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Ritchie Sent: Thursday, April 05, 2007 11:00 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Module Interface Problems Alex, Lol, you said tickling, haha. Yes, this is within

[flexcoders] Re: Module Interface Problems

2007-04-07 Thread Michael Ritchie
somehow. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Ritchie Sent: Thursday, April 05, 2007 11:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Module Interface Problems Alex

Re: [flexcoders] 360Flex vs. Adobe MAX - which would you attend?

2007-04-10 Thread Michael Schmalle
And for those who live in BFE New Hampshire(grew up in Seattle though), I will kiss the granite and look for after thoughts. :) Peace, Mike On 10 Apr 2007 06:12:11 -0700, Jeffry Houser [EMAIL PROTECTED] wrote: At 08:39 AM 4/10/2007, David Mendels wrote: Hi, MAX will go deep in the

Re: [flexcoders] XML to Number from an HTTPservice

2007-04-11 Thread Michael Wills
Have you tried casting using the as operator? num : Number = result.value.I.Want as Number; I'm new and still learning though. I just didn't see anyone else reply yet... Hope that helps, Michael lcujino wrote: I've created an HTTPservice to put some information from an XML on my

Re: [flexcoders] Bubble-Mind is now released to you !

2007-04-11 Thread Michael Wills
I'll try to give it a shot when I can. I use Freemind quite extensively so it could be good to compare. An online version usable anywhere definitely has some advantages. Michael ecpmaz wrote: Yeah I know it appears like an ad but I wanted to make a post here. Some of you here have really

[flexcoders] HTTPService where parameter has hypen or underscore and bypassing automatic form encoding of data with bytearray?

2007-04-11 Thread Michael Wills
is encoded to %3A which API doesn't recognize. Is there a way to pass this data directly without going through this kind of encoding? Perhaps I would need to use a byte array or something like that? I'll start digging in that direction. Thanks in advance, Michael

Re: [flexcoders] Help any body

2007-04-11 Thread Michael Wills
What is the problem you are experiencing? When you click A, do you filter the data provider of the datagrid? Michael nsiddiquics wrote: I am making Admin Panel in flex. I am making websie for the TV channel that is food cooking channel. I have used data services to bring data from MySQL

Re: [flexcoders] HTTPService where parameter has hypen or underscore and bypassing automatic form encoding of data with bytearray?

2007-04-11 Thread Michael Wills
a warning and not an error. I'll have to try that again to see. The tech on the server is just an API so I can't change that end of it. Many thanks, Michael Peter Farland wrote: If you're using HTTPService, I think you may be able to set the contentType to something else like text/plain and prepare

Re: [flexcoders] Re: Best way to communicate with database

2007-04-11 Thread Michael Wills
, etc. Essentially then you would just be changing your view as you move it to Flex. Just thinking out loud hoping it helps. :-) Michael taprokop wrote: I was just wondering if you found any resolution to your question. I am also looking at some combinations with Zope as well as Plone

Re: [flexcoders] Error msg show Application not component

2007-04-11 Thread Michael Wills
Are you using Flexbuilder 2? In Flexbuilder 2 the problem tab shows the line number of the syntax error allowing you to go to the problem directly. Michael boy_trike wrote: I have a new application with a few components. If I have a syntax error in one of my components, the problems tab

Re: [flexcoders] HTTPService where parameter has hypen or underscore and bypassing automatic form encoding of data with bytearray?

2007-04-11 Thread Michael Wills
Just tried it out again. Flex complains that text/plain is invalid and ignores it on the request. It is still application/x-www-form-urlencoded. Thanks though, Michael Michael Wills wrote: Hi Pete, Thanks. I was hoping I could do something like that but Flexbuilder complains about

Re: [flexcoders] Re: Error msg show Application not component

2007-04-11 Thread Michael Wills
Oh that's odd. So the columns Resource, In Folder, and Location only show the project name? That is odd indeed. And when you right click on the error and choose Go to from the context menu, it doesn't go anywhere either then? Michael boy_trike wrote: Sorry I was not more specific. Yes, I

Re: [flexcoders] Re: Error msg show Application not component

2007-04-11 Thread Michael Wills
Ah good point. Bruce, is the component in question using any precompiled SWC libraries? Michael Tracy Spratt wrote: I have seen this when the problem is in the project settings, like a deleted source folder or something. Tracy

Re: [flexcoders] Re: Tree component that doesn't display all nodes?

2007-04-13 Thread Michael Schmalle
Hi, You could also write a custom dataDescriptor that subclasses DefaultDataDescriptor. In that class override the getChildren() method and only return the children you want based on the nodes you want filtered. Peace, Mike On 12 Apr 2007 22:22:04 -0700, dorkie dork from dorktown [EMAIL

Re: [flexcoders] simple question backgroundColor

2007-04-13 Thread Michael Schmalle
backgroundGradientColors=[#53A1DE,#A2CCEE] backgroundColor=#FF Peace, Mike On 13 Apr 2007 13:16:29 -0700, Patrick Lemiuex [EMAIL PROTECTED] wrote: I am trying to change the backGroundColor of my app... how do i put in an array for a gradient, i simply forget the syntax? Sorry for

[flexcoders] Modal Windows - CPU Intensive?

2007-04-13 Thread Michael Imhoff
Hi Everyone, I've noticed that modal windows seem to be extremely processor intensive. The cpu spikes to 40 or 50 and stays there until the window has been closed. Has anyone experienced this and/or knows of a workaround? Have a good day, Michael

Re: [flexcoders] open source plug-in AS frame work ?

2007-04-14 Thread Michael Schmalle
I bet he means 'plugins' like some web apps are starting to have. I think your answer is; You need to create a framework that has a public interface API. Once this api is set you can load any component/module at runtime and share within the specified ApplicationDomain. I am working on something

Re: [flexcoders] change Panel.titleIcon via actionscript

2007-04-15 Thread Michael Schmalle
Hi, It works; You need to do this in your class; [Embed(source=myOtherIcon.png)] private var helpIcon:Class; ... (somewhere in AS) myPanel.titleIcon = helpIcon; This has to be embedded at sometime when you compile. The catch is setting the titleIcon with a type Class property. Peace, Mike

Re: [flexcoders] Re: [Announce]AsWing A2 1.0, AsWing A3 0.8 and SkinBuilderLAF released!!

2007-04-16 Thread Michael Schmalle
The interface... I'm sure this is aimed at Java developers that know java and want a running start (I guess). Peace, Mike On 16 Apr 2007 05:12:44 -0700, Stefan Schmalhaus [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, iiley [EMAIL PROTECTED] wrote:

Re: [flexcoders] Re: Tree labelField and hiding leaf nodes

2007-04-16 Thread Michael Schmalle
Hi, I answered a question like this last week, try looking into the dataDescriptor property. You can do a whole bunch of nice stuff creating your own dataDescriptor. To get you started, subclass DefaultDataDescriptor and override the getChildren() method. Only return the nodes you want

Re: [flexcoders] createPopUp constrained inside a panel ( not systemmanager )

2007-04-19 Thread Michael Schmalle
Hi, var window:TitleWindow = new TitleWindow(); window.title = Hi inside Container; myPanel.rawChildren.addChild(window); Peace, Mike PS, you will have to manage z order your self, just use setChildIndex(). On 19 Apr 2007 10:29:51 -0700, Aldo Bucchi [EMAIL PROTECTED] wrote: Hi all,

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-19 Thread Michael Schmalle
I have to put my 2 cents down for prosperity sake. All you people that live in cities and constantly sicken yourselves by your own pollution, need to live on a mountain for a couple years, look back at what you say and see how hilarious it all is. How many times can the battle of north and

Re: [flexcoders] createPopUp constrained inside a panel ( not systemmanager )

2007-04-19 Thread Michael Schmalle
Hi, No, if I am not mistaken, all you need to do is set; window.isPopUp = true; and you will have your dragging. Peace, Mike On 4/19/07, Aldo Bucchi [EMAIL PROTECTED] wrote: and dragging... On 19 Apr 2007 11:04:57 -0700, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, var

Re: [flexcoders] Tree component label scroll bug ?

2007-04-19 Thread Michael Schmalle
This was a bug in the Tree. I thought the killed it in 2.0.1. It has to do with the tween not blocking the scrolling. You can hack a tree and fix it also. I think I overrode the scrollHandler method and returned if the tween instance was not null. Peace, Mike On 18 Apr 2007 16:42:48 -0700,

Re: [flexcoders] Image as Button background

2007-04-19 Thread Michael Schmalle
Hi, You would need to create a custom skin class that inherits UIComponent(child management). If you are talking about keeping the border AND having a button. If not, just use an image as the upSkin etc.. Peace, Mike On 4/19/07, tkacyndra [EMAIL PROTECTED] wrote: does anyone know if

Re: [flexcoders] Model and Forms

2007-04-21 Thread Michael Wills
in MXML mx:TextInput maxChars={ model.TEXT_MAX_CHARS } / or if you want it on the validator mx:StringValidator maxLength={ model.TEXT_MAX_CHARS } / etc. Perhaps one of the more experienced folks will supply an answer. If not, hope it helps! Michael Luis Eduardo wrote: Is there a way to bind

Re: [flexcoders] PopupButton, newbie can't get selected data

2007-04-21 Thread Michael Wills
mention that as an option. It only talks about the itemClick and click events. Hope that helps, Michael fredsells wrote: I've got a data entry dialog with a PopUpButton control. Although I can get the data value from the event, I really don't want to handle the event but rather wait

Re: [flexcoders] trying here- get an image name and the images itself to load

2007-04-22 Thread Michael Wills
been populated by the XML data source image_name_txt.text = [EMAIL PROTECTED]; mainImage.source = [EMAIL PROTECTED]; } I'm not sure if you are using the HorizontalList for your thumb scroller on the bottom, just a guess. Hopefully that helps a little, Michael shawn.gibson wrote: I

Re: [flexcoders] TRUNCATING a ComboBox text?

2007-04-22 Thread Michael Wills
And this has a helper function for intelligently truncating a string: http://www.adobe.com/devnet/flex/quickstart/accessing_xml_data/ Michael Steve Kellogg wrote: Hello, The standard behavior for a combobox is to grow in width until it's wide enough to display the current selection

Re: [flexcoders] TRUNCATING a ComboBox text?

2007-04-22 Thread Michael Wills
Have you tried maxWidth? I am not sure how it handles the truncation though. Michael Steve Kellogg wrote: Hello, The standard behavior for a combobox is to grow in width until it's wide enough to display the current selection. Is there anyway to tell a ComboBox to Truncate

Re: [flexcoders] Re: trying here- get an image name and the images itself to load

2007-04-22 Thread Michael Wills
No problem. I know the pain, believe me. I'm working on an app now as I am starting out with Flex and decided to dive in with Cairngorm for it. There is definitely a learning curve but it really helps with the separation. Glad it worked out for you there. Michael shawn.gibson wrote

Re: [flexcoders] Canvas scrollbars not appearing

2007-04-23 Thread Michael Schmalle
Hi, Sounds to me from what you have explained, you have not called setActualSize() on the canvas instance in your custom component;s updateDisplayList() method. Did you ? IE canvas.setActualSize(canvas.getExplicitOrMeasuredWidth(), canvas.getExplicitOrMeasuredHeight()) Peace, Mike On

Re: [flexcoders] Percentage Sizing Issues

2007-04-23 Thread Michael Schmalle
Hi, try; panel.minHeight = 0; You are telling the layoutManager to disregard the measured sizes for the actual panel and use unscaledWidth and height that has been set from it's parent. Peace, Mike On 4/23/07, Matt [EMAIL PROTECTED] wrote: I'm trying to lay out a relatively complex site

Re: [flexcoders] Testing if a datatyped variable is not set yet

2007-04-23 Thread Michael Schmalle
Hi, another lazy way; function selectPlayer() { if(Player Player.LAST_SELECTED == null){ Player.LAST_SELECTED = this; } } Peace, Mike On 4/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a class, Player that with a selectPlayer method. I want selectPlayer to

Re: [flexcoders] Testing if a datatyped variable is not set yet

2007-04-23 Thread Michael Schmalle
Read the post wrong, disregard. :) didn't realize that was a class. why can't you write; if (Player.LAST_SELECTED) { // reset last player // set new last player } Mike On 4/23/07, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, another lazy way; function selectPlayer() { if(Player

Re: [flexcoders] encode +

2007-04-24 Thread Michael Wills
Are you using encodeURI? You may need to use encodeURIComponent instead. Just checking briefly on the JS versions. Michael Jesse Warden wrote: Running encode on a String seems to be missing the +. For example, a space becomes %20 like expected. But, a + is not becoming %2D... anyone know

[flexcoders] yahoomaps POI marker click event, htmltext asfunction

2007-04-24 Thread Michael Wills
/ Is that a possibility at all? Thanks, Michael

Re: [flexcoders] Re: encode +

2007-04-24 Thread Michael Wills
believe. Are you using the built in Base64Encoder class or your own code? I've heard of a non-documented built-in utility class for base64 encode/decoding. Just curious about what you were using. Thanks, Michael Doug Lowder wrote: Yes, that's it exactly and Adobe got it right

Re: [flexcoders] yahoomaps POI marker click event, htmltext asfunction

2007-04-24 Thread Michael Wills
For clarification, the idea is simply to allow a marker to be clicked to open it, but then trigger an event/call a function in the cairngorm app when clicking on a link in the description. Thanks, Michael Michael Wills wrote: Hello all, Just wondering if it's possible to use asfunction

Re: [flexcoders] SWF Loading and Query Strings

2007-04-24 Thread Michael Wills
%3Datest I'm not sure if you're experiencing this though, but just thought it might be worth a try if it hasn't been solved yet. Michael jay.baird wrote: Hi all, Here's the scenario: We've got a SWF we're trying to load with a custom class that looks like this: public class Foo extends

Re: [flexcoders] Getting Index of Array Collection from current Mouse Position in areaChart

2007-04-24 Thread Michael Wills
Hi Patrick, I'm not sure if this will help, but you can listen for an itemRollOver event on your area chart. That will trigger an ChartItemEvent which in it has hitData and hitSet which info on the items that triggered the event. Perhaps you can get the actual data from that. Michael

Re: [flexcoders] Sprite.graphics: read-only or not?

2007-04-25 Thread Michael Schmalle
Hi, A read-only property means that you can read it but not set it. You cannot do; mySprite.graphics = myOtherSprite.graphics or mySprite.graphics = new Graphics(); It means that you a 'calling' methods and properties and not setting the actual property explicitly. Peace, Mike On 4/25/07,

Re: [flexcoders] E4X Syntax with XMLList

2007-04-25 Thread Michael Wills
Hey there Bruce, For that one I believe you would need something like x = cbData.menu.(@label == 'M')[EMAIL PROTECTED]; and you might need to do a .toString() or even cast it to a Number depending on what you need to do with it. Michael boy_trike wrote: I am having problems trying

Re: [flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-25 Thread Michael Wills
. It sized fine when first loading but that could be VERY useful when dynamically resizing. Thank you to you both. I'll give these a shot and see if there is any progress with it. Michael Benoit Hediard wrote: Are you sure you can catch events generated by an href link in the description htmlText

Re: [flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-25 Thread Michael Wills
fingers crossed. :-) Thanks for the inspiration all, Michael Michael Wills wrote: Yeah the POI marker click event is fine and quite useful. I think it was after reading your post Anupam. :-) However after that, I can't trigger anything in the Cairngorm app. I even tried to make a function

Re: [flexcoders] Solved - Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-25 Thread Michael Wills
! Michael Michael Wills wrote: One more tidbit, using the XPanel logger, logging this from the map, getting it's path (_root.mapClip in this case) I can now call functions from the map itself from within the marker. However I am not yet able to register a new event. I may just hijack one

Re: [flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-25 Thread Michael Wills
... keeping fingers crossed. :-) Thanks for the inspiration all, Michael Michael Wills wrote: Yeah the POI marker click event is fine and quite useful. I think it was after reading your post Anupam. :-) However after that, I can't trigger anything in the Cairngorm app. I even tried to make a function

Re: [flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-26 Thread Michael Wills
in the MapController.as. It sized fine when first loading but that could be VERY useful when dynamically resizing. Thank you to you both. I'll give these a shot and see if there is any progress with it. Michael Benoit Hediard wrote: Are you sure you can catch events generated by an href link

Re: [flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-26 Thread Michael Wills
thanks! Michael anupam_81 wrote: Hi All, I was just googleing the asfunction and found this link http://livedocs.adobe.com/flex/2/langref/migration.html http://livedocs.adobe.com/flex/2/langref/migration.html See that asfunction is not supported in Action Script 3.0 and the Flex 2.0

Re: [flexcoders] Error #1034: Type Coercion failed

2007-04-26 Thread Michael Wills
; } ]] /mx:Script mx:HTTPService id=srv url=categorien.xml useProxy=false result=xmlLoaded(); *resultFormat=e4x*/ Hope that helps, Michael rdeijkers wrote: I'm trying to fill a Tile with the contents of an xml file. This is my mxml code: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http

Re: [flexcoders] Programatic Icon

2007-04-27 Thread Michael Schmalle
Hi, The simple answer is no. Why? The titleIcon class is of type Class. This class cannot be subclassed. My advice to you is create a subclass of TitleWindow and create the method you are talking about there. Since you cannot load icons at runtime, you could create a simple iconLibraryModule

Re: [flexcoders] Programatic Icon

2007-04-27 Thread Michael Schmalle
Wow, I messed up. I need to rethink this, I was thinking about something else. IFlexDisplayObject is right. :) Peace, Mike On 4/27/07, Manish Jethani [EMAIL PROTECTED] wrote: From what I understand, you want to be able to change the icon based on the state of your window. You can do this

Re: [flexcoders] Re: Programatic Icon

2007-04-27 Thread Michael Schmalle
to even know how it's supposed to work. It should work, because everything is a class, but it might not know what to do with it. Paul Michael Schmalle wrote: Hi, The simple answer is no. Why? The titleIcon class is of type Class. This class cannot be subclassed. My advice to you

Re: [flexcoders] Re: Programatic Icon

2007-04-27 Thread Michael Schmalle
color property, call validateDisplayList(); that will do the trick. Peace, Mike On 4/27/07, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, For one I see you are missing; graphics.clear(); Try that, I don't think you are erasing the old color. Peace, Mike PS hehe I was thinking about

Re: [flexcoders] Re: Programatic Icon

2007-04-27 Thread Michael Schmalle
now becomes, how do I call a function of my Icon class? Thanks for any suggestions! Paul --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Ah, I know why you are not seeing updateDisplayList() called. Since this is ProgrammaticSkin

Re: [flexcoders] Re: Programatic Icon

2007-04-27 Thread Michael Schmalle
PROTECTED] to Namespace. Are you sure it's not Friday the 13th? Paul --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: HAHA, Man, it must be Friday. Ok, the problem is this; titleIcon is the setter for the reference to the class

Re: [flexcoders] Re: Programatic Icon

2007-04-27 Thread Michael Schmalle
(); graphics.beginFill(_color, 1); graphics.drawRect(0, 0, unscaledWidth, unscaledHeight); graphics.endFill(); } } } Peace, Mike On 4/27/07, Michael Schmalle [EMAIL PROTECTED] wrote: ok, I have wasted enough time here, listening to music, I will go make it work. Will post the class

<    1   2   3   4   5   6   7   8   9   10   >