[flexcoders] Local Conenction Issue

2008-11-09 Thread [EMAIL PROTECTED] Uttarwar
I am trying to use local connection object to communicate between SWF files. One of them is running in the browser as a part of the web application and the other is running on the desktop in a ActiveX container. I tried using local connection and calling a function from the other SWF. If I run

[flexcoders] faq application

2008-10-24 Thread [EMAIL PROTECTED]
Before I reinvent the wheel, anyone know of a faq application written in flex ? searching for it just brings up faqs about flex.

[flexcoders] AMFPHP tutorial

2008-10-10 Thread [EMAIL PROTECTED]
You can search on Google. http://www.sephiroth.it/tutorials.php http://www.flash-db.com/Tutorials/hello/flashamfphp.php --- In flexcoders@yahoogroups.com, hworke [EMAIL PROTECTED] wrote: Hello all, where can I find some good AMHPHP tutorials. I will prefer some video tutorials

Re: [flexcoders] undefined method getChildAt

2008-10-05 Thread [EMAIL PROTECTED]
Ok thanks that did the trick. Haykel BEN JEMIA wrote: It's a problem with the way you use the parentheses. Your code is: (vidButtonBox.getChildAt(0) as VBox).(getChildAt(0) as VBox).setStyle(backgroundAlpha,0); Setting the ( after the accessor . is being interpreted as function call

[flexcoders] undefined method getChildAt

2008-10-04 Thread [EMAIL PROTECTED]
I have a VBox in mxml called vidButtonBox mx:VBox id=vidButtonBox height=435 width=215 styleName=vidButtonBoxStyle paddingLeft=10 paddingRight=10 /mx:VBox In action script, I create a VBox with a Vbox child var vidArea:VBox = new VBox; var vidButton:VBox=newBbox;

Re: [flexcoders] undefined method getChildAt

2008-10-04 Thread [EMAIL PROTECTED]
, [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I have a VBox in mxml called vidButtonBox mx:VBox id=vidButtonBox height=435 width=215 styleName=vidButtonBoxStyle paddingLeft=10 paddingRight=10 /mx:VBox In action script, I

[flexcoders] Wipe Effect

2008-09-19 Thread [EMAIL PROTECTED]
I have this box which I want to wipe left to hide and then wipe right to show. It hides all right and then it called the effectEndHandler, but mainImgBox.visible = true; does not do anything. There is no wipe right and the box does not appear. what am I doing wrong ? mx:VBox

Re: [flexcoders] Re: Wipe Effect

2008-09-19 Thread [EMAIL PROTECTED]
@yahoogroups.com, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have this box which I want to wipe left to hide and then wipe right to show. It hides all right and then it called the effectEndHandler, but mainImgBox.visible = true; does not do anything. There is no wipe right and the box does

[flexcoders] Security sandbox violation: BitmapData.draw:

2008-09-19 Thread [EMAIL PROTECTED]
*{ mainImgBox.visible = *true*; } -TH --- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have this box which I want to wipe left to hide and then wipe right to show. It hides all right and then it called the effectEndHandler

Re: [flexcoders] Security sandbox violation: BitmapData.draw:

2008-09-19 Thread [EMAIL PROTECTED]
I made a workaround by using static images on my server, so the link does not make the error anymore. It works fine in this situation, but I'd still sure like to know what the answer to this is because I've run into it before. [EMAIL PROTECTED] wrote: I have run into a problem with accessing

[flexcoders] panel margin

2008-09-10 Thread [EMAIL PROTECTED]
Is there some kind of default margin on the flex panel? http://journeyblueheaven.com/index.php in the right hand section, the panel is just the right size, but there are right and left margins that create a scroll bar at the bottom of the right hand section. I can't seem to get rid of the

Re: [flexcoders] panel margin

2008-09-10 Thread [EMAIL PROTECTED]
@yahoogroups.com [mailto: flexcoders@yahoogroups.com ] *On Behalf Of [EMAIL PROTECTED] *Sent:* Wednesday, September 10, 2008 1:15 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] panel margin Is there some kind of default margin on the flex panel? http://journeyblueh eaven.com

