[flexcoders] (unknown)

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

[flexcoders] question on validation

2010-06-03 Thread satish k
Hi, I was trying to implement the below thing but i could not get it can you 
please help me out with this

xxx will pre-populate the text box with the customer name and the CLf 
associated with the PNG using the following format:

customer name_CLF
•   Spaces in the customer name shall be replaced with a hyphen 

I want the customer name and clf to be changed but _ need to be constant. 

thanks




[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

[flexcoders] Re: HTTP SSL Issue

2008-08-12 Thread Satish Kumar.M
Figured this out..
in my production environment, the SSL terminates at the very first
entry-point .. so all requests internally are HTTP requests.

I changed my-secure-amf definition to use a SecureAMFChannel but point
to a non-secure AMFEndpoint. A re-compile and deploy solved the issue.

channel-definition id=my-secure-amf
class=mx.messaging.channels.SecureAMFChannel
 endpoint
url=https://{server.name}:{server.port}/{context.root}/messagebroker/am\
fsecure class=flex.messaging.endpoints.AMFEndpoint/
 properties
add-no-cache-headersfalse/add-no-cache-headers
 /properties
  /channel-definition




--- In flexcoders@yahoogroups.com, Satish Kumar.M [EMAIL PROTECTED] wrote:

 Thanks for the reply Tom!..

 here goes' my remoting-config.xml

 ?xml version=1.0 encoding=UTF-8?
 service id=remoting-service
 class=flex.messaging.services.RemotingService
 messageTypes=flex.messaging.messages.RemotingMessage
 adapters
   adapter-definition id=java-object
 class=flex.messaging.services.remoting.adapters.JavaAdapter
 default=true/
   /adapters

  default-channels
   channel ref=my-secure-http/
   channel ref=my-secure-amf/
   /default-channels

 destination id=Flex_RO
   channels
  channel ref=my-secure-http/
 channel ref=my-secure-amf/
  /channels
   properties
  sourcecom.ui.flex.FlexFacade/source
/properties
  /destination

 /service

 I've tried other combinations..
 a) Using only my-amf channel
 b) using only my-secure-amf
 c) using the a, b together my-secure-amf followed by my-amf
 d) using a,b, together with my-amf on top followed by my-secure-amd

 none of them worked out..

 any thoughts?
 Satish


 --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiverton@
 wrote:
 
  On Monday 11 Aug 2008, Satish Kumar.M wrote:
   my deployment environment looks like this..
   request--- [Load-Balancer]--[Web-Server]---[Java Application
 Server]
   the load-balancer is where the SSL terminates, as it's the
 front-stop
   for all the requests coming in from external world.
 
  Well, that's what we do (but with ColdFusion as the server) - have
you
 got
  both the secure and non secure channel's listed in the destination ?
 Have you
  removed the non-SSL channel-definition ? have you updated the
endpoint
 uri as
  well as the endpoint and channel-definition class names ?
 
  --
  Tom Chiverton
 
  
 
  This email is sent for and on behalf of Halliwells LLP.
 
  Halliwells LLP is a limited liability partnership registered in
 England and Wales under registered number OC307980 whose registered
 office address is at Halliwells LLP, 3 Hardman Square, Spinningfields,
 Manchester, M3 3EB.  A list of members is available for inspection at
 the registered office. Any reference to a partner in relation to
 Halliwells LLP means a member of Halliwells LLP.  Regulated by The
 Solicitors Regulation Authority.
 
  CONFIDENTIALITY
 
  This email is intended only for the use of the addressee named above
 and may be confidential or legally privileged.  If you are not the
 addressee you must not read it and must not use any information
 contained in nor copy it nor inform any person other than Halliwells
LLP
 or the addressee of its existence or contents.  If you have received
 this email in error please delete it and notify Halliwells LLP IT
 Department on 0870 365 2500.
 
  For more information about Halliwells LLP visit www.halliwells.com.
 




[flexcoders] HTTP SSL Issue

2008-08-11 Thread Satish Kumar.M
Recently I've deployed  a Flex/J2EE application in SSL environment and
I have trouble getting it to work,

It works great on HTTP with no issues at all, but in an secure
environment all i get is this error.

flex.messaging.security.SecurityException: Secure endpoint
'/messagebroker/amfsecure' must be contacted via a secure protocol

My Flex app is inside a JSP wrapper...

I've made changes into services-config.xml to add only my-secure-amf
as the only channel, and also in the destination tag in
remoting-config.xml. I've also compiled the flex app with the changes
and deployed all the files (swf, configs on App server)

my deployment environment looks like this..
request--- [Load-Balancer]--[Web-Server]---[Java Application Server]

the load-balancer is where the SSL terminates, as it's the front-stop
for all the requests coming in from external world. 

i've tried using only AMFChannel, but it didnt work out either. 

any thoughts?



[flexcoders] Re: HTTP SSL Issue

2008-08-11 Thread Satish Kumar.M
Thanks for the reply Tom!..

here goes' my remoting-config.xml

?xml version=1.0 encoding=UTF-8?
service id=remoting-service   
class=flex.messaging.services.RemotingService  
messageTypes=flex.messaging.messages.RemotingMessage
adapters
  adapter-definition id=java-object
class=flex.messaging.services.remoting.adapters.JavaAdapter
default=true/
  /adapters

 default-channels
  channel ref=my-secure-http/
  channel ref=my-secure-amf/
  /default-channels

destination id=Flex_RO
  channels
 channel ref=my-secure-http/
channel ref=my-secure-amf/
 /channels
  properties
 sourcecom.ui.flex.FlexFacade/source
   /properties
 /destination
   /service

I've also tried other combinations too
a) Using only my-secure-amf channel
b) Only my-secure-amf and my-amf
c) Only my-amf
d) my-amf followed by my-secure-amf
e) my-secure-amf followed by my-amf

But they didn't work out either  :-(


--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]
wrote:

 On Monday 11 Aug 2008, Satish Kumar.M wrote:
  my deployment environment looks like this..
  request--- [Load-Balancer]--[Web-Server]---[Java Application
Server]
  the load-balancer is where the SSL terminates, as it's the
front-stop
  for all the requests coming in from external world.

 Well, that's what we do (but with ColdFusion as the server) - have you
got
 both the secure and non secure channel's listed in the destination ?
