[flexcoders] XML tree dataprovider

2006-07-18 Thread Michael
/ subtask text=here is text/ /task /Object /root Thank you so much, Michael __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Re: initial loader color/style

2006-07-19 Thread Michael
--- In flexcoders@yahoogroups.com, hank williams [EMAIL PROTECTED] wrote: There is a default setting for the background color and style of the loader that you see before your app opens. Where can I change this? Hank Hank, I was just going to ask this same question today. I thought it

[flexcoders] Talking Components

2006-07-21 Thread Michael
seem to send data like Flash dispatch events would. - Michael Yahoo! Groups Sponsor ~-- Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM

[flexcoders] Re: Talking Components

2006-07-23 Thread Michael
creating custom event. When you need to broadcast event from one component to another, just use: comp.dispatchEvent( MyEvent(someEvent, myDataObject) ); this should do the trick. Jeremy. On 7/22/06, Michael [EMAIL PROTECTED] wrote: I have a Flex app with two custom components

[flexcoders] Re: T shirt......Was.. Loading Unicode values from XML and viewing in Flex compo

2006-08-13 Thread Michael
Gordon, Lol, thanks for the info. I will be attending the conference in Vegas, I already registered and have the hotel. - michael ritchie --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: If you attend MAX 2006, the annual Adobe user conference, there should be some

[flexcoders] output directive broken for absolute paths using compc

2006-08-29 Thread Michael
Hello, A minor but frustrating oddity: I have been tinkering around with compilation configuration files and this question is related to 'compc' and its configuration file. Does anyone know why compc doesn't take absolute paths inside the output directive? If I run compc from ~/foo, this

[flexcoders] Putting a Rectangle around a selected line in a List component

2007-02-06 Thread Michael
I'm fairly new at this and am trying to extend a List component so that a rectangle will appear round the selected line (and around the roll-over) instead of a solid color. I'm assuming that the focusRect property that is inherited from the InteractiveObject is the one I need to deal with, but

[flexcoders] Re: Putting a Rectangle around a selected line in a List component

2007-02-08 Thread Michael
to add 3 pt. border g.drawRect(0, 01, width, height); //g.endFill(); indicator.x = x; indicator.y = y; } // --- In flexcoders@yahoogroups.com, Michael [EMAIL PROTECTED] wrote: I'm fairly new at this and am trying

[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

[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

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

[flexcoders] Multiline ComboBox

2006-10-16 Thread Michael
)/ Thanks in advance, Michael __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] TreeItemRenderer question

2006-05-26 Thread Michael
the position of the image to be before the label myCheckBox.x = super.label.x; // reset the position of the label to be after the image, plus give it a margin super.label.x = myCheckBox.x + 10 + cbToLabelMargin; } } } } Thanks, Michael -- Flexcoders Mailing List FAQ: http://gro

[flexcoders] Cairngorm question

2006-06-01 Thread Michael
Does anyone know some good resources for cairngorm, and what the best way to start learning it is. I have done a few large flex apps, and I would like to see what cairngorm can do for me. Thanks a lot for the help! Michael -- Flexcoders Mailing List FAQ: http

RE: [flexcoders] Cairngorm question

2006-06-01 Thread Michael
, June 01, 2006 8:15 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cairngorm question Michael, I wrote a 6-part series of articles for Adobe Devnet that seem to be helping people to get started with Cairngorm, you'll find the first part here: http://www.adobe.com/devnet/flex

[flexcoders] Flex2 Blocking Cursor

2006-06-02 Thread Michael
that blocks user input inputBlocker = popupWindow(UIObject); CursorManager.setBusyCursor(); } function removeBlockingCursor() { // Remove our blocking popup inputBlocker.deletePopUp(); CursorManager.removeBusyCursor(); } Thanks, Michael -- Flexcoders Mailing List FAQ: http

[flexcoders] Image problems

2006-06-05 Thread Michael
Hello all, I am trying to work with drag and drop. I have a canvas in which I put a background image to be a recycle bin. Everything was fine for about a week and all of a sudden the image has disappeared. I dont know what is going on. I cannot think of anything that has changed that may

RE: [flexcoders] Image problems

2006-06-05 Thread Michael
in actionscript and holding it in a variable, but that didnt work. Can anyone help me with this? Michael From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mitch Grasso Sent: Monday, June 05, 2006 1:22 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Image problems

[flexcoders] mouseOver icon

2006-06-21 Thread Michael
much, Michael __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] installing NoteTag on JBOSS

