Re: [flexcoders] Re: Flex2 :: Grid / drop-in cellrenderer / drag-drop / exception / bug?

2006-01-08 Thread Michael Hansen
Nice to get confirmation on this.Thank you Manish :D -michaelOn 1/7/06, Manish Jethani [EMAIL PROTECTED] wrote: On 1/5/06, Michael Hansen [EMAIL PROTECTED] wrote: Check out the example here: http://www.mindinteraction.com/bin/TestDataGrid2.html (Note Flex2 app) Drag an item

AW: [flexcoders] Downgrade Flash Player?

2006-02-01 Thread Michael Horst
Title: AW: [flexcoders] Downgrade Flash Player? Hi Sree, in your flex-config.xml you'll find the Tag flash-player where the Flash version is defined. Change it to 212 and it will work. Michael -Ursprüngliche Nachricht- Von: flexcoders@yahoogroups.com im Auftrag von Sreejith

[flexcoders] Re: Tree control in Flex 2 Beta 1

2006-02-01 Thread Michael Montagna
quot;Personal"//nodenode label="Outbox"node label="Professional"/node label="Personal"//nodenode label="Spam"/node label="Sent"//node /mx:XML /mx:dataProvider /mx:Tree mx:TextArea height="100%" width=&q

[flexcoders] Re: Flex 2.0 beta 1 impressions

2006-02-01 Thread Michael Montagna
]/ /mx:HDividedBox /mx:Application -Michael --- In flexcoders@yahoogroups.com, Jonas Windey [EMAIL PROTECTED] wrote: Hi, I just installed the new beta release and I'm having some problems. I have the feeling that the Tree component isn't working the way it worked before

[flexcoders] Re: Disable expand for tree branch

2006-02-01 Thread Michael Montagna
and children, and custom determination of whether a node should be a branch or not. Cheers, -Michael --- In flexcoders@yahoogroups.com, Brendan Meutzner [EMAIL PROTECTED] wrote: Hi, Does anyone have a solution short of a rowrenderer to disable the expand feature on a tree branch

Re: [flexcoders] Flex 2 - Looking for feedback on Flex API doc

2006-02-03 Thread Michael Hansen
They are just perfect! Nice work.I definitely don't agree with Gunnar's remark that:The MXML examples at the end, however, should be removed and replaced with AS-examples.Cheers-michael On 2/3/06, gunnar a reinseth [EMAIL PROTECTED] wrote: 1. The docs should definately display both protected

Re: [flexcoders] Flex charting components dont work

2006-02-03 Thread Michael Hansen
I had the same experience. I suspect it some setup that has to be done, but I have not had the time to investigate.cheers-michaelOn 2/3/06, ze_fsaldanha [EMAIL PROTECTED] wrote: Afther the instal of the framework the IDE and FES its ok, but the charts dont work in Flex Sample Apps

[flexcoders] Re: Delete Item after Drag operation in Tree (Flex 2.0)

2006-02-06 Thread Michael Montagna
the trick. Thanks, -Michael --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: You should work with the collection, though if you're really trying to remove from the original source the collection is not going to do it (because XMLLists are always copies of the source

[flexcoders] Re: Tree control in Flex 2 Beta 1

2006-02-06 Thread Michael Montagna
by the XML approach is more supported, did you mean via documentation? or did you find some issues with using non-XML structures? Thanks and hope this helps, -Michael --- In flexcoders@yahoogroups.com, Jason Y. Kwong [EMAIL PROTECTED] wrote: I'm really at a lost as to how we're supposed to work

[flexcoders] Re: Dont Even know how to classify this.

2006-02-08 Thread Michael Montagna
Maybe I missed it in there, but where's the handler for the save action? quAdminEditList(String, String, ...) -M --- In flexcoders@yahoogroups.com, Jeremy Rottman [EMAIL PROTECTED] wrote: I currently have my beta app up and running. However I have ran into a rather odd problem. Right now

[flexcoders] Re: Auto form focus

2006-02-08 Thread Michael Montagna
Initialize might be too early. mx:Application creationComplete={myField.setFocus()} mx:TextArea id=myField text=example / /mx:Application -M --- In flexcoders@yahoogroups.com, Jeremy Rottman [EMAIL PROTECTED] wrote: Is there a way with in flex to auto foucs on a certain compoent

[flexcoders] Re: Flex2 Tree

2006-02-09 Thread Michael Montagna
What you're doing is correct, so this is probably a bug. If we find a workaround I'll post it. Thanks, -Michael --- In flexcoders@yahoogroups.com, Teoti Graphix [EMAIL PROTECTED] wrote: Hello, I am writting this more as a comment then question. I have spent 2 days experimenting

