[flexcoders] How to clear date field

2006-04-13 Thread sandip_patil01
Hi All,

Can anybody tell me how to clear date field.

I am using ,

mx:DateField tag. 

From this user can select whatever date he want to select.

Suppose if user want to leave text box empty after selecting 
date.i.e.blank text box.

How this can be achived ?


Thanks,
Sandip






--
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] Pagination in Flex ?

2006-01-02 Thread sandip_patil01
Hi All,

How to do pagination in Flex.My scenorio is,I have button SHOW when I 
click on this button my datagrid is populated with records from DB.But 
as per my dataGrid design its showing 10 records initially  scroll 
bar for other records.i.e. when I scroll down then rest records will 
be seen.But what I want is when I click on SHOW button 10 records will 
be displayed. when I scroll down rest 10 records will be seen again 
i.e. when I click on SHOW button my datagrid shuld not populated with 
all records from DB.It goes on populating when I scroll down.Does it 
possible in Flex ?

Thx,
- sandip p








--
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] Pagination in Flex ?

2006-01-02 Thread sandip_patil01
Hi All,

Here is my scenorio,

I have button when I click on that button my datagrid is populated 
with records from database.If there are 100 records my datagrid is 
populated with 100 records in a single time.
But what I want is when I click on button ,initially it should show 
say 10 records. when I scroll down my datagrid gets populated with 
another 10 ,then another 10 records  so on .
Is it possible ?

-sandip p 









--
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] Disabling toolbar of IE

2005-12-06 Thread sandip_patil01
Hi All,

I tried various ways to handle back  refresh button but its not 
working.
So anybody know how to disable toolbar of IE in Flex.So that user will 
not able to hit Back/refresh button of IE.

S P








 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/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] Restricting refresh button of browser

2005-12-05 Thread sandip_patil01
Hi All,

let say I am in middel of my application  if I refresh the page with 
browser refresh button the entire application is loading again.
But I want only the current page to be refreshed on which I clicked 
browsers refresh button.
Any suggetion ?

Sandip P.








 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/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] handling Browsers back button

2005-12-05 Thread sandip_patil01
Hi All,

I want to handle IE's back button.
With historymanager=true I am able to switch between viewstack
mx:ViewStack  historymanager=true
  
but this viewstack has some files there as,

mx:ViewStack  historymanager=true
 srch:first /
  srch:second /
/mx:ViewStack

but this first.mxml/second.mxml file contains some additional things 
like buttons.When I click on these buttons some events occurring 
i.e. I am opening other file.

But with historymanager only first/second.mxml are handling 
properly.But the inside things of these is not properly handeled.

Like in first.mxml if I click on button then abc.mxml is opening and 
if I click on button on abc.mxml its opening pqr.mxml 

But on pqr.mxml if I click on browsers back button it should go back 
to abc.mxml but its going to first.mxml

Any sugettions 


Sandip P.







 Yahoo! Groups Sponsor ~-- 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/.QUssC/izNLAA/TtwFAA/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] IE's refresh button

2005-12-05 Thread sandip_patil01
Hi All,

say my application URL is,
http://localhost:8080/abc/first.mxml
this url remains same throuout the application.

But if I am in middel of my application  I want to refresh the 
current page then I will click on IE's refresh button.

But if I click on refresh button of IE in middel of application it is 
loading the entire application again infact I want to refresh the 
current page only.

any sugettions.

Sandip patil







 Yahoo! Groups Sponsor ~-- 
AIDS in India: A lurking bomb. Click and help stop AIDS now.
http://us.click.yahoo.com/9QUssC/lzNLAA/TtwFAA/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] how to disable browsers back button

2005-12-05 Thread sandip_patil01
Hi All,

Can anybody tell how to disable browsers back button.
any code in Flex.







 Yahoo! Groups Sponsor ~-- 
AIDS in India: A lurking bomb. Click and help stop AIDS now.
http://us.click.yahoo.com/VpTY2A/lzNLAA/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] Look Feel of Application as per user choice

2005-12-02 Thread sandip_patil01
Hi All,

I developed a application.
Now I want the user can select look  feel of this application as 
he/she wants.
Means he can select background color,theme color for entire 
application.
Like,  
   http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html

any suggestions.


Sandip P.







 Yahoo! Groups Sponsor ~-- 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/.QUssC/izNLAA/TtwFAA/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] showing values inside datagrid when click on button outside