[flexcoders] How to Blink Browser tab?

2008-09-02 Thread [EMAIL PROTECTED] Uttarwar
Hi, I was investigating, and couldnt find anything about this, the thing is that i need to make the browser tab on windows blink, you know flashing in orange for example, like a messenger window when a new messages arrives... Its for a chat room where i need to know everytime a new

Re: [flexcoders] OpenLaszlo.org supports Flex, Silverlight, AJAX, soon Quicktime, and also DHTML and W3C

2008-08-30 Thread [EMAIL PROTECTED]
There is a different way to look at this. Right now, Flash is still just and on-line technology in the view of most people. Even though AIR does a lot of things, people still don't think it is very important. Similar problem that Microsoft had with VB being considered only a desktop tech and

[flexcoders] Importing Address book contacts.

2008-08-20 Thread [EMAIL PROTECTED] Uttarwar
** Systems * 1'st Floor, Big Bazar, Satara Road, Pune, India Email:[EMAIL PROTECTED] *www.perennialsys.com http://www.techmahindra.com/*

Re: [flexcoders] flex captcha

2008-08-17 Thread [EMAIL PROTECTED] Uttarwar
Hey u can try this one which i have created. I have attached the file... Thanks and Regards, Pravin G.Uttarwar, Software Developer, Perennial Systems. Visit Us at:www.perennialsys.com E-mail: [EMAIL PROTECTED] Mob. +919371288080 2008/8/17 Scott [EMAIL PROTECTED] Does anyone have a good

Re: [flexcoders] Question for TextArea display ?

2008-08-11 Thread [EMAIL PROTECTED] Uttarwar
just change for loop, for(var i : Number =myArray.length; i= 0 ; i--) 2008/8/11 markflex2007 [EMAIL PROTECTED] Hi, I did the following test, and textarea display order is top to bottom so the result is when I run the test. one two three May I change the textarea display to bottom

Re: [flexcoders] Air App State Index

2008-08-03 Thread [EMAIL PROTECTED]
It looks like you are trying to put something before the Application Control Bar mx:AddChild relativeTo={mainCB} position=before if you just want to add it after the control bar, a simple mx:AddChild will work if you try to make a lay out with anything before the control bar as in:

Re: [flexcoders] Re: Zoom Tile Container

2008-07-28 Thread [EMAIL PROTECTED]
to do that. [EMAIL PROTECTED] wrote: Here is an example of tile containers with zoom http://reenie.org/test/tilezoom/zoomtest.html This example uses a canvas for each tile but the canvas only goes to 200% of its original size. How would I do this effect to get a 100% of the application

Re: [flexcoders] Re: Zoom Tile Container

2008-07-27 Thread [EMAIL PROTECTED]
that. --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: What exactly do you mean by zoom? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Friday, July 25, 2008 4:00 PM

Re: [flexcoders] Re: Zoom Tile Container

2008-07-27 Thread [EMAIL PROTECTED]
of boxes. Not sure how to do that. --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: What exactly do you mean by zoom? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Friday

[flexcoders] Hslider scrubber won't work with some flv files

2008-07-24 Thread [EMAIL PROTECTED]
http://reenie.org/test/ScrubTest3/ScrubTest.html This flex application has a video which plays an flv file, but the scrubber, built with an HSlider, does not work. It does work with other flv files, so what is it about this particular file that the scrubber doesn't like? Any idea what the

Re: [flexcoders] Hslider scrubber won't work with some flv files

