[flexcoders] How to get the radius of a pie chart?

2008-01-17 Thread reflexactions
I have created a custom series that extends PieSeries and I need to get the radius of the chart so I can do some custom renderering at the series rather than slice level but I cant see any property I can access to tell me what the real radius of the chart is supposed to be, everything seems to

[flexcoders] Re: lefpadding on TileList

2008-01-17 Thread wouterv2000
I guess that would pad all the images. I would like to have padding around only the outer edges of the tilelist... Wouter --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Try customizing your renderer to add the padding there.

Re: [flexcoders] Advanced Datagrid with Grouping

2008-01-17 Thread Tom Chiverton
On Wednesday 16 Jan 2008, jovialrandor wrote: How do I get 'filterfunction' of an arraycollection work on a datagrid/textinput search app with groupingcollection function placed on the datagrid? I struggled with this too, there is code : https://bugs.adobe.com/jira/browse/FLEXDMV-1097 --

Re: [flexcoders] Re: Application protection

2008-01-17 Thread Tom Chiverton
On Wednesday 16 Jan 2008, Brent Dearth wrote: AS3, as I haven't heard of any. Me neither. -- Tom Chiverton Helping to autoschediastically differentiate unique segments on: http://thefalken.livejournal.com This email is sent for and on

RE: [flexcoders] Application domain and Modules

2008-01-17 Thread Gregor Kiddie
Ok, so I see where the problem lies. Even though I'm not directly accessing the module, the module manager still expects to be able to, via the interface. I'll use child domains of the current domain for my solution, but I'll be very careful that the classes I load don't get loaded into the

[flexcoders] Dynamic evaluation of E4X expression

2008-01-17 Thread xhanin
Hi, I find the E4X expression language very powerful, and would like to leverage it to find elements in an xml document. The problem is that I get the E4X expression at runtime, so I'm looking for a way to dynamically invoke the E4X expression. Something like: -- var

Re: [flexcoders] Re: Move effect

