[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] 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

[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.

[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

[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.

[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

[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

[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] 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.

[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

[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

[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

[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

[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

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

[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).

[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

[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!

[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=

[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 ?

[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

[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

[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

[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,

[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

[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)

[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

[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

[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

[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

[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

[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.

[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

[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

[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

[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

[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

[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,

[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

[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

[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

[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