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

2006-02-06 Thread Michael Montagna
o 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 > (bec

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

2006-02-06 Thread Michael Montagna
did you mean 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

[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. > > R

[flexcoders] Re: Auto form focus

2006-02-08 Thread Michael Montagna
Initialize might be too early. -M --- In flexcoders@yahoogroups.com, "Jeremy Rottman" <[EMAIL PROTECTED]> wrote: > > Is there a way with in flex to auto foucs on a certain compoent upon > initialization. I have tried the AS2 way > Selection.setFocus("instanceName"); But this does

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

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 zwe

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 pro

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

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

2006-02-12 Thread Michael Hansen
eally, I think abstract classes and modifiable constructors should make it into the AS4 spec. And typesafe delegation/wrappers that also avoid pointless delegation code like in Roger's example!   My $.02.   Cheers, Jules  On 2/13/06, Michael Hansen <[EMAIL PROTECTED] > wrote: Please expla

[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, "Pa

[flexcoders] Re: Flex2 Tree Bug crashes browser

2006-02-27 Thread Michael Montagna
ee see's 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 anywher

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

Re: [flexcoders] Detecting Client Country or Location

2006-03-03 Thread Michael Klishin
suggestion? Use server-side 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 Arc

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

[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, Wi

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! Pea

[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
=1   Matt   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 experimenti

Re: [flexcoders] polymorphic interfaces

2006-03-07 Thread Michael Schmalle
walked the other way and excluyded this method from the interdface since i want each class to return its type (its a semantic argument but it hink a clone method should return the correct type and not some base type) On 3/6/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: Hello, This is

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 develo

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

2006-03-07 Thread Michael Schmalle
r one 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@yahoogro

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 Ja

[flexcoders] FB2 :: Components :: Ability to filter Custom folder

2006-03-07 Thread Michael Schmalle
Hello, Is there or going to be a way to filter the custom components put in the custom folder of the component's panel? This would be great in the future, although I only have one project open, the folder loads everything even test cases and such. Peace, Mike-- What goes up, does come down.

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 loo

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 tag. So essentially, I had;    var myButton:Button;    When I found this and changed the var myButton:Butto

Re: [flexcoders] flex builder2 internal build error

2006-03-08 Thread Michael Schmalle
ends... Peace, Mike 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 tag. So essentially, I had;

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 mention

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 c

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

[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

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

2006-03-10 Thread Michael Schmalle
til.flash_proxy;       use namespace flash_proxy;   ...     From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael SchmalleSent: Friday, March 10, 2006 11:19 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Flex2 :: ObjectProxy subcl

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

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

Re: [flexcoders] Avoiding scroll in List Control

2006-03-12 Thread Michael Schmalle
Hello, Yes, very much so! Once you have established that the list has been rendered from the dataProvider, call myList.height = myList.calculateHeight(); signature:: public function calculateHeight(index:int = -1, count:int = 0):Number See the docs at ListBase. Adobe really kicked &*^ on

Re: [flexcoders] Avoiding scroll in List Control

2006-03-12 Thread Michael Schmalle
Manish, I guess my solution came from more of a component developers perspective. I have actually had use for this with TileList subclasses etc. If your solution works, that is an EASY answer for him ;-) Peace, MikeOn 3/12/06, Manish Jethani <[EMAIL PROTECTED]> wrote: On 3/12/06, Robs <[EM

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

2006-03-12 Thread Michael Schmalle
e you should devise another system.    Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Friday, March 10, 2006 6:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex2 :: ObjectProxy subclass :: Interfacing concrete accessors

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

2006-03-13 Thread Michael Schmalle
ings like your Projects in sync with the server.  It takes care of monitoring property changes for you for example.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Sunday, March 12, 2006 3:42 PM To: flexcoders@y

Re: [flexcoders] Drag & drop *from* the user's file system into a Flex 2.0 app

2006-03-13 Thread Michael Schmalle
Hello, My insight is that would be a dream. I bet Adobe is thinking along the same lines though. Looking at Flash5 to Flex2, you can imagine anything for the future. ;-) Other than a no answer to your question, you could use a server side language locally to accomplish something close but, no

Re: [flexcoders] Google, Yahoo hooked on AJAX?

2006-03-13 Thread Michael Schmalle
I think it will be 'the proof is in the pudding'. BTW, isn't it the actual developers like us that make a technology seen and be competitive ? :) It's all in the implementation, meaning, users are conditioned to what they see and if they see usable flex2 apps in a year, paradigm shift happens.

[flexcoders] Flex2 :: Component-Inheriting Styles :: Help

2006-03-13 Thread Michael Schmalle
Hello, Lets say we have Component and SubComponent(composite inside Component, queued in Component.allChildrensList). 1) SubComponent uses getStyle("sizerThickness") How do I get this to where you call Component.setStyle("sizerThickness") and through inheriting this style, SubComponent can us

Re: [flexcoders] Google, Yahoo hooked on AJAX?

2006-03-13 Thread Michael Schmalle
e, MikeOn 3/13/06, dos dedos <[EMAIL PROTECTED]> wrote: Usable pudding?Michael Schmalle < [EMAIL PROTECTED]> wrote:I think it will be 'the proof is in the pudding'. BTW, isn't it the actual developers like us that make a technology seen and be competitive ? :) It&

Re: [flexcoders] Flex2 :: Component-Inheriting Styles :: Help

2006-03-14 Thread Michael Schmalle
lt;[EMAIL PROTECTED]> wrote: On 3/14/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: >  Lets say we have Component and SubComponent(composite inside Component, queued in Component.allChildrensList). > >  1) SubComponent uses getStyle("sizerThickness") > >  How do

Re: [flexcoders] Flex 2 Style Explorer (beta)

2006-03-14 Thread Michael Schmalle
Ryan, I was just about to say the same thing! :) Peace, MikeOn 3/14/06, Ryan Stewart <[EMAIL PROTECTED]> wrote: Peter,   This is totally off-topic, but your signature is very, very cool.   -Ryan From: Peter Baird[mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 14, 2006 4:38 PM -0

Re: [flexcoders] Flex2 :: Component-Inheriting Styles :: Help

2006-03-14 Thread Michael Schmalle
thought createChildren() only ran once. Did this change in Flex2? Peace, MikeOn 3/14/06, Manish Jethani <[EMAIL PROTECTED]> wrote: On 3/14/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: >  I understand what you wrote, I guess my question is more about the implementat

Re: [flexcoders] Flex2 :: Component-Inheriting Styles :: Help

2006-03-14 Thread Michael Schmalle
BTW, I just added that simple little line and it works just like expected. Well, who says wasting hours on a solution that takes 1 second is a bad thing?! :-) Peace, MikeOn 3/14/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: Manish, H I feel like an idiot! I forgot the sty

Re: [flexcoders] Flex2 :: Component-Inheriting Styles :: Help

2006-03-14 Thread Michael Schmalle
Oh yeah, They were doing that back with Flex1, got ya Thanks, Peace, MikeOn 3/14/06, Manish Jethani <[EMAIL PROTECTED]> wrote: On 3/15/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: >  PS Is it convention now that you put all child creation calls in an if() state

Re: RE : [flexcoders] RTE -- Flex 2 Style Explorer (beta)

2006-03-14 Thread Michael Schmalle
Hello, Do you have Flex2 installed? There is a Text Editor in the component framework. Peace, MikeOn 3/14/06, Robert Thompson <[EMAIL PROTECTED]> wrote: If anyone knows where I can begin in utilizing a Rich Text Editor for FLEX 2.0 I'd appreciate it. FLoaded came out with one but they ke

[flexcoders] Flex2 :: 3rd party Components :: blog/site(future)

2006-03-14 Thread Michael Schmalle
Hello list, Since I ask more questions than answer for now, I would like those interested to bookmark my blog and eventual Flex2 component community site. I am going to get all my brain waves out on this so people can help me proliferate why flex components rock. For those who wonder about sol

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

2006-03-15 Thread Michael Schmalle
! Peace, Mike On 3/15/06, Matt Chotin <[EMAIL PROTECTED]> wrote: Oops, yes FDS is not meant for PHP right now.   Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Monday, March 13, 2006 5:29 AM To: flexcode

Re: [flexcoders] Flex2 flash_proxy/Proxy getProperty and Binding

2006-03-15 Thread Michael Schmalle
Well, I was just in this classroom the other day. If I get your question correctly.. Add; use namespace flash_proxy; right under the import flash.util.flash_proxy. If you got this code from an example, it was missing the use statement. I missed this also!, Once the use is in there it works g

Re: [flexcoders] Re: Flex2 flash_proxy/Proxy getProperty and Binding

2006-03-15 Thread Michael Schmalle
he "text" property. The button on the mxml changes the someClass.newAttribute to help with the testing of the binding of a dynamic property. Renaun --- In flexcoders@yahoogroups.com, "Michael Schmalle" <[EMAIL PROTECTED]> wrote: > > Well, I was just in t

Re: [flexcoders] Flex2 :: 3rd party Components :: blog/site(future)

2006-03-15 Thread Michael Schmalle
rapid development. :)Michael Schmalle < [EMAIL PROTECTED]> wrote:Hello list, Since I ask more questions than answer for now, I would like those interested to bookmark my blog and eventual Flex2 component community site. I am going to get all my brain waves out on this so people can help me

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

2006-03-15 Thread Michael Schmalle
You never know what Product Management could decide is important ;-)  But I would say that you should not use my words to get your hopes up in any way.  No PHP and FDS for version 2 for sure.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Micha