2008-07-24 Thread [EMAIL PROTECTED]
Actually, to my surprize, this example does allow you to move the video, so it does actually work, however, the bar to indicate progress is a thick grey line, instead of the usual parallel lines. (usually when that happens, it won't work at all). [EMAIL PROTECTED] wrote: http

[flexcoders] Problem With type checking...

2008-07-23 Thread [EMAIL PROTECTED] Uttarwar
will be appreciated... Thanks and Regards, Pravin G.Uttarwar, Software Developer, Perennial Systems. Visit Us at:www.perennialsys.com E-mail: [EMAIL PROTECTED] Mob. +919371288080

[flexcoders] Hslider layout problem

2008-07-23 Thread [EMAIL PROTECTED]
Hello, This is a simple example of a VideoDisplay and veiwsource is available for this application. http://reenie.org/test/scrubTest/ScrubTest.html The Hslider is being used as a scrubber to move the video playhead. It works fine until I add the second panel, which is empty. Even then, it

Re: [flexcoders] Hslider layout problem

2008-07-23 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: Hello, This is a simple example of a VideoDisplay and veiwsource is available for this application. http://reenie.org/test/scrubTest/ScrubTest.html The Hslider is being used as a scrubber to move the video playhead. It works fine until I add

Re: [flexcoders] Re: Problem With type checking...

2008-07-23 Thread [EMAIL PROTECTED] Uttarwar
Thanks for the reply Michael , you are right both arrays are in the model. Thanks and Regards, Pravin G.Uttarwar, Software Developer, Perennial Systems. Visit Us at:www.perennialsys.com E-mail: [EMAIL PROTECTED] Mob. +919371288080 2008/7/23 Michael Ritchie [EMAIL PROTECTED

Re: [flexcoders] accessing styles of children

2008-07-22 Thread [EMAIL PROTECTED]
IStyleClient(videoButtonBox.getChildAt(i)).setStyle(…). The compile is trying to help you out so the return types of methods and properties are important From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, July 21, 2008 10:14 PM

Re: [flexcoders] accessing styles of children

2008-07-22 Thread [EMAIL PROTECTED]
-oriented programming concept called polymorphism. Scott On Tue, Jul 22, 2008 at 2:34 AM, [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: for (var i:int = 0; i numChildren; i++) { StyleClient(videoButtonBox.getChildAt(i)).setStyle

Re: [flexcoders] HBox verticalGap

2008-07-22 Thread [EMAIL PROTECTED]
email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] * Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

[flexcoders] HBox verticalGap

2008-07-21 Thread [EMAIL PROTECTED]
How come when I create an HBox in view mode, it allows verticalGap=30 but when I create an HBox dymanically it says there is no such property movieBox.verticalGap=30; 1119: Access of possibly undefined property verticalGap through a reference with static type mx.containers:HBox. Also, I asked

Re: [flexcoders] HBox verticalGap

2008-07-21 Thread [EMAIL PROTECTED]
() *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of [EMAIL PROTECTED] *Sent:* Monday, July 21, 2008 11:57 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] HBox verticalGap How come when I

Re: [flexcoders] HBox verticalGap

2008-07-21 Thread [EMAIL PROTECTED]
I meant I have an application with horizontal layout I want an HBox to have a 20 topmargin. How do I do that? [EMAIL PROTECTED] wrote: Thanks. I got it to accept verticalGap, but it didn't do what I wanted. I have an application with vertical layout I want an HBox to have a 20

Re: [flexcoders] HBox verticalGap

2008-07-21 Thread [EMAIL PROTECTED]
I thought of that but since my box has a border it won't work. I guess I could wrap it in another box but I was hoping to avoid that. Alex Harui wrote: paddingTop

[flexcoders] accessing styles of children

2008-07-21 Thread [EMAIL PROTECTED]
videoButtonBox. is an VBox with HBoxes for children. How do I change styles as I iterate thru children? videoButtonBox.getChildAt(i).setStyle() is not a function. var numChildren:Number = videoButtonBox.numChildren; for (var i:int = 0; i numChildren; i++) { videoButtonBox.getChildAt(i)

Re: [flexcoders] Re: Flex SEO

2008-07-15 Thread [EMAIL PROTECTED]
(Yahoo! ID required) * To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] * Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

[flexcoders] dynamic vs static objects

2008-07-15 Thread [EMAIL PROTECTED]
http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=events_054_13.html This page seems to indicate that you cant have a mouseclick event page additional parameters unless the object being clicked is defined in MXML. I find that hard to

[flexcoders] HBox styles

2008-07-15 Thread [EMAIL PROTECTED]
Why doesn't this have HBox and VBox ? http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplorer.html#

Re: [flexcoders] dynamic vs static objects

2008-07-15 Thread [EMAIL PROTECTED]
) * To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] * Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

