[flexcoders] Fluorine fx, enterprise library, flex problem

2009-11-26 Thread Vladimir
Hi all, I have one problem, I used enterprise library Data Access Application block for my .net project (GUI was built in windows forms) and app.config was stored in GUI project. Now I switched from main windows form project to fluorineFx site project and I can't access my database anymore. I

[flexcoders] [1 Attachment]

2009-11-26 Thread Shabir Gilkar
Eid Mubarak! May Almighty Allah bring peace, mercy and blessing on you all on every walk of your life. May Almighty Allah bestow you all with his choicest blessings, peace, pleasure. May this Eid brings peace in whole world. Aamin !!! -- With Regards Shabir Ahmad Gilkar Srinagar Kashmir JK

[flexcoders] FlexBuilder - Release Build - Cannot type Cyrillic foreign characters

2009-11-26 Thread polestar11
Hi there All of a sudden when creating a release build of my application, users are not able to type Cyrillic other foreign characters into textareas. If I test on a debug version I am able to enter in these characters, but not if I make a release build. This is strange because I have made

[flexcoders] Re: Fluorine fx, enterprise library, flex problem

2009-11-26 Thread Vladimir
What I don't know is where in FluorineFX web.config put this XML configuration configSections section name=dataConfiguration type=Microsoft.Practices.EnterpriseLibrary. Data.Configuration.DatabaseSettings, Microsoft. Practices.EnterpriseLibrary.Data /

RE: [flexcoders] Re: constraintColumns/constraintRows on extended Sprite object REFdn6025643069

2009-11-26 Thread dennis
Thank you for your reply. I work only with AS, I mean with no MXML. I tried to use the Canvas container but using the mx.containers.Canvas, there is no right property (even top, bottom, left). What do I miss? dennis From: flexcoders@yahoogroups.com

[flexcoders] Re: How to start learning Flex 4? There is no book out there!!

2009-11-26 Thread gers32
Try Peter Armstrong's Hello! Flex 4 (http://www.manning.com/armstrong3/) once you've read your Flex 3 books. I read it and found it very useful for understanding the new things in Flex 4. Chris.

[flexcoders] Soap + HTTP + Header

2009-11-26 Thread Vino
Hi i am new to AIR. I am trying to develop an application to send XML file using webservice. I got the WSDL generated the .net classes and connected using .net and it worked... When i changed to AIR i am getting this weird error Cannot find definition for type

[flexcoders] Change in Behavior of NetStream in AIR 2 (GET to POST)

2009-11-26 Thread Andrew Phillips
I was all excited about the release of AIR 2 beta yesterday, with the new socket support and improved h.264 encoding I was looking forward to upgrading some applications . So I went and upgraded one of my larger applications to AIR 2 to start the porting process since it would benefit the most.

[flexcoders] How does Button 3 knows that it has been clicked in this example?

2009-11-26 Thread fred44455
This an example taken out of a Flex 4 book(Amstrong). I pretty understand this code but if you look at button3 at the very end of the code , it has no click(event) associated with it. why is that? Will it be ok to add:click=handleClick(event)/ Like it was done for button2 ?? Thanks. ?xml

Re: [flexcoders] How does Button 3 knows that it has been clicked in this example?

2009-11-26 Thread Paul Andrews
fred44455 wrote: This an example taken out of a Flex 4 book(Amstrong). I pretty understand this code but if you look at button3 at the very end of the code , it has no click(event) associated with it. why is that? Will it be ok to add:click=handleClick(event)/ Like it was done for button2 ??

[flexcoders] Re: Should I buy Lynda.com Flex 3 essential training to learn Flex?

2009-11-26 Thread tex_learning_flex
While generally inclined to defer to those who are older and wiser, I, too, am learning Flex from a standing start and have found the several series available on Lynda.com very valuable. I assume that you also know about the Flex in a Week video series freely available online from Adobe.

[flexcoders] Datagrid sorting and ArrayCollection Filtering

2009-11-26 Thread shafram
Hello, I am having a problem related to sorting by a certain column and applying a Filter on an array collection. I'm not sure if this is a bug or not. I have an array collection that has a filter function associated to it. I have a datagrid that is binded to this array collection. Two of the

[flexcoders] Re: How to start learning Flex 4? There is no book out there!!

2009-11-26 Thread iuri51
what about this site? http://www.adobe.com/devnet/flex/videotraining/flex4beta/ --- In flexcoders@yahoogroups.com, fred44455 fred44...@... wrote: I am a newbie and want to learn Flex. Now I was told to skip Flex 3 and get into Flex 4 directly. But there is no book available for Flex 4. I

[flexcoders] Re: Should I buy Lynda.com Flex 3 essential training to learn Flex?

2009-11-26 Thread sid_maestre
Why not free video training from adobe? http://www.adobe.com/devnet/flex/videotraining/ It took a book, total training and lynda.com for me to get the concepts burned in my head. So you may do Flex 4 from Lynda after the free adobe videos. I disagree about Lynda and Total are not for

[flexcoders] Mixing Service Formats in on App

2009-11-26 Thread Dan Pride
I have a large complicated multi-table multi-windowed application which was orignially leveraged off the create Application from database. I now want to rewrite most of it in value objects so I have created a second http service object with an ArrayCollection result type, with attendant result

[flexcoders] Multiple Script Files

2009-11-26 Thread Dan Pride
A similar question. To simplfy things I have created a script file for each table with the relevant actionscript functions for the table in the file. i.e. mx:Script source=CenterScript.as / mx:Script source=SquareScript.as / mx:Script source=LocaScript.as / etc etc Is this a common way

[flexcoders] Re:

2009-11-26 Thread Joseph Castindy
This video is not for a beginner. it assumes that you already know AS3 . I mean common guys , the lady defines what's AS3 then start building an Flex 4 project , mix AS3 MXML then build a new as.file then connect the all thing together and she does that quickly. Those adobe videos assume some

[flexcoders] Technique to tell the filterFunction to chill for a sec before going into eff

2009-11-26 Thread steveb805
I have a filter function for a List that hides the item if the duedate is larger than a particular number. In a function I call, to change a value object field, as soon as I hit this line below, the filter goes into effect (which is expected since duedate is the field specified in the filter)

[flexcoders] Regarding sorting of data in a List control.........

2009-11-26 Thread naveen kumar
Hi Guys,                  I am new to Flex, right now i am working on sorting a list of data  from List control.so that user can sort the list ascending or descending order. He can drop that list data to another list by using drag n drop and in that new List user can sort that dragged

[flexcoders] Re: Fluorine fx, enterprise library, flex problem

2009-11-26 Thread tntomek
This just sounds like a .NET issue nothing to do with flex, app.config and web.config are almost identical in nature and structure. ?xml version=1.0 encoding=utf-8? configuration configSections configuraiton goes into root of web.config Try on ASP.NET forums to find better answers