Re: [flexcoders] Re: Flip and mirror a bitmap in Flex

2006-03-16 Thread Michael Schmalle
Is the image supposed to be reflected also? From the source it looks like it. But, only the text and buttons are reflected. Peace, MikeOn 3/15/06, Richie Rich <[EMAIL PROTECTED]> wrote: Hi Here is a example of what your looking for with sample code I believe. http://humanwasteland.com/ref

Re: [flexcoders] Re: Flip and mirror a bitmap in Flex

2006-03-16 Thread Michael Schmalle
eflection when i loaded the demo in Flex Builder !   Richard    -Original Message-From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com]On Behalf Of Michael SchmalleSent: Thursday, March 16, 2006 1:54 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Flip and mi

Re: [flexcoders] Newbie again: Trouble implementing custom class (Flex2b)

2006-03-16 Thread Michael Schmalle
Well, for starters; com.jbe.picfindr should be projectroot/com/jbe/picfinder/pfHTTPService.as Try that, you need the dots to be actuall directory structure. Are you dead ending the : HTTPService(rootURL:String = null) signature? If not, your super needs to look like super(rootURL:Str

Re: [flexcoders] Newbie again: Trouble implementing custom class (Flex2b)

2006-03-16 Thread Michael Schmalle
       _siteID = value;       }     }         }        } On 3/16/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: Well, for starters; com.jbe.picfindr should be projectroot/com/jbe/picfinder/pfHTTPService.as Try that, you need the dots to be actuall directory

