[flexcoders] A simply question about img tag in ASDoc

2009-07-28 Thread flexawesome
Hi there, I was trying to add an image by using the ASDoc, but it didn't show up in my doc, the path of the logo does exist. Any suggestion on this? /** * * img src = /images/myimage.jpg / * */

[flexcoders] Inculding a image in my documentation by using ASDoc

2009-07-28 Thread flexawesome
Hi there, I was trying to display an image in my documentation by using Asdoc, but it didn't show up at all. The image does exist on this path. /** * img src = /images/newImage.jpg / */

[flexcoders] Re: A simply question about img tag in ASDoc

2009-07-28 Thread flexawesome
...@yahoogroups.com] On Behalf Of flexawesome Sent: Tuesday, July 28, 2009 10:00 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] A simply question about img tag in ASDoc Hi there, I was trying to add an image by using the ASDoc, but it didn't show up in my doc, the path of the logo

[flexcoders] Resize loaded image.

2009-04-21 Thread flexawesome
Hi there, I am getting this error msg. There is a crossdomain.xml at www.domain-2.com/crossdomain.xml SecurityError: Error #2121: Security sandbox violation: LoaderInfo.content: http://www.domain-1.com/app.swf cannot access http://www.domain-2.com/thumb.swf. This may be worked around by

[flexcoders] My Space API / FetchPersonRequest

2009-04-15 Thread flexawesome
hi there, I was trying to build a widget at myspace.com , I have read the doc at http://wiki.developer.myspace.com/index.php?title=Official_OpenSocial_Ac\ tionScript3_Library I got an error null for the fields object, I did some invesgation with the code, it looks like the INITcouldn't be set

[flexcoders] Re: My Space API / FetchPersonRequest

2009-04-15 Thread flexawesome
The formatting looks odd here. You may click the link to view the code. http://www.privatepaste.com/441BSlgBV7 Thanks --- In flexcoders@yahoogroups.com, flexawesome flexawes...@... wrote: hi there, I was trying to build a widget at myspace.com , I have read the doc at http

[flexcoders] How to dispatch an Event in static function?

2009-04-01 Thread flexawesome
hey there, I was trying to dispatch an Event in static function and I got an error msg of 1180: Call to a possibly undefined method dispatchEvent. There is no problem in normal function ( without static function ). Would u pls show me how to address this problem? Thank you so much

[flexcoders] Re: A very simple code of ImageSnapshot

2009-02-13 Thread flexawesome
...@yahoogroups.com] On Behalf Of flexawesome Sent: Thursday, February 12, 2009 6:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: A very simple code of ImageSnapshot I have also tried this code, it didn't work as well -_-- would u pls take a look? thank you

[flexcoders] Re: PNG transparencies no longer work, when printing as Vector

2009-02-13 Thread flexawesome
I had the same experience of this issue. Is there any way to get ride of the background? thank you --- In flexcoders@yahoogroups.com, Mike Anderson m...@... wrote: Hello All, When sending my FlexPrintJobs to the printer as a Vector (printAsBitmap=false), any thing that was previously

[flexcoders] How to print content from UIComponent?

2009-02-12 Thread flexawesome
Hey there, I was trying to print my content from UIComponent and it didn't work. Is there any thing I need to take care about it? You may check the code by clicking below... http://privatepaste.com/e5NGNtrsny Thank you

[flexcoders] Re: How to print content from UIComponent?

2009-02-12 Thread flexawesome
If I changed it to this, the button can be printed. printJob.addObject( this, FlexPrintJobScaleType.NONE); hhuumm... how can I print the entire UIComponent which contains a shape object only? --- In flexcoders@yahoogroups.com, flexawesome flexawes...@... wrote: Hey there, I

[flexcoders] A very simple code of ImageSnapshot

2009-02-12 Thread flexawesome
I was trying to take snapshot of the uiHolder. However, I got an error msg of == ArgumentError: Error #2015: Invalid BitmapData. the simple code is here: http://www.privatepaste.com/b7gooBq4EJ Do you have any suggestions? Thank you so much

[flexcoders] Re: A very simple code of ImageSnapshot

