Re: [flexcoders] Am I crazy?

2006-05-05 Thread Michael Schmalle
Weird, I didn't get any emails for 8 hours, that is why I said what I said. Peace, MikeOn 5/5/06, Steven Webster [EMAIL PROTECTED] wrote: Manish is correct - first time posters are moderated. In some circumstances however, the list seems to think that some invididuals are *always* first time

Re: [flexcoders] Flex2 :: PopUpManager.centerPopUp() :: not working

2006-05-04 Thread Michael Schmalle
it to work what ever I do. Peace, Mike On 5/4/06, Matt Chotin [EMAIL PROTECTED] wrote: Do you have a code example of the failure? From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Wednesday, May 03, 2006 8:26 AM

Re: [flexcoders] Flex2 :: PopUpManager.centerPopUp() :: not working

2006-05-04 Thread Michael Schmalle
/06, Michael Schmalle [EMAIL PROTECTED] wrote: snippetWindow = PopUpManager.createPopUp(this, SnippetTypeWindow) as SnippetTypeWindow; Centering is with respect to the parent of the pop-up (in this case, 'this'). Have you tried specifying 'Application.application' as the parent

Re: [flexcoders] flex2 - ambiguous reference to TextInput

2006-05-04 Thread Michael Schmalle
Hi, You could also do; public class Textnput extends mx.controls.TextInput I agree with Manish, I am creating a large set of components and experiemented with using base names like that. I swear now after a couple months it is not worth it. Just come up witha a 1-3 letter acronym or

Re: [flexcoders] doDrag() in Flex 2.0