Have you
 removed the non-SSL channel-definition ? have you updated the endpoint
uri as
 well as the endpoint and channel-definition class names ?

 --
 Tom Chiverton

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at Halliwells LLP, 3 Hardman Square, Spinningfields,
Manchester, M3 3EB.  A list of members is available for inspection at
the registered office. Any reference to a partner in relation to
Halliwells LLP means a member of Halliwells LLP.  Regulated by The
Solicitors Regulation Authority.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells LLP
or the addressee of its existence or contents.  If you have received
this email in error please delete it and notify Halliwells LLP IT
Department on 0870 365 2500.

 For more information about Halliwells LLP visit www.halliwells.com.




[flexcoders] Re: HTTP SSL Issue

2008-08-11 Thread Satish Kumar.M
Thanks for the reply Tom!..

here goes' my remoting-config.xml

?xml version=1.0 encoding=UTF-8?
service id=remoting-service   
class=flex.messaging.services.RemotingService  
messageTypes=flex.messaging.messages.RemotingMessage
adapters
  adapter-definition id=java-object
class=flex.messaging.services.remoting.adapters.JavaAdapter
default=true/
  /adapters

 default-channels
  channel ref=my-secure-http/
  channel ref=my-secure-amf/
  /default-channels

destination id=Flex_RO
  channels
 channel ref=my-secure-http/
channel ref=my-secure-amf/
 /channels
  properties
 sourcecom.ui.flex.FlexFacade/source
   /properties
 /destination

/service

I've tried other combinations..
a) Using only my-amf channel
b) using only my-secure-amf
c) using the a, b together my-secure-amf followed by my-amf
d) using a,b, together with my-amf on top followed by my-secure-amd

none of them worked out..

any thoughts?
Satish


--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]
wrote:

 On Monday 11 Aug 2008, Satish Kumar.M wrote:
  my deployment environment looks like this..
  request--- [Load-Balancer]--[Web-Server]---[Java Application
Server]
  the load-balancer is where the SSL terminates, as it's the
front-stop
  for all the requests coming in from external world.

 Well, that's what we do (but with ColdFusion as the server) - have you
got
 both the secure and non secure channel's listed in the destination ?
Have you
 removed the non-SSL channel-definition ? have you updated the endpoint
uri as
 well as the endpoint and channel-definition class names ?

 --
 Tom Chiverton

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at Halliwells LLP, 3 Hardman Square, Spinningfields,
Manchester, M3 3EB.  A list of members is available for inspection at
the registered office. Any reference to a partner in relation to
Halliwells LLP means a member of Halliwells LLP.  Regulated by The
Solicitors Regulation Authority.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells LLP
or the addressee of its existence or contents.  If you have received
this email in error please delete it and notify Halliwells LLP IT
Department on 0870 365 2500.

 For more information about Halliwells LLP visit www.halliwells.com.




[flexcoders] Re: BlazeDS Long Polling Question

2008-05-30 Thread Satish
Thanks Seth, That did the trick.

--- In flexcoders@yahoogroups.com, Seth Hodgson [EMAIL PROTECTED] wrote:

 Hi Satish,
 
 The wait-interval-millis setting controls how long the server will
park a poll request and wait for something to return. With a wait of
just 100 ms, the server will return an empty poll response to the
client almost immediately. Try increasing this setting to 6 (1
minute).
 
 Also, HTTP 1.1 connections don't close when a response is returned
to the client. Connections are persistent by default, and will be
closed by the user agent after a period of inactivity.
 
 Seth
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Satish Kore
 Sent: Thursday, May 29, 2008 12:29 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] BlazeDS Long Polling Question
 
 Hello All,
 
 I am bit confused about Long polling in BlazeDS, as far as I
understand long polling technique that is Long-polling sends a request
to the server, but a response is not returned to the client until one
is available. As soon as the connection is closed, either due to a
response being received by the client or if a request times out, a new
connection is initiated. Now by this definition I assume that once
request is sent to server it holds it until some response data is
available and then it returns that requests and waits for next long
polling request.
 But when I tried using debugging tool like ServiceCapture to capture
long polling requests in BlazeDS it shows that requests are sent to
server every 10ms or so and server does not hold that connection
instead it returns with 200 OK http response code almost immediately,
Now I don't understand this but I am pretty sure that this is wrong.
Could anybody please let me know what is that I am missing here?
Following is my long polling channel definition
  
 channel-definition id=my-longpolling-amf
class=mx.messaging.channels.AMFChannel
  endpoint
url=http://{server.name}:{server.port}/{context.root}/messagebroker/amflongpolling;
class=flex.messaging.endpoints.AMFEndpoint/
  properties
  
polling-enabledtrue/polling-enabled
  
polling-interval-seconds-1/polling-interval-seconds
  
wait-interval-millis100/wait-interval-millis
  
client-wait-interval-millis1/client-wait-interval-millis
  
max-waiting-poll-requests50/max-waiting-poll-requests
  /properties
/channel-definition
 I don't think there is any problem in above configuration but I am
unable to understand this request and response model in long polling
context. Check attached screen shot of ServiceCapture in action.
 Thanks,
 Satish Kore
 http://blog.satishkore.com





[flexcoders] Re: accessing RSS feeds through Flex

2008-02-06 Thread Satish
Check following post for workaround
http://blog.satishkore.com/?p=6

-Satish
http://blog.satishkore.com

--- In flexcoders@yahoogroups.com, leonpidgeon [EMAIL PROTECTED] wrote:

 i have built a little application which accessed 5 rss feeds and pulled 
 them to one central page. when i finally ran it on the server i got a 
 security error. 
 
 i have searched around a bit and it looks like the sites i am trying to 
 pull the rss feeds from don't allow general access, such as this 
 http://newsrss.bbc.co.uk/crossdomain.xml
 
 i'm loathed to give up what i have as its actually very useful so does 
 anyone know of a workaround. i have seen mention of PHP getting the rss 
 feeds but any help would be greatly appreciated.
 
 leon





[flexcoders] urgent mail Flex

2008-01-25 Thread satish r
Regarding Flex 2
(downloaded Flex 2 SDK integrated to Eclipse 3.3 java EE and also downloaded 
LiveCycle Data Service)
 
1.
i have created two interface design in flex. let file name be 
test1.mxml and test2.mxml. i want call test2.mxml in test1.mxml. eg: as we link 
html page.
 
 
2.
 
 i have created a form in flex. now i want to send the information from 