Re: [flexcoders] Re: Is there anywhere to post Flex 2 bugs and enhancement requests?

2006-03-16 Thread Michael Schmalle
Being that Adobe aquired the small company MM, wouldn't it not be a strectch to say that this kind of bug reporting is in the future? Seems like it would since they are giving developers the debugging task now??? :-) How much time and resources do you think they are saving on having 'US' help d

Re: [flexcoders] Re: Is there anywhere to post Flex 2 bugs and enhancement requests?

2006-03-17 Thread Michael Schmalle
em that this form isn't a good enough bug reporting system? We have a more elaborate system for people enrolled in the formal beta program.   - Gordon   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Thursday, March 16,

Re: [flexcoders] Flex 2 Tree help

2006-03-17 Thread Michael Schmalle
Hi, This needs to be.. XPath Peace, Mike On 3/17/06, christopherjdunn <[EMAIL PROTECTED]> wrote: I'm trying out the Tree's and having some problems. I'm using an XML file and can get the 2st level of the tree, but none of the folders or sub items show up. I;m not sure where i'm going wro

[flexcoders] AS3 :: Interface type verses Concrete type return

2006-03-17 Thread Michael Schmalle
Hello, The question I have is what is the general concensus dealing with how you pass and type a property. Would you type a property with a concerte type if it is used internally in a class ? Or with say ArrayCollection, you need to type it IListViewCollection? I guess the real question is,

