Re: [flexcoders] After another restart it solved itself - was: Undo/Redo not available in fresh install of Windows FB 3 Beta 3

2007-12-13 Thread Michael Wills
After a few restarts the undo wasn't working installing PDE, JDT, and then subclipse. After one more, just now, it is. So it's working. Sorry for the spam... Michael Wills wrote: Just wondering if this is unique to me or if others have experienced it. I just downloaded, installed

[flexcoders] FB3 B3 Refactor by moving items not yet available?

2007-12-13 Thread Michael Wills
Just wanted to confirm that refactoring by moving a class is not available. I saw it in a milestone planning document (http://flexwiki.adobe.com/confluence/display/ADOBE/Flex+Builder+3+Planning). Is there a way to do it automatically? Thanks, Michael

Re: [flexcoders] Flexbuilder 3 Release Estimate?

2007-12-13 Thread Michael Wills
public beta release, we'll need to know well before this is up if we suddenly have to pony up unexpected $$$. Can anyone help us clarify? Thanks! And yes, Flex is awesome. Flex 3 is even awesomer. Michael Merrill, Jason wrote: So I know Adobe can never give exact dates or promises

Re: [flexcoders] flexbuilder3 beta3

2007-12-13 Thread Michael Wills
(like ours). Michael bhaq1972 wrote: why is my flexbuilder2 license serial number invalid for flexbuilder3 beta3?

Re: [flexcoders] Flexbuilder 3 Release Estimate?

2007-12-13 Thread Michael Wills
2 with Charting for $299 US and become eligible for a free-of-charge copy of Flex Builder 3 Professional edition when it ships. Hope that helps, Michael Merrill, Jason wrote: So I know Adobe can never give exact dates or promises, but it sounding like Flex 3 could be available for purchase

Re: [flexcoders] Google Scheduling Framework question

2007-12-13 Thread Michael Wills
Are you using the FlexLib package? http://code.google.com/p/flexlib/wiki/ComponentList Michael hank williams wrote: what is the Google Scheduling Framework? Hank

Re: [flexcoders] Google Scheduling Framework question

2007-12-13 Thread Michael Wills
It looks like it is possible, if you are using FlexLib. Take a look at the examples, specifically example 6. http://flexlib.googlecode.com/svn/trunk/examples/SchedulingFramework/ScheduleViewer6_Sample.swf Source at:

Re: [flexcoders] Re: Google Scheduling Framework question

2007-12-13 Thread Michael Wills
Those are hosted on Google's Code website, but it's developed by some very cool and very generous Flex coders. http://code.google.com/p/flexlib/ Corey Smaller wrote: google has an API for all types of stuff check out the examples here

Re: [flexcoders] Re: Local storage of password

2007-12-04 Thread Michael Wills
? If not, are you able to pass a token for authentication? Michael Jeffry Houser wrote: Yes, MD5 is a hashing algorithm and it is unlikely you'd be able to take a hash and get the original text (in a timely / efficient manner). There are a few AS3 encryption projects. ASCrypt3: ascrypt3.riaforge.com

[flexcoders] How to open a flex project that was created elsewhere?

2007-11-30 Thread Michael Pengi
I've downloaded a sample flex application, how do I open it in the flex builder 3 IDE? There is no 'Open Project' menu option, only New...Flex Project and so forth? -- View this message in context:

Re: [flexcoders] How to open a flex project that was created elsewhere?

2007-11-30 Thread Michael Pengi
'. Anthony DeBonis wrote: Go to Menu: File Import ... then choose Existing Project to Workspace. Then choose the directory where the project lives, works well. --- In flexcoders@yahoogroups.com, Michael Pengi [EMAIL PROTECTED] wrote: I've downloaded a sample flex application, how do I

Re: [flexcoders] VideoDisplay inconsistent behavior, it gets Stuck

2007-11-28 Thread Michael Wills
#post1957547 It's from quite a while ago so I don't know if it will be of much help... Michael Nadeem Manzoor wrote: Hello Guys I am working on a Flex Media application. I am sending Flv path through Javascript. Everythings is working fine. But, suppose, if i send a fake flv url it throgh

RE: [flexcoders] Flex for database apps; compare to .net

2007-11-25 Thread Michael Pengi
--- We're Hiring! Seeking a passionate developer to join our team building Flex based products. Position is in the Washington D.C. metro area. If interested contact [EMAIL PROTECTED] -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael

[flexcoders] Michael Corbridge/ServiceCenter/US/SunLife is out of the office.

2007-11-23 Thread michael . corbridge
I will be out of the office starting 11/20/2007 and will not return until 11/26/2007. I will respond to your message when I return. --- This e-mail message (including attachments, if any) is intended for the use of the

RE: [flexcoders] Flex for database apps; compare to .net

2007-11-16 Thread Michael Pengi
] -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Pengi Sent: Saturday, November 10, 2007 6:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex for database apps; compare to .net I am considering flex for building data centric