flex to servlet or flex to servlet via struts. please tell me what r all 
configuration to be made.
 
if possible please send me some examples regarding both(above). 

 
have a nice day
From
Satish.R


  5, 50, 500, 5000 - Store N number of mails in your inbox. Go to 
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html

[flexcoders] Can I use Flex to create flash widgets? that are embedded in HTML/JS web-app?

2007-09-18 Thread Satish Kumar.M
I want to use Flex for creating chart widgets. and embed those widgets
in another HTML/JS web-app. Can I use Flex for that? I dont want to
create a full-blown Flex application.

The whole app is HTML/JS with embedded Flash widgets for charting..

Can some one point me to any example please, which show embedded Flex
in HTML/JS dominant app?



[flexcoders] LinkBar - Programmatically selection

2007-01-11 Thread Satish
Hi All,
Is there any way to select LinkBar index programmatically like it is 
there in TabNavigator.selectedIndex ??

Regards,
Satish



Re: [flexcoders] Why my compiled swf is loading too slowly?

2006-08-30 Thread Satish





Anybody have idea on this??

  - Original Message - 
  From: 
  Satish 
  To: flexcoders@yahoogroups.com 
  Sent: Saturday, August 19, 2006 10:55 
  AM
  Subject: Re: [flexcoders] Why my compiled 
  swf is loading too slowly?
  
  I think my application is initalizing and taking 
  long time to load.
  Because i am seeing preloader with persentile for 
  a long time.
  
  
  Thanks Karl,
  
- Original Message - 
From: 
Karl Johnson 
To: flexcoders@yahoogroups.com 

Sent: Thursday, August 17, 2006 4:34 
PM
Subject: RE: [flexcoders] Why my 
compiled swf is loading too slowly?

When you say it is loading slowly, do you mean it takes 
a long time to download? Or does it take a long time to initialize, create 
all of the controlsand render? When it is taking a long time, are you 
seeing the preloader?

Karl
Cynergy Systems, Inc.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
SatishSent: Thursday, August 17, 2006 1:25 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Why my compiled 
swf is loading too slowly?



Hi,
 Previous ly we are directly 
accessing th site with .mxml url. Thta time file was loading too slowly. But 
afterwords, we are loading compiled .swf file. It is much 
better.

assume, we are having two swfs
 1.compiled swf is 400KB. 

 2. and one animated swf is 
1.5MB. 
here for our site animated swf it self is 
loading much faster then my compiled swf. Why it is happenning like this? 
What we have to do to load our compiled .swf also to be loaded much 
fastly.


Thanks
Satish KC.
 
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Why my compiled swf is loading too slowly?

2006-08-23 Thread Satish






  From: 
  Satish 
  To: flexcoders@yahoogroups.com 
  Sent: Saturday, August 19, 2006 10:55 
  AM
  Subject: Re: [flexcoders] Why my compiled 
  swf is loading too slowly?
  
  I think my application is initalizing and taking 
  long time to load.
  Because i am seeing preloader with persentile for 
  a long time.
  
  
  Thanks Karl,
  
- Original Message - 
From: 
Karl Johnson 
To: flexcoders@yahoogroups.com 

Sent: Thursday, August 17, 2006 4:34 
PM
Subject: RE: [flexcoders] Why my 
compiled swf is loading too slowly?

When you say it is loading slowly, do you mean it takes 
a long time to download? Or does it take a long time to initialize, create 
all of the controlsand render? When it is taking a long time, are you 
seeing the preloader?

Karl
Cynergy Systems, Inc.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
SatishSent: Thursday, August 17, 2006 1:25 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Why my compiled 
swf is loading too slowly?



Hi,
 Previous ly we are directly 
accessing th site with .mxml url. Thta time file was loading too slowly. But 
afterwords, we are loading compiled .swf file. It is much 
better.

assume, we are having two swfs
 1.compiled swf is 400KB. 

 2. and one animated swf is 
1.5MB. 
here for our site animated swf it self is 
loading much faster then my compiled swf. Why it is happenning like this? 
What we have to do to load our compiled .swf also to be loaded much 
fastly.


Thanks
Satish KC.
 
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Why my compiled swf is loading too slowly?

2006-08-18 Thread Satish





I think my application is initalizing and taking 
long time to load.
Because i am seeing preloader with persentile for a 
long time.


Thanks Karl,

  - Original Message - 
  From: 
  Karl Johnson 
  To: flexcoders@yahoogroups.com 
  Sent: Thursday, August 17, 2006 4:34 
  PM
  Subject: RE: [flexcoders] Why my compiled 
  swf is loading too slowly?
  
  When you say it is loading slowly, do you mean it takes a 
  long time to download? Or does it take a long time to initialize, create all 
  of the controlsand render? When it is taking a long time, are you seeing 
  the preloader?
  
  Karl
  Cynergy Systems, Inc.
  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of SatishSent: 
  Thursday, August 17, 2006 1:25 AMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Why my compiled swf 
  is loading too slowly?
  
  
  
  Hi,
   Previous ly we are directly 
  accessing th site with .mxml url. Thta time file was loading too slowly. But 
  afterwords, we are loading compiled .swf file. It is much better.
  
  assume, we are having two swfs
   1.compiled swf is 400KB. 
  
   2. and one animated swf is 
  1.5MB. 
  here for our site animated swf it self is loading 
  much faster then my compiled swf. Why it is happenning like this? What we have 
  to do to load our compiled .swf also to be loaded much fastly.
  
  
  Thanks
  Satish KC.
   
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] Why my compiled swf is loading too slowly?

2006-08-16 Thread Satish





Hi,
 Previous ly we are directly 
accessing th site with .mxml url. Thta time file was loading too slowly. But 
afterwords, we are loading compiled .swf file. It is much better.

assume, we are having two swfs
 1.compiled swf is 400KB. 

 2. and one animated swf is 
1.5MB. 
here for our site animated swf it self is loading 
much faster then my compiled swf. Why it is happenning like this? What we have 
to do to load our compiled .swf also to be loaded much fastly.


Thanks
Satish KC.
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] TitleWindow for the Screen coordinates

2006-08-11 Thread Satish