Re: [flexcoders] AS3 class constructors can't be private? Abstract classes?

2006-02-09 Thread Michael Hansen
AS3 has some pretty interesting constructs, and private constructors is not one of them. Don't be fooled - it's not java. I can recommend reading up on the as3 pdf.A couple of months ago I hit that same stumbling block, i.e. what! no private constructors?!I what follows is a response from

Re: [flexcoders] AS3 class constructors can't be private? Abstract classes?

2006-02-10 Thread Michael Hansen
Patterns are not meant to be language specific. The way you implement a singleton may vary from language to language, but the abstraction is the same. That's the point. So you may expect to do it differently in AS3. It's a new language with new features which hopefully will make us much more

Re: [flexcoders] AS3 class constructors can't be private? Abstract classes?

2006-02-12 Thread Michael Hansen
Please explain why Roger Gonzalez (last 4 lines) construct is a hack (other than different from the Java way)?It is interesting to note that private constructors are discouraged in C# 2.0 and replaced by statics. (much like in AS3)cheers -michaelOn 2/12/06, Xavi Beumala [EMAIL PROTECTED]

Re: [flexcoders] AS3 class constructors can't be private? Abstract classes?

2006-02-12 Thread Michael Hansen
avoid pointless delegation code like in Roger's example! My $.02. Cheers, Jules On 2/13/06, Michael Hansen [EMAIL PROTECTED] wrote: Please explain why Roger Gonzalez (last 4 lines) construct is a hack (other than different from the Java way)? It is interesting to note that private constructors

[flexcoders] Re: Full dynamic tree example

2006-02-27 Thread Michael Montagna
For the record, one way to fetch tree children on demand, is to pin the top level nodes to your Tree and then subclass the datadescriptor getChildren. In getChildren you'd run the service calls and return the appropriate children. -Michael --- In flexcoders@yahoogroups.com, Pat Buchanan

[flexcoders] Re: Flex2 Tree Bug crashes browser

2006-02-27 Thread Michael Montagna
the update and converts the leaf to a closed branch with the new node. Let me know if you'll still have problems. -Michael --- In flexcoders@yahoogroups.com, sufibaba [EMAIL PROTECTED] wrote: Hi Matt, The node has not been added anywhere else. I've modified the Tree example from the Flex

[flexcoders] Flex 2 Enterprise Services and SSL

2006-02-27 Thread Michael Klishin
Hi, Could anyone tell me if Flex 2 ES supports SSL for communication with server? Regards. 0:35 | 28.02.2006 -- Michael Antares Klishin, Email: [EMAIL PROTECTED] Web: www.novemberain.com Non progredi est regredi -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

Re: [flexcoders] Detecting Client Country or Location

2006-03-03 Thread Michael Klishin
programming or / and services like GeoIP -- Michael Antares Klishin, Email: [EMAIL PROTECTED] Web: www.novemberain.com Non progredi est regredi -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

[flexcoders] GUI testing best practices

2006-03-05 Thread Michael Klishin
Hi, With FlexUnit for Flex 2 have been realised recently I have to ask once again... How do you think, what are the best ways to test GUI in MVC driven Flex application? Regards. -- Michael Antares Klishin, Email: [EMAIL PROTECTED] Web: www.novemberain.com Non progredi est regredi

[flexcoders] FB2 :: Horizontal scroll bug, opening file

2006-03-06 Thread Michael Schmalle
Hello, Just curious if this bug is being remedied. Type text farther than the horizontal width of the code pane. Then try and edit text at the very end of the line with the scroll bar at max position. Then right after you type something, the horizontal scrollbar gets set back to 0. Also,

Re: [flexcoders] polymorphic interfaces

2006-03-06 Thread Michael Schmalle
Hello, This is funny becasue I was just having this problem with the Event clone() ! :) I guess I just slammed it with a coerrsion for now.(Yeah I realize this is not an interface but it's the same idea :: you can't override a return type) But, yeah, I second this motion for the futrue!

[flexcoders] Flex2 :: mx.logging package usage IE TraceTarget.filters

2006-03-06 Thread Michael Schmalle
Hello, Now, I was experimenting with the mx.logging package. Looks really kewl, I have got some things working(BTW the docs are completly messed up on method signatures). Any adobe peplz want to give a heads up on the filters property of ITarget aka TraceTarget class? I have this method...

Re: [flexcoders] Flex2 :: mx.logging package usage IE TraceTarget.filters

2006-03-07 Thread Michael Schmalle
From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Monday, March 06, 2006 5:58 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex2 :: mx.logging package usage IE TraceTarget.filters Hello, Now, I was experimenting