2006-05-04 Thread Michael Schmalle
Hi, mx.managers.DragManager.doDrag(this, ds, event, {name: name, image: image,component: component, mxml: true}); This might help yopu out; private function onComponentDrag(event:MouseEvent):void { // Get the drag initiator component from the event object. var dragInitiator:* =

Re: [flexcoders] Re: AS3 Custom Component question

2006-05-03 Thread Michael Schmalle
I mean measure() in your custom component. Mike On 5/3/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, Just a guess but, did you implement measure()? I havn't looked at the ScrolControlBase yet but.. it could be that. Peace, MikeOn 5/2/06, Manish Jethani [EMAIL PROTECTED] wrote: On 5/3

Re: [flexcoders] Re: AS3 Custom Component question

2006-05-03 Thread Michael Schmalle
Hi, Just a guess but, did you implement measure()? I havn't looked at the ScrolControlBase yet but.. it could be that. Peace, MikeOn 5/2/06, Manish Jethani [EMAIL PROTECTED] wrote: On 5/3/06, sufibaba [EMAIL PROTECTED] wrote: Thanks for your suggestion, I tried exending from

[flexcoders] Flex2 :: TitleWindow :: loosing anti-aliasing

2006-05-03 Thread Michael Schmalle
Hi, Has anybody noticed or is this a know bug. Create an mxml component based on the TitleWindow, Call pop up manager in the application, When the TitleWindow is displayed, all the text has really jagged edges. I have noticed this before with custom components I have made. I messed around

Re: [flexcoders] Re: Flex 2 Beta 2

2006-05-03 Thread Michael Schmalle
Hi, Search the list for internal build error This has come up many times and you are going to have to backtrack your steps. Peace, MikeOn 5/3/06, mepaninaresh [EMAIL PROTECTED] wrote: Still have one error:- An internal build error has occurred. Please check the Error Log. I can't see

[flexcoders] Flex2 :: PopUpManager.centerPopUp() :: not working

2006-05-03 Thread Michael Schmalle
Hi, I have used this method before in Beta 2, and now it is not centering. The PopUpManager looks like it thinks the TitleWindow width height are 0,0. I have tried putting the call in the creationComplete event, setting the height and width explictly on the TitleWindow. Nothing works. I

[flexcoders] Flex2 :: Feature request :: NavBar button factory

2006-05-02 Thread Michael Schmalle
Hi, I had wirtten something to Ely about the NavBar not using a factory for it's buttons. He thought this was a good suggestion and so do I. BTW, I understand you are still creating this and getting the flow on. Although it would be nice to have factories wherever you could honestly see a

Re: [flexcoders] Flex2 :: Feature request :: NavBar button factory

2006-05-02 Thread Michael Schmalle
will try this, I didn't want to reinvent the wheel(TabBar, TabNavigator) just to add dnd to it. Peace, Mike On 5/2/06, Manish Jethani [EMAIL PROTECTED] wrote: On 5/2/06, Michael Schmalle [EMAIL PROTECTED] wrote: This comes from wanting to do one simple thing with the tab bar and I ended up

Re: [flexcoders] Flex2 :: Feature request :: NavBar button factory

2006-05-02 Thread Michael Schmalle
a simple complete example so I can try this? Peace, MikeOn 5/2/06, Michael Schmalle [EMAIL PROTECTED] wrote: Great! I knew there had to be hidden implementations becasue of the change in duties of the subclass's of NavBar. buttonWidthProp What is that? I built in a way to use the HScrollBar

Re: [flexcoders] Flex2 :: Feature request :: NavBar button factory

2006-05-02 Thread Michael Schmalle
this might have been something different than just string names of properties. Peace, Mike On 5/2/06, Manish Jethani [EMAIL PROTECTED] wrote: On 5/2/06, Michael Schmalle [EMAIL PROTECTED] wrote: buttonWidthProp What is that? ButtonBar uses buttonWidth TabBar uses tabWidth The name

Re: [flexcoders] customized component

2006-05-01 Thread Michael Schmalle
What can be done one way with Flex can be done a hundred other ways with Flex. Why even care? It's a scripting, player oriented paradigm. Why even bother? Peace, Mike PS, 3rd party component competition will come from how they treat their clients and what 'options' and null bug issues come

[flexcoders] Flex2 :: 3rd party Components :: Adobe comments

2006-05-01 Thread Michael Schmalle
Hi, Adobe says they want a rich 3rd party componenty community. I have one question; Is Adobe going to give developers a road map of their framework ? Macromedia severly failed when trying to proliferate those quasi components named v2. Us developers spent 6 months figuring the rats nest

Re: [flexcoders] Flex2 :: 3rd party Components :: Adobe comments

2006-05-01 Thread Michael Schmalle
a better cost to time invested ratio, ecspecially since the scope of this component framework is much larger than v1 v2 combined. - Original Message - From: Michael Schmalle To: flexcoders@yahoogroups.com Sent: Monday, May 01, 2006 10:20 AM Subject: [flexcoders] Flex2 :: 3rd party

[flexcoders] Flex2 :: Subclassing Button :: How to change hitarea placement

2006-04-28 Thread Michael Schmalle
Hi, I was wondering if anybody from Adobe could shed some light on how to go about adding like two little buttons to a Button? I have tried with all my heart and cannot find a way to chnge the hitArea of a button to something smaller than it's bounds. Are you just adding a click listener to

Re: [flexcoders] Flex2 :: Subclassing Button :: How to change hitarea placement

2006-04-28 Thread Michael Schmalle
xmlns:mx=http://www.adobe.com/2006/mxml xmlns=* layout=absolute ButtonTest label=I'm only active on the left side/ /mx:Application Dirk. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Friday, April 28, 2006

Re: [flexcoders] Flex2 B2: TabNavigator: Graphical Skinning

2006-04-28 Thread Michael Schmalle
What part do you want to skin. With that info, you can pick your trail :) Peace, MikeOn 4/28/06, brian_m_riley [EMAIL PROTECTED] wrote: Flex2 B2: TabNavigator: Graphical Skinning I haven't found any documentation on this...is it possible? I'm hoping it's similar to the impl of a

Re: [flexcoders] Flex2 :: Subclassing Button :: How to change hitarea placement

2006-04-28 Thread Michael Schmalle
? Am I doing something wrong when subclassing the Button? Peace, MikeOn 4/28/06, Michael Schmalle [EMAIL PROTECTED] wrote: Dude, ! Thanks, I knew it was as simple as that! Thanks again. Peace, MikeOn 4/28/06, Dirk Eismann [EMAIL PROTECTED] wrote: Here's a quick example of a Button subclass

Re: [flexcoders] Flex2 :: Subclassing Button :: How to change hitarea placement

