[flexcoders] (unknown)

2012-08-21 Thread Satish Chowdary
http://www.malagacrimewatch.com.au/wp-content/plugins/zecyvbltwyi/biokrls.html?tezr=szfubtok

[flexcoders] BlazeDS installation procedure +IBM WAS

2009-12-23 Thread Satish Chowdary

Hi Coders,
 
i am facing the problem to configure BlazeDS server and my Back-end 
WAS(Websphere Application Server)
any one have any documentation or steps to follow how to configure it
 
Really appriciated and its great help to me.
 
Tons of Thanks inAdvance
 
 
Thanks,
Satish


  The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. 
http://in.yahoo.com/

[flexcoders] how to implement bread crumbs in flex application

2009-11-16 Thread Satish Chowdary
Hey Coders,

give me a idea about how  to implement breadcrumbs in flex application
 
Thanks inAdvanceసతీష్ 


  Yahoo! India has a new look. Take a sneak peek http://in.yahoo.com/trynew

[flexcoders] how to display the page information

2009-11-13 Thread Satish Chowdary
Hi FlexCoders,

i want to display the current page information like

programfiles-- Adobe--Flex
 
help me out 

Thannks inAdvanceసతీష్ 


  Connect more, do more and share more with Yahoo! India Mail. Learn more. 
http://in.overview.mail.yahoo.com/

[flexcoders] 2 way binding hslider with textbox value

2009-09-28 Thread Satish Chowdary


 Hi Coders,
I am having the problem with hslider 2-way binding 
in my issue.. as per the value of a slider my textboxes are updating..
but when i changed value in text box slider is not updating 

am using binding tag...
here is my code
mx:Binding source={parseInt(txtStart.text ) } destination=leftBoundary/
mx:Binding source={leftBoundary.toString()} destination=txtStart.text/

guys if u help me out from this issue  appriciated

waiting for ur response coders..

Thanks inAdvance
Satish

సతీష్



  From cricket scores to your friends. Try the Yahoo! India Homepage! 
http://in.yahoo.com/trynew

[flexcoders] DataGrid Check box State problem

2009-09-08 Thread Satish Chowdary
Hi All,

I am facing the problem with datagrid itemrenderer checkbox

my data provider is xmllist and wrote select all checkboxes functionality

when trace the application the values is assigned but check box state not 
changed .

help me out


Thanks inAdvance 
సతీష్



  See the Web#39;s breaking stories, chosen by people like you. Check out 
Yahoo! Buzz. http://in.buzz.yahoo.com/

[flexcoders] FlexBuilder Shortcuts

2009-09-08 Thread Satish Chowdary
Hi All,

Anybody having FlexBuilder Shortcuts

Please post...



Thanks inAdvance 
సతీష్



  Love Cricket? Check out live scores, photos, video highlights and more. 
Click here http://cricket.yahoo.com

Re: [flexcoders] Re: Data Grid ShowHeaders property problem

2009-08-27 Thread Satish Chowdary
HiTimHoff,

I tried with headerHeight = 0, but it still throws the error

here is my piece of code...for better understanding...

and please let me know where i can make changes to achieve this..

mx:DataGrid id=dtgLegTopics  
headerHeight=0 showHeaders=false
height=100% width=100% backgroundColor=#F4F4E9 
variableRowHeight=true verticalScrollPolicy=off
mx:columns
mx:DataGridColumn id=chkDGColumn editable=true 
editorDataField=selected rendererIsEditor=true 
backgroundColor=#F4F4E9
mx:itemRenderer
mx:Component
mx:CheckBox selected=false/
/mx:Component
/mx:itemRenderer
/mx:DataGridColumn
mx:DataGridColumn 
dataField=@name 
wordWrap=true 
backgroundColor=#F4F4E9
headerStyleName=hdrVerdana  
fontFamily=verdanaSoft fontSize=10 letterSpacing=0.5
/mx:DataGridColumn
/mx:columns
/mx:DataGrid

 


Thanks inAdvance
Satish
సతీష్





From: turbo_vb timh...@aol.com
To: flexcoders@yahoogroups.com
Sent: Wednesday, 26 August, 2009 5:24:09 PM
Subject: [flexcoders] Re: Data Grid ShowHeaders property problem

  

Hi Satish,

You can use headerHeight= 0; to hide the DataGrid headers.

-TH

--- In flexcod...@yahoogro ups.com, Satish Chowdary chinnu_gir@ ...
wrote:

 Hi All,

 i am trying to disable datagrid column headers so i use showheader
property
 but it gives the following Error.
 it throws following Error
 Error #1010: A term is undefined and has no properties.

 Any Idea to resolve this


 Thanks inAdvacne
 Satish
 సతీష్



 See the Web#39;s breaking stories, chosen by people like you. Check
out Yahoo! Buzz. http://in.buzz. yahoo.com/



   


  See the Web#39;s breaking stories, chosen by people like you. Check out 
Yahoo! Buzz. http://in.buzz.yahoo.com/

Re: [flexcoders] Re: Data Grid ShowHeaders property problem