Re: [flexcoders] AS3 :: Interface type verses Concrete type return

2006-03-17 Thread Michael Schmalle
.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael SchmalleSent: Friday, March 17, 2006 6:05 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] AS3 :: Interface type verses Concrete type return Hello,The question I have is what is the general concensus dealing wi

[flexcoders] AS3 :: Multiline RegExp declarations :: Future enhancement ? ;-)

2006-03-17 Thread Michael Schmalle
Hello, I know it's friday and a party night but, Adobe engineers... Do you ever think down the road, you will give us regexp freaks a multiple line regexp declaration? Anyway, I am doing these things in a doc parser and it's getting long ;-)  This would be one of the kewlest things along wi

Re: [flexcoders] AS3 :: Multiline RegExp declarations :: Future enhancement ? ;-)

2006-03-18 Thread Michael Schmalle
quot;); var regex:RegExp = new RegExp(rockYoBody); - Original Message - From: "Darron J. Schall" <[EMAIL PROTECTED]> To: <flexcoders@yahoogroups.com> Sent: Friday, March 17, 2006 9:16 PM Subject: Re: [flexcoders] AS3 :: Multiline RegExp declarations :: Future enhance

Re: [flexcoders] AS3 :: Multiline RegExp declarations :: Future enhancement ? ;-)

2006-03-18 Thread Michael Schmalle
Darron, blush... If you looked at my php implementation(my as2 doc generator) it had all that plus some hex stuff. I was using this as a test parsing and I never use dollar signs, slipped my mind. Thanks for reminding me ;-) And for that first idea, haha great!!! Man 4 eyes are better than 2

[flexcoders] Flex2 :: Rounded Corner Fragments :: What is it!

2006-03-18 Thread Michael Schmalle
Hey, Has anybody else noticed that nasty artifact on the panel's rounded corners ? Top especailly. See my blog for a screen shot. http://www.flex2components.com/f2cblog/2006/03/14/teowindow-rectmouseresizer/ What is that 1 pixel rounded line above the 'The'. It is driving me crazy! If this

Re: [flexcoders] Starting a Project Now! FLEX 1.5 or 2.0?

2006-03-19 Thread Michael Schmalle
jeremy wouldn't it be ' my .02 cents ' ;-)On 3/19/06, jeremy lu <[EMAIL PROTECTED]> wrote: beta1 is pretty solid now, definitly should go with flex 2, so you don't have to port it again 3 months later. my .2 centsOn 3/19/06, Jason Hawryluk < [EMAIL PROTECTED]> wrote: I am also in

[flexcoders] Flex Enterprise Services and JBoss 4 : fail to run sample apps

2006-03-19 Thread Michael Klishin
Hi, I'm trying to run Flex 2 Enterprise Services on JBoss 4.03 SP1 and get exceptions while deploying. I read a post at Adobe labs forums with the same problem but there were no answers to the question. Did anyone experienced this problem with JBoss? Thanks in advance. Regards, -- Mi

Re: [flexcoders] AS3 :: Multiline RegExp declarations :: Future enhancement ? ;-)