Re: [flexcoders] dynamic vs static objects

2008-07-15 Thread [EMAIL PROTECTED]
after looking for 3 or 4 hours, I posted the question and then 5 minutes later I found the answer The answer is: event.currentTarget.movieUrl [EMAIL PROTECTED] wrote: Alex Harui wrote: Normally you examine event.target’s properties to see what it is and respond accordingly. Trying

[flexcoders] base state in mxml

2008-07-15 Thread [EMAIL PROTECTED]
How can I access the base state in mxml like I do the other states ? mx:states mx:State name=watch mx:RemoveChild target={button2}/ I have tried mx:State name= and mx:State name=base I want to use this because there is a bos that is added dymanicall while in

Re: [flexcoders] XML is NULL immediatelly following service call, but does appear valid in textarea

2008-07-14 Thread [EMAIL PROTECTED]
/http/mxml/HTTPService.html You can see result and fault are shown up the top for the MXML definition. So you would have mx:HTTPService id=whatever ... result=myResultHandler()/ -Josh On Mon, Jul 14, 2008 at 3:33 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: There's nothing

Re: [flexcoders] XML is NULL immediatelly following service call, but does appear valid in textarea

2008-07-14 Thread [EMAIL PROTECTED]
examples. Josh McDonald wrote: Google is your friend bro :) http://www.adobe.com/devnet/flex/quickstart/httpservice/ On Mon, Jul 14, 2008 at 8:42 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Josh McDonald wrote: Yes I ended up doing that, but I was originally looking

Re: [flexcoders] Re: XML is NULL immediatelly following service call, but does appear valid in textarea

2008-07-14 Thread [EMAIL PROTECTED]
like the name of the function you are using for that, (myResultHandler()) also doesn't make any sense. onsuccess=myResultHandler() does make sense. Amy wrote: --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Josh

Re: [flexcoders] Re: XML is NULL immediatelly following service call, but does appear valid in textarea

2008-07-14 Thread [EMAIL PROTECTED]
Your probably right, I guess I just need a vacation, which will happen next week. Thanks for walking me thru this. Josh McDonald wrote: Because that's simply not the syntax mxmlc uses. You're not listening for an onresult event, you're listening for the result event, and Flex is not

[flexcoders] missing label

2008-07-13 Thread [EMAIL PROTECTED]
I'm using flex3 mx:Button x=348 y=74 label=Button height=54 width=93/ Why doesn't the label appear on this button ?

Re: [flexcoders] missing label

2008-07-13 Thread [EMAIL PROTECTED]
Never mind, the style for the panel it was in had a text indent which was inherited by the button. I only meant to indent the panel title. [EMAIL PROTECTED] wrote: I'm using flex3 mx:Button x=348 y=74 label=Button height=54 width=93/

[flexcoders] XML is NULL immediatelly following service call, but does appear valid in textarea