2005-12-01 Thread sandip_patil01

Hi All,


I have data grid populated with records from DB as,
mx:DataGrid id=dGrid dataProvider={lglDocLst}
  mx:columns
  mx:Array
mx:DataGridColumn headerText=Item Name 
columnName=att_Name /
/mx:Array
  /mx:columns
/mx:DataGrid

where lglDocLst is values returned  from my Java class.
This works fine.In my datagrid its printing 2 values of att_Name.

Now I have a button outside datagrid as,
mx:Button label=Show click=showAlert() /

when I click on this button I am printing alert as

function showAlert(){ 
  mx.controls.Alert.show(MyValue +lglDocLst.att_Name);
   }

But this function printing undefined.
any suggestions will be appreciable.

Thx,
sandip p









 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/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] How to give dynamic title to panel

2005-11-15 Thread sandip_patil01
Hi All,

I want to give dynamic title to panel.

Here is my scenorio,
mx:Panel xmlns:mx=http://www.macromedia.com/2003/mxml;
title= Steps: 1   2   3
Here this is my panel.

 I have buttons FIRST SECOND THIRD
When I click on button FIRST the number 1 should Highligtened 
If I click on button SECOND the number 2 should Highligtened 
lly,If I click on button THIRD the number 3 should Highligtened 

If anybody know this I appreciate the help

Thx,
sandip









 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/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] How to add checkboxes to datagrid

2005-11-11 Thread sandip_patil01
Hi All,

I want to add checkboxes to datagrid.
I am trying example from 
Flex Explorer sample under Component Library  DataGrid  Custom Cell 
Renderers

I copied these two files in folder c:\sample
1) CheckCellRenderer.as
2) CheckCellRendererDemo.mxml

 tried to run but it is showing me error
   There is no method with the name CheckCellRenderer

Anybody know why this is coming.

SANDIP P
 
 









 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/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] changing color of button when it is pressed

2005-11-11 Thread sandip_patil01
Hi all,

Can anybody know how to change color of button when we press a button.

i.e. when we press button say it should change its color form red to 
white.


Sandip P







 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/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] How to give hyperlink to a record in data grid

2005-11-10 Thread sandip_patil01
Hi All,

I have a datagrid containing 4 columns.
I have inserted static records in data grid using xml.
But in last column's record I want to give hyperlink to it.

say in last column I have record view.
I want to give hyperlink to this view word

Thx,
sandip







 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/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] How to add checkboxes to datagrid

2005-11-09 Thread sandip_patil01
Hi All,

I want to add checkboxes to my DataGrid's first column.
Here is my scenorio,

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;
mx:DataGrid id=dataGrid
  mx:columns
mx:Array
  mx:DataGridColumn headerText= width=23 /
  mx:DataGridColumn headerText=Customer Name/
  mx:DataGridColumn headerText=Contact Name /  
  mx:DataGridColumn headerText=Type /
  mx:DataGridColumn headerText=Details /
/mx:Array  
  /mx:columns
/mx:DataGrid  

/mx:Application

Can anybody tell me how to do this.

Thx,
Sandip patil





 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/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] How to change color of button when it is pressed

2005-11-09 Thread sandip_patil01
Hi All,

I want to change color of button when it is pressesd.
i.e initial color of button is Red when I press it it should change to 
Blue.
How to do this ?

Thx,
sandip p.





 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/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] How to display label 's text on multiple line if it contain one big line

2005-11-08 Thread sandip_patil01
Hi All,

I want to display Label's text on multiple line.

Here is my Scenorio,

 mx:Label text=Lorem ipsum dolor sit amet, consectetuer
adipiscing elit. Cras tincidunt cursus libero.Nam in nunc ac felis 
ullamcorper feugiat.:/ 
 
I want to display this label in output as,

Lorem ipsum dolor sit amet, consectetuer
adipiscing elit. Cras tincidunt cursus libero.
Nam in nunc ac felis ullamcorper feugiat.

Can anybody help me out.

Thx in advance,
Sandip patil





 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/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] DataGrid row color

2005-11-08 Thread sandip_patil01
Hi All,

I want to put alternate row colour of datagrid as white  blue.
Means first row is white then second row is blue  again third row 
white,fourth row blue  so on..
Anybody know this ?If so please let me know how to do this.

Thx in advance,
sandip







 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/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] File Upload to oracle 9i DB