2006-03-19 Thread Michael Schmalle
Ah, are you talking about the code panes find/replace? Heh, I won't goto that trouble, I can see myself really messing things up! Peace, MikeOn 3/19/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: Darron, If it's a concern, then when you build your regex don't escape th

[flexcoders] FB2 :: Internal Build Error :: Some enlightening thoughts

2006-03-19 Thread Michael Schmalle
Hey, I am being really careful about what I do in FB2 and have noticed somethings. I had an object;             _classSignature =             {                 modifiers:modifiers                 signature:signature,                 packageName:packageName,                 superClassName:supe

Re: [flexcoders] AS3 :: Multiline RegExp declarations :: Future enhancement ? ;-)

2006-03-20 Thread Michael Schmalle
Darron, If it's a concern, then when you build your regex don't escape the \'s, and as a last step before you convert them to strings just do a quick find/replace with \ to \\ on the regex. > convert them to strings ... ? I am back into the easy bake oven and burned myself. Are you saying

Re: [flexcoders] AMFPHP, OpenAMF or Fluorine or FES

2006-03-20 Thread Michael Schmalle
service implementation using AMFPHP.      * @author Michael J. Schmalle      * @date 03-06-06      */     public class AMFService extends EventDispatcher     {         protected var _gateway:NetConnection2;         private var __gatewayURL:String = "http://localhost/teotigraphix/flashservices/gatewa

Re: [flexcoders] Flex2.0: MXMLC compiler is a big pain during migration from 1.5 to 2.0

2006-03-20 Thread Michael Schmalle
>6. Modified Void to void for all the functions. (this is the stupidest thing in the world) No it's not. as you can see null has always been null. Just like Void should have been void. They are getting it consistent, you should be happy! Peace, MikeOn 3/20/06, Johannes Nel <[EMAIL PROTECTED]>

Re: [flexcoders] Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-20 Thread Michael Schmalle
When the earth smashes into the sun... ;-( Reality sucks.On 3/20/06, João Fernandes <[EMAIL PROTECTED] > wrote: Well I just saw the "Adobe Flex Developer Derby" and guess what... Again only available in US and Canada (Frenchies excluded). When will we see for once a contest where no one is

Re: [flexcoders] Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-20 Thread Michael Schmalle
Man, I gotta shake your hand someday ;-)On 3/20/06, dos dedos <[EMAIL PROTECTED]> wrote: " ... smashes into the sun" is it taking it too far to assume it's in reference to Sun buying Adobe? Flex would make the perfect compliment for Java on the front end =)Michael Schmal

Re: [flexcoders] Flex 2 Beta 2

2006-03-20 Thread Michael Schmalle
 Yup, downloading it now!On 3/20/06, jf.saldanha <[EMAIL PROTECTED]> wrote: Flex Beta 2 is Here. And for me the first Problem is on installation the Project is: unable to open 'C:\Programas\Adobe\Flex Builder 2 Plug-in Beta 2\Flex Framework 2\frameworks\locale\pt_pt\framework_rb.swc' Is

[flexcoders] FB2 :: Highlighting changes :: Motivation ?

2006-03-21 Thread Michael Schmalle
Adobe, What was your motivation for changing the highliting? IE String, Number, get, set, etc.. Just curious, I get used to something with colors now it's gone. ;) Peace, Mike-- What goes up, does come down. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/file

Re: [flexcoders] Re: Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-21 Thread Michael Schmalle
> My  post wasn't intended to start a US-Against everyone war. Yeah, we allready have one of those, definitly DO NOT need any more! :) Peace, Mike On 3/21/06, João Fernandes <[EMAIL PROTECTED]> wrote: My  post wasn't intended to start a US-Against everyone war. I just wanted

Re: [flexcoders] Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread Michael Schmalle
Hi, I could probably make a component like that in a couple of days. No, joke. Check out my blog; http://flex2components.com/f2cblog for some proto component examples. I made that Color chooser in 2 days. Peace, MikeOn 3/21/06, Abdul Qabiz <[EMAIL PROTECTED]> wrote: By writing custom com

Re: [flexcoders] Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread Michael Schmalle
PS, I wouldn't try to extend the SliderBar for something that complicated untill I get to see the source for the flex framework. No need to reinvent the wheel by duplicating functionality that might have existing hooks allready. ;-) Peace, MikeOn 3/21/06, Michael Schmalle <[EMAIL P

Re: [flexcoders] Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread Michael Schmalle
Sorry to keep posting but, I just went back to that site. Correct me if I am wrong but, That whole thing is in a Flash Player! Peace, MikeOn 3/21/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: PS, I wouldn't try to extend the SliderBar for something that complicated untill I get

Re: [flexcoders] Re: Google Finance in AJAX: Can we do this in Flex?

2006-03-21 Thread Michael Schmalle
> I saw your blog. Your component TEOTaskPane - TEOTaskList is mind- > blogging :) . You are the GEEE OHHH D of Flex :) > Do you plan to publish your code? Hey, unfortunatly I plan to sell them ;-) You gotta make a living somwhere! But, I plan to help a lot of flex devs in the future thoug