2009-02-12 Thread flexawesome
--- In flexcoders@yahoogroups.com, flexawesome flexawes...@... wrote: I was trying to take snapshot of the uiHolder. However, I got an error msg of == ArgumentError: Error #2015: Invalid BitmapData. the simple code is here: http://www.privatepaste.com/b7gooBq4EJ Do you have any suggestions

[flexcoders] Getting Its Function Name...

2008-12-01 Thread flexawesome
Hey There, I was wondering if it's possible to get the function name inside the block dynamically? I am able to get the function name by static string, is there any method I could use to retrieve the function name? private function getConnection():void { trace(Calling getConnection()); //

[flexcoders] Re: Getting Its Function Name...

2008-12-01 Thread flexawesome
Awesome Alex! It's a bit buggy , but helpful :) --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: http://blogs.adobe.com/aharui/2007/10/debugging_tricks.html From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Monday, December

[flexcoders] Re: Dertermine if a tree node is open

2008-08-12 Thread flexawesome
isItemOpen? http://livedocs.adobe.com/flex/201/langref/mx/controls/Tree.html#isItemOpen() --- In flexcoders@yahoogroups.com, guillaumeracine [EMAIL PROTECTED] wrote: I searched this group and google but i did not find the answer i wanted. Is there a way to know if an object is open in this

[flexcoders] Re: How to show the Hand Cursor on the Close Button?

2008-08-05 Thread flexawesome
; btn.useHandCursor = true; However the mx:internal might change in the future so this is not bullet proof. --- In flexcoders@yahoogroups.com, flexawesome flexawesome@ wrote: Hey there, In the titlewindow component, I set showCloseButton = true; Do you know how can I show the Hand Cursor

[flexcoders] Re: How to show the Hand Cursor on the Close Button?

2008-08-05 Thread flexawesome
[EMAIL PROTECTED] wrote: Add the mx_internal declarations at the top of your class: import mx.core.mx_internal; use namespace mx_internal; -- Laurent Cozic Flash, Flex and Web Application development http://pogopixels.com - Original Message From: flexawesome [EMAIL

[flexcoders] Re: How do I show only part of an image?

2008-08-05 Thread flexawesome
are you able to use the mask? --- In flexcoders@yahoogroups.com, whatabrain [EMAIL PROTECTED] wrote: Let's say I have a 64x64 image, but I only want to display one 16x16 section of it. How would I do this? I tried playing with img.transform.pixelBounds.offset(), but it didn't do anything.

[flexcoders] Re: How to show the Hand Cursor on the Close Button?

2008-08-05 Thread flexawesome
anyone? :) --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: It shows btn.buttonMode = true has an error = TypeError: Error #1009: Cannot access a property or method of a null object reference. here is the code, please click the link below.. http

[flexcoders] Re: How to show the Hand Cursor on the Close Button?

2008-08-05 Thread flexawesome
PROTECTED] On Behalf Of flexawesome Sent: Tuesday, August 05, 2008 11:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to show the Hand Cursor on the Close Button? anyone? :) --- In flexcoders@yahoogroups.com mailto:flexcoders% 40yahoogroups.com , flexawesome

[flexcoders] How to show the Hand Cursor on the Close Button?

2008-08-04 Thread flexawesome
Hey there, In the titlewindow component, I set showCloseButton = true; Do you know how can I show the Hand Cursor on the Close button? Thanks

[flexcoders] Re: text style in TextArea?

2008-08-04 Thread flexawesome
htmlText? http://livedocs.adobe.com/flex/3/html/textcontrols_04.html#439608 --- In flexcoders@yahoogroups.com, markflex2007 [EMAIL PROTECTED] wrote: Hi, I want to have text with different styles in TextArea. for instance: one line is red one line is blue different lines have

[flexcoders] Creating advanced components

2008-07-31 Thread flexawesome
Hey there, I was reading the articles regarding the components http://livedocs.adobe.com/flex/3/html/help.html? content=ascomponents_advanced_2.html I knew that by extending the UIComponent, I need to overriding the protected UIComponent methods ( createChildren(), commitProperties(), etc. )