2009-08-27 Thread Satish Chowdary
Thanks Tim now its working thanks a lot

 సతీష్





From: turbo_vb timh...@aol.com
To: flexcoders@yahoogroups.com
Sent: Thursday, 27 August, 2009 12:48:00 PM
Subject: [flexcoders] Re: Data Grid ShowHeaders property problem

  

I'm sure that you tried this yourself, but take out showHeaders= false
and leave in headerHeight= 0..

-TH

--- In flexcod...@yahoogro ups.com, Satish Chowdary chinnu_gir@ ...
wrote:

 HiTimHoff,

 I tried with headerHeight = 0, but it still throws the error

 here is my piece of code...for better understanding. ..

 and please let me know where i can make changes to achieve this..

 mx:DataGrid id=dtgLegTopics
 headerHeight= 0 showHeaders= false
 height=100%  width=100% backgroundColor= #F4F4E9
variableRowHeight= true verticalScrollPolic y=off
 mx:columns
 mx:DataGridColumn id=chkDGColumn editable=true
 editorDataField= selected rendererIsEditor= true
backgroundColor= #F4F4E9 
 mx:itemRenderer
 mx:Component
 mx:CheckBox selected=false /
 /mx:Component
 /mx:itemRenderer
 /mx:DataGridColumn 
 mx:DataGridColumn
 dataField=@ name
 wordWrap=true
 backgroundColor= #F4F4E9
 headerStyleName= hdrVerdana fontFamily= verdanaSoft fontSize=10
letterSpacing= 0.5
 /mx:DataGridColumn 
 /mx:columns
 /mx:DataGrid




 Thanks inAdvance
 Satish
 సతీష్




  _ _ __
 From: turbo_vb timh...@...
 To: flexcod...@yahoogro ups.com
 Sent: Wednesday, 26 August, 2009 5:24:09 PM
 Subject: [flexcoders] Re: Data Grid ShowHeaders property problem



 Hi Satish,

 You can use headerHeight= 0; to hide the DataGrid headers.

 -TH

 --- In flexcod...@yahoogro ups.com, Satish Chowdary chinnu_gir@ ...
 wrote:
 
  Hi All,
 
  i am trying to disable datagrid column headers so i use showheader
 property
  but it gives the following Error.
  it throws following Error
  Error #1010: A term is undefined and has no properties.
 
  Any Idea to resolve this
 
 
  Thanks inAdvacne
  Satish
  సతీష్
 
 
 
  See the Web#39;s breaking stories, chosen by people like you. Check
 out Yahoo! Buzz. http://in.buzz. yahoo.com/
 





 See the Web#39;s breaking stories, chosen by people like you. Check
out Yahoo! Buzz. http://in.buzz. yahoo.com/



   


  Love Cricket? Check out live scores, photos, video highlights and more. 
Click here http://cricket.yahoo.com

[flexcoders] Data Grid ShowHeaders property problem

2009-08-26 Thread Satish Chowdary
Hi All,

i am trying to disable datagrid column headers so i use showheader property
but it gives the following Error.
it throws following Error
Error #1010: A term is undefined and has no properties.

Any Idea to resolve this

 
Thanks inAdvacne
Satish
సతీష్



  See the Web#39;s breaking stories, chosen by people like you. Check out 
Yahoo! Buzz. http://in.buzz.yahoo.com/

[flexcoders] How to create custom horizontal slier like volume control

2009-08-06 Thread Satish Chowdary
hi all,

please let me know how to create horizontal slider(or zoomer ) like volume 
control type.

 
Thanks inAdvance
Satish
సతీష్



  Love Cricket? Check out live scores, photos, video highlights and more. 
Click here http://cricket.yahoo.com

Re: [flexcoders] pass variables from flex to javascript

2009-07-28 Thread Satish Chowdary
ExternalInterface.addcallBack()

 సతీష్





From: jwaladeep jwalad...@yahoo.co.in
To: flexcoders@yahoogroups.com
Sent: Monday, 27 July, 2009 10:51:55 PM
Subject: [flexcoders] pass variables from flex to javascript

  
Is there any way to pass variables using ExternalInterface to Javascript from 
flex  ?


   


  Looking for local information? Find it on Yahoo! Local 
http://in.local.yahoo.com/

[flexcoders] how to separate filename from folder path in flex

2009-07-27 Thread Satish Chowdary
hi all,
please let me know 

how to separate filename from folder path...

problem: i have to display the content in separate window... and the content is 
in XML file..
now i can able to get the full path that XML file...
but am unable separate it.
give me some guidelines how to display the content of xml file into title window

am new to this type of work... ..help me out if it silly question also


appreciated ur response

Thanks and Regards
Satish
సతీష్



  See the Web#39;s breaking stories, chosen by people like you. Check out 
Yahoo! Buzz. http://in.buzz.yahoo.com/

[flexcoders] Hi, how to highlight some lines in a document

2009-07-16 Thread Satish Chowdary
 Hi All,

i want to know that how to highlight somes lines in a document when a 
event(button click) is fired

if u any one have idea about this... please help me out...
am working on some citation map concept