Hi, i am showing my title window like alert on 
the screen. I am specifying the screeen coordinates also here. But the 
coordinates i am specifying are taking the application size. But i need to put 
this x,y coordinates respect to the browser window.
Because, i am adding more than one mxml in my 
jsp page. so i need to show the window respect to browser window 
size.
My sample code here:
mx:TitleWindow xmlns:mx=http://www.macromedia.com/2003/mxml 

borderColor="#ECE5F4" title="Login 
Help"
width="500" height="320" x="445" 
y="100" 
closeButton="true" click="this.deletePopUp();" 
hScrollPolicy="off" vScrollPolicy="off" 

..
..
..
/TitleWindow


Thanks
Satish 
KC.
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] tycnique to load my rotation swf in my mxml page

2006-08-10 Thread Satish





Hi,
--In my mxml file i am loading one rotation file 
for half of the screen. And in remainig half content is there. While i am trying 
load the rotate swf file with mx:Loader i am not atall able to load the file. 

mx:Image 
id="signup_content_loader" source="swf-templates/rotation.swf" horizontalAlign="center" /
--But in the same place if i load any other 
swfs(small in size)i am able to load properly. 
--My rotation swf file too large. But, if i load 
that swf file with html code i am able to load that file in the browser. Can 
anybody give me some tycnique to load my rotation swf in my mxml page?. (The 
roation file is too large in size. I am guessing that might be the 
problem)





Thanks
Satish KC
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] what is the class mapped to servlet object?

2006-08-09 Thread Satish





Hi,
 Anybody know what is the class 
mapped to "servlet" object?
mx:RemoteObject id="loginidObj" source="servlet" result="loginIdResult(event)" 
showBusyCursor="true" fault="mx.controls.Alert.show(event.fault.faultstring, 'Error')"/

because my 
compiled swf file is not recognizing servlet object!. It is able to identify 
"log" object. (like,:mx:RemoteObject id="log" 
source="com.itpl.myprojfit.login.LoginDAO" showBusyCursor="true")




Thanks.
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Re: mxmlc compiler error - more described

2006-08-08 Thread Satish
Hi,
Still i am getting same error even i changed my presonal firewall
settings disabled. But when i use the additional perameter like,
D:\SVN\Code\myprojfit\web\WEB-INF\flex\binmxmlc -o
d:\SVN\Code\myprojfit\web\headerInput.swf
d:\SVN\Code\myprojfit\web\headerInput.mxml  -gatewayurl -use-network=true
http://localhost:8090/myprojfit
I am not getting the netwok error. But in my actual mxml page i am loading
some of the content from the database. But if i load the generated swf file
on my browser, i am not able to load the database content. (for example, in
my application, i am loading countries combo box data from the database. But
my generated swf file is not able to load this type of content!) how to load
the generated swf file with complete content?.


Thanks
Satish KC