[flexcoders] A simple component in AS - Setting height Issues

2008-07-31 Thread flexawesome
Hey I was trying to figure out how to dynamically make the grow in height with the textArea in my component. by checking the docs here http://livedocs.adobe.com/flex/3/langref/mx/controls/TextArea.html#textH eight I was called the validateNow() method on the line 76, I was tried both height

[flexcoders] Re: A simple component in AS - Setting height Issues

2008-07-31 Thread flexawesome
it in a Canvas with no height set, it should grow as the Text component grows. On Fri, Aug 1, 2008 at 11:57 AM, flexawesome [EMAIL PROTECTED] wrote: Hey I was trying to figure out how to dynamically make the grow in height with the textArea in my component. by checking the docs here

[flexcoders] Getting current URL from iFram

2008-07-29 Thread flexawesome
Hey there, I have a problem of getting URL address from iFrame, I am using iFrame to link the Flex main.html ( generated by Flex ), I am unable to use the AS to get the parent URL address. ExternalInterface.call( window.location.href.toString ); Do you know how to retrieve the parent URL (

[flexcoders] Re: Getting current URL from iFrame

2008-07-29 Thread flexawesome
any suggestions? Thanks --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hey there, I have a problem of getting URL address from iFrame, I am using iFrame to link the Flex main.html ( generated by Flex ), I am unable to use the AS to get the parent URL address

[flexcoders] How to check all children have been loaded?

2008-07-23 Thread flexawesome
Hey there, I have a UIcomponent which contents 5 more image components inside. I would like to show the UIcomponent after all images have loaded successfully. If any image is still loading, the UIcomponent will not be displayed. Is there a easy way to add a event listener on the UIcomponent

[flexcoders] addEventListener for UI component scaling?

2008-07-14 Thread flexawesome
Hey there, is there a way to addEventListener for checking the UI component scaling? for example: 1. I have a UI component ( w:200 , h: 300 ) on the stage 2. I have a button to set the UI component scaling... ui.scaleX = 1.6; ui.scaleY = 1.6; now I would like to addEventListener for the

[flexcoders] Re: addEventListener for UI component scaling?

2008-07-14 Thread flexawesome
I have tried UI.addEventListener( ResizeEvent.RESIZE , callFunction ) but it didn't work, any suggestions? Thanks --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hey there, is there a way to addEventListener for checking the UI component scaling? for example

[flexcoders] Re: addEventListener for UI component scaling?

2008-07-14 Thread flexawesome
very nice~ thanks Gordon!! --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: Trying listening for FlexEvent.UPDATE_COMPLETE. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome

[flexcoders] Converting String to hiberarchy path ?

2008-07-10 Thread flexawesome
I was curious if I am able to convert a String to hiberarchy path for example: I am able to retrieve the button info. by myPanel.myButton.name what about I have a String: var apps:String = myPanel.myButton, is it possible to convert the String back to REAL hiberarchy path that allows me to

[flexcoders] Re: Converting String to hiberarchy path ?

2008-07-10 Thread flexawesome
; - Original Message From: flexawesome [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, July 10, 2008 8:45:03 PM Subject: [flexcoders] Converting String to hiberarchy path ? I was curious if I am able to convert a String to hiberarchy path for example: I am able to retrieve

[flexcoders] Re: Converting String to hiberarchy path ?

2008-07-10 Thread flexawesome
but neglect to change the String). -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: flexawesome [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Converting String to hiberarchy path

[flexcoders] Re: Retrieving XML data

2008-07-08 Thread flexawesome
, and I'll have a look. -Josh On Tue, Jul 8, 2008 at 2:00 PM, flexawesome [EMAIL PROTECTED] wrote: humm..it makes sense. but... how can I modify my code accordingly? seems doesn't work for me here, do you mind to post the code completely? :) --- In flexcoders@yahoogroups.com

[flexcoders] Retrieving XML data

2008-07-07 Thread flexawesome
hey there, is there a way to get rid off the tag ( image)? humm, I got this... imagewww.google.com/a.jpg/image imagewww.msn.com/b.jpg/image http://www.privatepaste.com/f8hQrmzTyB http://www.privatepaste.com/f8hQrmzTyB Thank you

[flexcoders] Re: Retrieving XML data

2008-07-07 Thread flexawesome
? Or do you just want to drop those nodes from an XML document? We need more info to be of any help. -Josh On Tue, Jul 8, 2008 at 1:34 PM, flexawesome [EMAIL PROTECTED] wrote: hey there, is there a way to get rid off the tag ( image)? humm, I got this... imagewww.google.com/a.jpg/image

[flexcoders] Re: Retrieving XML data

2008-07-07 Thread flexawesome
do it: for each (var node:* in myXMLList.image) { myArray.push(node.toString()); } -Josh On Tue, Jul 8, 2008 at 1:45 PM, flexawesome [EMAIL PROTECTED] wrote: hey Josh, may I get an array of strings containing the URLs ? :) Cheers --- In flexcoders@yahoogroups.com, Josh