2006-06-23 Thread Michael
Does anyone know the best way(or if it can be done) of installing notetag on a JBOSS server? Thank you, Michael __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

[flexcoders] debugging app with metadata tags

2006-06-23 Thread Michael
that is going to happen or is this a bug? I am running flex 2.0B3 on Jboss. Thank you, Michael __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] Re: help getting xml attribute names

2006-06-26 Thread Michael
. Thanks for your help, I will definitely look at the resource you mentioned. Michael From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of exporta_lite Sent: Monday, June 26, 2006 4:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: help getting xml attribute

RE: [flexcoders] Re: help getting xml attribute names

2006-06-28 Thread Michael
Thanks Gordon, that works great!!! Michael From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Gordon Smith Sent: Tuesday, June 27, 2006 4:01 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: help getting xml attribute names

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

[flexcoders] AIR NativeWindow Event.preventDefault() unexpected behavior

2008-09-13 Thread Michael
, however even then it's not working. Has anyone else run into this, and if so, what's the solution? Michael === ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script

Re: [ITCENTER] Lotus Notes Client 8

2008-09-15 Thread Michael
ot;006792"; google_color_url = "006792"; google_color_text = "00"; //--> Re: [ITCENTER] Lotus Notes Client 8 Michael Reply via email to

[flexcoders] Flex 2 Store That Works In Flex 3?

2009-03-20 Thread Michael
When I import the Flex Store that was created in version 2, I run the application but it loads about 75% and then stops. I know Adobe noted that some changes might be necessary for the Flex 2 store to run properly in Flex 3. Does anyone have those changes that must be made or a source link

[flexcoders] Re: problem with XML in flex

2009-03-20 Thread Michael
Type adobe flex cms into youtube and you will find a member mikenku who created a cms in flex but as an air. That air program then creates an xml file and uploads it. Hope some code there helps.

[flexcoders] Re: AIR from a Flex ActionScript Project?

2009-09-29 Thread Michael
luck. Michael Portuesi --- In flexcoders@yahoogroups.com, John McCormack j...@... wrote: Is there any easy way to publish a Flex ActionScript Project as an AIR file. This project, by its nature, has no mxml tags. John

[flexcoders] Re: AIR from a Flex ActionScript Project?

2009-09-30 Thread Michael
this helps, Michael Portuesi --- In flexcoders@yahoogroups.com, John McCormack j...@... wrote: Thanks Michael, I will give this a try. Currently, within FB3 I can create an AIR project and it does these things for me but the output is structured similarly to a Flex project but my projects

[flexcoders] Top 10 things new Flex developers should know

2009-11-29 Thread Michael
I hope this article on my blog is useful for those who are newcomers to Flex. http://digitaldumptruck.jotabout.com/?p=39 Michael Portuesi

[flexcoders] Re: Changing the background of an AS3 project in Flex

2009-12-01 Thread Michael
In your top-level application MXML file, try adding this attribute to your mx:Application tag: mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; backgroundColor=#ff --- In flexcoders@yahoogroups.com, Calbeans jwrigh...@... wrote: Hi All, I'm working on an AS3 project

[flexcoders] Re: Capturing and Saving an image in Flex (BitmapData)

2010-03-05 Thread Michael
, Michael Portuesi --- In flexcoders@yahoogroups.com, Wally Kolcz wko...@... wrote: Can someone point me to an example of using the BitmapData.draw() to capture an image of a container on the screen and save it to the harddisk of the server. I see some that show me how to capture and process

[flexcoders] Re: FlexUnit + Ant + Continuos Integration

2010-03-07 Thread Michael
, Michael Portuesi --- In flexcoders@yahoogroups.com, M. Fernanda Gioiosa fgioi...@... wrote: Hello, I'm working in a project with FlexUnit, Ant and Bamboo as continuos integration tool, have you ever try to do this? How is the ant tasks that you need to Run? How the FlexUnitTestRunner works