- Original Message - 
From: Tom Chiverton [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, August 07, 2006 8:10 PM
Subject: Re: [flexcoders] Re: mxmlc compiler error - more described


 On Monday 07 August 2006 14:52, Satish wrote:
 My local mechine is Windows XP. How to disable my personal firewall
 setttings here?.

 Start, settings, control panel, network.
 Somewhere in there.

 Also if you have Norton or someother thing down in the system tray, kill 
 that
 too.

 like this. If i do the same thing in my live server and disable the
 firewall setttings this will not be the security issue?

 Might do. Might not.
 Something is blocking the communication, and at first guess it's normally 
 the
 client-side.

 -- 
 Tom Chiverton

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England 
 and Wales under registered number OC307980 whose registered office address 
 is at St James's Court Brown Street Manchester M2 2JF.  A list of members 
 is available for inspection at the registered office. Any reference to a 
 partner in relation to Halliwells LLP means a member of Halliwells LLP. 
 Regulated by the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and 
 may be confidential or legally privileged.  If you are not the addressee 
 you must not read it and must not use any information contained in nor 
 copy it nor inform any person other than Halliwells LLP or the addressee 
 of its existence or contents.  If you have received this email in error 
 please delete it and notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.com.



 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links






 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Re: mxmlc compiler error - more described

2006-08-08 Thread Satish
Hi,
Still i am getting same error even i changed my presonal firewall 
settings disabled. But when i use the additional perameter like,
D:\SVN\Code\myprojfit\web\WEB-INF\flex\binmxmlc -o 
d:\SVN\Code\myprojfit\web\headerInput.swf 
d:\SVN\Code\myprojfit\web\headerInput.mxml  -gatewayurl -use-network=true 
http://localhost:8090/myprojfit
I am not getting the netwok error. But in my actual mxml page i am loading 
some of the content from the database. But if i load the generated swf file 
on my browser, i am not able to load the database content. (for example, in 
my application, i am loading countries combo box data from the database. But 
my generated swf file is not able to load this type of content!) how to load 
the generated swf file with complete content?.


Thanks
Satish KC


- Original Message - 
From: Tom Chiverton [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, August 07, 2006 8:10 PM
Subject: Re: [flexcoders] Re: mxmlc compiler error - more described


 On Monday 07 August 2006 14:52, Satish wrote:
 My local mechine is Windows XP. How to disable my personal firewall
 setttings here?.

 Start, settings, control panel, network.
 Somewhere in there.

 Also if you have Norton or someother thing down in the system tray, kill 
 that
 too.

 like this. If i do the same thing in my live server and disable the
 firewall setttings this will not be the security issue?

 Might do. Might not.
 Something is blocking the communication, and at first guess it's normally 
 the
 client-side.

 -- 
 Tom Chiverton

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England 
 and Wales under registered number OC307980 whose registered office address 
 is at St James's Court Brown Street Manchester M2 2JF.  A list of members 
 is available for inspection at the registered office. Any reference to a 
 partner in relation to Halliwells LLP means a member of Halliwells LLP. 
 Regulated by the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and 
 may be confidential or legally privileged.  If you are not the addressee 
 you must not read it and must not use any information contained in nor 
 copy it nor inform any person other than Halliwells LLP or the addressee 
 of its existence or contents.  If you have received this email in error 
 please delete it and notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.com.



 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links






 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Re: mxmlc compiler error - more described

2006-08-08 Thread Satish
/top_signupbut.swf 
mouseDown=getURL('accounts/accounts.mxml') scaleContent=false /
/mx:Canvas
/mx:GridItem
/mx:GridRow

mx:GridRow
mx:GridItem colSpan=7
mx:Grid
mx:GridRow
mx:GridItem colSpan=7
mx:Image source=swf-templates/one.swf /
mx:Image source=swf-templates/two.swf /
mx:Image source=swf-templates/three.swf /
/mx:GridItem
/mx:GridRow

mx:GridRow
mx:GridItem colSpan=7
mx:Image source=swf-templates/four.swf /
mx:Image source=swf-templates/fuve.swf /
mx:Image source=swf-templates/six.swf /
mx:Image source=swf-templates/seven.swf mouseDown=loadCalic() /
/mx:GridItem
/mx:GridRow
/mx:Grid
/mx:GridItem
/mx:GridRow
/mx:Grid
/mx:GridItem
/mx:GridRow
!-- VBox 2 --
mx:GridRow width=100% height=85% 
mx:GridItem
mx:Canvas
mx:Grid width=100% height=100% x=0 y=-50
mx:GridRow width=100% height=100%
mx:GridItem width=100% height=100% vScrollPolicy=off
mx:Image id=signup_content_loader 
source=swf-templates/FFG-temp-landing-pg.swf /
/mx:GridItem
/mx:GridRow
/mx:Grid
/mx:Canvas
/mx:GridItem
/mx:GridRow
/mx:Grid
/mx:Application


- Original Message - 
From: Tom Chiverton [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Tuesday, August 08, 2006 6:52 PM
Subject: Re: [flexcoders] Re: mxmlc compiler error - more described


 On Tuesday 08 August 2006 12:19, Satish wrote:
 D:\SVN\Code\myprojfit\web\WEB-INF\flex\binmxmlc -o
 d:\SVN\Code\myprojfit\web\headerInput.swf
 d:\SVN\Code\myprojfit\web\headerInput.mxml  -gatewayurl -use-network=true
 http://localhost:8090/myprojfit

 You wouldn't normally need gatewayurl or use-network parameters. Any 
 reason
 for setting them ?

 But my generated swf file is not able to load this type of content!) how 
 to
 load the generated swf file with complete content?.

 What happens ? Does the combo box just stay blank ? Is there any evidence 
 it's
 hitting the service ? What sort of remote service is it ?

 -- 
 Tom Chiverton

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England 
 and Wales under registered number OC307980 whose registered office address 
 is at St James's Court Brown Street Manchester M2 2JF.  A list of members 
 is available for inspection at the registered office. Any reference to a 
 partner in relation to Halliwells LLP means a member of Halliwells LLP. 
 Regulated by the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and 
 may be confidential or legally privileged.  If you are not the addressee 
 you must not read it and must not use any information contained in nor 
 copy it nor inform any person other than Halliwells LLP or the addressee 
 of its existence or contents.  If you have received this email in error 
 please delete it and notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.com.



 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links






 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] mxmlc compiler error

2006-08-07 Thread Satish





Hi I am trying to compile my mxml code with 
"mxmlc". While compiling i am getting the fallowing error. Can any give me the 
clue, what might be the problem here( I have setted allow-url-overridetrue/allow-url-override also). I 
am not getting the same error for all fi;es. Some small files are compiling for 
me.


D:\SVN\Code\myprojfit\web\WEB-INF\flex\binmxmlc 
-o d:\SVN\Code\myprojfit\web\headerInput.swf 
d:\SVN\Code\myprojfit\web\headerInput.mxmlNo flexlib specified - assuming 
default of D:\SVN\Code\myprojfit\web\WEB-INF\flex\lib08/07 17:34:12 WARNING 
License Service: The evaluation period for Flex has expired; switching to the 
Developer Edition08/07 17:34:12 INFO License Service: Flex 1.5 Developer 
Edition enabledWarning: applications compiled into standalone SWFs using the 
Trial and Developer editions of Macromedia Flex expire 1 day after 
creation. This restriction isonly in place for the Trial and Developer 
editions of Macromedia Flex.Error: No gatewayUrl for RemoteObject 
specified. You must set url to a value for RemoteObject in 
flex-config.xml, set allow-url-override to true for RemoteObject in 
flex-config.xml, or specify gatewayUrl when using 
mxmlc. 
(D:\SVN\Code\myprojfit\web\headerInput.mxml:58)Error: No gatewayUrl for 
RemoteObject specified. You must set url to a value for RemoteObject in 
flex-config.xml, set allow-url-override to true for RemoteObject in 
flex-config.xml, or specify gatewayUrl when using 
mxmlc. 
(D:\SVN\Code\myprojfit\web\headerInput.mxml:63)Error: No gatewayUrl for 
RemoteObject specified. You must set url to a value for RemoteObject in 
flex-config.xml, set allow-url-override to true for RemoteObject in 
flex-config.xml, or specify gatewayUrl when using 
mxmlc. 
(D:\SVN\Code\myprojfit\web\headerInput.mxml:64)Error: No gatewayUrl for 
RemoteObject specified. You must set url to a value for RemoteObject in 
flex-config.xml, set allow-url-override to true for RemoteObject in 
flex-config.xml, or specify gatewayUrl when using 
mxmlc. 
(D:\SVN\Code\myprojfit\web\headerInput.mxml:65)Error: Don't know how to 
parse element "http://www.macromedia.com/2003/mxml:EmailValidator". 
It is not a known type or a property of 
mx.core.Application. 
(D:\SVN\Code\myprojfit\web\headerInput.mxml:78)Error: Don't know how to 
parse element "http://www.macromedia.com/2003/mxml:StringValidator". 
It is not a known type or a property of 
mx.core.Application. 
(D:\SVN\Code\myprojfit\web\headerInput.mxml:79)Error: Don't know how to 
parse element "http://www.macromedia.com/2003/mxml:Grid". 
It is not a known type or a property of 
mx.core.Application. 
(D:\SVN\Code\myprojfit\web\headerInput.mxml:80)Failed to compile 
headerInput.mxml




Thanks
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] Re: mxmlc compiler error - more described

2006-08-07 Thread Satish





Hi,
 I am having remoteobjects 
in my mxml file. I am able to compile my file with 
D:\SVN\Code\myprojfit\web\WEB-INF\flex\binmxmlc 
-o d:\SVN\Code\myprojfit\web\headerInput.swf 
d:\SVN\Code\myprojfit\web\headerInput.mxmlNo flexlib specified - assuming 
default of D:\SVN\Code\myprojfit\web\WEB-INF\flex\lib -gatewayurl http://localhost:8090/myprojfit