Re: [flexcoders] Flex2 :: Rounded Corner Fragments :: What is it!

2006-03-21 Thread Michael Schmalle
chives/Flex2StyleExplorer.html  ) , and play with the panel Corner radius setting you see ugly it is. I hope the will fix this in the next beta release.  2006/3/19, Michael Schmalle <[EMAIL PROTECTED]>: Hey, Has anybody else noticed that nasty artifact on the panel's rounded corners ? Top especailly. See my

Re: [flexcoders] AS3 :: Interface type verses Concrete type return

2006-03-23 Thread Michael Schmalle
AIL PROTECTED]> wrote: 2 pc: If you ever want to swap behaviors internally at runtime, use interfaces: : ) Scott On 3/17/06, Michael Schmalle < [EMAIL PROTECTED]> wrote: Thanks roger, That answers my question exactly! :) This is how I program, so that makes me happy. Sometimes

Re: [flexcoders] AS3 :: Interface type verses Concrete type return

2006-03-23 Thread Michael Schmalle
om ICollectionView. This may be unapplicable in your case, but this approach is very flexible in OOP. For instance, in the Strategy pattern, an object is able to change its behaviors at runtime, based on the behavior object(s) it contains internally. Scott On 3/23/06, Michael Schmalle < [EMAIL PROTEC

Re: [flexcoders] Closing tab - Eclipse style

2006-03-23 Thread Michael Schmalle
Dosn't it do that already? I use the tab x's to close each tab. Peace, Mike PS I am not using the plugin version, standalone.On 3/23/06, engkee <[EMAIL PROTECTED]> wrote: Is there a way to decorate the Flex tabs with a [x] so that one can click on it to close the tab, similar to how it is

Re: [flexcoders] Everyone: Please indicate Flex version in subject line

2006-03-24 Thread Michael Schmalle
I Second this! I have been using like AS3, FB2, Flex2 b2 Although I think if you post a lot on this forum, you only need the Flex2, not b2? What do others think ? A double colan :: is always nice as it is good visual seperation when reading and not to intrusive. Peace, MikeOn 3/23/06, Tracy

Re: [flexcoders] Flex 2.0 API Source Code

2006-03-24 Thread Michael Schmalle
No, Unless there is some crazy programmer that can decompile as3, I don't even think the specs have been released on the new swf. BTW, They are releasing the full framework source with the public release, see threads already posted on this forum. Peace, MikeOn 3/24/06, [EMAIL PROTECTED] <[EMA

Re: [flexcoders] Re: Closing tab - Eclipse style

2006-03-24 Thread Michael Schmalle
Yeah, pardon me... Makes sense, if only Adobe mad the tabs modules... Peace, MikeOn 3/24/06, engkee <[EMAIL PROTECTED]> wrote: That is correct. I'm using the TabNavigator in my UI and I would like the tabs to have the "x" or similar decoration that I can click on to close. -engkee --- In

[flexcoders] FB2 :: Plugin, where is it?

2006-03-26 Thread Michael Schmalle
Hey, I have so much on my plate... I just read in a previous thread that the standalone is severly cippled in Eclipse. What is not implemented? I want to use the subversion plugin, I have Eclipse installed already, where do I get the plugin version of Flex Builder? Could somone point me in th

Re: [flexcoders] FB2 :: Plugin, where is it?

2006-03-26 Thread Michael Schmalle
taller, all you do is you choose to install the plugin version and point it to a eclipse folder. On 3/26/06, Michael Schmalle < [EMAIL PROTECTED]> wrote: Hey, I have so much on my plate... I just read in a previous thread that the standalone is severly cippled in Eclipse. What is not imp

Re: [flexcoders] FB2 :: Plugin, where is it?

2006-03-26 Thread Michael Schmalle
I'll answer my own question; Of course it is because you get Eclipse not an Adobe program that can't be extended as Eclipse can when Flex Builder is the plugin. :) This week has been, we you know! Peace, MikeOn 3/26/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: HAHA,