2006-04-28 Thread Michael Schmalle
Of Michael Schmalle Sent: Friday, April 28, 2006 6:30 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex2 :: Subclassing Button :: How to change hitarea placement Dude, ! Thanks, I knew it was as simple as that! Thanks again. Peace, Mike On 4/28/06, Dirk Eismann [EMAIL

[flexcoders] Flex2B2 :: backgroundImage problem :: not working

2006-04-24 Thread Michael Schmalle
Hi, This is an easy solution but, for the life of me I cannot get the background image to show up on anything compiled. When Viewing the ui in Eclipse/plugin FB2, I can see the backgroundImage applied to all the different containers, But, when I export(compile) and view in FireFox, nothing is

Re: [flexcoders] Re: Flex2B2 :: Changing State :: Problem with parent child

2006-04-21 Thread Michael Schmalle
with an example if you want. But, if you're not using cairngorm yet, it probably won't fit your need. Tim --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: hi, No, that was just a typo from the email, I am getting no errors. Peace, Mike On 4/20/06, Tim Hoff [EMAIL

Re: [flexcoders] Re: Flex2B2 :: Changing State :: Problem with parent child

2006-04-21 Thread Michael Schmalle
that would be great. Peace, MikeOn 4/21/06, Michael Schmalle [EMAIL PROTECTED] wrote: Well, I have downloded it and researched but, not implemented it yet. From reading the 6 part artical, it seemed that this app I am making wasn't big enough to warrant it. If you want, post the example. I could

Re: [flexcoders] Arranging checkboxes in Tile-Like Format

2006-04-20 Thread Michael Schmalle
Hi, Can't you just put the repeater in a Tile ? Then control your checkbox layout through the Tile's layout and properties IE titleWidth, width etc... I just did this yesterday Ironically. Peace, MikeOn 4/20/06, dave7273 [EMAIL PROTECTED] wrote: I have a list of checkboxes that are

[flexcoders] Flex2B2 :: Changing State :: Problem with parent child

2006-04-20 Thread Michael Schmalle
Hi, Real quick is there a problem with changing a parent component state and in the next call calling one if it's children's state changes? I cannot get this to work, but in the mxml component the child component changes state fine. IE if (event.label == Match) { trace(Match);

Re: [flexcoders] Flex2 ButtonBar; Can its buttons be individually enabled or disabled?

2006-04-20 Thread Michael Schmalle
Hi, Did you cast the returned button instance to Button? var child:Button = getChildAt(buttonIndex) as Button; Peace, MikeOn 4/20/06, wlbagent [EMAIL PROTECTED] wrote: I know this can be done using individual buttons but can the individual buttons in a ButtonBar component (not the whole

[flexcoders] FB2 :: Tile MXML Component :: Not allowing to drag components in design

2006-04-19 Thread Michael Schmalle
Hey, Is this a bug or just something that is not implemented yet? I have created a mxml component that subclasses Tile. I am in design view and flex builder will not allow me to drag in controls IE the CheckBox. If I add them in mxml code view and then switch to design view, they show up.

Re: [flexcoders] Getting Drap Drop Panels

2006-04-19 Thread Michael Schmalle
Hi, There was a link a while ago, Waldo Smeets started something in Flex 1.5. That should give you an idea of the complexity of it and where to start ;-) Peace, Mike PS There are many things that need to be taken into account for when doing it.On 4/19/06, Faisal Abid [EMAIL PROTECTED]

Re: [flexcoders] Accordian from XML

2006-04-19 Thread Michael Schmalle
Hi, Yeah, use the ... accordionData item label=lalal / item label-tata / /accordionData var myXML:XMLList = myXML..item; then iterate through the list using [EMAIL PROTECTED] in loop ... var child = new Canvas() child.label = [EMAIL PROTECTED] accorion.addChild(child) use addChild()

Re: [flexcoders] Accordian from XML

2006-04-19 Thread Michael Schmalle
BTW, I can see in my head quite a few different tecniques to do this. It really depneds on what you are ACTUALLY doing. Rereading your post, this might be some of what you want but, not exactly. Peace, MikeOn 4/19/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, Yeah, use

Re: [flexcoders] Re: Loading an SWC into Flex 2 Beta 2

2006-04-18 Thread Michael Schmalle
Hi, If I remembered correctly, Roger Gonzalez commented on this and it has to do with the virtual machine.? Don't quote me but, I swear this same thing came up about a month ago and he said they are working on it. I don't think it is going to be an actual component but, a virtual machine

Re: [flexcoders] Resizing a Panel

2006-04-12 Thread Michael Schmalle
Hi, In the event handler write; event.updateAfterEvent() Peace, MikeOn 4/12/06, Peter Martin [EMAIL PROTECTED] wrote: I have created a Window component (in Flex 2 beta 2) that subclasses TitleWindow. It allows the user to resize the window by grabbing the bottom corner. It works fine if

Re: [flexcoders] Re: After TitleWindow deletePopup(), nothing is accessible on screen

2006-04-12 Thread Michael Schmalle
Hi, Search the archives, there was just a question and a workaround for this I think. What is happening is the application is staying in a modal state. THere is a transparent clip above everyting. If this it what is is, then it is definatly a bug and probably fixed by now for the next beta.

Re: [flexcoders] Code formatter for action script

2006-04-03 Thread Michael Schmalle
to see a code formatter built into Flex. Tim. On Monday 03 Apr 2006 02:10, Michael Schmalle wrote: Hi, This is just my opinion; I have a project I am working on that has over 50 classes/interfaces and counting, I have written this all myself. My advice; When you create classes/interfaces

Re: [flexcoders] Code formatter for action script

2006-04-03 Thread Michael Schmalle
. I too would like to see a code formatter built into Flex. Tim. On Monday 03 Apr 2006 02:10, Michael Schmalle wrote: Hi, This is just my opinion; I have a project I am working on that has over 50 classes/interfaces and counting, I have written this all myself. My advice; When you create

Re: [flexcoders] Code formatter for action script

2006-04-03 Thread Michael Schmalle
extensions. We did some work with the Eclipse RCP before looking at Flex. Tim. On Monday 03 Apr 2006 11:49, Michael Schmalle wrote: You know, With my experience writting parsers and regular expressions I could write one of these as an Eclipse plugin. The problem is, I love programming in Java(yes

Re: [flexcoders] Re: DataGrid Find Function

2006-04-03 Thread Michael Schmalle
Hi, Try createSort(); var cursor:IViewCursor = myXMLListCollection.getCursor(); var values:Object = {FreeText: nameInput.text}; cursor.findFirst(values); var mark:CursorBookmark = cursor.bookmark; var index:int = mark.getViewIndex(); dg.selectedIndex = index; That should work, when you use

Re: [flexcoders] A suggestion for the group (Tutorials and Tip's)

2006-04-02 Thread Michael Schmalle
Matt, I think you know that the more places there are good information, the better our jobs are and the more we get paid ;-) I think we could say that it can enable the the Flex community. It's interesting, Flex is so much differnet then the Flash community becasue of the application

[flexcoders] FB2 :: Highlighting changes :: Keywords

2006-04-02 Thread Michael Schmalle
Hey Matt, Since you seem to be online... I know I asked this before but, it never got answered by someone from adobe. Is it a bug that keywords like override, String and Number are not being highlighted in the code view anymore? In my humble opinion, if this is not a bug I think it is not

Re: [flexcoders] Code formatter for action script

2006-04-02 Thread Michael Schmalle
Hi, This is just my opinion; I have a project I am working on that has over 50 classes/interfaces and counting, I have written this all myself. My advice; When you create classes/interfaces, methods and properties, format them manually and don't rely on code formatters. Hey, some will

Re: [flexcoders] A suggestion for the group (Tutorials and Tip's)

2006-04-01 Thread Michael Schmalle
search the data too. My vote goes to Wiki... Sachin On 4/1/06, Michael Schmalle [EMAIL PROTECTED] wrote: Now i just have to figure out how to use a wiki :) You know I had a real hard time grasping the idea of a wiki also... Email me if you want a quick tutorial about how to use

[flexcoders] Flex2 :: Documenting :: Effects

2006-03-31 Thread Michael Schmalle
Hi, I'm writting an as3/mxml documenter; Would anybody from Adobe care to tell me how you document your effects in you source code? I need to know so I can parse them. IE Styles, Events are obvious becasue they have meta data tags with comments. I have already got this working. I just need

Re: [flexcoders] Flex2 :: Documenting :: Effects

2006-03-31 Thread Michael Schmalle
Kewl, Thanks Stephen! That is all I needed to know ;-) Peace, MikeOn 3/31/06, Stephen Gilson [EMAIL PROTECTED] wrote: There is an Effect metadata tag in the code, like a Style or Event metadata tag. Stephen From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On

Re: [flexcoders] A suggestion for the group (Tutorials and Tip's)

2006-03-31 Thread Michael Schmalle
Hi, I have set up a wiki; a while ago. http://www.flex2components.com/wiki/doku.php It's very informal right now and the stucture well, is not complete I have many other things I am working on. I have a whole bunch of tutorials and examples that are on my local host. I just havn't got them

Re: [flexcoders] A suggestion for the group (Tutorials and Tip's)

2006-03-31 Thread Michael Schmalle
, Manish Jethani [EMAIL PROTECTED] wrote: On 4/1/06, Michael Schmalle [EMAIL PROTECTED] wrote: I have set up a wiki; a while ago. http://www.flex2components.com/wiki/doku.php [snip] So I thought that's what the Labs wiki [1] was for. [1]: http://labs.macromedia.com/wiki/index.php/Main_Page

Re: [flexcoders] A suggestion for the group (Tutorials and Tip's)

2006-03-31 Thread Michael Schmalle
-Message d'origine-De: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com]De la part de Manish JethaniEnvoyé: vendredi 31 mars 2006 23:04À: flexcoders@yahoogroups.comObjet: Re: [flexcoders] A suggestion for the group (Tutorials and Tip's)On 4/1/06, Michael Schmalle

Re: [flexcoders] A suggestion for the group (Tutorials and Tip's)

2006-03-31 Thread Michael Schmalle
Blogging is best IMHO. Blogging is not free form communal thought. I am aiming for free form. Wiki's are invaluable for this when implemented correctly. Anyway... I'm done. Peace, Mike On 3/31/06, Michael Schmalle [EMAIL PROTECTED] wrote: Before I get caught in the rip tide of this thread

Re: [flexcoders] A suggestion for the group (Tutorials and Tip's)

2006-03-31 Thread Michael Schmalle
Jethani [EMAIL PROTECTED] wrote: On 4/1/06, Michael Schmalle [EMAIL PROTECTED] wrote: Blogging is best IMHO. Blogging is not free form communal thought. I am aiming for free form. Wiki's are invaluable for this when implemented correctly. Oh, no, I'm not against the wiki, Mike. I was just

Re: [flexcoders] BETA 2 - How can I stop a button from opening multiple TitleWindows

2006-03-30 Thread Michael Schmalle
Hi, Couldn' you just save a reference to the window? if (myWindow != null) { // ... pop it up myWindow = } or use a boolean flag. private var bIsOpen = false; if (!bIsOpen) { // ... pop it up myWindow = bIsOpen = true; } Peace, MikeOn 3/30/06, Alex Alex [EMAIL

Re: [flexcoders] BETA 2 - What is a good swf size range?

2006-03-30 Thread Michael Schmalle
Remember, This is still beta and swf compiles are not completly optimized, so this question really can't be answered until the public release. Peace, MIkeOn 3/30/06, Alex Alex [EMAIL PROTECTED] wrote: Hello, After compliling a flex 2 project, what is a normal swf size range? I currently

Re: [flexcoders] Namespace question

2006-03-30 Thread Michael Schmalle
yes, any thing that is not in the current namespace needs to be defined in another namespace. That is the idea of packages, they seperate things so there are the least amount of 'possible' name collisions. Peace, MikeOn 3/30/06, Stefan Richter [EMAIL PROTECTED] wrote: Newbie here...

Re: [flexcoders] Re: Internal Build Error

2006-03-29 Thread Michael Schmalle
] wrote: I'm also fustrated by this internal build error. the whole of my monday was wasted on it. i've now gone back to starting the project all over again, but only bringing in a class(or mxml) at a time. painfully slow but has broken yet. --- In flexcoders@yahoogroups.com, Michael

Re: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Michael Schmalle
Hi, >From what I gather your are looking for the 'marginRight' and 'marginLeft' css styles. Button does not support 'marginTop' and 'marginBottom' css styles. If I were to have made this Button I would have included this. Adobe, what was your reasoning for not allowing us to have top and

Re: [flexcoders] Re: Internal Build Error

2006-03-29 Thread Michael Schmalle
@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, Not to butt in or anything but, var kpiList:Array = (this.myData as Array)[0]; That is probably not a very good way to write the _expression_ anyway. I can see why there might be a glich, var kpiList:Array = myData[0] as Array

Re: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Michael Schmalle
Did they take it all out? Heh, I havn't even tried, so if that is the case disregaurd my post ;-) Peace, MikeOn 3/29/06, Jason Hawryluk [EMAIL PROTECTED] wrote: Or paddingleft and right? Which depends on the version of flex your using beta 1or 2. Jason -Message

Re: [flexcoders] Too many mistakes

2006-03-29 Thread Michael Schmalle
facing much trouble?I am a Java architect and for the first time I am looking at RIA like Flex or OL. Any comments regarding my problems will be strongly appriciated.Regards, Sachin Michael Schmalle [EMAIL PROTECTED] wrote: Hi,Do you know what beta means? It means there are mistakes

Re: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Michael Schmalle
that - it seems to have some minimum!! i cant do marginRight=0... when i do that i still have this damn space that i cant get rid of. i saw in the Button.as a property called 'extraSpacing' that it does exactly that.. how do i make it zero !! --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL

[flexcoders] Flex2 :: mx:Text :: Problem with html property

2006-03-29 Thread Michael Schmalle
Hi, Has anyone had problems with the 'html' property being set to true on the Text component? I have mine set to true and it is still showing p tags, not html formatting? Peace, Mike-- What goes up, does come down. -- Flexcoders Mailing List FAQ:

[flexcoders] Flex2 :: DocumentX :: Flex document solution comming ...

2006-03-29 Thread Michael Schmalle
Hi all, I have been talking about this thing for awhile you can check out my blog post for more info. http://www.flex2components.com/f2cblog/2006/03/29/flex2-documentx-a-document-solution-for-flex/ Peace, Mike-- What goes up, does come down. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Flex2 :: mx:Text :: Problem with html property

2006-03-29 Thread Michael Schmalle
/mx:Text This Text component example is actually in the Flex Explorer Samples, by the way. Hope this helps. Joan From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Wednesday, March 29, 2006 8:43 AM To: flexcoders@yahoogroups.com

Re: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Michael Schmalle
Oh yeah, The styles have finally been changed to what they actually are; padding! Thats to funny, I just noticed that. Peace, MikeOn 3/29/06, Gordon Smith [EMAIL PROTECTED] wrote: You can set the button's paddingLeft and paddingRight styles. I have no problem making the left and right

[flexcoders] FB2 :: New ActionScript File :: Package path error

2006-03-28 Thread Michael Schmalle
Hi, Just curious but, do I have something set up wrong in the FlexBuilder2 Plugin for Eclipse? When I create a new AS class or interface in the Package TextInput it always inserts; [classpath] DocumentX.com.teotigraphix.documentx.analyzers.models Obviously this is wrong and I have to delete

Re: [flexcoders] FB2 :: New ActionScript File :: Package path error

2006-03-28 Thread Michael Schmalle
Dimitrios, THANKS, so the jist is; You can have multiple class paths but, if you want to create new AS files, you can only do so in ONE classpath? BTW, I switched it to my main classpath that I am working in and that corrected the issue. Peace, Mike On 3/28/06, Dimitrios Gianninas [EMAIL

Re: [flexcoders] Internal Build Error

2006-03-28 Thread Michael Schmalle
Hi, I wrote a couple lengthy posts on this forum. ;-) Search for internal build error, you should see some things I have encountered. Peace, MikeOn 3/28/06, Tim Sawyer [EMAIL PROTECTED] wrote: I'm getting An internal build error has occurred. Please check the Error Log. The log says:

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

[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

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

2006-03-26 Thread Michael Schmalle
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 implemented? I want

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, You know, that figures

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

2006-03-26 Thread Michael Schmalle
, and that 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 the obvious. Maybe

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

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

2006-03-26 Thread Michael Schmalle
.. 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 =)Michael Schmalle [EMAIL PROTECTED

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 Classes

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 excited about those green Classes

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

2006-03-26 Thread Michael Schmalle
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, Michael Schmalle [EMAIL PROTECTED] wrote

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,

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]

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

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

2006-03-23 Thread Michael Schmalle
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 intuition of feeling

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

2006-03-23 Thread Michael Schmalle
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 PROTECTED] wrote: Thanks Scott, The question was really

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

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

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 once

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

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 PROTECTED

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 to see

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

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

2006-03-21 Thread Michael Schmalle
) , 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 blog for a screen

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
Hey, I am using Flex2-AMFPHP in a project and it works great! There has been some discussion in this list about what to change by subclassing NetConnection. Well hey, here is my stuff; package com.teotigraphix.amf { import flash.net.NetConnection; public class NetConnection2 extends

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 Schmalle [EMAIL PROTECTED

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

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 the

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 the \'s, and as a last

[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:superClassName, superClassPackage:superClassPackage,

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

2006-03-18 Thread Michael Schmalle
- 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 enhancement ? ;-) Michael Schmalle wrote: Do you ever think down the road, you will give us regexp freaks

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

[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

<    5   6   7   8   9   10   11   >