[flexcoders] Re: channel.connect.failed error netconnection.call.badversion Exception

2009-07-23 Thread b.kotireddy
Is some one could help me to start a way to explore this issue please.



--- In flexcoders@yahoogroups.com, b.kotireddy koti_reddy...@... wrote:

 Hi,
 
 I could not able to find the way to solve this error message. We are in
 production now ans some of the users are getting
 Channel.Connection.Failed error NetConnection.Call.BadVersion
 
 We are not using any secure line to access this application.
 We used the flex sdk 3.1.0 version.
 
 The channels we declared in config file are
 channels
channel ref=long-polling-amf/
channel ref=polling-amf/
 /channels
 
 Do we need to make any changes to avoid this error message.
 
 I appreciate you response.
 
 Thanks in advance
 Koti





[flexcoders] channel.connect.failed error netconnection.call.badversion Exception

2009-07-21 Thread b.kotireddy
Hi,

I could not able to find the way to solve this error message. We are in
production now ans some of the users are getting
Channel.Connection.Failed error NetConnection.Call.BadVersion

We are not using any secure line to access this application.
We used the flex sdk 3.1.0 version.

The channels we declared in config file are
channels
   channel ref=long-polling-amf/
   channel ref=polling-amf/
/channels

Do we need to make any changes to avoid this error message.

I appreciate you response.

Thanks in advance
Koti



[flexcoders] How improve performance

2009-04-23 Thread b.kotireddy
Hi,

In My application we are purly following Cairngorm framework. I am not much 
deep into the flex framework and its performance but my application is like the 
longer the application is in use, the slower it runs. 

Is anyone have any suggestions to improve the performance.

I truly appreciate your valuable suggestions. 



[flexcoders] How improve performance

2009-04-23 Thread b.kotireddy
Hi,

In My application we are purly following Cairngorm framework. I am not much 
deep into the flex framework and its performance but my application is like the 
longer the application is in use, the slower it runs. 

Is anyone have any suggestions to improve the performance.

I truly appreciate your valuable suggestions. 



[flexcoders] How to disable a checkbox in a Datagrid Column

2009-02-10 Thread b.kotireddy
Hi guys,

I have a check box for each record in Datagrid Column. I used the
itemRenderer to create checkbox. I want to disable that column or
checkbox in that column when my user does not have permission to
uncheck or check that checkbox.  

Please help me to do this.

Thanks in advance
koti



[flexcoders] Re: model locator population too late

2009-02-02 Thread b.kotireddy
You can use the call back mechanism to load the data into model. And
call that method in the creationComplete of that progress bar or any
other kind.

Call Back mechanism works like it will wait to process the next line
of code. Because of asynchronous nature of flex we are running like
this kind problems. 



--- In flexcoders@yahoogroups.com, Jim Hayes j...@... wrote:

 But before i show my form I need the model variable to be populated. 
 How do you handle this type of situation.
 
 Could you use ChangeWatcher to watch that variable and show the form
when it changes?
 
 ChangeWatcher.watch(yourModel,yourModelVariable,showYourForm);
 
 I'm sure there are other ways , it probably depends on your
situation which would be best, however.
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]
On Behalf Of jerry_gagliano
 Sent: 02 February 2009 21:18
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: model locator population too late
 
 How the hell do you bound a progress bar to a model? 
 
 I have the same problem. Which I execute a cairngrom event and it 
 populates the the model variable. But before i show my form I need the 
 model variable to be populated. How do you handle this type of 
 situation. 
 
 Thanks
 
 --- In flexcoders@yahoogroups.com, Paul Andrews paul@ wrote:
 
  Surely the progress bar is bound to the model, not part of the model 
 itself?
  
  - Original Message - 
  From: dnk d.k.emaillists@
  To: Flexcoder List flexcoders@yahoogroups.com
  Sent: Friday, January 16, 2009 11:14 PM
  Subject: [flexcoders] model locator population too late
  
  
   Hi there,
  
   I have an app that uses a model locator class.
  
   Now I have a component that is passed in a reference to another
   component (A progress bar in my case).
  
   Now my problem is that the component is being created prior to the
   model locator being populated with the reference to the progress 
 bar.
  
   So then obviously my component does not work as expected as it 
 needs
   that reference.
  
   I have no idea on how to get around this issue. I can't populate 
 the
   model locator (manually) any earlier as the progress bar has not 
 yet
   been created.
  
   Ideas?
  
   d
  
  
  
   
  
   --
   Flexcoders Mailing List
   FAQ: 
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Alternative FAQ location: 
   https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-
 446f-b4cf-1e62079f6847
   Search Archives: 
   http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
 Groups 
   Links
  
  
  
 
  
 
 __
 This communication is from Primal Pictures Ltd., a company
