[flexcoders] Re: How to resize the flex1.5 screen according to the screen resolution

2007-03-14 Thread Yasovardhan Babu
Can somebody Please help me on this issue?

Thanks and Regards,
Yasovardhan.
--- In flexcoders@yahoogroups.com, Yasovardhan Babu 
[EMAIL PROTECTED] wrote:

 Hi All,
 
 I have a Flex1.5 screen in which I have one HBox in top and 
another 
 HBox in Bottom. In between I have a View stack, which contains two 
 VBoxes.
 My requirement is that the screen ( with viewstack) should resize 
 according to the different screen resolutions. That is,
 The vertical scrollbar should be starting from the end of first 
HBox
 (in top) to the beginning of the second HBox(in the bottom), 
 irrespective of screen resolution. The vertical scroll bar should 
 disappear if the in between screen has enough height.
 How to do this? Please help me as this needs to be addressed 
urgently.
 
 Thanks and Regards,
 Yasovardhan.





[flexcoders] Problem in displaying checkbox in datagridColumn header

2007-02-21 Thread Yasovardhan Babu
Hi, 

I need a Checkbox column in one of the Datagrid columns. And on 
selecting/deselecting the checkbox in header, should check all the 
items in tne datagrid.
I tried using headerRenderer and CellRenderer for that column. But not 
able to display the checkbox in the header.
Can somebody please send me some sample code for this.
I am working on Flex1.5 and not Flex2.0.

Please help me.

Thanks and Regards,
Yasobvardhan.



[flexcoders] CheckBox in DataGridColumn Header in Flex1.5

2007-02-19 Thread Yasovardhan Babu
Hi,

I have a datagrid with one column as checkbox. 
My requirement is that on clicking the checkbox in datagrid colmn 
header, it should check/uncheck all the items in the grid and should 
update the checked/uncked value of each item to the datbase.
Can you please help me with a sample code?
It should be done using Flex1.5 and actionscript 2.0.

Thanks in advance,
Yasovardhan.



[flexcoders] Image cell render inside datagrid - image click event not firing in Flex1.5

2007-02-19 Thread Yasovardhan Babu
Hi,

I have a datagrid column with image cell renderer.
I tried to dispatch mouseDown event and catch the event with the 
listowner(datagrid). But I am not able to get the event dispatched.
Can you please help me with some sample code in Flex1.5?

Thanks and Regards,
Yasovardhan.



[flexcoders] Datagrid Scrolling issue

2006-11-30 Thread Yasovardhan Babu
Hi,

I have an issue with datagrid scrolling.
If one of the column in datagrid is checkbox and if we check all the 
checkboxes in that column, and scroll the datagrid, some of the 
checkboxes become unchecked randomnly.
How to retain the checked/unchecked status on scrolling the datagrid?

Thanks and Regards,
Yasovardhan




[flexcoders] How to assign dataset returned by .Net web service to Flex?

2006-10-26 Thread Yasovardhan Babu
Hi,

I have an application currently using remoting.
In that application,.Net will return datatbles and datasets, which are 
directly assigned to arrays/objects in flex side.
Now, I need to use web services to implement this application instead 
of remoting.
The problem is how to assign the Datasets/Datatables from .net(web 
services) side to Flex.

Is there any other solution?

Thanks and Regards,
Yasovardhan.





--
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/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] Datagrid Cellrender performence issue

2006-10-25 Thread Yasovardhan Babu
Hi All,

I have a problem with performence of Datagrid.
My requirement is that I have a datagrid with many columns, with one 
column as checkbox column and two columns as editable columns.
I am using text
1)If one of the editable column is changed then the other editable 
column should be updated with the value,by doing some calculations on 
the firse editable column value.

2)I need to retain the scroll position and focus in the editable column

3) Validate the edited value(only numbers are allowed)

3)Update the dataprovider with the edited values

The main problem is that it is hanging when I do all the above things.
Can any one help me with a sample?

Thanks and Regards,
Yasovardhan.
 




--
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/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] Problems with DateField Control in Flex 1.5

2006-10-10 Thread Yasovardhan Babu
Hi,