Re: [flexcoders] FB2 :: Plugin, where is it?

2006-03-26 Thread Michael Schmalle
t is a killer for me as i use ant the whole time as a workflow tool. you never know what you might need until you find its not there so...On 3/26/06, Michael Schmalle <[EMAIL PROTECTED] > wrote: HAHA, You know, that figures it was right in front of my face! Thanks Johannes for pointing out

Re: [flexcoders] Flex 2: Context Menu ... How To?

2006-03-26 Thread Michael Schmalle
Hey, Seeing as how the Help Content in FB2 works great, this might get you started; package {import flash.ui.ContextMenu;import flash.ui.ContextMenuItem;import flash.events.ContextMenuEvent;import flash.events.ContextMenuEvent;import flash.display.Sprite; import flash.d

Re: [flexcoders] Flex 2: Context Menu ... How To?

2006-03-26 Thread Michael Schmalle
LOL .. I'm using the 600 pages of documentation I printed as a pillow for now... (I can't read while I'm awake [too boring] and when I'm asleep the words get all scrambled and stuff... my import function is broke) ... still goingthru the first 200 pagesThanks!111  =

Re: [flexcoders] Flex 2: Context Menu ... How To?

2006-03-26 Thread Michael Schmalle
heh, I mean non-green classes. :) Peace, MikeOn 3/26/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: dos, A trick that I use with the help... Hit help contents. Then hit Language reference Then hit Frames Then look for ContentMenu, then a big example follows the more green C

Re: [flexcoders] Flex 2: Context Menu ... How To?

2006-03-26 Thread Michael Schmalle
... Then I look at my previous posts... I say ContentMenu to, duh ContextMenuOn 3/26/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: Yeah, well, it's spring man! Don't get to excied! Peace, MikeOn 3/26/06, dos dedos < [EMAIL PROTECTED]> wrote: I was getting exci

Re: [flexcoders] Flex 2: Context Menu ... How To?

2006-03-26 Thread Michael Schmalle
ted all that stuff but the online layout enables random access a lot more efficiently... the days of looking up stuff in a hefty manual are over.. i don't know what i was thinking! =)Michael Schmalle < [EMAIL PROTECTED]> wrote:heh, I mean non-green classes. :) Peace, Mike On 3/26/06

Re: [flexcoders] why is trace(1+0.9+0.7+0.3) = 2.8999999999999995

2006-03-27 Thread Michael Schmalle
I could swear there was a thread on this precision issue that Gordon Smith answered and it did have to do with the trace function. Search the archives, I bet you will find it. Peace, MikeOn 3/27/06, Dima Ulich <[EMAIL PROTECTED]> wrote: Hi All,    I was working with number recently and not

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