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

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

[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] 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 :: 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
[mailto:flexcoders@yahoogroups.com] On Behalf Of Michael SchmalleSent: Tuesday, March 28, 2006 9:00 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] FB2 :: New ActionScript File :: Package path error Hi,Just curious but, do I have something set up wrong in the FlexBuilder2 Plugin for Eclipse?When I create

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] 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
-De: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com]De la part de Michael SchmalleEnvoyé: mercredi 29 mars 2006 13:39À: flexcoders@yahoogroups.comObjet: Re: [flexcoders] Re: need help with programatic skinHi,From what I gather your are looking for the 'marginRight

Re: [flexcoders] Too many mistakes

2006-03-29 Thread Michael Schmalle
this far for me. This beta2 release didn't mess me up at all becasue I am focusing on logic no the UI. Peace, MikeOn 3/29/06, Sachin Dharmapurikar [EMAIL PROTECTED] wrote: Hi Michael, You are absolutely correct. Beta products are not production ready and they have mistakes. I am thinking

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

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

[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
] On Behalf Of Michael SchmalleSent: Friday, March 31, 2006 10:24 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Flex2 :: Documenting :: Effects 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

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

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] 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
plate to figure that out right now. I was also thinking down the road of porting my as3/mxml documentor into an Eclipse Plugin also. Can someone give me an honest assesment of how hard it is to create a plugin if you already have the 'application logic written' ? Peace, MikeOn 4/3/06, Michael

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] Disabling navigation between tabs in a tab navigator

2006-04-06 Thread michael . corbridge
One way to approach this might be to a run function (perhaps initiated by a button click event) that sets a boolean var: bTabEnabled = false; then set a var (statTabIndex) equal to the tabNav.selectedIndex. The tabNavigator has a change event that will fire when the user interacts with a tab.

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

[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] 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] Flex 2 and OS X

2006-04-20 Thread Michael Klishin
Hi guys, I just wonder is there a way to run Flex 2 under OS X at the moment? I was asked and have no idea 'cause I'm still an unhappy Windows user by some reason :) Thanks! -- Michael Antares Klishin, Email: [EMAIL PROTECTED] Web: www.novemberain.com Non progredi est regredi

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

[flexcoders] Flex 1.5 - getrepeaterItem values

2006-04-22 Thread Michael Griffin
Title: Message I havea small app which passes the reference to a repeater item to an editable view. I have been trying to assign the values from the original repeater dataProvider item into a newarray that can then be edited without affecting the original data until explicitly saved. The

RE: [flexcoders] Flex 1.5 - getrepeaterItem values

2006-04-23 Thread Michael Griffin
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael GriffinSent: Saturday, April 22, 2006 3:50 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Flex 1.5 - getrepeaterItem values I havea small app which passes the reference to a repeater item

[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] PLEASE: Could someone at Adobe/Macromedia do a Carnigorm Video Intro.

2006-04-26 Thread michael . corbridge
I have a very (very) simple sample app that I use to illustrate how to get the ball rolling with Cairngorm2 that I can send to you. It includes documentation on how to add your own dispatchEvent in step-by-step instructions. I'm not knocking the Cairngorm2 'Login' example, but I think that a

Re: [flexcoders] PLEASE: Could someone at Adobe/Macromedia do a Carnigorm Video Intro.

2006-04-26 Thread michael . corbridge
I will be sure to send it to you. The http://www.macromedia.com/devnet/flex/articles/cairngorm_pt1.html article is great, however I don't think that it has been updated to Flex2 (Steve W?) --- This e-mail message

Re: [flexcoders] PLEASE: Could someone at Adobe/Macromedia do a Carnigorm Video Intro.

2006-04-26 Thread michael . corbridge
: [flexcoders] PLEASE: Could someone at Adobe/Macromedia do a Carnigorm flexcoders@yahoogroups.com Video Intro. 04/26/2006 11:10 AM Please respond to flexcoders Hey Michael Any chance I could get that from you too? I've found the available Cg2 examples out there somewhat lacking... the 6 part

Re: [flexcoders] PLEASE: Could someone at Adobe/Macromedia do a Carnigorm Video Intro.

2006-04-26 Thread michael . corbridge
to flexcoders Hey Michael Any chance I could get that from you too? I've found the available Cg2 examples out there somewhat lacking... the 6 part article talks about and uses Cg.99, but I have F2B2 installed so I want to learn Cg2. The Cg2 CairngormLogin example has little documentation

Re: [flexcoders] How to subclass a singleton class ---- cairngorm issue --- Please help!!

2006-04-27 Thread michael . corbridge
Are you creating a business delegate class to handle the service call? In the cairngorm framework, the actual work of getting the remoteObject and making a request is inside a delegate. Consider, for example a remoteObject service which returns a list of customers with the id: roCustList.

[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

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 :: 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] Beta 3 - Custom Java Adapter

2006-05-02 Thread michael . corbridge
http://mmbeta.macromedia.com/ does that work for you? --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that

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

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] 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] Flex Component Directory - wiki online

2006-05-07 Thread Michael Schmalle
what link? ;-) Peace, MikeOn 5/7/06, Graham Weldon [EMAIL PROTECTED] wrote: Hi all, The wiki as promised is up and online, some basic information is already in there. If anyone has anything to contribute to the project, please let me know, and I can create an account. Bookmark the link,

Re: [flexcoders] Error #1009: null has no properties.

2006-05-08 Thread Michael Schmalle
Hi, If you are using mx:AdChild on the Accordion, try setting the property of the AddChild tag's creationPolicy to 'all'. This way all the children are created and you shouldn't get this error, I had same issues with the TabNavigator. Any other options, well I don't know about yet ;-) The

[flexcoders] Flex2B3 :: Framework Source :: Thanks

2006-05-09 Thread Michael Schmalle
Hi, I would just like to formaly thank the Adobe Flex Engineers for an AWSOME commenting of the framework. This will excellerate your 3rd party component developers by 100 times. Thanks GUYS GALS!!! Peace, Mike-- What goes up, does come down. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Flex2B3 :: Framework Source :: Thanks

2006-05-09 Thread Michael Schmalle
in the middle of a method? - Gordon From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Tuesday, May 09, 2006 7:36 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex2B3 :: Framework Source :: Thanks Hi, I would just like

Re: [flexcoders] problem in passing Collection of valueobjects from flex to java

2006-05-10 Thread Michael BADEN
Be sure that ALL your java VO classes have getter setter method for private properties, and a default constructor. 2006/5/10, ssdevi_2002 [EMAIL PROTECTED]: Hi,I am getting a weird problem when passing value objects from Flex 1.5 to Java. Initially it is not able to decode the action script

[flexcoders] Flex2B3 :: namespaces :: use namespace problem

2006-05-10 Thread Michael Schmalle
Hi, I have a namespace set up in; com.teotiGraphix.core.teo_internal; Copied the same thing Adobe is doing with mx_internal, which in my opinion is a great example of how programming languages can evolve positivly. trying it here; import com.teotiGraphix.core.teo_internal; use namespace

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