[flexcoders] Digital Signature

2007-11-15 Thread Michael
Java applets and now AIR apps both have the concept of a digital signature. The loader of the apps are able to verify that the apps have not been corrupted. Is there anything similar for SWFs? Can the Flash player verify a digital signature?

Re: [flexcoders] Flex for database apps; compare to .net

2007-11-14 Thread Michael Pengi
interaction is where it's at. I'd appreciate anyone else's input on these subjects. Steve Hueners wrote: On 11/10/07, Michael Pengi [EMAIL PROTECTED] wrote: I have read a couple of times that Visual Studio might be considered 'ahead' of Flex Builder. VS is a far more polished IDE than FB2

[flexcoders] Flex for database apps; compare to .net

2007-11-10 Thread Michael Pengi
I am considering flex for building data centric applications for use over the lan or internet. I have some experience with .net and am curious to hear from other that are familiar with .net and how it compares. I have read a couple of times that Visual Studio might be considered 'ahead' of Flex

[flexcoders] mouseOver event not recognized while dragging an object

2007-11-07 Thread Michael
for it to do so. So... Can anyone think of a way that my image's mouseOver and mouseOut events can be recognized whether I'm using my mouse as normal or if I'm dragging something? Thanks! : : Michael

[flexcoders] Flex Camp Boston - Dec 7

2007-11-06 Thread michael . corbridge
Interested in attending Flex Camp? This December 7, Flex Camp Boston is being hosted at Bentley College in Waltham (just outside downtown Boston) For more information on registration, the agenda and list of speakers, visit: www.flexcampboston.com