2005-10-17 Thread sandip_patil01
Hi All,

I already posted this question  also I got replies for this but 
still my problem solved :(

I want to save my uploaded file in DB  my DB is Oracle 9i.

To store file in DB I am still using fileIO feature.
From mxml page I am sending file name to JSP page as,

 x= x+?fileName=+uploadURL.text+passcreBy=+passcreBy;
where x=my JSP page name

 by doing ,
request.getParameter(fileName)  I am getting the File Name on 
JSP page.

Now in JSP I am creating instance of my Java class which has save()
method. 
To this method I want to pass my attached file name.
In normal way I can do this.

but in that Java class I need to get the data of this file which I 
am not able to get yet. 

If I use javazoom.upload.UploadFIle then this class has method 
getData() but this works fine only with plain JSP.As in plain jsp to 
get the file name one can do,

UploadFile file = (UploadFile) files.get(uploadfile);
where uploadfile is the name of,
  input type=file name=uploadfile size=50

But as I am passing my file name from Flex to JSP how I can do this.

Hope whoever seeing this my problem will understand.

Thx in advance,
sandip patil
  






 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/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] How to save uploaded file in database

2005-10-13 Thread sandip_patil01

HI all,

I have successfully done uploading file in a directory using fileIO 
feature provided by Flex using Flash 8.

Now I wanna to save the uploaded file in database.

SO can anybody tell me how to save uploaded file in database using 
Flex.My databse is oracle 9i.

Any url or suggessions ?

Thx in advance,
sandip patil







 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/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] how to create new session each time

2005-10-06 Thread sandip_patil01
Hi All,

I have a button on abc.mxml when I click on that button next page 
say xyz.mxml is opening.
This xyz.mxml page has some checkboxes.

Let say I click on a button on abc.mxml then the next 
page xyz.mxml will open  say I have selected some of checkboxes 
from this page.

But when I do logout from xyz.mxml  when again if I click on the 
button from abc.mxml the checked values of that check boxes 
remains 
as it is.
I want to make them clear for every visit.

Any help will be appriciate.

Thx ,
Sandip patil.





 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/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] How to pass multiple selected values from List

2005-10-06 Thread sandip_patil01
HI ALL,


I want to pass multiple values selected from List to database.

Like for selecting a value from combo box I write 
event.target.seletedItem.
So for selecting multiple values what is the syntax.

Thx in advance ,
Sandip Patil.




 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/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] clearing of selected checkboxes for the next visit of the page ?

2005-10-05 Thread sandip_patil01
Hi All,

I have a button on abc.mxml when I click on that button next page 
say xyz.mxml is opening.
This xyz.mxml page has some checkboxes.

Let say I click on a button on abc.mxml then the next 
page xyz.mxml will open  say I have selected some of checkboxes 
from this page.

But when I do logout from xyz.mxml  when again if I click on the 
button from abc.mxml the checked values of that check boxes remains 
as it is.
I want to make them clear for every visit.

Any help will be appriciate.

Thx ,
Sandip patil.




 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/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] Passing value to textarea which I am calling as a popupwindow

2005-10-03 Thread sandip_patil01
HI All,


I have an mxml file let say nda.mxml page which has a button 
called Add Textarea.
When I click on that button I want to open popup window contaning two 
text area which i did .
(i.e I am calling textareawindow.mxml with the code

var popup = mx.managers.PopUpManager.createPopUp(this, textareawindow, 
true, {deferred: true});
var temp =popup.centerPopUp();
)

Now,
on nda.mxml I have a data which I stored in textfield .Now I want to 
pass the stored value to popup window.




 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/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] Flash 8 compatibilty with Redhat Linux

2005-10-01 Thread sandip_patil01
Hi All,

Can anybody tell me Flash 8 compatibilty with Redhat Linux.
i.e Flash 8 work with Redhat Linux or not ?

Because my application in which I have Browse functionality(this 
functionality is same as we have with rediff  yahoo in which when we 
click on attach button , attachment window comwes up  then we can 
attach file)

But here I am using fla/swf files from url 
http://www.macromedia.com/devnet/flex/articles/fp8_features.html; in 
my application to open browse functionaltiy it is working with windows 
fine.
But when I tried with redhat linux it is not woking.

means redhat linux not supporting this browse functionality with Flex ?

If anybody know this please let me know.

Thx in advance,
Sandip Patil.





 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/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] Flash 8 compatibilty with Flex