Re: [flexcoders] polymorphic interfaces

2006-03-07 Thread Michael Schmalle
/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hello, This is funny becasue I was just having this problem with the Event clone() ! :) I guess I just slammed it with a coerrsion for now.(Yeah I realize this is not an interface but it's the same idea :: you can't override a return type

Re: [flexcoders] Why Java 1.4?????

2006-03-07 Thread Michael Schmalle
Sorry for your bad day, Remeber this, Flex2 does not have to be java. Ironically, I probably never will use Flex2 with java and for the most part, there can be an infinate amount of applications without Java and Flex2. Maybe you should refrase and say, Adobe isn't supporting their Java

Re: [flexcoders] Re: Why Java 1.4?????

2006-03-07 Thread Michael Schmalle
bitch. Peace, MikeOn 3/7/06, digital_eyezed [EMAIL PROTECTED] wrote: Just knew it.. Can't talk about anything else other than Flex2, hasn't even been released yet. Guess what, Flex3 is Nuclear, let's talk about that now. Iain --- In flexcoders@yahoogroups.com, Michael Schmalle

Re: [flexcoders] Re: Why Java 1.4?????

2006-03-07 Thread Michael Schmalle
Nick, hmm...that aint helping dude. if someone is doing an implementation with 1.5, then its a pretty big bitch if it doesnt work as expected, oui? My post maybe was not clear enough, I understand he is trying to implement a concrete 1.5 version using JAVA. Why not inquire about the Java

Re: [flexcoders] Re: Simpler than Flex??????

2006-03-08 Thread Michael Schmalle
Maybe this is just a plug ;-) BTW, Is there an etitquet for these . What the heck is the point of putting a question mark in the subject line of a discussion list anyway! Arn't most of these posts questions regaurdless. Maybe one question mark but common, this is going to start to

Re: [flexcoders] flex builder2 internal build error