[flexcoders] i cant get my edited data our of my grid :(

2007-11-03 Thread Michael Azar
this.mygrid.data[0].FirstName (DOESNT WORK--can you fix it for me.) i assume its something like that. I have a simple question. All I want to do is loop through I data grid to get the data out. not the data from the data provider but the actual data (once edited) directly from the DG. I

[flexcoders] Re: i cant get my edited data our of my grid :(

2007-11-03 Thread Michael Azar
but i am going to edit the data in the grid so accessing the data from the array would defeat the purpose of getting the data from the array. --- In flexcoders@yahoogroups.com, candysmate [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Michael Azar mazarflex@ wrote

[flexcoders] Maximum lines in TextArea?

2007-10-16 Thread Michael H. Ian
Can I set the maximum amount of lines in an editable TextArea so that users can't type more than the size of the TextArea? I've already set the verticalScrollPolicy to off, but users are still allowed to keep typing, it just doesn't create the scrollbar.

Re: [flexcoders] How do I call a POJO from Flex ?

2007-10-16 Thread michael . corbridge
trouble (write me if you want an easy tutorial to get started - POJO's included) Michael Corbridge Distributed Computing Sun Life Financial Ltd. One Sun Life Executive Park Wellesley Hills, MA 02481 --- This e-mail message

[flexcoders] Re: Flex Library Project crashing Eclipse with a StackOverflow

2007-10-05 Thread Michael Ritchie
Try adding the entire library folder (where the library swc lives) to your project under Library Path as opposed to the individual SWC file, see if that does the trick. - michael --- In flexcoders@yahoogroups.com, Brendan Meutzner [EMAIL PROTECTED] wrote: Just encountered this one myself

[flexcoders] Re: Flex Library Project crashing Eclipse with a StackOverflow

2007-10-05 Thread Michael Ritchie
This usually happens when adding multiple SWC files to your application, its a real bear to track down :\ - michael --- In flexcoders@yahoogroups.com, Brendan Meutzner [EMAIL PROTECTED] wrote: Just encountered this one myself... I deleted the project for now, and am about to try and recreate

Re: [flexcoders] Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Michael Schmalle
Hi, We offer what you are looking for, for an affordable price with lots of features, support and good documentation. It's called the TaskPaneFX. This product set contains the TaskListFX and that component stacked can do what you need. Check out...

[flexcoders] Re: Flex 3 Beta (+ AIR) and Flex 2 plugin

2007-09-20 Thread Michael
on the same Eclipse. -- Michael --- In flexcoders@yahoogroups.com, Giles Roadnight [EMAIL PROTECTED] wrote: Hi All I currently have the Flex 2 eclipse plugin installed but I want to develop AIR application and try out the Flex 3 Beta. I tried to install the FLex 3 plugin before but it messed up my

Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Michael Schmalle
the example is of. The TaskPaneFX component set on my commercial site. So really the source code is just slightly extending my commercial pane component. Peace, Mike On 9/20/07, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, I also found another workaround for the rollover. I added a timer

Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Michael Schmalle
Hi, I also found another workaround for the rollover. I added a timer to the dispatch method and it will wait the determined amount of milliseconds before firing the open event. This improves usability greatly. Peace, Mike On 9/20/07, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, I slapped

Re: [flexcoders] Reply Please !!!

2007-09-19 Thread Michael Schmalle
Hi, Guaranteed you will NOT get an answer to your question talking like this and having a subject line that YELLS Reply Please!!! What makes you any different from those that never get their questions answered either? Remember that this is a public forum which means it's all free information

Re: [flexcoders] Could people watch their subject lines ?

2007-09-19 Thread Michael Schmalle
It sounds like your email program is doing it. Most 90% of the posts don't. Peace, Mike On 9/19/07, Paul Steven [EMAIL PROTECTED] wrote: Sorry - I think I am a culprit! Is it just me or does the flexcoders emails always have [SPAM] in front of the subject? -Original Message-

[flexcoders] Re: File upload compression (esp. gzip)?

2007-09-19 Thread Michael
.) From AIR, you have flash.filesystem.* package. You can browse local file system and open up the file as FileStream. Then you can use any algorithm you want to alter the bytes before sending them to the server. -- Michael --- In flexcoders@yahoogroups.com, fgamador [EMAIL PROTECTED] wrote

[flexcoders] Alignment of SWF in HTML output

2007-09-18 Thread Michael Baird
I have a Flex app with a defined size of 1024x768. I'd like to be able to center this in the HTML page that it gets embedded in. I've tried editing the FlexBuilder-generated html index page to include a div, table, etc to try to get the SWF centered, but nothing seems to have any effect. What am I

Re: [flexcoders] Panel with transparent content area

2007-09-18 Thread Michael Schmalle
Hi, Set the border thicknesses to 0 and the border will dissapear. Peace, Mike On 9/18/07, kramus0 [EMAIL PROTECTED] wrote: Hi, I am struggle a bit with a really simple panel that I what to use as container for other components. This panel should have rounded corners and it should look

Re: [flexcoders] How to see if method is implemented in class

2007-09-18 Thread Michael Schmalle
Hi, Put your calling code in a try{} catch{} block, then you will not get the RTE. try { someObject.validate(); } catche (e:Error) { trace(someObject.className, Has no validate() method); } There are a couple other ways but, this is pretty clean and gets the job done. Peace, Mike On

Re: [flexcoders] Can't style a cursor with CSS, can you?

2007-09-18 Thread Michael Schmalle
Thats why for all of my custom components and managers I created a new CursorManager that wraps the mx one. In each of the managers or components I have; /* * The move cursor skin for the MoveManagerFX. */ moveCursorSkin:Embed(source=moveCursor.png); /* * The move

Re: [flexcoders] Re: Can't style a cursor with CSS, can you?

2007-09-18 Thread Michael Schmalle
(cursorSkinName + Skin); if (cls) { CursorManager.setCursor(cls, 0, offsetX, offsetY); } Peace, Mike On 9/18/07, ben.clinkinbeard [EMAIL PROTECTED] wrote: Not sure I follow you. How do you glean a class from those styles? --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Michael

Re: [flexcoders] Alignment of SWF in HTML output

2007-09-18 Thread Michael Baird
. The object/embed tags are not used by most browsers. Also make sure your app appears centered at that size. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Michael Baird *Sent:* Sunday, September 16, 2007 11:56 PM *To:* flexcoders

Re: [flexcoders] Alignment of SWF in HTML output

2007-09-18 Thread Michael Baird
writing the document to writing to something else. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Michael Baird *Sent:* Tuesday, September 18, 2007 10:14 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Alignment

Re: [flexcoders] Flex Developer Center example

2007-09-17 Thread Michael Schmalle
Hi, I think they used mx states. We have a commercial component that does exactly that and more. It is also a container with custom title bars, effects and tile layout class, preview pane etc. This component was modeled after the the one you are looking at to show how powerful and extensible

Re: [flexcoders] Changing styleName at run-time

2007-09-17 Thread Michael Schmalle
Hi, .playSkins { upSkin:bla; overSkin:blah; etc... } .pauseSkins { upSkin:bla; overSkin:blah; etc... } playPauseButton.styleName = (isPlaying) ? playStyles : pauseStyles; Peace, Mike On 9/17/07, williamkusumo [EMAIL PROTECTED] wrote: Hi! I have a skinned play button

Re: [flexcoders] Currently selected tab in TabNavigator?

2007-09-15 Thread Michael Schmalle
Hi, use selectedIndex or selectedChild. When using selectedChild you can use; selectedChild.label to get the label of the tab that is selected. When using selectedIndex you can use; var tab:Tab = Tab(tabNavigator.getTabAt(tabNavigator.selectedIndex)); tab.label tab.icon tab.data Peace, Mike

Re: [flexcoders] callLater syntax

2007-09-14 Thread Michael Schmalle
Hi, it's callLater(nominalLocatePopup, [nominalArray.getItemAt(nominalGrid.selectedIndex).nominalCode]); The function must resize in 'this' scope of the callLater() call. Peace, Mike On 9/14/07, candysmate [EMAIL PROTECTED] wrote: I have a function nominalLocatePopup which I wish to pass

Re: [flexcoders] Decorator Pattern 101

2007-09-13 Thread Michael Schmalle
, even thought it would implement the same type, juiceMaker is no longer a DisplayObject and thus, you cannot do this; myBox.addChild(juiceMaker); Does that make sense? Peace, Mike On 9/13/07, Claudia Barnal [EMAIL PROTECTED] wrote: Thanks a lot Michael! One never stops learning. I'll

Re: [flexcoders] removeChild vs destroyChild

2007-09-13 Thread Michael Schmalle
Hi, set the reference to them to null; child = removeChild(child); child = null; Peace, Mike On 9/13/07, donvoltz [EMAIL PROTECTED] wrote: Hello, I have created a custom component that dynamically adds another custom component(based on a Panel class) depending on the results from a

Re: [flexcoders] Re: Expected FLEX 3 Release Date and Cost ?

2007-09-13 Thread Michael Schmalle
I will be blunt, if you are doing Flex development, it would be a mistake not to be at MAX this year. Nice, I guess I am making a mistake unless you have that free teleporter you are working on and a babysitter. Peace, Mike On 9/13/07, Sheriff [EMAIL PROTECTED] wrote: Will there be Vids of

Re: [flexcoders] Decorator Pattern 101

2007-09-12 Thread Michael Schmalle
Hi, You can't decorate a UIComponent since it is a DisplayObject and needs to be added to the display list. You have to either us composition or subclass Button and use an interface and pass the class to decorate the Button with. JuiceMaker id=myJuiceMaker decorator={JuiceMaster} click=

Re: [flexcoders] Decorator Pattern 101

2007-09-12 Thread Michael Schmalle
Oh yeah JuiceMaker id=myJuiceMaker decorator={JuiceMaster} click= myJuiceMaker.makeJuice('orange') / is supposed to be; JuiceMaker id=myJuiceMaker makerClass={JuiceMaster} click= myJuiceMaker.makeJuice('orange') / On 9/12/07, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, You can't decorate

Re: [flexcoders] Decorator Pattern 101

2007-09-12 Thread Michael Schmalle
mentioned, but I would still love to hear about the Concrete class that you mention :) Thanks Michael! On 9/12/07, Michael Schmalle [EMAIL PROTECTED] wrote: Oh yeah JuiceMaker id=myJuiceMaker decorator={JuiceMaster} click= myJuiceMaker.makeJuice('orange') / is supposed

Re: [flexcoders] Decorator Pattern 101

2007-09-12 Thread Michael Schmalle
arrg, I'm doing to many things today.. in the construct that would be makerImpl = new JuiceMaster(); instead of; makerImpl = new JuiceMaker(); I'm sure you knew that but, I'm just a perfectionist even with irrelevant emails. :) Mike On 9/12/07, Michael Schmalle [EMAIL PROTECTED] wrote

Re: [flexcoders] here's a fun one: addEventListener to componet's titleWindow....

2007-09-12 Thread Michael Schmalle
How then can I get that the TitleWindow - held by the component - is being closed? Can you restate that sentence ? Mike On 9/12/07, grimmwerks [EMAIL PROTECTED] wrote: Ok, here's the setup: MAIN APP State=reg Component=login TitleWindow At the main app's start, the state is NOT

Re: [flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread Michael Schmalle
Same here, I am running multiple monitors and the main panel I want detached won't, the code view. Mike On 9/11/07, mitch [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, grimmwerks [EMAIL PROTECTED] wrote: Anyone have any tricks/settings for the

Re: [flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread Michael Schmalle
No, Seems like the mxml code/design module is one piece. Although you could open notepad. hahah ;-) Peace, Mike On 9/11/07, candysmate [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Same here, I am

Re: [flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread Michael Schmalle
Wow, just learned something... Peace, Mike On 9/11/07, mitch [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, candysmate [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Michael Schmalle teoti.graphix

[flexcoders] automationName in Components

2007-09-11 Thread Michael Herron
Hi, I was wondering if it is possible to dynamically set the automationName property of a control at runtime? For example, if I have a component that contains a label: MyComponent.mxml mx:HBox mx:Label id=label automationName=componentLabel / /mx:HBox And I want to

Re: [flexcoders] Re: Announcing flexmdi: Robust, extensible MDI framework for Flex

2007-09-11 Thread Michael Schmalle
Doug, You have solved a problem I've seen in pretty much every resize manager I've come across so far: Did you see mine? :) You have to create a cleanUp method that will fire on mouseUp and mouse leave, the mouse leave can't execute the same code as mouseUp since the operation becomes invalid.

Re: [flexcoders] Re: Announcing flexmdi: Robust, extensible MDI framework for Flex

2007-09-11 Thread Michael Schmalle
indicators and resize effect. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Doug, You have solved a problem I've seen in pretty much every resize manager I've come across so far: Did you see mine? :) You have to create

Re: [flexcoders] Communicating with modules

2007-09-11 Thread Michael Schmalle
Hi, use an interface that you module and application know about. IE public interface ITalk { function get welcomMessage():String; } public class MyModule extends Module implements ITalk { public function welcomeMessage():String { return Hello Application;

Re: [flexcoders] Re: Breakpoint jumps away

2007-09-11 Thread Michael Schmalle
I have had this problem also, seems sporadic. You double click on a executing line and it jumps to a weird line 3-8 lines down out of the method. Peace, Mike On 9/11/07, Tracy Spratt [EMAIL PROTECTED] wrote: Check the project settings to be sure you still have generate html wrapper

Re: [flexcoders] How to dispatch event from ItemRenderer?

2007-09-11 Thread Michael Schmalle
I was thinking that I could listen for the click event on the radio buttons, capture the event, and dispatch a new custom event. Troy, Do this. I don't recommend bubbling events especially in itemRenderers. You are just asking for trouble down the road. Unless your event is called

Re: [flexcoders] How to dispatch event from ItemRenderer?

2007-09-11 Thread Michael Schmalle
Troy, I meant to quote this... have the event bubble from the itemRenderer, and that is about it. And listen for it Don't do that, your idea is right. Peace, Mike On 9/11/07, Michael Schmalle [EMAIL PROTECTED] wrote: I was thinking that I could listen for the click event on the radio

Re: [flexcoders] How to dispatch event from ItemRenderer?

2007-09-11 Thread Michael Schmalle
messed up. Peace, Mike On 9/11/07, Michael Schmalle [EMAIL PROTECTED] wrote: I was thinking that I could listen for the click event on the radio buttons, capture the event, and dispatch a new custom event. Troy, Do this. I don't recommend bubbling events especially in itemRenderers. You

Re: [flexcoders] Circumstances for Button sized by default

2007-09-10 Thread Michael Schmalle
Hi Ben, The reason is in any Container subclass IE Box, Canavs etc, the Layout class actually calls setActualSize() on the button child. Since you are using a custom component that does not have or implement a Layout class, you must call,

Re: [flexcoders] TitleWindow sozing help needed

2007-09-07 Thread Michael Schmalle
Hi, That is good ole mathematics. You need to calculate the popups new width and height, then use that to calc the x and y using the stage.screen dimensions. Peace, Mike On 9/7/07, Mark [EMAIL PROTECTED] wrote: I'm poping up a title window and would like the size to be a percentage of the

Re: [flexcoders] constructors in extended components: can they take arguments?

2007-09-07 Thread Michael Schmalle
Hi, responding to the first question; Why not use styles for that? We as developers need to understand there are 3 interfaces into a UIComponent. 1. Events 2. Styles 3. Class API With that said, dealing with your example class; public class LabeledRenderer2 extends UIComponent implements

Re: [flexcoders] Re: NEW FLEX WEBSITE: ManureMail.com

2007-09-06 Thread Michael Schmalle
Yeah, That struggle was evident from the transition of MS DOS to Windows... Application centric internet/desktop IS the future, just depends on the road we take to get there. Peace, Mike On 9/6/07, Tony Alves [EMAIL PROTECTED] wrote: Randy, I second that sentiment! Flex kicks ass! I am

[flexcoders] Best DataProvider for Combo Box

2007-09-06 Thread Michael Sumner
()? These functions in turn call service_ro.getMember etc. Thanks, Michael Sumner Nations Best Sports 817-788-0034 ext 244 817-788-8542 fax

[flexcoders] Why will Debug show all my datagrid results

2007-09-06 Thread Michael Sumner
::dispatchEventFun ction() at flash.events::EventDispatcher/dispatchEvent() at mx.messaging.channels::NetConnectionChannel/::defaultErrorHandler() at mx.messaging.channels::NetConnectionChannel/::securityErrorHandler() Michael Sumner

[flexcoders] Re: TextInput control and long text

2007-09-05 Thread Michael Ritchie
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Ritchie Sent: Tuesday, September 04, 2007 3:29 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: TextInput control and long text Thanks for the suggestion Alex, but that doesn't seem to help. I set it using

[flexcoders] Re: TextInput control and long text

2007-09-05 Thread Michael Ritchie
I got the horizontalScrollPosition to work from the protected function onFocusOut of my custom component (extending TextInput). I placed a callLater function inside the onFocusOut function to set the position, this seems to work fine for setting it from AS. -Michael --- In flexcoders

[flexcoders] TextInput control and long text

2007-09-04 Thread Michael Ritchie
the text to show the beginning of the text again, but nothing seems to stick. Any ideas? - Michael

Re: [flexcoders] How to add click to a Image when using AS / AddChild

2007-09-04 Thread Michael Schmalle
Hi, try newImage.data = //set here and you can access it in the click handler newImage.addEventListener(MouseEvent.CLICK, doStuff); Peace, Mike On 9/4/07, oneproofdk [EMAIL PROTECTED] wrote: Hi I'm adding images to a vbox using as and addchild. Only thing is, that I cant figure out how

[flexcoders] Re: TextInput control and long text

2007-09-04 Thread Michael Ritchie
Thanks for the suggestion Alex, but that doesn't seem to help. I set it using AS and not MXML, thought it might be related to this bug: http://bugs.adobe.com/jira/browse/SDK-387 and this one seems to be match for my issue: http://bugs.adobe.com/jira/browse/SDK-1057 --- In

Re: [flexcoders] AS3 Components?

2007-08-31 Thread Michael Schmalle
Doug, How can you use 'Flex 2 SDK http://www.adobe.com/products/flex/downloads/' in Flash CS3 ? Peace, Mike On 8/31/07, Doug McCune [EMAIL PROTECTED] wrote: FlexLib is Flex-framework dependent, I think Jesse was asking about AS3, non-Flex libraries (ie you can use them in Flash projects).

[flexcoders] Re: Library SWC in Flash CS3

2007-08-30 Thread Michael
wound up just using the AS source code for those projects. I don't know if there's a solution or not, but if there is, I could not find it in time. Hope you have better luck. -- Michael --- In flexcoders@yahoogroups.com, Derek Vadneau [EMAIL PROTECTED] wrote: I've asked this a couple of times

Re: [flexcoders] Creating Custom Component

2007-08-29 Thread Michael Schmalle
Hi, Why are you creating a Label inside a Label? That will not work. package myComponents { import mx.controls.Label; public class SelectSchoolBuildingsLabel extends Label { private function SelectSchoolBuildingsLabel ():void { super(); text = Select School Building; }

[flexcoders] Accessing HTTP Request Headers: Cookies, Referrer, User Agent, etc.

2007-08-28 Thread Michael
When you embed a SWF, the HTTP request includes lots of headers which include the cookies for the domain that your SWF belongs to, the referrer (should be the url of the page that the SWF is embedded in), the user-agent, etc. Is this exposed anywhere, like mx.core.Application, etc. ? Is it not

Re: [flexcoders] borderSkin is ignored if the backgroundColor is not set?

2007-06-15 Thread Michael Schmalle
Hi Brian, 2. ... If there is no backgroundColor defined it is NaN which will not render in the drawRoundRect() method. 3... Stupid question but, have you made sure all other vars are not null that are being passed to the drawRoundRect() method? That example has to work, can you paste all of

Re: [flexcoders] The future of Flex IDE's

2007-06-14 Thread Michael Schmalle
Eclipse can still be extended... I wish Adobe after this Flex 3 push would really focus some effort on letting people know how to extend their API's. I myself have written java, but really have no idea where to start if I wanted to add a plugin say, a code formater to flex builder right now.

Re: [flexcoders] The future of Flex IDE's

2007-06-14 Thread Michael Schmalle
Load up Flex Builder -- Help -- Help Contents Look at Platform Plug-in Developer Guide and Plug-in Development Environment guide. And/or google Eclipse Plugin Tutorials. Ok, thanks for the gogo baba talk but, you missed what I am saying. So that is why they provide an API, I guess it's a

[flexcoders] Flex3 :: ModuleManager :: not dispatching READY

2007-06-14 Thread Michael Schmalle
Hi, I have this simple setup; A module in ; /modules/HelloWorldModule.swf in creation complete in the main application; private function creatModule():void { var module:IModuleInfo = ModuleManager.getModule (modules/HelloWorldModule.swf);

Re: [flexcoders] Flex3 :: ModuleManager :: not dispatching READY

2007-06-14 Thread Michael Schmalle
only handle but it is local so as soon as it goes out of scope it can go away. Move it to an instance variable and you'll be fine. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Michael Schmalle *Sent:* Thursday, June 14, 2007 2:15 PM

Re: [flexcoders] Flex3 :: ModuleManager :: not dispatching READY

2007-06-14 Thread Michael Schmalle
, Michael Schmalle [EMAIL PROTECTED] wrote: Thanks you Alex. Now I really understand what is going on. I actually ran into this problem when I was using a ModuleOperation class that is in a service design pattern. The operation calls getModule(), and I actually did what you mentioned

Re: [flexcoders] The future of Flex IDE's

2007-06-14 Thread Michael Schmalle
not sure what 'special' API you think that Adobe should provide or document. Michael Schmalle wrote: Load up Flex Builder -- Help -- Help Contents Look at Platform Plug-in Developer Guide and Plug-in Development Environment guide. And/or google Eclipse Plugin Tutorials. Ok, thanks

Re: [flexcoders] Metadata question

2007-06-08 Thread Michael Schmalle
Yes, use the xml reflection and there is a meta data node for the member it was defined on. Peace, Mike On 6/8/07, Paul deCoursey [EMAIL PROTECTED] wrote: Does anybody know if it's possible to define our own metadata and access that info at runtime? For example, I'm writing a XML-Object

Re: [flexcoders] Metadata question

2007-06-08 Thread Michael Schmalle
clip:com.decoursey.xmeml.Clip; public function Angle() { } } And then at runtime I'd like to inspect the metadata, or even have the compiler generate some extra code based on the metadata. How do I do that? Can I do that? Michael Schmalle wrote: Yes, use the xml reflection and there is a meta

Re: [flexcoders] Metadata question

2007-06-08 Thread Michael Schmalle
for something more along the lines of Annotations like in Java 1.5. I think that I will probably try some other avenue since this appears to be a dead end. Paul Michael Schmalle wrote: Well, don't have exactly what I wanted to say but, see Re: Flex 2 Compiler / Metadata Question Posts

Re: [flexcoders] Making a flex app pretty

2007-06-08 Thread Michael Schmalle
Imagination Peace, Mike On 6/8/07, Christopher Olsen [EMAIL PROTECTED] wrote: What tool would one use to make a flex apps interface pretty? -christopher -- Teoti Graphix http://www.teotigraphix.com Blog - Flex2Components http://www.flex2components.com You can find more by

Re: [flexcoders] Metadata question

2007-06-08 Thread Michael Schmalle
And here lies the trick -keep-as3-metadata=Bindable,Managed,ChangeEvent,NonCommittingChangeEvent You have to say what you want to show up.. Peace, Mike On 6/8/07, Gordon Smith [EMAIL PROTECTED] wrote: Yes, you can define your own metadata and access it at runtime using the describeType()

Re: [flexcoders] Re: Event is Raised ONCE and Firing TWICE

2007-06-07 Thread Michael Schmalle
Hi, I think he is referring to the old AS2 event model that used a backdoor this['on' + funcName](eventObj) handler if a listener was not specified. This is not how EventDispatcher in AS3 works now. Could I see a bit more code? This has to be something really simple but, there is no answer in

Re: [flexcoders] Mixing styles in a single component

2007-06-06 Thread Michael Schmalle
Hi, html text OR setting the text format object of the text field. Peace, Mike On 6/6/07, Guido [EMAIL PROTECTED] wrote: Hi, my question is a simple one, yet I can't seem to fancy a way of doing this. Basically, I want to know how possible it is to set a style to a certain part of the

Re: [flexcoders] nested layout containers - file size or other concerns

2007-06-06 Thread Michael Schmalle
Hi, File size is based on linked classes. So the answer is no on nested containers affecting SWF size. of course if it is an mxml file size, the more text the larger the file. ;-) The more containers you have the slower your app will be to resize. Although, Container is a very fast component

Re: [flexcoders] nested layout containers - file size or other concerns

2007-06-06 Thread Michael Schmalle
I have to make one amendment to what I said; There would be a slight increase in the SWF size because of how the compiler creates component descriptors. But, the SWF will not keep linking in the classes. Peace, Mike On 6/6/07, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, File size is based

Re: [flexcoders] Adding custom styles to MXML component

2007-06-05 Thread Michael Schmalle
Hi, it's mx:Metadata [Style(name=myStyle)] /mx:Metadata Peace, Mike On 6/5/07, borekbe [EMAIL PROTECTED] wrote: I'm trying to create a MXML component with custom [Style] defined is mx:Script section. The compiler is complaining that [Style] must annotate a class. I understand this

Re: [flexcoders] AS3 decorator pattern examples

2007-06-04 Thread Michael Schmalle
Hi, Look at all of the collection classes, IE ArrayCollection. Are you talking about decorating UIComponents? There are many uses for decorators but none at all. :) That is a pattern that sometimes is not needed with UIComponents. I would suggest getting familiar with creating tight public

Re: [flexcoders] CDATA and E4X

2007-06-04 Thread Michael Schmalle
Hey man, I just hacked this out. it's ugly but works. function cdata(string:String):XML{ return new XML('![CDATA[' + string + ']]') } var username = Jesse; var lastname = Warden; var re:XML = nodes node{username}/node node{cdata(lastname)}/node /nodes Peace, Mike On 6/4/07,

Re: [flexcoders] Change Object Reference

2007-06-03 Thread Michael Schmalle
Hi, I would think that setting; vo = null; then vo = someNewObject would unlink the reference. OR vo = new Object(); then vo = someNewObject Peace, Mike On 6/3/07, Kevin [EMAIL PROTECTED] wrote: This may be a simple question, but it's stumping me. I have a component that contains

Re: [flexcoders] Re: PopUpManager.createPopUp

2007-06-01 Thread Michael Schmalle
and over again... i want to restrict that to just one instance.. any advise.. please.. ? Rohan http://konkan.tv --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, There is no problem with what you have but... his question was, how to i

Re: [flexcoders] What functions do I need to override to return correct component size?

2007-06-01 Thread Michael Schmalle
as a child of the control? Thanks for your insight! Mark -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Michael Schmalle *Sent:* 31 May 2007 17:33 *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] What functions do I

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