2005-10-01 Thread sandip_patil01
Hi All,

I used FileIO new feature to upload files from local machine to 
server.
My server details --
OS : RedHat Linux
Application Server :Jboss4.0.1sp1
JDK 1.4

Client browser details :
 IE 6.0  Flash Player8x

Now when I am running my upload functionality in my local system(Win 
XP) fileio.browse() function opening a browse window.

When I deploy the same application on Linux box browse window 
doesn't appear.I checked all the ways here  there but no luck.If 
you help me in this issue it will be great help.

Thx,
Sandip Patil






 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/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] Opening Browse Window In Flex like yahoo/rediff mail

2005-09-29 Thread sandip_patil01
HI All,

I want to open attachment window like we have in Yahoo/Rediff where if 
we want to send a file we click on attachment button  then attchment 
window opens from where we can attach files.

lly,I want to do this in Flex.

I tried with 
http://www.macromedia.com/devnet/flex/articles/fp8_features.html this 
URL but with the help of this only I am able to open window only but 
when I select a file from that window that selected file path is not 
displaying in text box.

So anybody tell how to do this.

Thanks in advance,
Sandip Patil




 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/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] How to open attachment window like yahoo or rediffmail in Flex

2005-09-28 Thread sandip_patil01
HI All,

I want to open attachment window like we have in Yahoo/Rediff where if 
we want to send a file we click on attachment button  then attchment 
window opens from where we can attach files.
lly,I want to do this in Flex.
I tried with 
http://www.macromedia.com/devnet/flex/articles/fp8_features.html this 
URL but with the help of this only I am able to open window only but 
when I select a file from that window that selected file path is not 
displaying in text box.
So can anybody help me out in this.

Thx in advance,
Sandip Patil






 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/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] How to show selected file in text box when selected from browse window

2005-09-27 Thread sandip_patil01
Hi All,

I have done browse window functionality.
i.e.
When I click on Browse button ,attachment window is coming.
But when I select any file from that window it is not displaying in 
that text box.
Can anybody help me.

Here is my code.

mx:Button label=Browse click=myLoader.content.browse('myFile') 
id=browseButton /
mx:Loader source=fileIO.swf height=10 width=10 id=myLoader / 

where fileIO.swf file I copied from  some other files I copied from 
url http://www.macromedia.com/devnet/flex/articles/fp8_features.html;

but How to show selected file in  text box.
Can anybody help me.
Thx in advance.
Sandip Patil.




 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/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] How to enable disable tabNavigator

2005-09-22 Thread sandip_patil01
Hi All,

Can anybody please tell me how to disable  enable tabNavigator.

Let say When I click on one row from datagrid it is dispaying in one 
tab Navigator.
The same time another tab Navigator will remain disable.

How to do this ?







 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/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] How to display only data in combo box

2005-09-21 Thread sandip_patil01
I have a question while populating the data and label in mx Combo box. 

Here is the scenario. 

I have an ASObject  as Doctype.as in this; I declared two variable 
docTypeId and docDesc. 

I declared a variable called var listInfo; 

It contains collection of all Doctype ASObject. 

mx:ComboBox id=docTypeId dataProvider={ listInfo }/ 

with this my combo box is populated with both id  data.

e.g my combo box displaying -- 1,abc
2,xyz

 but I want to display only abc  xyz from listInfo{written in 
dataprovider} . 
 
How to do this?

Thx in advance,
sandip patil




 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/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] How to open browse window when click on a button

2005-09-21 Thread sandip_patil01
Hi All,

How to open browse window when click on a button to attach file.

Like we have Attach button in yahoo or rediffmail when we click on 
that button attach window is opening to attach file from disk .

The same way I want to do here.So how to do this in Flex.


Thx in advance 
sandip patil.




 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/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] How to pass selected value from combox

2005-09-20 Thread sandip_patil01
Hi All,

I am still not able to find how to pass value selected from combox 
to my java method.
Here what I done,

I have my combo box populated with data retrived from database as
 mx:ComboBox id=item dataProvider={listInfo}
where listInfo is populated with records from database.
Let say with this I am getting two records displayed in combo box.

Now out of these 2 displayed value I want to pass id of one record 
to my java method.SO how to achive this.

Like whatever values eneter by user in text box I am passing as 

search.participantName=participant.text;

where this search is my as object
and i am passing this search as my dispatch event as 