2008-01-17 Thread Frederico Garcia
Sherif Abdou escreveu: I am not sure but you can have the x={this.unscledWidth} so that will always update and do what you want. I think. - Original Message From: jovialrandor [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 16, 2008 11:48:56 PM Subject:

[flexcoders] Re: Binding ValueObjects

2008-01-17 Thread toniabc
One more question... How would you bind this update() to the vo in wich we change the propertie. I have VO in the modelLocator, and I change it with command. Then this must be updated on the component vo. How would you bind this? Thanks, Toni --- In flexcoders@yahoogroups.com, [EMAIL

Re: [flexcoders] Re: Application protection

2008-01-17 Thread Frederico Garcia
simonjpalmer escreveu: Generally speaking the way to enforce your subscription and guarantee your money is to either charge up-front, disable features, or own the data, otherwise you only have people's goodwill to stop you being a free download. Whatever you do is going to p*ss off your users

Re: [flexcoders] Re: Binding ValueObjects

2008-01-17 Thread tim
Ah - good it is Cairngorm. Initially bind the VO to the component. Well, actually I do bind it's properties directly to the individual elements of the component initially. Then what I do is create another Event call something like UpdateVOEvent and dispatch at the Command level. This then

Re: [flexcoders] Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security sandbox

2008-01-17 Thread Tom Chiverton
On Thursday 17 Jan 2008, shemeshkale wrote: i get this error, but only on IE. on FF it doesn't show: Same player versions ? -- Tom Chiverton Helping to enthusiastically synthesize vertical segments on: http://thefalken.livejournal.com This

[flexcoders] Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security sandbox

2008-01-17 Thread shemeshkale
i get this error, but only on IE. on FF it doesn't show: Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security sandbox violation: LocalConnection.send: mymachinename cannot access http://mymachinename:8087/app/app.swf. what does it mean?

[flexcoders] Re: Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security sandb

2008-01-17 Thread Muhammad Ahmed Ullah
--- In flexcoders@yahoogroups.com, shemeshkale [EMAIL PROTECTED] wrote: i get this error, but only on IE. on FF it doesn't show: Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security sandbox violation: LocalConnection.send: mymachinename cannot access

[flexcoders] Re: Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security sandb

2008-01-17 Thread shemeshkale
Same player versions ? YES... both = Version 9,0,115,0

[flexcoders] Re: Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security sandb

2008-01-17 Thread shemeshkale
i just removed the history iframe from my html wrapper and the error no longer pops. but this is not good because i need the history management. what/why is it? how to solve? (i m using felx builder 3 with 2.0.1 hf3 sdk) --- In flexcoders@yahoogroups.com, Muhammad Ahmed Ullah [EMAIL PROTECTED]

[flexcoders] itemRenderer - copy values

2008-01-17 Thread oneproofdk
Hi. I'm using an itemRenderer in a datagrid. The renderer contains a script, which will determine specific values in the {data} and setStyle on a canvas and the text of a string. But when I scroll in the datagrid, it seems like new children is not updated when they become visible. I'm sure that

[flexcoders] [job] freelancer required in the London area

2008-01-17 Thread Christian Giordano
Hi guys, we are looking for some VERY experienced Flex Developers to work on some VERY interesting/challenging projects. If you think you are experienced enough, please don't hesitate to contact me to have further info. Best, chr --

[flexcoders] Flex Charting

2008-01-17 Thread ravi6mrgn
Hi, I am using FB3. I have a question in using pie chart. i have assigned a dataprovider to pie chart and it shown like dividing into segment and each segments has a label which is callout through line. My question is i want to select the label and corresponding segment should get selected in

[flexcoders] Selecting no color with ColorPicker

2008-01-17 Thread Khuffie
I'm wondering if anyone has been able to use the ColorPicker component in Flex to be able to select no colour. This is handy when we are allowing the user to select a fill for shapes, and they can choose a 'no colour' option to choose to not have a fill. If you look at the Fill colour picker

[flexcoders] Re: PrintDataGrid variablerowheight issue

2008-01-17 Thread jf317820
Anyone have any other workarounds for this issue other than the subclass suggested on the bugs site? I'll try anything at this point. Thanks in advance. --- In flexcoders@yahoogroups.com, mitek17 [EMAIL PROTECTED] wrote: Hi Alex! Thanks for the comments. At least we all know that it will be

[flexcoders] Re: LinkButton loaded in wrong position and adjusts on mouseOver

2008-01-17 Thread renzeullo
Bumping topic. Anyone have an idea? --- In flexcoders@yahoogroups.com, renzeullo [EMAIL PROTECTED] wrote: Hi all. I'm experiencing this problem where a LinkButton is incorrectly positioned on startup, about a few pixels more than the correct x and y location. On the first mouseOver, it

[flexcoders] Print Preview in Flex

2008-01-17 Thread jitendra jain
Hi Everybody, How can we show print preview in Flex? Before printing , i want the user to see print preview of the printing document. Thanks, with regards, JJain - Looking for last minute shopping deals? Find them fast with Yahoo! Search.

Re: [flexcoders] Print Preview in Flex

2008-01-17 Thread Frederico Garcia
jitendra jain escreveu: Hi Everybody, How can we show print preview in Flex? Before printing , i want the user to see print preview of the printing document. Thanks, with regards, JJain Looking for last

[flexcoders] Re: SWC compiled against Flex 2 SDK only usable in Flex 3 projects

2008-01-17 Thread ben.clinkinbeard
Hi Alex, No, I didn't because I had no idea I was supposed to. I don't see any info in the docs mentioning the need to create a global selector. I have now created one, but that causes a different error. No matter what I put in the selector I get an error in the createBorder() method of Container

RE: [flexcoders] Local Shared Object alternative?

2008-01-17 Thread Merrill, Jason
Are there any alternatives to LSO's? ExternalInterface connecting to Javascript cookies? Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community From:

[flexcoders] Re: container width parent container's width when vertical scrollbar present

2008-01-17 Thread dfalling
I tried those settings on each canvas independently and then at the same time, but nothing changed. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: There's a couple of older threads in the archives on this topic. Setting minHeight/minWIdth=0 often helps

[flexcoders] Re: container width parent container's width when vertical scrollbar present

2008-01-17 Thread dfalling
Thanks for the response. The first method prevents me from having vertical scrolling, so any content I wanted to display via scrolling is now gone. The second method will clip any content that's under the vertical scrollbar. This shouldn't be a problem because that canvas is percentage based

Re: [flexcoders] Print Preview in Flex

2008-01-17 Thread Tom Chiverton
On Thursday 17 Jan 2008, jitendra jain wrote: How can we show print preview in Flex? Before printing , i want the user to see print preview of the printing document. No, but you can access the bitmap of a control, and display that in a PopUp. -- Tom Chiverton Helping to paradigmatically

Re: [flexcoders] Move effect

2008-01-17 Thread Hem S
Irrespective of screen resolution the components can be moved from outside of the flex application. mx:Move id=moveIn xFrom={-can.width} yFrom=0 duration=1000/ mx:Move id=moveOut / mx:Button click=can.visible=can.visible?*false*:*true*/ mx:Canvas id=can width=400 height=400 visible=false

[flexcoders] Binded data and Application functions in components

2008-01-17 Thread Ian Turner
Hello all, In coding my first AIR-Flex application (Beta 3) I've run into a few problems. I'm new to Actionscript though I am slightly familiar with JavaScript (also ECMAScript). mx:Script ![CDATA[ thumbnail.source = parentDocument.getImage(this.data.id); ]]

Re: [flexcoders] Generate XML Schema

2008-01-17 Thread Nirav Upadhyay
Hi mark, Please can you explain in detail here? What you want to do exactly? Thanks, Nirav On Jan 17, 2008 3:07 AM, markgoldin_2000 [EMAIL PROTECTED] wrote: Is it possible to generate an XML Schema to send to the server alone with an XML data? Thanks

[flexcoders] Re: Passing additional information into renderer

2008-01-17 Thread Amy
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: You can customize the properties bag on the class factory to supply more info to each instance. If I understand you correctly, you're saying that I should repeat the folder information in each object in the data source.

[flexcoders] Re: AIR app wrapper - Strange UI behaviour

2008-01-17 Thread polestar11
Ok ... solved the problem The exceptions prevented parts of the from initializing, including the MenuBar. I still have the styling issues - it looks like AIR overwrites some of the Flex app's skin / styles. Also, is there a way to get around the SecuritySandbox violation when loading a remote SWF

[flexcoders] Failure to access a WSDL file from Flex's WebService class over HTTPS on IE

2008-01-17 Thread eyal_c
Hello, I have a problem to access a WSDL file from Flex's WebService class over HTTPS on IE. I have tried using Flex Builder 2 / 3 but the problem is the same. The web-server I am using is appWeb. Note that the same code works ok when I run it over HTTP (both IE and FF), and also over HTTPS but

[flexcoders] Re: Date field with time

2008-01-17 Thread gur_sukh
Thanks for the reply, dataChange is for data property only and doesn't work. If i use valueCommit, i can't even click on the datechooser. The whole component is kind of broken. there should be some way to handle date time. Any ideas, anyone... jkaur --- In flexcoders@yahoogroups.com, Alex

[flexcoders] Re: PrintDataGrid variablerowheight issue

2008-01-17 Thread mitek17
as a I mentioned before - I am adding 5 pixels to the PDG while doing the layout. Works in my case so far. PS Strange, but includeInLayout=false visible=false for the component which is placed _after_ the PDG don't work for me. I am changing the PDG height manually. Cheers, Smitri. --- In

[flexcoders] Re: Advanced Datagrid with Grouping

2008-01-17 Thread jovialrandor
Sorry Tom, but I don't understand how the sort code (link you provided) would help me with my filterfunction? Thanks --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 16 Jan 2008, jovialrandor wrote: How do I get 'filterfunction' of an arraycollection

Re: [flexcoders] How i can change the style of TextArea ScrollBar

2008-01-17 Thread Frederico Garcia
NileAge, Mail escreveu: Hello All, *I want to change the TextArea style and remove the upper and down arrows.* Plz reply me. __ NOD32 2799 (20080116) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com Hi, Before posting

Re: [flexcoders] FB2: Cleaning Projects Annoyance

2008-01-17 Thread Tom Chiverton
On Thursday 17 Jan 2008, Merrill, Jason wrote: MXML and Actionscript. All media is loaded in via Actionscript. It's very odd - I am using Flexbuilder 2 though, maybe it's just buggier. You can run Builder 3 beta in parallel (at the same time, even, if you don't share the workspace directory

[flexcoders] Re: E4X Namespace Issues...

2008-01-17 Thread Todd
OK, I tried the following code and it's not working: var xml:XML = new XML(inputXML.text); var ns:Namespace = xml.namespace(); var filterdXML:XMLList = new XMLList(xml..ns::folder.(id == 13)); outputXML.text = filterdXML.toXMLString(); But, if I add a prefix to the namespace declared in the XML,

[flexcoders] Re: E4X Namespace Issues...

2008-01-17 Thread Todd
Is Namespace only in Flex 3 SDK? (I'm using 2.01). --- In flexcoders@yahoogroups.com, fourctv [EMAIL PROTECTED] wrote: try this: var xml:XML = new XML(inputXML.text); // get the xml var ns:Namespace = xml.namespace(); // extract the default namespace

[flexcoders] AIR app wrapper - Strange UI behaviour

2008-01-17 Thread polestar11
Hi I'm using an AIR app to wrap an existing Flex app. I do this via loading the Flex app swf with SWFLoader. I'm finding the following issues: 1) Some styles / custom skins do not appear (only some, which is strange) 2) I have a large amount of padding around my app content, despite setting all

RE: [flexcoders] FB2: Cleaning Projects Annoyance

2008-01-17 Thread Merrill, Jason
I'm not using any runtime shared libraries if that's what you're referring to by saying RSL. This project so far only consists of some MXML and Actionscript. All media is loaded in via Actionscript. It's very odd - I am using Flexbuilder 2 though, maybe it's just buggier. Jason Merrill Bank

[flexcoders] Re: Generate XML Schema

2008-01-17 Thread markgoldin_2000
I am trying to find the best way of sending DataGrid data to the server. One of the ideas is to send a complete XML. But because of XML conversions on the server the data is getting mistyped by am xml parser. It would work porperly if I could provide to parser an XML data definition schema.

[flexcoders] Re: E4X Namespace Issues...

2008-01-17 Thread Todd
Hello, I got it to work. I had to change the e4x expression a little to get it to work. I needed to qualify the ID with the namespace. So this code works: var xml:XML = new XML(inputXML.text); var ns:Namespace = xml.namespace(); trace(xml.namespace()); var filterdXML:XMLList = new

[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] Re: E4X Namespace Issues...

2008-01-17 Thread Todd
The e4XParser I speak of is at: http://www.adobe.com/devnet/flex/articles/e4x_04.html --- In flexcoders@yahoogroups.com, Jim Hayes [EMAIL PROTECTED] wrote: I've already included some dynamic e4x expression parsers that I found on the web Tod, do you have the urls for those to hand?

[flexcoders] RE: [flexcomponents] How i can change the style of TextArea ScrollBar

2008-01-17 Thread Lukas Ruebbelke
Skin the component using and FLA and make the up and down arrows a transparent 1 pixel high box [or nothing at all]. Visit www.scalenine.com http://www.scalenine.com/ for more information on how to do this. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of NileAge,

[flexcoders] Re: E4X Namespace Issues...

2008-01-17 Thread Todd
OOops, nevermind about the Namespace in Flex 2.0. Memory lapse. --- In flexcoders@yahoogroups.com, Todd [EMAIL PROTECTED] wrote: Is Namespace only in Flex 3 SDK? (I'm using 2.01). --- In flexcoders@yahoogroups.com, fourctv fourctv@ wrote: try this: var xml:XML = new

Re: [flexcoders] Re: Binding ValueObjects

2008-01-17 Thread George
For me I binding to a flag like lineVOUpdate in data model, but not lineVO itself. I give freedom for views to update or not. I found although most of time, when a value updated I should update those component in that view, but in my cases I need have control when to update. This is inside my

[flexcoders] How i can change the style of TextArea ScrollBar

2008-01-17 Thread NileAge, Mail
Hello All, I want to change the TextArea style and remove the upper and down arrows. Plz reply me.

[flexcoders] Customizing Flash Context Menus

2008-01-17 Thread Vijay Ganesan
The ability to customize right-mouse-click context menus in Flash is very limited. You cannot hide the default menu items in certain scenarios. You cannot do your own sub/cascading menus. You cannot have icons for menu items. Please vote for this issue if you have a need this type of capability

[flexcoders] Flex Amazon S3 Access Control List / ACL

2008-01-17 Thread Daniel Tse
Hi All, I've been playing around with the awss3lib ( http://www.code.google.com/awss3lib ) and looking at the documentation for Amazon's S3 ( http://docs.amazonwebservices.com/AmazonS3/2006-03-01/ )and I was wondering if anyone managed to get the ACL working with the awss3lib? If so, can you

[flexcoders] Re: E4X Namespace Issues...

2008-01-17 Thread Todd
Also, I've discovered something interesting. In the XML Document, if I provide a namespace prefix, i.e., xmlns:com=http://...; then it all works as expected. So then my question becomes more about how to get the default namespace, not prefixed with an alias, to become visible to e4x. Thanks,

[flexcoders] Re: Dynamic evaluation of E4X expression

2008-01-17 Thread Todd
Google for something called E4XParser.as. I think I found it on Adobe, but I'm not 100% certain. It allows you to debug your e4x at runtime. Very useful. --- In flexcoders@yahoogroups.com, xhanin [EMAIL PROTECTED] wrote: Hi, I find the E4X expression language very powerful, and would like

Re: [flexcoders] Re: Advanced Datagrid with Grouping

2008-01-17 Thread Tom Chiverton
On Thursday 17 Jan 2008, jovialrandor wrote: Sorry Tom, but I don't understand how the sort code (link you provided) would help me with my filterfunction? You do filtering the same way. -- Tom Chiverton Helping to elementarily embrace bricks-and-clicks e-services on:

[flexcoders] RE: [flexcomponents] How i can change the style of TextArea ScrollBar

2008-01-17 Thread Alex Harui
That's a bold request. :-) Do you mean that you want to change the way the scrollbars look or remove them entirely? Vertical/horizontalScrollPolicy=off removes the scrollbars. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of NileAge, Mail Sent:

[flexcoders] Re: Flex Amazon S3 Access Control List / ACL

2008-01-17 Thread madflexcoder
I've connected to S3 from flex. If you want to email me off list I can send you my test project. --- In flexcoders@yahoogroups.com, Daniel Tse [EMAIL PROTECTED] wrote: Hi All, I've been playing around with the awss3lib ( http://www.code.google.com/awss3lib ) and looking at the

[flexcoders] RE: [flexcomponents] Lable Courser hand

2008-01-17 Thread Alex Harui
This gets asked often. Please search the FlexCoders archive for the answer. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of NileAge, Mail Sent: Monday, January 14, 2008 10:56 AM To: flexcoders@yahoogroups.com; Flex Components Subject:

[flexcoders] Re: Passing additional information into renderer

2008-01-17 Thread ben.clinkinbeard
Its generally more about giving your renderer enough info that it can retrieve the information it needs. This is my take on using ClassFactory with renderers. http://www.returnundefined.com/2006/11/creating-truly-reusable-renderers-with-classfactory HTH, Ben --- In flexcoders@yahoogroups.com,

[flexcoders] Validating Combo Box and Radio Button Selections

2008-01-17 Thread Ethan Miller
Greetings - I need to validate that some choice has been made in both Combo Boxes and Radio Button Groups. In general, I'm familiar with Validators but couldn't get either case to work. For example, not sure what property on the ComboBox you'd specify for the validator, whether no

[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] Re: E4X Namespace Issues...

2008-01-17 Thread Maciek Sakrejda
ns:Namespace = xml.namespace(); default xml namespace = ns; Although since you're talking about the default namespace, this shouldn't be necessary... -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Todd [EMAIL PROTECTED] Reply-To:

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

2008-01-17 Thread Sherif Abdou
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] Error: Call to a possibly undefined method setTextFormat Why am I getting:

[flexcoders] IViewCursor and nested XMLListCollections (sorting, filtering, searching)

2008-01-17 Thread volatile_puppy
Hi all, Recently Ive been working with an XML document that has a structure similar to the following: Members Member id=1 name=John color=blue Member id=2 name=sally color=blue Member id=3 name=Moe color=red/ Member id=61 name=Elliot color=green Member id=123

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

2008-01-17 Thread Maciek Sakrejda
Try AnimateProperty (make sure to set its isStyle to true): http://livedocs.adobe.com/labs/flex3/langref/mx/effects/AnimateProperty.html#includeExamplesSummary -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED]

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 Sherif Abdou
mx:Label fontSize=20/ - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 17, 2008 11:39:41 AM Subject: Re: [flexcoders] Error: Could not resolve mx:TextField to a component implementation. And then how do I set the

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]

[flexcoders] Re: Date field with time

2008-01-17 Thread gur_sukh
hmm could that be a problem? I am assigning the model.sessionData.priceEndDate the text value and this is bound to the selecteddate on the priceEndDate. The same code below, i just changed the change to valueCommit. jkaur --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

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] Validating Combo Box and Radio Button Selections

2008-01-17 Thread Sherif Abdou
I think you would use the valueCommit Event and see the choice from there - Original Message From: Ethan Miller [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 17, 2008 10:59:27 AM Subject: [flexcoders] Validating Combo Box and Radio Button Selections Greetings

RE: [flexcoders] Re: Passing additional information into renderer

2008-01-17 Thread Alex Harui
If you look at ClassFactory, it has a properties map that will copy any properties in the map to each instance. This is different from assigning it to the data objects in the dataprovider, which you don't want to do because you're trying for a clean model/view design. With repeaters, you are

Re: [flexcoders] underline in datagrid

2008-01-17 Thread Sherif Abdou
You want to underline the Data in the Grid correct but not the header?, this just under lines the values mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical creationComplete=initApp() mx:Script ![CDATA[ private function initApp():void{ } [Bindable] private var

[flexcoders] Re: Refresh login screen

2008-01-17 Thread markcavins
OK so I am still having a little problem implementing the code so I'll post all relevate code. Hello, I am having a little issue with a script that is supposed to stop a request to my server when I enter information into a form but the information takes more than 5 seconds to be processed by the

RE: [flexcoders] Re: Date field with time

2008-01-17 Thread Alex Harui
Possibly. Changing selectedDate probably dismisses the dropdown. You may have to examine the event object to be more specific about whether to set selected date. Or subclass and get the textInput events from the dropdown. From: flexcoders@yahoogroups.com

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

2008-01-17 Thread Alex Harui
Normally, you adjust a TextArea using setStyle. If you want to use setTextFormat, subclass TextArea From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, January 17, 2008 8:58 AM To:

[flexcoders] Looking for some training

2008-01-17 Thread Nate Pearson
Does anyone know where I can find some tutorials about using the new import webservice feature? I've tried using it...it generates a bunch of code that I don't know what to do with. Also, does anyone know a good training source on creating applications with the application server type set at

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

2008-01-17 Thread Maciek Sakrejda
Ah, never mind: TextSprite is from a library I've been working with. But a cursory glance at livedocs shows TextField, FlexTextField, UITextField, Label, and Text. Wee! -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Maciek Sakrejda [EMAIL PROTECTED]

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

2008-01-17 Thread [EMAIL PROTECTED]
Yep, that worked great! Thanks. Sherif Abdou wrote: like this? ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical mx:Script ![CDATA[ [*Bindable*] *private* *var* myFontSize:Number=20; *private* *function*

[flexcoders] Re: HTTPService - save DataGrid data

2008-01-17 Thread markgoldin_2000
What if I want to send field name/value pair to the server? Can you ppoint to the right diection to do that? Can you point me into --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: var oRequest:Object = {xmlstring=XMLData.toXMLString()}; myHTTPService.send(oRequest);

Re: [flexcoders] DataGridColumn headerRenderer instance

2008-01-17 Thread Mark Bradley
Thanks for the reply, but no. headerRenderer on DataGridColumn is a class factory object, and in cases where I am not specifically setting it, it is null (but actually rendered using the default DataGridItemRenderer). I actually need the instance so I can get it's dimensions. Thanks,

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

2008-01-17 Thread [EMAIL PROTECTED]
Thats very interesting, but how do I apply a sequence in an event listener ? for example, it uses mouseDownEffect={animateScaleXUpDown} I want to do something like this: myLabel.animateScaleXUpDown; Maciek Sakrejda wrote: Try AnimateProperty (make sure to set its isStyle to true):

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

2008-01-17 Thread Maciek Sakrejda
Try mx:Label. -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Error: Could not resolve mx:TextField to a component implementation. Date: Thu, 17 Jan 2008 12:18:08 -0500 Is there no

[flexcoders] Moves Flex mouse cursor to a new position in the stage

2008-01-17 Thread flexawesome
Hey there, Is there a way to move the mouse cursor to a new location in the Flex application? Any sample code please? Cheers

Re: [flexcoders] inline styles

2008-01-17 Thread [EMAIL PROTECTED]
Is there COMPLETE SIMPLE example of using html and actionscript to format text anywhere ? I want to make an mxml tag, and then I want to change the font size with action script. I have spent 2 days trying to figure this out. Why is it so hard ? All the examples I have found go on for

RE: [flexcoders] Re: Binding ValueObjects

2008-01-17 Thread Randy Martin
I think what you should do is create a model in mxml from the value object and then bind the model to the visual display components and the visual display components to the model. How the data gets into the value object from your database, or wherever, is still the same. For example, // value

RE: [flexcoders] Re: Date field with time

2008-01-17 Thread Alex Harui
I doubt that your problem indicates that the entire component is broken. valueCommit is used by databinding so it probably works in many cases. What are you doing in your valueCommit handler? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

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

2008-01-17 Thread Sherif Abdou
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] Error: Could not resolve mx:TextField to a component implementation. Is there no mxml TextField tag ?

Re: [flexcoders] Re: Date field with time

2008-01-17 Thread Maciek Sakrejda
The whole component is kind of broken. Can you be a little more specific? -Original Message- From: gur_sukh [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Date field with time Date: Thu, 17 Jan 2008 15:56:46 - Thanks

[flexcoders] DataGridColumn headerRenderer instance

2008-01-17 Thread Mark Bradley
Greetings all, Can anyone tell me how to access the visible headerRenderer instance given a DataGridColumn instance? public function getVisibleHeaderRenderer( col:DataGridColumn ): Object { var grid:DataGrid = this; // somehow get the header renderer (if it is visible) return ?? }

Re: [flexcoders] DataGridColumn headerRenderer instance

2008-01-17 Thread Sherif Abdou
can;t u just do col.headerRenderer - Original Message From: Mark Bradley [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 17, 2008 1:01:41 PM Subject: [flexcoders] DataGridColumn headerRenderer instance Greetings all, Can anyone tell me how to access the visible

Re: [flexcoders] underline in datagrid

2008-01-17 Thread Dominique Bessette - Halsema
haha i dont know what's wrong but it's not working. I'm just going to do a headerRenderer maybe or something On 1/17/08, Sherif Abdou [EMAIL PROTECTED] wrote: You want to underline the Data in the Grid correct but not the header?, this just under lines the values mx:Application

RE: [flexcoders] Failure to access a WSDL file from Flex's WebService class over HTTPS on IE

2008-01-17 Thread Seth Hodgson
This is due to a long-standing IE bug with HTTPS and cache-related response headers. If you're not routing your web service invocations through the LCDS or BlazeDS proxy service, you'll need to tweak your application server to tweak the response headers related to caching if the user agent

[flexcoders] Re: Date field with time

2008-01-17 Thread gur_sukh
I can't even click on the datechooser it doesn't popup or anything. Could binding issue. --- In flexcoders@yahoogroups.com, Maciek Sakrejda [EMAIL PROTECTED] wrote: The whole component is kind of broken. Can you be a little more specific? -Original Message- From: gur_sukh [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]

[flexcoders] Nested Repeaters not working

2008-01-17 Thread Barnaby Jones
Hey people, I posted a bug over at the flex jira (http://bugs.adobe.com/jira/browse/FB-11755) but I probably should have run it by here first. If I nest repeaters, and assign dataProviders in the repeater tag, it works as expected. However if I deplay the assignment of the dataProvider, i.e.

Re: [flexcoders] underline in datagrid

2008-01-17 Thread Dominique Bessette - Halsema
it's still not underlineing just the grid. i can get it to underline everything or nothing .headerCustomStyle { borderColor: #80; textAlign: 'left'; color: #00; fontFamily: 'Arial'; themeColor: #00; } .header { textDecoration: none; } mx:DataGrid

RE: [flexcoders] inline styles

2008-01-17 Thread Seth Caldwell
I think you don't have experience with many other tools. for me, flex has been the easiest thing to learn and I practically start feeling happy when flex builder starts up because I know how much easier it is to work with than visual studio and other tools. Just curious, what would you prefer

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

2008-01-17 Thread volatile_puppy
There is no mx component TextField. Your choices are TextArea, Text, and TextInput. If you have created a custom control then it is not going to have the mx: namespace. Thats what the component implementation error is referencing.

  1   2   3   >