registered in England and Wales with registration No. 02622298 and
registered office: 4th Floor, Tennyson House, 159-165 Great Portland
Street, London, W1W 5PA, UK. VAT registration No. 648874577.
 
 This e-mail is confidential and may be privileged. It may be read,
copied and used only by the intended recipient. If you have received
it in error, please contact the sender immediately by return e-mail or
by telephoning +44(0)20 7637 1010. Please then delete the e-mail and
do not disclose its contents to any person.
 This email has been scanned for Primal Pictures by the MessageLabs
Email Security System.
 __





[flexcoders] Re: How to avoid red borders created by validators at page loading

2009-01-15 Thread b.kotireddy
Hi,

Could any one tell me what is the better way to validate a Combo Box.
Please post me some sample code or reference please

--- In flexcoders@yahoogroups.com, b.kotireddy koti_reddy...@...
wrote:

 Hi,
 
 In my page i have textInput's and Combo Box fields. When my page loads
 Text Input fields are not having any red borders, but all Combo Boxes
 are with red borders with This Field is required. I think these
 because of Validations. Is their any way that i can avoid that red
 borders with text. 
 
 Thanks in Advance
 koti





[flexcoders] How to avoid red borders created by validators at page loading

2009-01-12 Thread b.kotireddy
Hi,

In my page i have textInput's and Combo Box fields. When my page loads
Text Input fields are not having any red borders, but all Combo Boxes
are with red borders with This Field is required. I think these
because of Validations. Is their any way that i can avoid that red
borders with text. 

Thanks in Advance
koti 



[flexcoders] How can i make possible to keep user back in the same TAB..

2008-12-18 Thread b.kotireddy
Hi,

The below code is my one of the TAB from 4 tabs. Before leaving this
tab i need to evaluate the page, if user forgot to save his filled
data i need to save that data. My Question is their any way can i keep
the focus on the same TAB if he gets some error message or some Alert
in the this TAB.

cpirMod:CpirModule xmlns:cpirMod=org.cpir.component.*
   xmlns:mx=http://www.adobe.com/2006/mxml;
   layout=absolute width=100% height=100%
   creationComplete=initData(event)
   preinitialize=wireEvents(event) hide=focusoutHandler(event)
mx:Script
![CDATA[
private function focusoutHandler(event:Event):void {
  Alert.show(Going Out of this tab from cities);
}
]]
/mx:Script
mx:Canvas width=100% height=100% id=cityCanvas 
mx:HBox width=100% height=12%
 mx:TextInput id=search change=searchData() /
/mx:HBox
/Canvas
/cpirMod:CpirModule



Thanks in advance
koti





[flexcoders] How focusOut Event works in Flex

2008-12-17 Thread b.kotireddy
Hi,
I have multiple tabs, My users requirement is to save the data of one
of his tab form if he move from that tab to another tab with out
pressing save button.

I was trying with focusOut event. It was not working properly. If i
click some where in the current tab also it is invoking every time i
click else not. And more over the focusOut event of first clicked tab
is invoking in every other tab and every mouse click in other tabs.

I am pretty much new to Flex Development. Could any one please help me
how can i access a method before going on of a page.

Please let me know is their any alternate method to invoke a
particular method when my focus out from TAB to another.

Thanks in advance