dispatchEvent({type:'searchRecords',eventSearchProp:search});

from here I am passing participant value.

The same way i wanna to pass value selected from combo box.

So plz help me out.

Thx in advance

 




 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/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] How to disable tabNavigator if two tabNavigator there

2005-09-20 Thread sandip_patil01

Hi All,

I have two tab navigator.

when I type URl in browser i need to display one tab navigator out of 
two navigator.

And when click on let say on a button another tab navigator will be 
display.

Means how to achive this enabling and disabling of tab navigator.

Thx in advance.
sandip patil






 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/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] how to display progress bar when click on a button

2005-09-17 Thread sandip_patil01
Hi All,

Can anybody tell me when I ,let say click on GetRecords button the 
progress bar will be displayed while fetching records.

Here is how my UI,
I have First.mxml file which contains button GetRecords ,when I click 
on this GetRecords button progree bar will be displayed showing 
message getting records.
Anyone has any idea how to do this ?

Thx in advance.
Sandip Patil





 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/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] HOw to disable progress bar

2005-09-17 Thread sandip_patil01
Hi ,
can anybody tell how to remove progress bar after fetching records 
from database.

Here is my code

  function callingDocTypes()
 { 
 showLoadingWindow(Getting Records...);
 itemList=basicAdvanceSearch.getDocumentTypes.result;
 }

this itemlist variable contains data populated from database.
Now I want to remove the progress bar when this data displayed on page.
How to do that.
any sugession ?

Thx in advance 
sandip patil




 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/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] How to open popupwindow when click on button

2005-09-17 Thread sandip_patil01
Hi All,

I have a button when I click on that button popup window should be 
opened to attach local file.
Like if we want to attach file in yahoo then when we click on attach 
button popup window comes to attach file.
How to do it in Flex.

Thx in advance.
Sandip Patil





 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/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] Re: HOw combo box populated

2005-09-16 Thread sandip_patil01

Can you Plz tell me or if possible send me the code how to get 
cities popualted in combo box when state is selected from another 
combo box.



--- In flexcoders@yahoogroups.com, bsd [EMAIL PROTECTED] wrote:
 I have built a custom City/State/Zip component to use throughout an
 application and, hopefully, throughout multiple applications.  
 
  
 
 It consists of three ComboBoxes; if the user selects the state, it 
populates
 the city ComboBox with the cities for that state pulled from a 
database.
 Once the user selects a city, the zip codes for that city are then 
populated
 in the third ComboBox.  It also works in reverse where the user 
can type in
 the zip code in the editable ComboBox and the State and City 
ComboBoxes are
 populated and selected with the appropriate data.  
 
  
 
  
 
 Okay, all that's working.  The application at hand is one where 
the user
 creates an event and selects the hotel for that event.  Right now 
I'm
 dealing only with the hotel data.  There is a panel to list all 
the hotels
 in the database and a panel to edit that hotel's data (along with 
panels for
 adding hotels, etc.).
 
 
 
 The application has a model to hold the data for the particular 
hotel being
 dealt with (
 
 mx:Model id=HotelToEdit{roHotels.getHotel.result._items[0]}
/mx:Model)
 
  
 
  
 
  I have the custom component dropped into my application on an 
edit form
 with the id=editCityStateZip and the data passed in so that is 
looks like:
 
  
 
 CityStateZip id=editCityStateZip 
state={HotelToEdit.HotelState}
 city={HotelToEdit.HotelCity} zip={HotelToEdit.HotelZip} /
 
  
 
 The user selects the hotel from the first panel, clicks a button 
that calls
 the RemoteObject (roHotels) that is used to pull the hotel data 
from the
 database and is directed to the Edit panel.  
 
  
 
 Now, all of this is working so far.  However, when the user goes 
back to the
 main panel that lists all the hotels, selects a new hotel, clicks 
the button
 and is sent back to the edit panel, all the data in that edit 
panel is
 updated except for the that in the CityStateZip component.  
 
  
 
 I've created a test function within the custom component to trace 
the data
 values for the city, state and zip variables and the correct ones 
are there
 in the component.  It just seems that the function that picks the 
state in
 the state ComboBox, fn_pickState(stateName), (as this is the one 
that drives
 the others) gets fired before the data in model is changed or 
doesn't get
 fired after the initialization of the ComboBox.   I call this 
function using
 the modelChanged event handler of the state ComboBox.  I'm also 