When a select the same date twice, the date selected is cleared in the 
text box.How to retain the same date when clicked twice?

I also have one more issue with datefield control.

If I select a date, it is retaining selected day, month and year.When 
I click on a button and came back to the DateField control to choose 
the date, it should show the current date and not the previously 
selected date. How to solve this? Please help.

Thanks and Regards,
Yasu.






--
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/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] Re: Could not load WSDL of .NET WebService in Flex 1.5

2006-09-15 Thread Yasovardhan Babu
Hi 

Even I'm facing the same issue. I'm trying to access a .net web 
service from flex. When both are in the same server, flex is able to 
access. (http://localhost..works) But if try to access the webservice 
using the machine name, then nothing happens. Can you tell how I 
should configure crossdomain.xml and where I should place the file?

Regards

yaso


--- In flexcoders@yahoogroups.com, Franck de Bruijn 
[EMAIL PROTECTED] wrote:

 LOL: never expected that crossdomain.xml would solve your problem :)
 
  
 
   _  
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of Pablo Apanasionek
 Sent: Thursday, September 07, 2006 9:39 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Could not load WSDL of .NET WebService in 
Flex 1.5
 
  
 
 Franck,
 
  
 
 one word made it: crossdomain.xml!
 
  
 
 I knew I was missing the obvious here! As I always used Webservices 
of my
 own server, the crossdomain.xml definition had never been a problem.
 
  
 
 It worked perfectly, thanks for everything and for your patience 
too!
 
  
 
 -Pablo Gustavo Apanasionek








--
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/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] Tool Tip for the each item in the list

2006-09-06 Thread Yasovardhan Babu
Hi,

I have a problem in displaying ToolTip for List Items.
I need to display Tooltip for each item in the list as and when the 
user roll over the items.
Please help me with a sample code to do this.

Thanks and Regards,
Yasovardhan.






--
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] Re: Problem in opening the CSV file as Excel file in the browser

2006-08-22 Thread Yasovardhan Babu
Hi Ben,

Thanks for your reply.
I tried with the solution suggested by you.
But, still it is opening a text file only.
Any other solutions? 

Thanks and Regards,
Yasu.
--- In flexcoders@yahoogroups.com, ben.clinkinbeard 
[EMAIL PROTECTED] wrote:

 All the sources I found via Google show the header as
 application/vnd.ms-excel
 
 HTH,
 Ben
 
 
 --- In flexcoders@yahoogroups.com, yasovardhan babu@
 yasovardhanbabu@ wrote:
 
  I had a problem with flex.
 
The problem is that I have .CSV file, which I want to display 
as
 Excel file in the new browser on clicking a button.
 
I tried with the following code.
 
function button_click()
{
   var filePath = C:\test.csv;
  var objLoadVars:LoadVars = new LoadVars();
 
  objLoadVars.contentType = application/x-msexcel;
 
  objLoadVars.send(filePath, _blank, POST);
}
 
 
It is displaying as plane text file instead of Excel file.
 
Can anyone please help me?
 
Thanks and Regards,
Yasu.
  
  
  -
  Do you Yahoo!?
   Everyone is raving about the  all-new Yahoo! Mail Beta.
 







--
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] To implement Master Detail Datagrid in Flex

2006-06-28 Thread Yasovardhan Babu
Hi,

We need to implement the Master Detail grid in Flex.The requirement 
is as follows:

Whenever an item in Master Data Grid is selected, 
1)we need to shrink the parent grid to show only the selected item
(row) plus a few items(2) above and below the selected item, 

2)open a Detail Data grid below the Master grid and show all the 
child items corresponding to the Master grid item(selected).

It's not necessary to change any item in the detail grid.
Whenever the parent grid is selected again, the detail grid is made 
invisible and the parent grid is shown completely.

Can you please help with code how to do this?

Thanks  Regards,
Yasovardhan.








 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

--
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] Not able to display the Alert message fully

2005-11-25 Thread Yasovardhan Babu
Hi Friends,

I am not able to display the Alert message fully.i.e. it is displaying 
only first few words in the message.Total message is not displayed.
Can you help me...

Thanks and Regards,
yasu.





 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~- 

--
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/