2006-03-08 Thread Michael Schmalle
Sorry, ;( Search this list, about a month - 3 weeks ago I had the same issue and well, happy fishing! My problem was an id had the same name as a var myProp declared in an mx:Script tag. So essentially, I had; mx:Script var myButton:Button; /mx:Script app mx:Button id=myButton /

Re: [flexcoders] flex builder2 internal build error

2006-03-08 Thread Michael Schmalle
On 3/8/06, Michael Schmalle [EMAIL PROTECTED] wrote: Sorry, ;( Search this list, about a month - 3 weeks ago I had the same issue and well, happy fishing! My problem was an id had the same name as a var myProp declared in an mx:Script tag. So essentially, I had; mx:Script var myButton:Button

Re: [flexcoders] Is there a third-party or opensource market for Flex components?

2006-03-09 Thread Michael Schmalle
Hello, Are speaking of Flex 1.5 or Flex2? If you are speaking of Flex 2, it would almost be virtually impossible to use a no-flexframework component in a Flex app. You would have to implement so many things. I have been working on many custom components for Flex2, some that you have

Re: [flexcoders] This is my mistake.

2006-03-09 Thread michael . corbridge
What I really think is that someone should proof your copy. every beautiful little things in this world are fresh ... ? Unless you are attempting to initiate another, Your base are belong to us craze. --- This e-mail

Re: [flexcoders] Is there a third-party or opensource market for Flex components?

2006-03-09 Thread Michael Schmalle
Yes, they want a rich 3rd party dev market for components. Search this list about 3-4 months ago, I allready asked the question. I mean common, they are releasing the flex framework/compiler for free now. ;-) Peace, MikeOn 3/9/06, Greg Fuller [EMAIL PROTECTED] wrote: I thought commercial

[flexcoders] Flex2 :: ObjectProxy subclass :: Interfacing concrete accessors

2006-03-10 Thread Michael Schmalle
Hello, Lets see here, the question is kinda odd... I have the following; private function _getProjectAt(id:uint):Project { var cursor:IViewCursor = projectsQueue.getCursor(); while (!cursor.afterLast) { var curProject:Project = cursor.current as Project; var curID:uint

[flexcoders] Flex2 :: ObjectProxy subclass :: Compiler error on getProperty() override

2006-03-10 Thread Michael Schmalle
Hello, Anybody had any luck with the Proxy/ObjectProxy class!! I have this class; package com.teotigraphix.teodoc.core { import com.teotigraphix.teodoc.core.TEODocObject; import mx.utils.ObjectProxy; import mx.utils.events.ObjectEvent; import com.teotigraphix.teodoc.core.IProject;

Re: [flexcoders] Flex2 :: ObjectProxy subclass :: Compiler error on getProperty() override

2006-03-10 Thread Michael Schmalle
mx.utils.ObjectProxy; import mx.utils.events.ObjectEvent; import com.teotigraphix.teodoc.core.IProject; import flash.util.flash_proxy; use namespace flash_proxy; ... From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael SchmalleSent: Friday, March 10

[flexcoders] FB2 :: Error subclass :: What is 'native' attribute FB2 inserts

2006-03-10 Thread Michael Schmalle
Hello, When creating a subclass that extends Error, I encountered something I have not seen before. Code... created by Flex Builder 2 beta1 package com.teotigraphix.teodoc.errors.projects { public class NullProjectError extends Error { native public function

Re: [flexcoders] Re: FB2 :: Error subclass :: What is 'native' attribute FB2 inserts

2006-03-10 Thread Michael Schmalle
Hey, Thanks, that is what I thought, just wondered why FB2 inserts it on a constructor. :) PS, You found it in the docs? Where would that be so I can check it out. If it's in the Statements, Keywords and Directives I must be blind! Peace, MikeOn 3/10/06, Peter Blazejewicz [EMAIL PROTECTED]

[flexcoders] Re: Beta 3: Update Tree List Label

2006-05-20 Thread Michael Montagna
the labs.adobe.com forum too, but no answers there. Cheers, Tim What you are seeing is a B3 bug. Changes to XML properties and attributes will automatically display in Tree controls post beta3. HTH, -Michael -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

[flexcoders] mx.automation

2006-05-22 Thread michael . corbridge
IAutomationIdHelper IAutomationMouseSimulator IAutomationObject IAutomationObjectContainer IInteractionReplayer Anyone know how these are used? Any examples out there? --- This e-mail message (including attachments, if

[flexcoders] FB2B3 :: Organize Imports :: BUG

2006-05-23 Thread Michael Schmalle
Ha, Bug, well to me it's a bug. You know how there are verbose and no-verbose individuals in the world? Well, I am verbose and would love for ALL the imports to STAY if I want them there. Now, is there any way that you can have FB2 call 'Organize Imports' and organize ALL the imports you have

Re: [flexcoders] FB2B Flex Builder extensions and plugins

2006-05-23 Thread Michael Schmalle
Judah, This is to early in the morning for you! Whats going on? ;-) Search the archives, I asked the same question about plugins and somebody replied with an Eclipse book that is all about plugins. I really don't think it is 'easy' but, I know it can be done. Adobe, you also say you have

Re: [flexcoders] FB2B Flex Builder extensions and plugins

2006-05-23 Thread Michael Schmalle
://www.davidzuckerman.com/adobe). Matt From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Tuesday, May 23, 2006 7:49 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] FB2B Flex Builder extensions and plugins Judah, This is to early

Re: [flexcoders] Re: Programmatic skinning example - buttons, buttonbar, panel, etc

2006-05-23 Thread Michael Schmalle
it's entirely possible I made some sort of retarded mistake. I do it ALL the time. Peace, MikeOn 5/23/06, grae_hall [EMAIL PROTECTED] wrote: Hey hey, I've never actually published any of Flex apps to the web before, so it's entirely possible I made some sort of retarded mistake. I've

Re: [flexcoders] about Label with htmlText

2006-05-23 Thread Michael Schmalle
Hi, Oh the search facilities are great on flexcoders. Ironically, this question was just answered 4 days ago or something. The Label is single line. CData interprets you linebreaks as line breaks. Although you don't see any text in the Label, it is there just multi line. Peace, Mike PS,

Re: [flexcoders] importing mx .controls in actionscript file

2006-05-23 Thread Michael Schmalle
It means you are running an old swf from beta2. flash.util.Timer is now, flash.utils.Timer. This error is actually happening in precompiled mx classes not your class. This is just a side effect of your application not compiling and inserting new class definitions. I think you need to really

Re: [flexcoders] Re: importing mx .controls in actionscript file

2006-05-23 Thread Michael Schmalle
? --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: It means you are running an old swf from beta2. flash.util.Timer is now, flash.utils.Timer. This error is actually happening in precompiled mx classes not your class. This is just a side effect of your application

Re: [flexcoders] Re: Newbie : How do i listen to a value ? Cairngorm inside.

2006-05-23 Thread michael . corbridge
I'm not sure if this is relevant or not, but the following is response from Alistair regarding a previous question I had about the use of viewHelpers - In your complex value object case, here's what we'd recommend now.

[flexcoders] Re: Flex2b3, Wine and trace()

2006-05-23 Thread Michael Montagna
, -Michael Flex Framework --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: Has anyone managed to get the Flash9 player in Wine on Linux outputting trace() messages ? I've set Wine to tell Firefox it's Windows 2000, and the about: URI agrees with me. I've created

[flexcoders] Flex2B3 :: SWFLoader :: Using an Application and sizing issues

2006-05-23 Thread Michael Schmalle
Hi, I am using a resizable window to load swf content. When I use the SWFLoader, I understand about scaling and things. Looking at the source, I really don't see a way that the component sizes itslef to a 'fluid' app. How can I get my window to size the application swf inside the loader, when

Re: [flexcoders] Re: importing mx .controls in actionscript file

2006-05-24 Thread Michael Schmalle
] wrote: Does it mean clearing ur ASO and chache??? --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: It means you are running an old swf from beta2. flash.util.Timer is now, flash.utils.Timer. This error is actually happening in precompiled mx classes not your class

[flexcoders] Re: Flex2: whats a TreeNode convert to

2006-05-24 Thread Michael Montagna
and use the Descriptor to describe the data directly. Thanks, -Michael Flex Framework --- In flexcoders@yahoogroups.com, karthikeyanik [EMAIL PROTECTED] wrote: Matt, We have extended the TreeNode class provided in Flex1.5 and we are in the process of migrating to Flex2.0. As pointed by you

[flexcoders] Re: F2b3: e4x XML object as Tree dataprovider, how to refresh tree display?

2006-05-24 Thread Michael Montagna
aren't being handled properly. HTH, -Michael Flex Framework --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Well, I figured it out already: myTree.invalidateList(); cleanly updates my display. If there is a better way, let me know. Tracy

Re: [flexcoders] [FLEX2:B3] Let me know that my application's backgroundColor is not white, why not?

2006-05-25 Thread Michael Schmalle
Hi Bryan, If I hear your question right, you need to take a look at; borderAlpha =0.4of the Panel, or set the Panel's backgroundColor to something differnet. Right now it is pretty transparent so you are loosing the paenl with regaurds to the background of the Application. Peace, Mike On

Re: [flexcoders] Fw: [BETA3] I found how can remove the selected item of mx.controls.Tree.

2006-05-25 Thread Michael Schmalle
My understanding was that the XMLListCollection methods would handle the needed events, but apparently not. Well, it should, and maybe this just isn't completly worked out yet in the Tree class. When you do anything to a collection be it XML or Objects, it will produce a COLLECTION_CHANGE

Re: [flexcoders] Re: flex2b3 - adding a button to a textinput

2006-05-25 Thread Michael Schmalle
Hi, Off the top of my head; set the height property of the Button. I don't think people realize that it's the actual containers that set the size of the controls. So your Button has measured itself but, it needs to be sized on both directions. Layout does something like;

[flexcoders] Re: FB2 :: Flex Library Project :: Fastest way to rebuild an SWC

2006-05-25 Thread Michael Schmalle
, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, I have a Flex Libray Project that includes my main component classpath. What is the quickest way to ReBuild a Library Project? I am stumped on this becasue there is no mxml file and Build is disabled in the menu. So it's like, I change the source

[flexcoders] FB2 :: Flex Library Project :: Fastest way to rebuild an SWC

2006-05-25 Thread Michael Schmalle
Hi, I have a Flex Libray Project that includes my main component classpath. What is the quickest way to ReBuild a Library Project? I am stumped on this becasue there is no mxml file and Build is disabled in the menu. So it's like, I change the source of a component that exists in the

[flexcoders] Re: FB2 :: Flex Library Project :: Fastest way to rebuild an SWC

2006-05-25 Thread Michael Schmalle
No, It did not rebuild the SWC, I commented out a trace() in the class file and the trace still traces in the other project(using the cached SWC from the Flex Library Project). So, still need some enlightenment here. Peace, MikeOn 5/25/06, Michael Schmalle [EMAIL PROTECTED] wrote: Ok, Maybe

Re: [flexcoders] anyone knows how to work the trace window in beta3

2006-05-25 Thread Michael Schmalle
Hi, 1) Are you using the debugger? 2) If you are tracing something like.. trace(myVar) Sometimes the myVar is null and will not show. So it is actully tracing but, there is nothing to trace. For situations like this, try; trace(myVar, myVar); then you will definatly know if the trace

Re: [flexcoders] Re: FB2 :: Flex Library Project :: Fastest way to rebuild an SWC

2006-05-25 Thread Michael Schmalle
on all projects. --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, I have a Flex Libray Project that includes my main component classpath. What is the quickest way to ReBuild a Library Project? I am stumped on this becasue there is no mxml file and Build

Re: [flexcoders] AJAX versus Flex

2006-05-25 Thread Michael Schmalle
Hi, my 0.02 cents. When you talk about Ajax verses Flex. I think of one thing, Object Oriented Programming. This debate, Ajax vs. Flex, wait one more year and see the code libraries that are abstract and reusable within 2 seconds of loading them on your computer. See, OOP lends itself well

Re: [flexcoders] AJAX versus Flex

2006-05-25 Thread Michael Schmalle
will do something else that keeps the food on the table! :) Peace, Mike On 5/25/06, Jack W. Caldwell [EMAIL PROTECTED] wrote: Michael: I do not disagree from a technical standpoint and I have done my homework. I am referring to the industry's perspective. I am also looking at this from

Re: [flexcoders] AJAX versus Flex

2006-05-25 Thread Michael Klishin
B flame wars: One who thinks that he can accomplish any task using just one tool is a Correct. This one is a fool. P.S. Embrace collaboration. Regards. -- Michael Antares Klishin, http://www.novemberain.com | mailto:[EMAIL PROTECTED] -- Flexcoders Mailing List FAQ: http

Re: [flexcoders] AJAX versus Flex

2006-05-25 Thread Michael Schmalle
interaction. Be it, a nice fireside chat or ranting over a mailing list. It's natural selection at it's best! Peace, MikeOn 5/25/06, Michael Klishin [EMAIL PROTECTED] wrote: jwc_wensan wrote: To all: Got this email today, http://ajax.sys-con.com/ and it got me to thinking. First off, I'm

Re: [flexcoders] AJAX versus Flex

2006-05-25 Thread Michael Schmalle
say ones that replicate the Windows look and feel - so that people would be drawn to the interface they know, know how to use, and prefer (vs. HTML) - even while giving the developers behind the scenes a much richer set of tools for implementation. Check this out...

[flexcoders] Flex2 :: DeskTop Flex :: RePost

2006-05-25 Thread Michael Schmalle
Hi, This is going to get buried in that prior Flex vs. AJAX thread so here it is again for those interested at component possibilities comming up. say ones that replicate the Windows look and feel - so that people would be drawn to the interface they know, know how to use, and prefer (vs.

Re: [flexcoders] Resizing (height and width not Bindable)

2006-05-25 Thread Michael Schmalle
I am no expert but, I would say looking at the source, if width and height WERE bindable there would be issues with measurments and such(timming). Using the resize event is perfect in an event based system. Stick with it. ;-) Peace, MikeOn 5/25/06, David Clark [EMAIL PROTECTED] wrote:

[flexcoders] Re: e4x XML Class: How to update a text node?

2006-05-25 Thread Michael Montagna
To replace the text of a node you can use replace(); var myXML:XML = myRootblah/myRoot; trace(myXML:, myXML.toXMLString()); myXML.replace(0, new node text); trace(myXML:, myXML.toXMLString()); Output: myXML: myRootblah/myRoot myXML: myRootnew node text/myRoot -Michael --- In flexcoders

Re: [flexcoders] Image scale 9 having fun

2006-05-25 Thread Michael Schmalle
Stacey, Honestly I havn't tried this but, looking at the source of Image awhile ago, I would say it is not possible with that class. The Image wants to scale not call setActualSize(). Why don't you try loading as 'backgroundImage' of a VBox or HBox. I am not to sure but, something tells me

Re: [flexcoders] Image scale 9 having fun

2006-05-25 Thread Michael Schmalle
You know, we are talking about a png, scratch the setActualSize() thing. Scratch what I said, my advice just try it in something that is a skin, not the Image. Peace, Mike On 5/25/06, Michael Schmalle [EMAIL PROTECTED] wrote: Stacey, Honestly I havn't tried this but, looking at the source

Re: [flexcoders] flex2 Beta3 - slow to non existent document delivery

2006-05-26 Thread Michael Schmalle
That is not correct. If you download FB2 Beta3 and install FlexBuilder, then click "Help-Help Contents" you get a full set of docs. I should know: I use them all day, every day. J Yeah, it's on my 2nd monitor 24/7 ;-) Peace, Mike On 5/26/06, p b [EMAIL PROTECTED] wrote: This is exactly

[flexcoders] Re: databinding back to source?

2006-05-26 Thread Michael Montagna
or Collections. Is that what you're looking for? -Michael --- In flexcoders@yahoogroups.com, Rick Schmitty [EMAIL PROTECTED] wrote: Is there a way to bind back to where the original databind came from? Not sure if thats the correct terminology for what I'm trying to say...so here is my simple example

Re: [flexcoders] Re: AJAX versus Flex

2006-05-26 Thread Michael Schmalle
I am sure that is on the list. MikeOn 5/26/06, pk_wasp [EMAIL PROTECTED] wrote: MXML is more of an application framework XML language e.g. you can't define low level graphics such as shapes, gradients etc via markup like you can with XAML. --- In flexcoders@yahoogroups.com, Jim Robson

Re: [flexcoders] Re: Bet3 Tree with Lines -- 3rd cut.

2006-05-27 Thread Michael Schmalle
Sounds like you put it in a frame loop with something that either called invalidateSIze() or invalidateDisplayList(). Either of these methods are getting called in updateDisplayList() from something you are setting or getting. The code has to be in updateDisplayList() with a boolean flag.

[flexcoders] Re: Bet3 Tree with Lines -- 3rd cut.

2006-05-27 Thread Michael Montagna
things to a crawl. HTH, -Michael --- In flexcoders@yahoogroups.com, sufibaba [EMAIL PROTECTED] wrote: Gordon, I agree with you completely that the drawing code should be in the updateDisplayList() and this is exactly what I had done in the previous iterations. While testing the tree

Re: [flexcoders] trace function

2006-05-29 Thread Michael Schmalle
Hi, You have to run the debugger from FlexBuilder. Any time you run myapp-debug.swf, it looks for the connection it had with FlexBuilder. There are other ays to do debugging but, your problem I think comes from the connection embeded in the debug swf points to FlexBuilder whos session is not

Re: [flexcoders] Re: Flex2 :: Seperate Mailing List :: Component developers - Framework Devlopment

2006-05-29 Thread Michael Schmalle
. There is a new group for component and framework questions that will be lead by me(Michael Schmalle, TeotiGraphix) and others in the future. Anybody that seriously wants to 'dive' into the framework, this is the place to do it. There are a ton of questions I wouldn't ask on flexcoders

Re: [flexcoders] Re: Flex2 :: Seperate Mailing List :: Component developers - Framework Devlopment

2006-05-29 Thread Michael Schmalle
[mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Tuesday, 30 May 2006 12:30 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Flex2 :: Seperate Mailing List :: Component developers - Framework Devlopment Hello all, The Flex Frame Workers ... http://groups.yahoo.com

Re: [flexcoders] Re: Flex2 :: Seperate Mailing List :: Component developers - Framework Devlopment

2006-05-29 Thread Michael Schmalle
Steven, I understand what you are saying, but the fact of the matter is; the more water you put in juice, the less zing it has. I'm not trying to take over the world, I am doing something that will either work or not work. As far as Adobe monitoring 'this' list, don't if you can't. This is

Re: [flexcoders] Re: Flex2 :: Seperate Mailing List :: Component developers - Framework Devlopmen

2006-05-29 Thread Michael Schmalle
of flexcoders, do we automatically become part of allt he sub-forms listed below?? or do we have to subscrie for them seperately? --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, Yeah I think that is a good idea, http://groups.yahoo.com/group/as3coders So now

Re: [flexcoders] Re: Flex2 :: Seperate Mailing List :: Component developers - Framework Devlopment

2006-05-29 Thread Michael Schmalle
Steven, I have a question; Isn't a move like this (creating a framework/component) list, like refactoring in OOP? Essentially, this thought came from intuition about 2 months ago when my 'development problems' were not being met. I see a way to grab a 'niche' of developers like myself and

Re: [flexcoders] Re: Flex2 :: Seperate Mailing List :: Component developers - Framework Devlopment

2006-05-29 Thread Michael Schmalle
better than face to face. Just walking down the trail enjoying the scenery and ahh, wasp nest, run! Thanks for you time Steven, Mike On 5/29/06, Steven Webster [EMAIL PROTECTED] wrote: Michael, You've misunderstood the intent of my post; if you want to create your own list for Flex

Re: [flexcoders] Re: Flex2 :: Seperate Mailing List :: Component developers - Framework Devlopment

2006-05-29 Thread Michael Schmalle
] wrote: whats wrong with using the official Adobe forums? :) the Adobe Labs structure is quite cool (AS3, Flex Framework, General etc), maybe need one for Flex Components too?) --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Thanks Steven, if you want