Thannks inAdvacne
Satish
సతీష్



  Yahoo! recommends that you upgrade to the new and safer Internet Explorer 
8. http://downloads.yahoo.com/in/internetexplorer/

[flexcoders] Help me in Citation Map

2009-07-10 Thread Satish Chowdary
hi folks,

Please provide any valuable information about citation map 
i need some guidelines to how to create and all

 
Thanks inAdvance
Satish





From: valdhor valdhorli...@embarqmail.com
To: flexcoders@yahoogroups.com
Sent: Wednesday, 8 July, 2009 10:46:33 AM
Subject: [flexcoders] Re: Accesing Webservices behind Firewall





So long as the server hosting WebORB can access the Web Service behind the 
firewall, then you can use WebORB.

Just download the latest version of WebORB.

--- In flexcod...@yahoogro ups.com, vin.flex vin.f...@.. . wrote:

 Hi there,
 
 I have developed a Flex app with .NET webservices as the
 backend. Webservices are deployed beind firewall. How can I access
 those webservices from my client side Flex app.
 
 Can I access using proxie using Weborb? If so what is the edition I
 need to use. Can any body guide me in this issue?
 
 thanks
 vin






  See the Web#39;s breaking stories, chosen by people like you. Check out 
Yahoo! Buzz. http://in.buzz.yahoo.com/

[flexcoders] Hi integration Flex Applicaitons with .NET Environment

2009-06-30 Thread Satish Chowdary
Hi All,

could u please provide the information about how to integrate FLEX application 
with .NET Environment..
sending sample code appreciated 

 
Thanks inAdvance
సతీష్





From: golnooshp golnoo...@yahoo.com
To: flexcoders@yahoogroups.com
Sent: Monday, 29 June, 2009 3:43:39 PM
Subject: [flexcoders] How to add custom sorting to AdvancedDataGrid to worked 
on grouped Data?





Hi,
I have an advancedDataGrid that I need to add custom sorting to it which 
overrides the original sort! my sorting should work using a combobox to select 
ascending and desending from with a sort button! I know this is a bug in flex 
that its original sorting only works in hierarchical data and not for 
groupingCollection
the dataProvider of my grid is a flat data. however, in the UI, the user can 
add grouping to the AdvancedDataGrid. so I want the sort to work on grouped 
data! 
let's say the columns are : country, province, city. population and there is 
grouping on country and province 
so the sorting should do the following: 
1) if the user does a descending sort on country: only unitedStates will go up 
and Canada will go down.
2)if the user does a descending sort on province: the order of the grouping of 
province will change to Quebec, Ontario, British Columbia
3) if the user does a soring on city: although this is not a grouped column, it 
should do the sorting on all the cities.

Thanks,


   


  Cricket on your mind? Visit the ultimate cricket website. Enter 
http://cricket.yahoo.com

Re: [flexcoders] Re: Hi integration Flex Applicaitons with .NET Environment

2009-06-30 Thread Satish Chowdary
Thanks Valdhor...for providing information...

సతీష్





From: valdhor valdhorli...@embarqmail.com
To: flexcoders@yahoogroups.com
Sent: Tuesday, 30 June, 2009 12:21:10 PM
Subject: [flexcoders] Re: Hi  integration Flex Applicaitons with .NET 
Environment





One way is with WebORB for .NET (http://www.themidni ghtcoders. com/products/ 
weborb-for- net/overview. html)

--- In flexcod...@yahoogro ups.com, Satish Chowdary chinnu_gir@ ... wrote:

 Hi All,
 
 could u please provide the information about how to integrate FLEX 
 application with .NET Environment. .
 sending sample code appreciated 
 
 
 Thanks inAdvance
 సతీష్
 
 
 
 
  _ _ __
 From: golnooshp golnoo...@. ..
 To: flexcod...@yahoogro ups.com
 Sent: Monday, 29 June, 2009 3:43:39 PM
 Subject: [flexcoders] How to add custom sorting to AdvancedDataGrid to worked 
 on grouped Data?
 
 
 
 
 
 Hi,
 I have an advancedDataGrid that I need to add custom sorting to it which 
 overrides the original sort! my sorting should work using a combobox to 
 select ascending and desending from with a sort button! I know this is a bug 
 in flex that its original sorting only works in hierarchical data and not for 
 groupingCollection
 the dataProvider of my grid is a flat data. however, in the UI, the user can 
 add grouping to the AdvancedDataGrid. so I want the sort to work on grouped 
 data! 
 let's say the columns are : country, province, city. population and there is 
 grouping on country and province 
 so the sorting should do the following: 
 1) if the user does a descending sort on country: only unitedStates will go 
 up and Canada will go down.
 2)if the user does a descending sort on province: the order of the grouping 
 of province will change to Quebec, Ontario, British Columbia
 3) if the user does a soring on city: although this is not a grouped column, 
 it should do the sorting on all the cities.
 
 Thanks,
 
 
 
 
 
   Cricket on your mind? Visit the ultimate cricket website. Enter 
 http://cricket. yahoo.com



   


  Cricket on your mind? Visit the ultimate cricket website. Enter 
http://cricket.yahoo.com