calling it
 using the resultHandler attribute of my RemoteObject.  I've also 
tried
 calling it with the function that loads the data for the edit 
panel and
 using the valueCommitted method of the state ComboBox.  None of 
these are
 working.  
 
  
 
 What am I missing here?  How do I call my function after the data 
has been
 returned from the database and loaded into my data model?  I'm 
getting a
 huge headache from banging my head against the wall for two days!
 
  
 
 Please help!
 
  
 
 Thanks in advance,
 
 Brad




 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/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] How to pass value selected from combo box to my Java class method

2005-09-16 Thread sandip_patil01
Hi all,

Can anybody tell me how to pass value selected from combo box to my 
service class method.
Here what I want is depending on the parameter passed to method the 
method should fetch records from database.
In this case I want to pass value selected from combo box to my java 
class method.So how I can achive this.

My code is ,
 mx:ComboBox id=item dataProvider={listInfo}/

where this listInfo contains some data.
Now I want to pass one selected value from this data to my java 
class method sothat accordingly I can fire my select query depending 
on the value passed.
So can anybody please help me out.

Thanks in advance.
Sandip Patil






 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/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] Need Urgent help

2005-09-13 Thread sandip_patil01

Hi to all,

 I am looking the below link example, its intresting one, I am 
little suprised about how this will work, I just copied the code and 
working around but need some help on below tag.

http://www.richinternetapps.com/archives/000108.html


animation:Flip name=bodyFlip 
  foreground=shoppingCart 
  background=checkoutProcess 
  duration=1000 
  easingForeground=Sine.easeIn 
  easingBackground=Sine.easeOut /
do we need to write any ActionScript file or some thing else. please 
help me out, its an urgent need to me.

Thanks in advance.

Sandip...:)








 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/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] Re: Cool Transition Effects

2005-09-13 Thread sandip_patil01
Hi Alex,

  I read your article 
(http://www.richinternetapps.com/archives/000108.html), its really 
cool can you guide us how to implement this.

I copied your code and dowloaded the AnimationPackage_v1_06e.zip.
I little bit confused in implementing.

animation:Flip name=bodyFlip 
  foreground=basic 
  background=advanced 
  duration=1000  
  easingForeground=Sine.easeIn 
  easingBackground=Sine.easeOut /

I didn't understand the above xmlns and their propeties I think I am 
missing some thing her. I apprecaite if you guide on this.

Thanks in advance.

Sandip:) 




--- In flexcoders@yahoogroups.com, Alex Uhlmann [EMAIL PROTECTED] 
wrote:
 Hi Andy,
 
 while I think we still have to wait a bit when we can achieve 
runtime transition effects like this
 http://www.mailorderchickens.org/  ( ;
 
 ...we do have some options at the moment.
 
 We just posted about this topic:
 http://www.richinternetapps.com/archives/000108.html
 
 Best,
 Alex
 
 --
 Alex Uhlmann
 Software Engineer
 iteration::two
 
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED]
 Behalf Of Andy Goodfellow
 Sent: 03 May 2005 14:32
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Cool Transition Effects
 
 
 All,
 
 This is purely gee-whiz, but has anyone achieved a 3D transition
 effect with Flex? I have created the sliding page-to-page effect 
using
 the compositing stuff (parallel and sequential) however it would be
 really neat to flip a panel (using viewstacks) and have added
 functionality on the back. It seems we would need a custom skew 
effect
 or something. Any thoughts?
 
 -Andy
 
 
 
 Yahoo! Groups Links
 
 
 
 
 
 
 
 
 --
 Internal Virus Database is out-of-date.
 Checked by AVG Anti-Virus.
 Version: 7.0.308 / Virus Database: 266.9.1 - Release Date: 
01/04/2005




 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/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] Need immediate Help about Flex and Spring

2005-08-24 Thread sandip_patil01
Dear All,

I want to develop sample application using Macromedia Flex and 
Spring Frmaework.
Here what I want

I am creating User.mxml form which has two text boxes for entering 
usernamr and password.
When user eneter username  password the request will go to Spring  
from there it will display the username  passowrd.

I am confused how the flow will go.

Means from .mxml file where it will go whether in flex-config.xml or 
web.xml of my application where it finds the corresponding Spring 
File.

If anybody knows any URL please send it to me.
[EMAIL PROTECTED]

Thanks in advance.





 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hhbbnla/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124879289/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

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