Re: [flexcoders] LayoutManager type error after SWF load

2006-05-30 Thread Michael Schmalle
Hi, Try using the SWFLoader, it was designed ofr you guessed it, swf's! I don't see any other things in your code that would cause that error. Peace, MikeOn 5/30/06, Angus Johnson [EMAIL PROTECTED] wrote: Hi all, I am hoping to build a little as3 factory to load my swf's but I am

Re: [flexcoders] trace function

2006-05-30 Thread Michael Schmalle
. Peace, MikeOn 5/30/06, Nehal Gandhi [EMAIL PROTECTED] wrote: Hi..If we run try to debug from Flex 2.0 beta 3... it will ask for debug flash player.. i could not found Debug Flash Player 9 on beta download page. is it out?-NehOn 5/29/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, You have

Re: [flexcoders] LayoutManager type error after SWF load

2006-05-30 Thread Michael Schmalle
, Mike On 5/30/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, Try using the SWFLoader, it was designed ofr you guessed it, swf's! I don't see any other things in your code that would cause that error. Peace, MikeOn 5/30/06, Angus Johnson [EMAIL PROTECTED] wrote: Hi all, I am hoping to build

[flexcoders] [Flex 2 Beta3] Problem using ...rest parameter

2006-05-30 Thread Michael BADEN
Hello flexcoders, ActionScript 3.0 introduces a new parameter declaration called the ... (rest) parameter. This parameter allows you to specify an array parameter that accepts any number of comma- delimited arguments. The parameter can have any name that is not a reserved word. This