[flexcoders] Re: FlexUnit + Ant + Continuos Integration

2010-03-08 Thread Michael
You might try looking at: http://www.insideria.com/2008/04/unit-testing-with-flexunit-1.html for a good getting started article with FlexUnit. Regards, Michael Portuesi --- In flexcoders@yahoogroups.com, Nahla Laribi nahloulaha...@... wrote: Hello :) Did you find good site which

[flexcoders] maya to flash 10

2010-04-06 Thread MIchael
Hi, Is there a tutorial that shows a good workflow for exporting a maya model and importing it as a 3d movie clip in flash 10? thanks, Michael

[flexcoders] Re: maya to flash 10

2010-04-06 Thread MIchael
--- In flexcoders@yahoogroups.com, MIchael madmik3@ wrote: Hi, Is there a tutorial that shows a good workflow for exporting a maya model and importing it as a 3d movie clip in flash 10? thanks, Michael

[flexcoders] Re: maya to flash 10

2010-04-06 Thread MIchael
I don't want to use papervision. I want to use the 3d engine built into flash 10. --- In flexcoders@yahoogroups.com, Paul Andrews p...@... wrote: On 06/04/2010 21:23, MIchael wrote: Hi, Is there a tutorial that shows a good workflow for exporting a maya model and importing it as a 3d

[flexcoders] Re: maya to flash 10

2010-04-06 Thread MIchael
My understanding is that is exactly what papervision3d does as well. How does papervision3d differ? --- In flexcoders@yahoogroups.com, Paul Andrews p...@... wrote: On 06/04/2010 22:51, MIchael wrote: I don't want to use papervision. I want to use the 3d engine built into flash 10

RE: [flexcoders] Re: Dynamic Tree and VO's

2005-08-05 Thread Michael Herron
How about event.selectedItem.attributes.postcode? I guess label works as its kind of native to the tree.. Mike. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bhaq1972 Sent: 05 August 2005 13:09 To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] Flex applications not working with Mozilla firefox

2005-09-16 Thread Michael Nisi
By going to http://macromedia.com? Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM

RE: [flexcoders] Cairgorn Bug?

2005-09-16 Thread Michael Herron
There are only so many things it can be: Have you registered the event correctly with the controller? Has the controller been instantiated? Has the controller been instantiated BEFORE the event is broadcast? o When is the event broadcast? Are you instantiating a delegate from

RE: [flexcoders] Accessing the root of a custom component

2005-10-10 Thread Michael Herron
You dont need an ID as the properties from the super class are within the this scope of the custom component..so if you extended the TextInput and wanted to set the text property: mx:TextInput creationComplete=setDefault() public function setDefault(){ //Sets the text property

Re: [flexcoders] Flex2 :: mx.controls.HorizontalList-like control

2005-11-15 Thread Michael Hansen
... 5. etc. Do such a doc. exist at present? Any help would be much appreciated. Cheers -michael On 11/15/05, Matt Chotin [EMAIL PROTECTED] wrote: Unfortunately it's still a Repeater that's going to be your best bet or a custom control that you right. We won't support

Re: [flexcoders] Flex2 :: mx.controls.HorizontalList-like control

2005-11-16 Thread Michael Hansen
ns :o) I know this is an alpha release, so it is perhaps to early for this kind of stuff? Thank you for your time Matt. Cheers -michael On 11/16/05, Matt Chotin [EMAIL PROTECTED] wrote: Have you read the various documentation chapters available off of labs? http://labs.macrom

RE: [flexcoders] Re: Question about Enable / Disable Validator

2005-11-16 Thread Michael Herron
From a cairngorm View Helper you should usually use syntax like: mx.validators.Validator.disable(view, modelName.elementName); There isnt really a current document in flex, the first argument you need to provide is just a reference to the document that the mx:Model you are

[flexcoders] Flex2 :: HorizontalList Bug

2005-11-16 Thread Michael Hansen
() at mx.controls.listclasses::ListBase/selectItem() at mx.controls.listclasses::ListBase/mouseDownHandler() Anybody see this issue, and found a fix?? I'm really desperate... Thank you for any help!! -michael ** app.mxml mx:HTTPService id=srv url="" resultFormat=e4x useProxy=fa