2008-07-13 Thread [EMAIL PROTECTED]
I have a box in one state, I remove the box and then add another box. I do this so when the box is complete, I have something to trigger getting data from an xml file. (That doesn't seem right, is there a better way to trigger a function on entering a State ? ) I'm testing the data in 2

Re: [flexcoders] XML is NULL immediatelly following service call, but does appear valid in textarea

2008-07-13 Thread [EMAIL PROTECTED]
event to occur. -Josh On Mon, Jul 14, 2008 at 1:27 PM, [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I have a box in one state, I remove the box and then add another box. I do this so when the box is complete, I have

Re: [flexcoders] Re: XML is NULL immediatelly following service call, but does appear valid in textarea

2008-07-13 Thread [EMAIL PROTECTED]
and all your other processing from there. With regard to calling a function when entering a state: If you have some event that is causing your application to change states, why not call the HTTPService from within that event handler? --- In flexcoders@yahoogroups.com, [EMAIL PROTECTED

Re: [flexcoders] XML is NULL immediatelly following service call, but does appear valid in textarea

2008-07-13 Thread [EMAIL PROTECTED]
, [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Thanks. I tried to add the eventListener to the MXML of the HTTPservice, and I don't see how, but I was able to add it in the script. Josh McDonald wrote: -- Therefore

[flexcoders] dynamic move

2008-07-12 Thread [EMAIL PROTECTED]
In this code I'm dynamically creating an HBox, adding an image to it, adding the box to a Panel, and then creating a Move() to move the Hbox. It produces the error below, which says value is not a function. WHAT VALUE? Why doesn't it name the value ? What did I do wrong ? The error comes when

Re: [flexcoders] dynamic move

2008-07-12 Thread [EMAIL PROTECTED]
Winscot *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of [EMAIL PROTECTED] *Sent:* Saturday, July 12, 2008 8:38 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] dynamic move In this code I'm dynamically creating an HBox, adding an image to it, adding

[flexcoders] tutorial video controls

2008-07-06 Thread [EMAIL PROTECTED]
In the tutorials that is on the first example links from Flex Builder 3, I cannot find a way to pause the video. How do I pause, please ?

[flexcoders] easing scrollbar

2008-06-20 Thread [EMAIL PROTECTED]
Is there any way to apply easing to a scrollbar? -e

[flexcoders] Wierd problem with Flex debugging

2008-06-10 Thread [EMAIL PROTECTED]
Hello all, So I started learning Flex Builder CS3 recently. I am new to Flex. I am studying through a self-paced class on Lynda.com. I get to the chapter on debugging and the instructor says I need to find out if I have the Flash Player 9 debug version. Unfortunately the

Re: [flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-04 Thread [EMAIL PROTECTED]
components like MySQL as OS X versions of such widely used products have very limited support and dated versions. Hope this helps, Anatole Tartakovsky Farata Systems On Wed, Jun 4, 2008 at 3:57 PM, george_w_canada [EMAIL PROTECTED] wrote: I bought my first Macbook last November for home projects

[flexcoders] AIR: Take a screenshot

2008-04-16 Thread [EMAIL PROTECTED]
Hi All, i have a window and with a button i want to make a screenshot from that window How can i make that, or have someone a example Thanks in advance, Peter

Re: [flexcoders] DataGrid not binding

2008-02-29 Thread [EMAIL PROTECTED]
Thanks again, Alex.. Alex Harui wrote: mx:DataGridColumn headerText=Score [EMAIL PROTECTED] / *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of [EMAIL PROTECTED] *Sent:* Thursday, February

[flexcoders] changing an Hbox

2008-02-17 Thread [EMAIL PROTECTED]
I am creating HBoxes with actionscript, based on XML content. I want to give them bottom margins. How do I do that?

Re: [flexcoders] changing an Hbox

2008-02-17 Thread [EMAIL PROTECTED]
using the setStyle() method. hth Scott Scott Melby Founder, Fast Lane Software LLC http://www.fastlanesw.com [EMAIL PROTECTED] wrote: I am creating HBoxes with actionscript, based on XML content. I want to give them bottom margins. How do I do that?

Re: [flexcoders] Re: addchild

2008-01-21 Thread [EMAIL PROTECTED]
Gordon Smith wrote: Why would you think that a book called actionscript 3 animation uses only only flash.* classes throughout and avoids the mx.* classes completely ? It was just a guess, because the title didn't include the word Flex. Are you saying that this book actually does use

Re: [flexcoders] Re: addchild

2008-01-21 Thread [EMAIL PROTECTED]
, not the documentation team, and I haven't personally looked through an entire documentation set, which is huge. Gordon Smith Adobe Flex SDK Team *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

Re: [flexcoders] Re: addchild

2008-01-20 Thread [EMAIL PROTECTED]
failed: cannot convert flash.display::[EMAIL PROTECTED] to mx.core.IUIComponent. What is going on here ? Is this because I'm using flex2 and not flex 3 ? Gordon Smith wrote: The ball class is from the foundation action script 3 animation book and there is no import mx.core.UIComponent

Re: [flexcoders] Re: addchild

2008-01-20 Thread [EMAIL PROTECTED]
to components?) hope that helps, Jim. -Original Message- From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com on behalf of [EMAIL PROTECTED] mailto:info1%40reenie.org Sent: Sun 20/01/2008 15:56 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: Re

Re: [flexcoders] Re: addchild

2008-01-20 Thread [EMAIL PROTECTED]
Yes I know, but where is the documentation for a flex project ? Sherif Abdou wrote: That is if you do an ActionScript Project instead of a FlexProject - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, January 20, 2008 1:05:32

Re: [flexcoders] Re: addchild

2008-01-19 Thread [EMAIL PROTECTED]
confidence, and then be in a better position to understand how to take advantage of Sprites later. Gordon Smith Adobe Flex SDK Team *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf

[flexcoders] Error: Call to a possibly undefined method setTextFormat

2008-01-17 Thread [EMAIL PROTECTED]
Why am I getting: Error: Call to a possibly undefined method setTextFormat? I did a search on google and got zero results for Error: Call to a possibly undefined method setTextFormat I totally do not understand why I am the only person in the history of the world who is getting this error.

[flexcoders] Error: Could not resolve mx:TextField to a component implementation.

2008-01-17 Thread [EMAIL PROTECTED]
Is there no mxml TextField tag ? Error: Could not resolve mx:TextField to a component implementation. mx:TextField id=feedback width=230 fontWeight=bold text= x=350 y=100 /mx:TextField I'm trying to make the word correct with a font size of 20

Re: [flexcoders] Error: Could not resolve mx:TextField to a component implementation.

2008-01-17 Thread [EMAIL PROTECTED]
Thanks, but I want to change the size dynamically. I want the size to get larger and then smaller. Sherif Abdou wrote: mx:Label fontSize=20/ - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 17, 2008 11:39:41

Re: [flexcoders] Error: Could not resolve mx:TextField to a component implementation.

2008-01-17 Thread [EMAIL PROTECTED]
And then how do I set the fontSize ? Error: Access of possibly undefined property fontSize through a reference with static type mx.controls:Label. Maciek Sakrejda wrote: Try mx:Label. -Original Message- From: [EMAIL PROTECTED] mailto:info1%40reenie.org [EMAIL PROTECTED

Re: [flexcoders] Error: Could not resolve mx:TextField to a component implementation.

2008-01-17 Thread [EMAIL PROTECTED]
I'm curious, what is a TextField ? http://www.adobe.com/livedocs/flex/2/langref/flash/text/TextField.html#setTextFormat() Specifically, why is there is TextField class but no mxml TextField tag ? Maciek Sakrejda wrote: Try mx:Label. -Original Message- From: [EMAIL PROTECTED

Re: [flexcoders] Error: Could not resolve mx:TextField to a component implementation.

2008-01-17 Thread [EMAIL PROTECTED]
():*void*{ myFontSize=40; } ]] /mx:Script mx:Label id=test text=Sherif fontSize={myFontSize} mouseOver=initApp() / /mx:Application - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 17, 2008 11:46:20 AM Subject

Re: [flexcoders] Error: Could not resolve mx:TextField to a component implementation.

2008-01-17 Thread [EMAIL PROTECTED]
Message- From: [EMAIL PROTECTED] mailto:info1%40reenie.org [EMAIL PROTECTED] mailto:info1%40reenie.org Reply-To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: Re: [flexcoders] Error: Could

Re: [flexcoders] inline styles

2008-01-17 Thread [EMAIL PROTECTED]
support to affect text in Text, Label, TextInput and TextArea. Affecting one word of text in Button and other controls is trickier. *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of [EMAIL

Re: [flexcoders] Error: Could not resolve mx:TextField to a component implementation.

2008-01-17 Thread [EMAIL PROTECTED]
What kind of control should I use that allows me to just set the fontSize ? Sherif Abdou wrote: just set the fontSize - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 17, 2008 11:18:08 AM Subject: [flexcoders

Re: [flexcoders] Error: Could not resolve mx:TextField to a component implementation.

2008-01-17 Thread [EMAIL PROTECTED]
Message- From: [EMAIL PROTECTED] mailto:info1%40reenie.org [EMAIL PROTECTED] mailto:info1%40reenie.org Reply-To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: Re: [flexcoders] Error: Could

Re: [flexcoders] Error: Call to a possibly undefined method setTextFormat

2008-01-17 Thread [EMAIL PROTECTED]
I checked it and double checked it. very frustrating. . Sherif Abdou wrote: There is no setTextFromat property in the TextArea - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 17, 2008 10:58:06 AM Subject

[flexcoders] addchild

2008-01-17 Thread [EMAIL PROTECTED]
I have a ball class. I can make a ball. How do I add it to the stage ? I have seem plenty of examples, and they use addchild. Every time I try to use addchild, I get this error: Error: Call to a possibly undefined method addChild. or if I try to attach it to an existing element such as mx:VBox

Re: [flexcoders] addchild

2008-01-17 Thread [EMAIL PROTECTED]
just show the complete example. [EMAIL PROTECTED] wrote: I have a ball class. I can make a ball. How do I add it to the stage ? I have seem plenty of examples, and they use addchild. Every time I try to use addchild, I get this error: Error: Call to a possibly undefined method addChild

Re: [flexcoders] addchild

2008-01-17 Thread [EMAIL PROTECTED]
OK thanks. Now when I try to use addChild, I get this error. What does it mean ? myball=new Ball; addChild(myball); TypeError: Error #1034: Type Coercion failed: cannot convert com.oreilly.programmingflex.states::[EMAIL PROTECTED] to mx.core.IUIComponent. at mx.core

Re: [flexcoders] addchild

2008-01-17 Thread [EMAIL PROTECTED]
Abdou wrote: it means that the ball is not a IUIcomponenet which it is required for it to be added on stage, show me a bit of the ball class code so i can know - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 17

Re: [flexcoders] Re: addchild

2008-01-17 Thread [EMAIL PROTECTED]
(ballParent); and ofcourse, you have to set the width, height etc. - venkat http://www.venkatj.com http://www.venkatj.com --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: This is the entire ball class package

Re: [flexcoders] Re: addchild

2008-01-17 Thread [EMAIL PROTECTED]
mx.core.UIComponent; - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, January 18, 2008 5:28:02 PM Subject: Re: [flexcoders] Re: addchild Ok thanks, I tried that, Now I get this error, Type was not found or was not a compile

[flexcoders] using an array

2008-01-17 Thread [EMAIL PROTECTED]
I thought I knew how to do this but it seems like everything little thing I do makes errors. var incorrects:Array; incorrects[2]='asdf'; TypeError: Error #1009: Cannot access a property or method of a null object reference. What is the matter ?

Re: [flexcoders] Error: Call to a possibly undefined method setTextFormat

2008-01-17 Thread [EMAIL PROTECTED]
? If there is a documentation problem, I would like to get it fixed so that others aren't similarly confused. Gordon Smith Adobe Flex SDK Team *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Doug

[flexcoders] errors in livedocs

2008-01-17 Thread [EMAIL PROTECTED]
Is it just me ? On this page http://livedocs.adobe.com/flex/2/langref/mx/core/UIComponent.html I put anything into the search box. It says The requested URL /cfusion/search/index.cfm was not found on this server.

Re: [flexcoders] Re: addchild

2008-01-17 Thread [EMAIL PROTECTED]
I just use whatever I can get to work. I'm happy just using flex, and when I use some old flash its only because I don't know any better. The ball class is from the foundation action script 3 animation book and there is no import mx.core.UIComponent; in thier example. When you say: If you're

[flexcoders] inline styles

2008-01-16 Thread [EMAIL PROTECTED]
I can't figure out how to make an inline style. For example, how to underline 1 word? This help file is wrong because it seem to think that formatting text in buttons is an example of an inline styles. The button seems like a block element to me. I can't find anything that would allow a style

Re: [flexcoders] inline styles

2008-01-16 Thread [EMAIL PROTECTED]
exactly do u want to do - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 16, 2008 8:09:37 PM Subject: [flexcoders] inline styles I can't figure out how to make an inline style. For example, how to underline 1 word

Re: [flexcoders] inline styles

2008-01-16 Thread [EMAIL PROTECTED]
DisplayObject which display the label) and use TextField APIs like setTextFormat() on a range of characters. Gordon Smith Adobe Flex SDK Team *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Sherif

Re: [flexcoders] inline styles

2008-01-16 Thread [EMAIL PROTECTED]
://flexlib.googlecode.com/svn/trunk/examples/Highlighter/Highlighter_Sample.swf http://code.google.com/p/flexlib/wiki/ComponentList http://code.google.com/p/flexlib/wiki/ComponentList similar ideas? - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: flexcoders

[flexcoders] filter glow with event listener

2008-01-16 Thread [EMAIL PROTECTED]
Here is my attempt to put filter on a text control. If I Set the blur.X and blur.Y statically, it works fine. But when I have an event listener increase them 1 for every fame, I don't see any effect. I tested the values and they do increase. Why don't I see any glow ? mx:Text id=feedback

Re: [flexcoders] Re: basic open source video player

2008-01-02 Thread [EMAIL PROTECTED]
--- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Does anyone know of a basic open source video (flv) player for flex? Not like Miro, which scours the net for vidoes etc etc etc. Just something that plays flv files and has basic controls Thanks

[flexcoders] Cannot access a property or method of a null object reference

2008-01-01 Thread [EMAIL PROTECTED]
This compiles but when you hit the test button, it says TypeError: Error #1009: Cannot access a property or method of a null object reference. at Main/test() at Main/__b1_click() Can anyone explain what this means ? It totally does not make any sense to me. main.mxml: ?xml

Re: [flexcoders] Cannot access a property or method of a null object reference

2008-01-01 Thread [EMAIL PROTECTED]
://www.pranaframework.com 2008/1/1, [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: This compiles but when you hit the test button, it says TypeError: Error #1009: Cannot access a property or method of a null object reference. at Main/test

[flexcoders] basic open source video player

2008-01-01 Thread [EMAIL PROTECTED]
Does anyone know of a basic open source video (flv) player for flex? Not like Miro, which scours the net for vidoes etc etc etc. Just something that plays flv files and has basic controls Thanks

[flexcoders] accessing text property via id

2007-11-28 Thread [EMAIL PROTECTED]
This contains some text and I can access it fine. grid.getChildren()[1].getChildren()[0].getChildren()[0].text if I trace grid.getChildren()[1].getChildren()[0].getChildren()[0].id it says component which is the id of the text Container but if I try to access it like this component.text I

Re: [flexcoders] Re: looking for a decent throbber

2007-11-11 Thread [EMAIL PROTECTED]
How do you get it to show ? I created a throbber object in an initialization handler, the object was created, and I ran play() , but I don't see anything on the screen. What am I missing ? Reid Priedhorsky wrote: Troy Gilbert wrote: Yes, that's a very appealing architecture. We don't have

[flexcoders] How do I set a panel title

2007-10-30 Thread [EMAIL PROTECTED]
In the language reference http://livedocs.adobe.com/flex/2/langref/mx/containers/Panel.html it says |public function set title(value:String http://livedocs.adobe.com/flex/2/langref/String.html):void http://livedocs.adobe.com/flex/2/langref/specialTypes.html#void| so I tried myPanel set

  1   2   3   >