Re: [flexcoders] Windowless floating Flex apps - ?

2006-05-30 Thread Michael Schmalle
What exactly do you mean? A flex app that has windows or on the dexktop? Peace, MikeOn 5/30/06, John Grden [EMAIL PROTECTED] wrote: What's the way to do this with Flex/FP9? Has anyone tried it?-- John Grden - Blitz -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Flex 2 B3 :: Tree component doubts

2006-05-30 Thread Michael Montagna
and possibly prefetching layers ahead of time. The FDS managed objects might also help in this regard. Also note, this is just one approach, I'm sure there are others. Hope that helps, -Michael --- In flexcoders@yahoogroups.com, Torben Nielsen [EMAIL PROTECTED] wrote: Hi All, I am

[flexcoders] Re: Flex 2 B3 :: Tree component doubts

2006-05-30 Thread Michael Montagna
Use the @ symbol for e4x attributes. var attributeValue:* = [EMAIL PROTECTED] Note that if the attribute doesnt exist then you'll get back an empty XMLList. -Michael --- In flexcoders@yahoogroups.com, Torben Nielsen [EMAIL PROTECTED] wrote: Hi Tracy, Thank you for your ideas

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread Michael Schmalle
Hi, Search the list, there are a couple of posts on this. You need to use the styleSheet load of the TextField. Then custom parse through values. I am sure there will be some class libraries for this in the future. Gordon Smith (Adobe) hinted that there might also be this in a future version

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread Michael Schmalle
have been in the alpha (can't recollect). -Message d'origine-De: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com]De la part de Michael SchmalleEnvoyé: lundi 5 juin 2006 13:33À: flexcoders@yahoogroups.comObjet: Re: [flexcoders] Runtime CSS Styles Flex 2.0