But while opening my flash file i am getting error 
message as--
"your application is trying to internet enabled 
location..to let this application with internet.. click 
settings..."

Can anybody clear me how to run this?



  - Original Message - 
  From: 
  Satish 
  To: flexcoders@yahoogroups.com 
  Sent: Monday, August 07, 2006 5:47 
  PM
  Subject: mxmlc compiler error
  
  Hi I am trying to compile my mxml code with 
  "mxmlc". While compiling i am getting the fallowing error. Can any give me the 
  clue, what might be the problem here( I have setted allow-url-overridetrue/allow-url-override also). 
  I am not getting the same error for all fi;es. Some small files are compiling 
  for me.
  
  
  D:\SVN\Code\myprojfit\web\WEB-INF\flex\binmxmlc -o 
  d:\SVN\Code\myprojfit\web\headerInput.swf 
  d:\SVN\Code\myprojfit\web\headerInput.mxmlNo flexlib specified - assuming 
  default of D:\SVN\Code\myprojfit\web\WEB-INF\flex\lib08/07 17:34:12 
  WARNING License Service: The evaluation period for Flex has expired; switching 
  to the Developer Edition08/07 17:34:12 INFO License Service: Flex 1.5 
  Developer Edition enabledWarning: applications compiled into standalone SWFs 
  using the Trial and Developer editions of Macromedia Flex expire 1 day 
  after creation. This restriction isonly in place for the Trial and 
  Developer editions of Macromedia Flex.Error: No gatewayUrl for 
  RemoteObject specified. You must set url to a value for RemoteObject in 
  flex-config.xml, set allow-url-override to true for RemoteObject in 
  flex-config.xml, or specify gatewayUrl when using 
  mxmlc. 
  (D:\SVN\Code\myprojfit\web\headerInput.mxml:58)Error: No gatewayUrl for 
  RemoteObject specified. You must set url to a value for RemoteObject in 
  flex-config.xml, set allow-url-override to true for RemoteObject in 
  flex-config.xml, or specify gatewayUrl when using 
  mxmlc. 
  (D:\SVN\Code\myprojfit\web\headerInput.mxml:63)Error: No gatewayUrl for 
  RemoteObject specified. You must set url to a value for RemoteObject in 
  flex-config.xml, set allow-url-override to true for RemoteObject in 
  flex-config.xml, or specify gatewayUrl when using 
  mxmlc. 
  (D:\SVN\Code\myprojfit\web\headerInput.mxml:64)Error: No gatewayUrl for 
  RemoteObject specified. You must set url to a value for RemoteObject in 
  flex-config.xml, set allow-url-override to true for RemoteObject in 
  flex-config.xml, or specify gatewayUrl when using 
  mxmlc. 
  (D:\SVN\Code\myprojfit\web\headerInput.mxml:65)Error: Don't know how to 
  parse element "http://www.macromedia.com/2003/mxml:EmailValidator". 
  It is not a known type or a property of 
  mx.core.Application. 
  (D:\SVN\Code\myprojfit\web\headerInput.mxml:78)Error: Don't know how to 
  parse element "http://www.macromedia.com/2003/mxml:StringValidator". 
  It is not a known type or a property of 
  mx.core.Application. 
  (D:\SVN\Code\myprojfit\web\headerInput.mxml:79)Error: Don't know how to 
  parse element "http://www.macromedia.com/2003/mxml:Grid". 
  It is not a known type or a property of 
  mx.core.Application. 
  (D:\SVN\Code\myprojfit\web\headerInput.mxml:80)Failed to compile 
  headerInput.mxml
  
  
  
  
  Thanks
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Re: mxmlc compiler error - more described

2006-08-07 Thread Satish
My local mechine is Windows XP. How to disable my personal firewall 
setttings here?. And i am not familior with this. I am first time compiling 
like this. If i do the same thing in my live server and disable the firewall 
setttings this will not be the security issue?


Thanks Macro