Re: [flexcoders] handling empty(null) in CellRenderer

2005-11-18 Thread Michael Hansen
how about something like: mx:Link label={dataObject.day==null?'':dataObject.day} / cheers -michael On 11/18/05, keishichi2001 [EMAIL PROTECTED] wrote: (flex2.0) When i pass empty XML element into CellRenderer, and handle it like followed, it shows as 'null' - String

[flexcoders] Flex2 : databinding itemrenders

2005-11-18 Thread Michael Hansen
) { ... event.target.selectedItem.file ... } the updated data _is_ retrived. Seems the change is not reflected to the itemrender?!! Am I missing something here...? Thanks in advance :) Cheers -michael -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives

Re: [flexcoders] Flex2 : databinding itemrenders

2005-11-18 Thread Michael Hansen
) some time. (i also got found 7 or 8 bugs i would like verify, before submitting) Thanks again, and have a nice weekend. cheers -michael On 11/18/05, Manish Jethani [EMAIL PROTECTED] wrote: On 11/18/05, Michael Hansen [EMAIL PROTECTED] wrote: The thumbnail.mxml consists of an vbox

Re: [flexcoders] Flex2 : databinding itemrenders

2005-11-20 Thread Michael Hansen
clone the object array. Object itself doesn't seem to implement .clone() ? Do I have to write some for..in stuff for that? I'll tell you, I for one is hoping for a new release _very_ soon. :D cheers -michael On 11/19/05, Manish Jethani [EMAIL PROTECTED] wrote: On 11/18/05, Michael Hansen

Re: [flexcoders] Flex2 : databinding itemrenders

2005-11-21 Thread Michael Hansen
samples that expose the problems. I really appreciate your commitment. I hope com.macromedia.PayCheckManager is also looking at the list :D cheers -michael On 11/20/05, Manish Jethani [EMAIL PROTECTED] wrote: On 11/20/05, Michael Hansen [EMAIL PROTECTED] wrote: [snip] Isn't there a way

Re: [flexcoders] Avoiding scroll in List Control

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

Re: [flexcoders] Avoiding scroll in List Control

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

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

2006-03-12 Thread Michael Schmalle
: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Friday, March 10, 2006 6:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex2 :: ObjectProxy subclass :: Interfacing concrete accessors Hello, Lets see here, the question is kinda odd

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

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

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

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

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

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

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

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

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

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

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

2006-03-14 Thread Michael Schmalle
, Michael Schmalle [EMAIL PROTECTED] wrote: Lets say we have Component and SubComponent(composite inside Component, queued in Component.allChildrensList). 1) SubComponent uses getStyle(sizerThickness) How do I get this to where you call Component.setStyle(sizerThickness) and through inheriting

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2006-03-15 Thread Michael Schmalle
on the mxml changes the someClass.newAttribute to help with the testing of the binding of a dynamic property. Renaun --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Well, I was just in this classroom the other day. If I get your question correctly.. Add; use

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

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

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

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

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

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

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

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

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

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

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

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

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

2006-03-17 Thread Michael Schmalle
beta program. - Gordon From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Thursday, March 16, 2006 4:49 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Is there anywhere to post Flex 2 bugs and enhancement requests

Re: [flexcoders] Flex 2 Tree help

2006-03-17 Thread Michael Schmalle
Hi, This needs to be.. mx:Tree labelField=@label id=tree1 XPath Peace, Mike On 3/17/06, christopherjdunn [EMAIL PROTECTED] wrote: I'm trying out the Tree's and having some problems. I'm using an XML file and can get the 2st level of the tree, but none of the folders or sub items show up.

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

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

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

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

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

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

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

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

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

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

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-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
; /** * The abstract class to create a concrete service implementation using AMFPHP. * @author Michael J. Schmalle * @date 03-06-06 */ public class AMFService extends EventDispatcher { protected var _gateway:NetConnection2; private var __gatewayURL:String = http://localhost/teotigraphix

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

[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

  1   2   3   4   5   6   7   8   9   10   >