RE: [flexcoders] Calendar component

2005-02-24 Thread Srikanth Duvvuri
Hi Jeff This surely is a useful piece of code but don't you feel that this should have been a facility of the original date component. The other issue that Will raised about moving back and forth by a year is still absent. Just think of a user trying to enter the date of birth of a customer who

RE: [flexcoders] couple of things needed for dropdown

2005-02-09 Thread Srikanth Duvvuri
: [flexcoders] couple of things needed for dropdown Hi Srikanth, I will look into this issue, I will confirm the same later in evening. Thanks -abdul -Original Message- From: Srikanth Duvvuri [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 1:25 PM To: flexcoders

closing a popup window

2005-02-09 Thread Srikanth Duvvuri
Hi I have a jsp (popup_jsp.jsp) which embeds a mxml (popup_mxml.mxml) within it. Clicking a button on this mxml opens a popup window using showmodaldialog to open another jsp (popup1_jsp.jsp) which embeds a mxml (popup1_mxml.mxml). clicking the close button on this popup mxml is not closing

couple of things needed for dropdown

2005-02-08 Thread Srikanth Duvvuri
Hi I am finding problem in doing the following two things in a drop down using flex. Can someone help me out on these two points? Need to be able to set focus to a dropdown. Scenario: Click on save button and you find that there is a validation error which needs the user to make

DateField and manual edit

2005-02-08 Thread Srikanth Duvvuri
Hi We are using the DateField control and the functionality of the control is to open up the calendar control on clickingthe button or even on clicking anywhere in the textinput against the button. But we are looking for a way in which the user can manually edit the date without having

RE: [flexcoders] couple of things needed for dropdown

2005-02-08 Thread Srikanth Duvvuri
Hey Abdul Shall look into the combobox focus thing sent by you Regarding the other point, yeah I mean the scroll wheel on the mouse. I am using IE 6.0 and it does not work. Dunno why?? Srikanth -Original Message- From: Abdul Qabiz [mailto:[EMAIL PROTECTED] Sent: Tuesday, February

RE: [flexcoders] DateField and manual edit

2005-02-08 Thread Srikanth Duvvuri
Hi Abdul I am afraid the code you sent is surely allowing me to focus into the textinput but not allowing me to type anything into it. Basically it is not responding to any key strokes including backspace and del key strokes Srikanth -Original Message- From: Abdul Qabiz

RE: [flexcoders] Arabic text and Flex

2005-02-08 Thread Srikanth Duvvuri
a192 $2F$3F1$stateID=0%200%202724199mode=simple Does it help you? Feel free to ask more queries on the same. Thanks, -abdul From: Srikanth Duvvuri [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 11:50 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] couple of things needed for dropdown

2005-02-08 Thread Srikanth Duvvuri
. Thanks -abdul -Original Message- From: Srikanth Duvvuri [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 1:25 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] couple of things needed for dropdown Hey Abdul Shall look into the combobox focus thing sent by you

RE: [flexcoders] unable to get value from popup to parent window

2005-02-04 Thread Srikanth Duvvuri
apps. Dirk. -Original Message- From: Srikanth Duvvuri [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03,2005 1:56 PM To: [EMAIL PROTECTED] Subject: [flexcoders] unableto get value from popup to parent window Hi We have a basic JSP app_jsp.jsp which includes a mxml

unable to get value from popup to parent window

2005-02-03 Thread Srikanth Duvvuri
Hi We have a basic JSP app_jsp.jsp which includes a mxml app.mxml. this mxml has got a textinput and button. Clicking the button invokes a javascript function. The javascript function opens a window to enable the user to select (mouse down event) one of the two labels. This window is a mxml

How do you pass reference to button from MXML to javascript??

2005-01-31 Thread Srikanth Duvvuri
Hi We have an existing code in which the _javascript_ code (which paints the screen using HTML) invokes another _javascript_ function by passing a parameter this. This parameter is a reference tothe current object, which could be a button. The destination _javascript_ function then

RE: [flexcoders] How do you pass reference to button from MXMLtojavascript??

2005-01-31 Thread Srikanth Duvvuri
? No! You can only pass primitive types (string, number, boolean etc). -abdul From: Srikanth Duvvuri [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 12:19 PM To: [EMAIL PROTECTED] Subject: [flexcoders] How doyou pass reference to button from MXML to _javascript_?? Hi We have

RE: [flexcoders] How do you pass reference to button from MXML to javascript??

2005-01-31 Thread Srikanth Duvvuri
, January 31, 2005 1:21 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How do you pass reference to button from MXML to javascript?? Srikanth Duvvuri wrote: Existing Code: input type=button class=button id=next onClick=javascript:return multdrcrdet_ONCLICK17