- Original Message - 
From: Marco Casario [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, August 07, 2006 7:03 PM
Subject: Re: [flexcoders] Re: mxmlc compiler error - more described


 try to disable your personal firewall (windows or norton) and it should 
 work
 !

 best
 marco

 - Original Message - 
 From: Tom Chiverton [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, August 07, 2006 3:16 PM
 Subject: Re: [flexcoders] Re: mxmlc compiler error - more described


 On Monday 07 August 2006 13:36, Satish wrote:
 But while opening my flash file i am getting error message as--
 your application is trying to internet enabled location..to let this
 application with internet.. click settings...

 Sounds like a broken firewall or web browser settings ?
 Who owns the error ?

 -- 
 Tom Chiverton

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England
 and Wales under registered number OC307980 whose registered office 
 address
 is at St James's Court Brown Street Manchester M2 2JF.  A list of members
 is available for inspection at the registered office. Any reference to a
 partner in relation to Halliwells LLP means a member of Halliwells LLP.
 Regulated by the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and
 may be confidential or legally privileged.  If you are not the addressee
 you must not read it and must not use any information contained in nor
 copy it nor inform any person other than Halliwells LLP or the addressee
 of its existence or contents.  If you have received this email in error
 please delete it and notify Halliwells LLP IT Department on 0870 365 
 8008.

 For more information about Halliwells LLP visit www.halliwells.com.



 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links












 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links





 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Re: problem with Using the JSP Tag Library

2006-08-03 Thread Satish
I am using flex1.5 only. Then what is the problem?


- Original Message - 
From: Joonha Lee [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Thursday, August 03, 2006 5:55 AM
Subject: [flexcoders] Re: problem with Using the JSP Tag Library


 not support JSP Tag Library in Flex 2 !!
 flex-bootstrap.jar in Flex 1.5 is not equals Flex 2
 Tag Library part is deleted 

 --- In flexcoders@yahoogroups.com, Satish [EMAIL PROTECTED] wrote:

 Hi i am trying to embed my mxml page in my jsp. But i was getting
 the
 following error.
  File /FlexTagLib not found
 .But my flex-bootstrap.jar is locating in right place. Can anybody
 tell me
 why i am getting this error?

 my sample code:
 %@ taglib uri=FlexTagLib prefix=mm %

 html

 %String tree=node label='Option 1'node label='Option
 1.1'/node
 label='Option 1.2'//nodenode label='Option 2'/; %

 mm:mxml

 mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;
 initialize=loadme() 

 ..

 ..








 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links






 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Can you please checkout these sites

2006-08-03 Thread Satish
Can you please checkout these URLs
http://images.optin.com.au/optusxmas/flash/penguin_tebe.swf?msg=satish
http://www.diesel.com/

When we observe these sites closely we found immediatly when we hit the URL, 
one flash file is loading until our actial page is loaded.
Can we do this in mxml? Our live site is too slow to load the home page 
itself and no animation was added until loading the page. our url looks like 
www.xxx.com:9080/yyy/test.mxml or www.xxx.com:9080/yyy/test.mxml.swf


If this kind of stuff is possible mxmls, can you please give the 
downloadable examples? we are using flex1.5. Anybody please refer me 
something on this!



my homepage sample code looks like:
--
?xml version=1.0 encoding=iso-8859-1?

mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; 
initialize=loadme() styleName=main 
xmlns=com.itpl.mysite.transferobjects.*

marginTop=10

marginBottom=10

marginLeft=0

marginRight=0

horizontalAlign=center backgroundColor=white

mx:Script source=actionscripts/mysite.as /

mx:Script source=actionscripts/Remember_Help.as /

mx:Style source=css/commoncss.css /

mx:Style

.heading {

background-color: #99CC99;

}

/mx:Style

mx:Script

import com.itpl.mysite.transferobjects.LoginTO; //.class file

var oMyObject:Object;

//private var userId:SharedObject;

var page: String;

![CDATA[

function loadme() {

oMyObject = new Object();

Object.registerClass('com.itpl.mysite.transferobjects.LoginTO', 
com.itpl.mysite.transferobjects.LoginTO); //.as file binding the .as file 
with bean class.

loginidObj.session('get', 'userId');

username.text = ;

password.text = ;

loaduser();


}

public var myAlert:Alert;

function getHelp()

{

//var popup = mx.managers.PopUpManager.createPopUp(_root, helpwindow, true, 
{deferred: true});

import mx.containers.TitleWindow;

var pop1:TitleWindow = 
mx.containers.TitleWindow(popupWindow(helpwindow,{title:'Login Help', 
width:330, height:350, x:610, y:100}));

}

private function loginIdResult(oEvent) {

var userId=oEvent.result;

if(userId!=null  page!=home){

getUrl(accounts/inbox.mxml);

}

}



]]

/mx:Script

mx:RemoteObject id=log source=com.itpl.mysite.login.LoginDAO 
showBusyCursor=true

mx:method name=validateUser result=onResult(event) 
fault=alert(event.fault.faultstring, 'Error') / !-- java function 
name --

mx:method name=getmysiteDetails result=mysiteResult(event) 
fault=alert(event.fault.faultstring, 'Error') /

/mx:RemoteObject

mx:RemoteObject id=emailObj source=servlet showBusyCursor=true 
fault=mx.controls.Alert.show(event.fault.faultstring, 'Error')/

mx:RemoteObject id=loginidObj source=servlet 
result=loginIdResult(event) showBusyCursor=true 
fault=mx.controls.Alert.show(event.fault.faultstring, 'Error')/

mx:RemoteObject id=mysiteidsObj source=servlet showBusyCursor=true 
fault=mx.controls.Alert.show(event.fault.faultstring, 'Error')/

LoginTO id=login/LoginTO

mx:Model id=validlogin

username{username.text}/username

password{password.text}/password

/mx:Model

mx:EmailValidator field=validlogin.username

invalidCharError=Invalid characters in your email address.

invalidDomainError= The domain in your email address is incorrectly 
formatted.

invalidIPDomainError=The IP domain in your email address is incorrectly 
formatted.

invalidPeriodsInDomainError=The domain in your email address has 
consecutive periods.

missingAtSignError=Missing an at character in your email address. 
missingPeriodInDomainError=The domain in your email address is missing a 
period.

tooManyAtSignsError=Too many at characters in your email address.

/

mx:StringValidator field=validlogin.password/

mx:Grid width=880 height=100% borderStyle=solid hScrollPolicy=off 
horizontalAlign=center

!-- VBox 1 --

mx:GridRow width=100% height=15% horizontalAlign=center 

mx:GridItem hScrollPolicy=off vScrollPolicy=off horizontalGap=0 
marginBottom=0 marginTop=0 verticalGap=0

mx:Grid hScrollPolicy=off vScrollPolicy=off horizontalGap=0 
marginBottom=0 marginTop=0 verticalGap=0

mx:GridRow verticalAlign=top

mx:GridItem colSpan=3 width=410 height=35 verticalAlign=top 
horizontalAlign=left hScrollPolicy=off

mx:Image id=logo_loader source=swf-templates/index_logo_new.swf 
mouseDown=getUrl('mysite.mxml'); scaleContent=true 
horizontalAlign=left verticalAlign=top showBusyCursor=true /

/mx:GridItem


mx:GridItem colSpan=4 height=30 hScrollPolicy=off 
vScrollPolicy=off

mx:Canvas

mx:TextInput x=0 y=7 text= fontSize=7 width=80 height=14 
backgroundColor=white borderColor=#00 id=username 
enter=userlogin() /

mx:TextInput x=85 y=7 text= fontSize=7 width=80 height=14 
backgroundColor=white borderColor=#00 id=password password=true 
/

mx:Image x=165 y=7 id=login_button_loader width=75 
source=swf-templates/top_GObut.swf mouseDown=userlogin() 
scaleContent=false horizontalAlign=center showBusyCursor=true /

mx:CheckBox x=220 y=7 id=remember

Re :[flexcoders] reset forms

2006-08-03 Thread satish chandra



Hi,From Adobe iteself they provide one advanced form..it does functionaliities like undo,redo and reset ...they provide by flex extensions...under exchange in adobe..Thank you.S.R.Satish chandraflexcoders@yahoogroups.com wroteHi!How to reset input forms when a user returns to a screen where he hasalready been? By default all previous typed text is shown in input boxes.
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders]

2006-07-19 Thread satish chandra





__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] About Image

2005-03-02 Thread satish chandra
It does not support Jpeg files. it only support Png and all other
formats except jpeg.

Thank u


