Re: [flexcoders] Viewstack / Navigator Filtering Best Practice?

2006-10-25 Thread oktay nba
i was stuck right in the same situation. i haver a linkbar binding from a viewstack. i want to be able to define which childs of viewstack will be visible in linkbar(i.e. want to filter dataprovider of linkbar) On 10/2/06, Jamie O [EMAIL PROTECTED] wrote: Hello,Looking for a little help as far

[flexcoders] alpha value of a text field...

2006-09-14 Thread oktay nba
why can't we change alpha valueof a text field? is there anyway to do it? __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] background color of a text?

2006-09-13 Thread oktay nba
sh From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of oktay nba Sent: Saturday, September 09, 2006 12:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] background color of a text? hi; how can i give a background color to a text control

[flexcoders] background color of a text?

2006-09-09 Thread oktay nba
hi; how can i give a background color to a text control (like thespan style='background-color=#xx'anything/spanusage in html)or label? oktay __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: Could not resolve mx:Script to a component implementation. problem

2006-07-18 Thread oktay nba
i un/reinstall the flex builder again but the problem still exists.On 7/18/06, oktay nba [EMAIL PROTECTED] wrote:hi;yesterday suddenly flex builder start to give Could not resolve mx:Script to a component implementation. error and didnt compile my codes. i couldnt find any solution

Re: [flexcoders] Could not resolve mx:Script to a component implementation. problem

2006-07-18 Thread oktay nba
it is because of your windows's language for non-Unicode programs. in flex the default compiler's locale is english. so to change this setting to english will solve your problem.oktay caglar On 7/18/06, iamthelf [EMAIL PROTECTED] wrote: hi;yesterday suddenly flex builder start to give Could not

[flexcoders] turkish character encoding with webservices

2006-07-13 Thread oktay nba
hi everyone;i am working on a program on Flex 2. some webservices, made with nusoap, mysql, and php, are run at the background. but i have somehow encoding problems. some character in turkish like ş, ı, ğ and their uppercases cant displayed. in the charles web debugging proxy, the request, as

Re: [flexcoders] Sending ISO-8859-1 from a Flex application

2006-07-13 Thread oktay nba
is there a way to change it? or why the Adobe team do it only for utf-8? are there any issue?On 4/14/06, Matt Chotin [EMAIL PROTECTED] wrote:Flex is going to try to send using utf-8, you may need to do some string parsing back from utf-8 on the server-side before inserting into the database.

[flexcoders] httpService and Channel.Security.Error

2006-07-01 Thread oktay nba
hi, i try to do an rssReader. when i upload my app to the server. the flash player gives that error message: -- [RPC Fault faultString=Security error accessing url faultCode=Channel.Security.Error faultDetail=Destination: DefaultHTTP]at

[flexcoders] Re: mx:model in flex 2 final

2006-06-28 Thread oktay nba
okey we need root tag here :)On 6/28/06, oktay nba [EMAIL PROTECTED] wrote: hi everyone;here is a part of my app. it works well at beta3 but i couldnt execute it on final version. the error is because of the models. the error message was: Only one root tag is allowed and it show the model tags

[flexcoders] mx:model in flex 2 final

2006-06-28 Thread oktay nba
hi everyone;here is a part of my app. it works well at beta3 but i couldnt execute it on final version. the error is because of the models. the error message was: Only one root tag is allowed and it show the model tags. what is the problem? is there any change?

[flexcoders] why states doesn't change in flex2 beta3?

2006-05-25 Thread oktay nba
hi everyone; i can't change states. i write a simple code, but i can't work it too. is it a bug of flex or flash player? here is the code:(in flex 2 beta2 it is done well but in beta 3 it sucks) - ?xml version=1.0

[flexcoders] Re: why states doesn't change in flex2 beta3?

2006-05-25 Thread oktay nba
in code there is no line like: private var welcomeScreen:denemeci; sorry oktay caglar On 5/25/06, oktay nba [EMAIL PROTECTED] wrote: hi everyone; i can't change states. i write a simple code, but i can't work it too. is it a bug of flex or flash player? here is the code:(in flex 2 beta2