[flexcoders] FB2B3 :: public and static public members messed up :: Bug?

2006-06-05 Thread Michael Schmalle
Hi, I have something weird that I cannot explain to myself. I have a class that resembles a ModelLocator singleton. The odd part is, FB has chosen one of my public methods to be 'public non-static' and the other 3 public non-static members are being treated as static! It's wrong in the

[flexcoders] Re: FB2B3 :: public and static public members messed up :: Bug?

2006-06-05 Thread Michael Schmalle
Oh, I have noticed that it is not treating them as static class methods but actually package functions. IE a function defined outside of the class. I have two other classes in the same directory that follow the same class pattern and it analyzes them correctly. Peace, MikeOn 6/5/06, Michael

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread Michael Schmalle
really started working on this real-time-change-CSS thing ?any project I can participate or take a look at ?thanks. On 6/5/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hmm, I don't follow, you mean load a style sheet that changes fill color styles? Peace, MikeOn 6/5/06, Jason Hawryluk [EMAIL

[flexcoders] Flex2B3 :: Panel anti-aliasing :: How do I get it back

2006-06-05 Thread Michael Schmalle
Hi, I have been having this problem a lot. When I create my own Panels IE TitleWindows, they look bad becasue there is no anti-aliasing going on. I mean the text looks ragged. I see a lot of other apps out there and they look the way they should, smooth. What am I doing wrong, dosn't make

Re: [flexcoders] FP9 crashes Firefox frequently

2006-06-05 Thread Michael Schmalle
Oh yeah, I still have 1.5, and it crashes all the time, I use IE for debugging. Never upgraded well, just havn't. It's crashing on my Flex projects.. Peace, MikeOn 6/5/06, Tom Bray [EMAIL PROTECTED] wrote: I submitted this, but I thought I'd say it here to find out if I'm the only one with

<    5   6   7   8   9   10   11   12   13   14   >