On Wed, 02 Mar 2005 09:11:54 +0100, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 
 I am desperate, I am trying to write a simple application that loads
 some photos in formed jpg, under you see my code.
 I don't understand two things
 1) I am photo from 40/50 kbs and do I find that in flex it employs a lot
 to load her, while in a banal page jsps come almost immediately to load
 thing I am being wrong?
 2)Perchè some photos, are not loaded although do they exist in the path
 and the thing + strange it is that if it didn't find the photo
 you/he/she should go out me the simbolino of flex of photo not gimmick
 and instead nothing stays everything white, and the worse thing is that
 the same result does me him him making a will in an intranet?
 I pray you I don't understand what we have my photos yet those that are
 not opened, other programs of graphics open her without problems
 Thanks
 Devis
 
 ?xml version=1.0 encoding=utf-8?
 
 mx:VBox xmlns:mx=http://www.macromedia.com/2003/mxml;
 horizontalAlign=center
 verticalGap=0 borderStyle=none
 
 mx:Script
 
 var product: Object;
 
 function setValue(str: String, item: Object) {
 
 if (item==undefined) {
 visible = false;
 return;
 } else {
 product=item;
 visible=true;
 }
 }
 
 /mx:Script
 
 mx:Image id=image width=60 height=60
 source=images/{product.de20mo}.jpg/
 mx:Label text={product.de20mo} width=120 textAlign=center/
 mx:Label text={product.de30mo} fontWeight=bold/
 
 /mx:VBox
 
 
 Yahoo! Groups Links
 
 
 
 





Re: [flexcoders] Re: how can I do this in Flex? -- (warning, best -practice police are in the hou

2005-02-02 Thread satish chandra
Hi

I am working in Flex. I have one application in that there are 4 tabs.
one tab is , details,second one is contacts, third one is devices like
that...

in second tab i have combobox cell renderer in datagrid for phone
type. i have to bind data in that through database. and save the
details

and in another tab checkbox in datagrid is there. if i check the box
and call the save method . i have to save that

how to do that Please explain with example 

Its urgent

Thank you

satish



On Tue, 1 Feb 2005 09:17:11 -0800, Mehdi, Agha [EMAIL PROTECTED] wrote:
 Miguel,
 
 If I'm right about your question then here's the solution.
 
 The datagrid has 4 columns. One of them has checkboxes in it.
 
 Datagrid = myData
 
 Column1 = select (with checkboxes)
 Column2 = name
 Column3 = age
 Column4 = city
 
 Var selectedData = new Array();
 
 For ( var i = 0; i  myData.length; i++ )
 {
 if ( myData.getItemAt(i).select )
 {
 selectedData.push( myData.getItemAt(i) );
 }
 }
 
 selectedData array will now hold all the items from the datagrid where the
 checkbox is selected. To get other columnvalues you can simply say:
 
 Name = selectedData[0].name;
 Age = selectedData[0].age;
 
 Please let me know if that's what you wanted.
 
 Thanks
 
 -- Agha
 
 -Original Message-
 From: Miguel D�az Valenzuela [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, February 01, 2005 7:37 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: how can I do this in Flex? -- (warning,
 best-practice police are in the hou
 
 
 
 Well, many thanks to you for help me.
 I know about webservice and I have already realized an insert to datebase
 through Flex with simple textimputs or textareas, but my trouble is abouta
 checkrenderer. I must count records of a datagrid, see which of those
 records they are checked, and extract the value of a column of the above
 mentioned record. In .NET everything is very explicit, but in Flex I do not
 know that codes to use in the .as code of my .mxml file.
 I know that to count rows of a datagrid i can use rowCount, but for others
 two tasks I cannot which option use (rowIndex, i don't know) 
 
 sorry for my poor english, and i hope you understand me.
 many thanks in advance
 
 --- In flexcoders@yahoogroups.com, Steven Webster [EMAIL PROTECTED] wrote:
  Miguel,
  
   Actually i´m learning to use Macromedia Flex and i´m working with 
   a checkrenderer datagrid, but in this moment i have a trouble.
   
   I need to do a insert info a for(...) sentence, but i can´t find 
   correct code for do that.
   
   This is code in .NET
  
  With .NET, it's quite common for the page-technology to embed SQL 
  connection information. This isn't a failing of .NET as such (as 
  there are good practices with ADO.NET and the Microsoft Enterprise 
  Patterns that can be followed) but is a common 2-tier solution that we 
  see people implementing, especially from an ASP.NET / VB.NET 
  background.
  
  Flex does not offer explicit support for SQL; it is a presentation 
  tier solution, that assumes that any business logic will be performed 
  on the server-side of the wire. So - I would expect you to have some 
  .NET code (VB.NET, C#, etc) that uses the ADO.NET libraries to perform 
  any SQL queries that you wish to perform, and that this code reside on 
  your server. You will then expose that business tier logic to Flex 
  (currently) through a WebService interface - if you are using C# for 
  instance, this is a very simple thing to do using metadata tags on the 
  class that encapsulates your data access.
  
  Once you have defined a service on the server, Flex can then use the 
  WebService tag to invoke that service; rather than build up a SQL 
  query on the client (which is a *very* bad, though frustratingly 
  common practice) you would instead pass the relevant data (such as 
  tipo_mant_id) as an argument in a WebService call, such as 
  agregaDetalleMantencionComputador(),
  and receive the results back from Flex.
  
  Once you have that n-tier architecture in place (Flex is a replacement 
  for the presentation tier *only*) then how to invoke web services on 
  the server, and how to handle the results that you get back, etc, will 
  all be much clearer to you from the documentation and (shameless plug) 
  books that are out there.
  
  So I'm afraid I'd be tempted to suggest that if you want to embrace 
  Flex as a presentation-tier solution, abandon all hopes of 2-tier 
  (database code from your integration tier intermingled with 
  presentation tier code) architecture, and avoid a run-in with the 
  best-practice police...
  
  Hope this helps,
  
  Best,
  
  Steven
  PS. The only other word I know is 'cerveza'
  
  --
  Steven Webster
  Technical Director
  iteration::two
  [EMAIL PROTECTED]
   
  Office: +44 (0)131 338 6108
  Mobile: +44 (0)7977 216 223
   
  This e-mail and any associated attachments transmitted with it may
 contain
  confidential information and must not be copied, or disclosed