[flexcoders] Embedded Fonts in Flex 3

2008-07-05 Thread flexawesome
Hey, I was trying to embed my font in css file and got an error msg... exception during transcoding: Font for alias myFontwith plain weight and style was not found at:. @font-face { src:url(/fonts/fonts.TTF); fontFamily: myFont; } However, there was no any problem for other

[flexcoders] Re: A very simple component in AS :(

2008-06-30 Thread flexawesome
AM, flexawesome [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hey there, I was trying to create a very simple component in as, there was no error in compiling. However, I was unable to see the text. :( can you take a quick look? thank you

[flexcoders] A very simple component in AS :(

2008-06-29 Thread flexawesome
Hey there, I was trying to create a very simple component in as, there was no error in compiling. However, I was unable to see the text. :( can you take a quick look? thank you === AS package { import mx.controls.Text; import mx.core.UIComponent;

[flexcoders] Re: A very simple component in AS :(

2008-06-29 Thread flexawesome
it's probably got typos in it :) -Josh On Mon, Jun 30, 2008 at 9:50 AM, flexawesome [EMAIL PROTECTED] wrote: Hey there, I was trying to create a very simple component in as, there was no error in compiling. However, I was unable to see the text. :( can you take a quick look

[flexcoders] Re: A very simple component in AS :(

2008-06-29 Thread flexawesome
(), not by setting the width and height. Position them with move() * There's a lot of good tutorials out there, google is your friend :) -Josh On Mon, Jun 30, 2008 at 12:03 PM, flexawesome [EMAIL PROTECTED] wrote: thank you Josh, I am give a try. --- In flexcoders@yahoogroups.com

[flexcoders] Re: A very simple resize effects doesn't work property!

2008-06-25 Thread flexawesome
@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: do I miss something? --- In flexcoders@yahoogroups.com, flexawesome flexawesome@ wrote: Hi there, I was working on the resize effects in ActionScript, it was unable to play the effects. Any suggestion? http

[flexcoders] A very simple resize effects doesn't work property!

2008-06-24 Thread flexawesome
Hi there, I was working on the resize effects in ActionScript, it was unable to play the effects. Any suggestion? http://www.privatepaste.com/eb0WyDTgtG

[flexcoders] Re: A very simple resize effects doesn't work property!

2008-06-24 Thread flexawesome
do I miss something? --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hi there, I was working on the resize effects in ActionScript, it was unable to play the effects. Any suggestion? http://www.privatepaste.com/eb0WyDTgtG

[flexcoders] Converting simple XML data into Array

2008-06-19 Thread flexawesome
hey there, I was using loop to push them into Array Is there a way to convert this XML file into Array more easily? thanks files filefile name1/file filefile name2/file filefile name3/file . /files

[flexcoders] Re: ImageSnapshot in bounds

2008-06-17 Thread flexawesome
I was loading a image by using swfLoader --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: You're trying to load a bunch of pixels as a swf or something? On Tue, Jun 17, 2008 at 11:42 AM, flexawesome [EMAIL PROTECTED] wrote: any suggestions

[flexcoders] How to set the registration point for a UIComponent

2008-06-17 Thread flexawesome
I was working on the scale for my application, I could set scaleX and scaleY to change the size of my UIcomponent. ( it extends to the right and bottom ) I had one problem is how to set the registration point in the middle of my UI ( black box ). http://www.privatepaste.com/e10vnP2DX1 Thank

[flexcoders] Re: ImageSnapshot in bounds

2008-06-17 Thread flexawesome
to pass it to SwfLoader in the first place? There's probably an easier way to do whatever it is that's your end goal :) -Josh On Tue, Jun 17, 2008 at 11:16 PM, flexawesome [EMAIL PROTECTED] wrote: I was loading a image by using swfLoader --- In flexcoders@yahoogroups.com

[flexcoders] Re: How to set the registration point for a UIComponent

2008-06-17 Thread flexawesome
is it possible? --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: I was working on the scale for my application, I could set scaleX and scaleY to change the size of my UIcomponent. ( it extends to the right and bottom ) I had one problem is how to set

[flexcoders] ImageSnapshot in bounds

2008-06-16 Thread flexawesome
Hi there, I was trying to capture my UI at w:100 , h:100. I got an error msg of --- Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type. Any suggestions? Thanks var bitmapData:BitmapData = new BitmapData(100, 100) bitmapData =

[flexcoders] Re: ImageSnapshot in bounds

2008-06-16 Thread flexawesome
any suggestions? --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hi there, I was trying to capture my UI at w:100 , h:100. I got an error msg of --- Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type

[flexcoders] Changing renderer's margin in the TileList Component

2008-06-11 Thread flexawesome
I was trying to change the margin between renderers in the TileList and wasn't success. Any suggestions? thanks

[flexcoders] Checking value in ArrayCollection

2008-06-09 Thread flexawesome
Hey there, I had an ArrayCollection and I need to check if name = carry is exist in the ArrayCollection. I could use objs.source.forEach() to loop the arrayCollection, is there any fast way can do this as well? Cheers public var objs:ArrayCollection = new ArrayCollection();

[flexcoders] Re: How to change the Width and Height of drawHighlightIndicator function?

2008-06-07 Thread flexawesome
into drawHighlightIndicator so you can introspect it From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Friday, June 06, 2008 6:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to change the Width

[flexcoders] How to change the Width and Height of drawHighlightIndicator function?

2008-06-06 Thread flexawesome
Hey, I was working on the customize renderer for the TileList. I would like override the drawHighlightIndicator function to change the size of highlighting. For example: my pic size was 40x60 and the renderer size was 50x80, I was going to change the highlighting size to 45 x 65 ( adding 5pix

[flexcoders] Re: How to change the Width and Height of drawHighlightIndicator function?

2008-06-06 Thread flexawesome
is pic? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Friday, June 06, 2008 9:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to change the Width and Height of drawHighlightIndicator function

[flexcoders] Re: How to change the Width and Height of drawHighlightIndicator function?

2008-06-06 Thread flexawesome
is it possible to retrieve the content information( width, height, x, y) inside of renderer? Cheers --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: pic is the picture in my itemRenderer, here is my itemRenderer for the tilelist, this renderer will be used

[flexcoders] Re: Retrieving instence name?

2008-06-05 Thread flexawesome
] On Behalf Of flexawesome Sent: Wednesday, June 04, 2008 7:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Retrieving instence name? Woowow Ales, you are the BEST :)) How do you know the property of event.target.loader? I was unable to see the property by using cdoe

[flexcoders] Re: Retrieving instence name?

2008-06-05 Thread flexawesome
forgive me :) it works great! --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: this make scense, but I got this error msg when I tried to use LoaderInfo().loader 1180: Call to a possibly undefined method LoaderInfo. Did I miss something else

[flexcoders] Retrieving instence name?

2008-06-04 Thread flexawesome
Hey, is that possible to retrieve the instence name for imgLoad ? # in this example, it calls init2 from init1 and know the instence name is test but I would like to retrieve it from event or other ways, is that possible? http://www.privatepaste.com/e4RWWrMIAW Thank you

[flexcoders] Re: Retrieving instence name?

2008-06-04 Thread flexawesome
event.currentTarget.name seem doesn't work. :( --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hey, is that possible to retrieve the instence name for imgLoad ? # in this example, it calls init2 from init1 and know the instence name is test but I would like

[flexcoders] Re: Retrieving instence name?

2008-06-04 Thread flexawesome
[mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Wednesday, June 04, 2008 1:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Retrieving instence name? event.currentTarget.name seem doesn't work. :( --- In flexcoders@yahoogroups.com mailto:flexcoders

[flexcoders] Re: Retrieving instence name?

2008-06-04 Thread flexawesome
/currentTarget will be a LoaderInfo. Target.loader.name is probably what you want. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Wednesday, June 04, 2008 2:19 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: A simple apps to Save data by using WebServiceSimple - Security ERROR

2008-06-03 Thread flexawesome
Anyway, I added accrossdomain.xml, it prompts same error msg. :( --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: I was trying to save my data by using WebServices, but I got the security error msg, I have no ideas about this. Both them are on the same server

[flexcoders] Re: A simple apps to Save data by using WebServiceSimple - Security ERROR

2008-06-03 Thread flexawesome
? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Tuesday, June 03, 2008 12:34 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: A simple apps to Save data by using WebServiceSimple - Security

[flexcoders] Re: a simple question of BitmapData

2008-06-03 Thread flexawesome
I am able to display it on the stage by using Bitmap http://www.privatepaste.com/7e0bpEZJKa However, I can't load and any SWF file, it prompts an error msg. Is there anyway to convert it? TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::[EMAIL PROTECTED] to

[flexcoders] Does Flex 3 suport file uploading by using Web Service?

2008-06-03 Thread flexawesome
Hey there, I know Flex supprts file upload by using fileReference with .NET , PHP... . My question is, can I use web service with Flex to upload files? Thanks

[flexcoders] Re: Event.COMPLETE seems doesn't fire for SWFLoader component!

2008-05-28 Thread flexawesome
to use the class file, I called var loader:loadImage = new loadImage(); addChild(loader); I got trace msg of 0 --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hi there, I was creating a simple class file as below. http://www.privatepaste.com/36zVFlj8tW

[flexcoders] Event.COMPLETE seems doesn't fire for SWFLoader component!

2008-05-28 Thread flexawesome
Hi there, I was creating a simple class file as below. http://www.privatepaste.com/36zVFlj8tW For testing purpose, I set the image path inside of class file. However, I was unable to retrieve the image width and height. Would u pls take a look? Thanks

[flexcoders] Creating dynamic instence

2008-05-28 Thread flexawesome
Hey, it's me again. wowo... Do you know how to creating dynamic instence in AS3? in AS2 I can use eval() to set the instence name. http://www.privatepaste.com/ca1do2sWEW otherwise, I haveto set something like that this and load each of image splittly. loader = new SWFLoader(); loader2 = new

[flexcoders] Re: Creating dynamic instence

2008-05-28 Thread flexawesome
/doPhasedInstantiation Function/http://adobe.com/AS3/2006/builtin::apply [no source] mx.core::UIComponent/callLaterDispatcher2 mx.core::UIComponent/callLaterDispatcher --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hey

[flexcoders] How to scale my Application?

2008-05-27 Thread flexawesome
Hi there, I have an application contents some components, all children are contain inside of Canvas. I would like to change the Width and Height of Canvas to set all children size accordingly ( keep porprotion ) Shall I add listener to each of children? any easy way to get this done? Thanks

[flexcoders] Very simple - Convert XML = ArrayCollection = DataProvider

2008-05-23 Thread flexawesome
I was trying to covert the XML file into ArracyCollection, but I had a problem for binding with DataGrid. It was showing the same record in twice on the DataGrid. The sample file was simple http://www.privatepaste.com/2c1WhD4jvj Would you pls take a look? Have a nice weekend

[flexcoders] Re: Very simple - Convert XML = ArrayCollection = DataProvider

2008-05-23 Thread flexawesome
); //trace(name: + author.name + -- birthdate: + author.birthdate); } collection.refresh(); } - Original Message From: flexawesome [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 23, 2008 3:23

[flexcoders] How to use ArrayCollection for dataProvide by easily?

2008-05-22 Thread flexawesome
Hey there, I really need your suggestions on this @[EMAIL PROTECTED] have an XML file, it stores couple of departments information. there are couple of TileList compoents in my application and each of renderer are are mapping to different department. For example: TIleList1 / Renderer1 uses fin

[flexcoders] Re: How to use ArrayCollection for dataProvide by easily?

2008-05-22 Thread flexawesome
if you couldn't see the XML file in format, please see here http://www.privatepaste.com/84L8s25KwM --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hey there, I really need your suggestions on this @[EMAIL PROTECTED] have an XML file, it stores couple

[flexcoders] Re: How to use ArrayCollection for dataProvide by easily?

2008-05-22 Thread flexawesome
any suggestions? --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: if you couldn't see the XML file in format, please see here http://www.privatepaste.com/84L8s25KwM --- In flexcoders@yahoogroups.com, flexawesome flexawesome@ wrote: Hey there, I really

[flexcoders] How to use WebServices in Flex 3?

2008-05-21 Thread flexawesome
Hi there, I am playing the WebServices in Flex3, on the top menu bar clicks data= import Web Sevice(WSDL), it creates coupe of as files for me, I have no idea how can I use them, do you know any good tutorials to teach user how to use WebServices? Thank you so much

[flexcoders] Re: How to use WebServices in Flex 3?

2008-05-21 Thread flexawesome
trying real web services. Robert --- In flexcoders@yahoogroups.com, flexawesome flexawesome@ wrote: Hi there, I am playing the WebServices in Flex3, on the top menu bar clicks data= import Web Sevice(WSDL), it creates coupe of as files for me, I have no idea how can I use them, do

[flexcoders] Re: How to set the e.currentTarget.selectedItem data to my own VO object?

2008-05-19 Thread flexawesome
] wrote: var vo:TileListVO = TileListVO(e.currentTarget.selectedItem); Greetz Erik On 5/19/08, flexawesome [EMAIL PROTECTED] wrote: Hi there, I was trying to figure out how to set my selected data to my VO object. so I could get the data anywehere in my application

[flexcoders] Re: How to set the e.currentTarget.selectedItem data to my own VO object?

2008-05-19 Thread flexawesome
] wrote: var vo:TileListVO = TileListVO(e.currentTarget.selectedItem); Greetz Erik On 5/19/08, flexawesome [EMAIL PROTECTED] wrote: Hi there, I was trying to figure out how to set my selected data to my VO object. so I could get the data anywehere in my application

[flexcoders] How to set the e.currentTarget.selectedItem data to my own VO object?

2008-05-18 Thread flexawesome
Hi there, I was trying to figure out how to set my selected data to my VO object. so I could get the data anywehere in my application ( using cairngorm framework ). in the exaple code below, I would like to click the TileList and set the data in my TileListVO. it drove me mad :( I got an

[flexcoders] Re: a simple question of BitmapData

2008-05-18 Thread flexawesome
Of *flexawesome *Sent:* Saturday, May 17, 2008 3:16 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: a simple question of BitmapData Hi there, I have updated the code ( enabled line5 ) and get the duplicate copy of gif file. Is there a way to prevent to use addChild

[flexcoders] a simple question of BitmapData

2008-05-17 Thread flexawesome
Hi there, do you know how can I use it to duplicate the image? It seems doesn't work. any ideas? Thank you loader = new SWFLoader(); loader.addEventListener(Event.COMPLETE, Bitmapdata) loader.source = http://us.i1.yimg.com/us.yimg.com/i/us/nt/ma/ma_tech- grp_1.gif

[flexcoders] Re: a simple question of BitmapData

2008-05-17 Thread flexawesome
thanks for reply, but I don't know how to use in my file, any example? thanks --- In flexcoders@yahoogroups.com, Frederico Garcia [EMAIL PROTECTED] wrote: flexawesome escreveu: Hi there, do you know how can I use it to duplicate the image? It seems doesn't work. any ideas

[flexcoders] Re: a simple question of BitmapData

2008-05-17 Thread flexawesome
Hi there, I have updated the code ( enabled line5 ) and get the duplicate copy of gif file. Is there a way to prevent to use addChild but still can get the copy of the image? Cheers http://www.privatepaste.com/29lCTCERRY --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED

[flexcoders] How to change tje header color on Accordion Components?

2008-05-14 Thread flexawesome
Hi there I was using style explorer to change the color of accordion, but I wasn't successfully. http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExp lorer.html#app=a712e64f-selectedIndex=1e51-selectedIndex=0661d- selectedIndex=0 1. I would like to remove all gradient color

[flexcoders] TextArea doesn't display on the stage by using a simple Class file

2008-05-14 Thread flexawesome
Hi there, I have a very simple class file to draw a TextArea, it seems doesn't work and I have no ideas :( I could draw the Shape but not the TextArea, can you please help me to have a quick look? Thanks MXML File: http://www.privatepaste.com/97y6TXF057 Class File:

[flexcoders] Re: TextArea doesn't display on the stage by using a simple Class file

2008-05-14 Thread flexawesome
I called the function at no.19 and can get the text String on no.31. but i was unable to see it inside of sprite ( on the stage ) http://www.privatepaste.com/96WivclDAg Thanks --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hi there, I have a very simple class

[flexcoders] How to communicate Flash SWF with Flex SWF?

2008-04-23 Thread flexawesome
Hi there, There was a simple SWF file created by Flash 9 ( AS3 ), it had a INPUT TEXT field and the instance name was txtField. I am now going to retrieve the text in my Flex 3 project, I use SWFLoader to load the Flash SWF, for example: mx:SWFLoader id =swfHolder source=createdByFlash.swf/

[flexcoders] Re: How to communicate Flash SWF with Flex SWF?

2008-04-23 Thread flexawesome
--- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hi there, There was a simple SWF file created by Flash 9 ( AS3 ), it had a INPUT TEXT field and the instance name was txtField. I am now going to retrieve the text in my Flex 3 project, I use SWFLoader to load

[flexcoders] How to retrieve the Button label name?

2008-02-22 Thread flexawesome
Hey there, Is there a way to retrieve the button label name once user click the button? ( the button label name is CLICK HERE and in itemRenderer ) Main Application: http://ted.adobe.privatepaste.com/661uYqmygR Components: http://ted.adobe.privatepaste.com/d70RBUknYg SNOW today, stay warm

[flexcoders] Re: How to retrieve the Button label name?

2008-02-22 Thread flexawesome
any suggestions? Thanks --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hey there, Is there a way to retrieve the button label name once user click the button? ( the button label name is CLICK HERE and in itemRenderer ) Main Application: http

[flexcoders] How to retrieve out data from first Components into second Components?

2008-02-21 Thread flexawesome
Hey there, I was working on this and can't figure out how to read out the data from com01 and pass it into com02 com01 and com02 contents a text field for each, how can I get the string in com01 from com02? You could see the sample code here: http://ted.adobe.privatepaste.com/b17ftMBAXd

[flexcoders] Re: Scrollbar width

2008-02-21 Thread flexawesome
--- In flexcoders@yahoogroups.com, gur_sukh [EMAIL PROTECTED] wrote: Hi all, Is there a way we can change the width of the scrollbar. Thanks Jas changing the width by using skinning http://axel.cfwebtools.com/index.cfm/2007/3/27/Custom-Scroll-Bar-Using-CSS by using class file.

[flexcoders] Re: How to retrieve out data from first Components into second Components?

2008-02-21 Thread flexawesome
- Original Message From: flexawesome [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, February 21, 2008 10:59:34 AM Subject: [flexcoders] How to retrieve out data from first Components into second Components? Hey there, I was working on this and can't figure out

[flexcoders] Re: How to retrieve out data from first Components into second Components?

2008-02-21 Thread flexawesome
oppss, should be public instead of private. Otherwise, you won't get it :) --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hey Sherif, thanks for your comments. I may read the data from com02 components and should place the code in com02, so I can retrieve

  1   2   >