Re: [flexcoders] xml-combobox

2005-04-14 Thread ibibas
Thanks, Manish. Isaac Bibás Forado Manish Jethani

[flexcoders] xml-combobox

2005-04-13 Thread ibibas
Hi pals, In my application I have a help feature it permits to display help text if user requests for. Is a multilang application. My initial idea to implement this feature is to create a XML file as follows: help_file obj label=screen1 field label=field11

[flexcoders] Data Grid event-Need help

2005-04-06 Thread ibibas
Hi again! I would like the selected file in a datagrid changes when the user navigates to a new line via TAB/INTRO keys. As this is not the default behavior, anyone knows how to overwrite it? More info: In my code: mx:DataGrid id=dgProjectList .. keyDown=checkKey(event); .. where:

Printing issue

2005-03-03 Thread ibibas
Hi, I have to print data from a datagrid with several columns(12). Defining a print job, I intend to modify the default page orientation, to print in horizontal orientation, but it doesn´t work. Any thought?. Thanks in advance. My code: var pj : PrintJob = new PrintJob(); //orientation

editable rows datagrid

2005-02-25 Thread ibibas
Hi pals, I have a little big problem(hope I can clear it). From a database I retrieve records I display in a datagrid. I have a column in a datagrid set to editable=false. When I add new item, this column sholud be editable in order to fill new data. . Once saved(button pressed) I refresh the

RE: [flexcoders] editable rows datagrid

2005-02-25 Thread ibibas
Thanks Abdul, Can I specify the unique editable record row is the new row? Isaac Bibás Abdul Qabiz [EMAIL PROTECTED] Para: flexcoders@yahoogroups.com a.com cc: Asunto: RE: [flexcoders] editable rows datagrid 25/02/2005 10:23 Por favor, responda a flexcoders Yeah,

Re: [flexcoders] dateField questions?

2005-02-24 Thread ibibas
: 23/02/2005 22:01 Asunto: Re: [flexcoders] dateField questions? Por favor, responda a flexcoders Hi ibibas, How would I set up a function to accept an argument like this: getCurrentDate(myDateFieldNameHere); I know this isn't correct: function getCurrentDate(myArg) { var myArg

Re: [flexcoders] stress test

2005-02-23 Thread ibibas
Thanks Jonathan!!! One more question, can I edit/modify the AMF code?. I intend to emulate multiple client accessing a single server. The problem is the server rejects requests containing the same data for each client. I appreciate your help, Regards, Isaac Bibás Jonathan Bezuidenhout

RE: [flexcoders] stress test

2005-02-23 Thread ibibas
Just the my flex application. Isaac Bibás Matt Chotin [EMAIL PROTECTED] Para: flexcoders@yahoogroups.com ia.com cc: Asunto: RE: [flexcoders] stress test 22/02/2005 19:26 Por favor, responda a flexcoders Are you trying to stress the Flex app itself or the data

datagrid selectable cells

2005-02-14 Thread ibibas
Hi coders! In a datagrid I would like to have a kind of selectable cell behavior where selectable means: -I have focus -The cell is NOT editable Anyone knows if this is possible not using cell renderers? Thanks Isaac Bibás

Busy image

2005-02-11 Thread ibibas
Hi coders!! Code below intend to display an image when the user navigates between screen to indicate the page load is in progress. When the user click the submit button, the visible parameter is set to true. The image is an animated gif. The image is displayed but the image is displayed in the

RE: [flexcoders] Busy image

2005-02-11 Thread ibibas
ok, thanks to everybody I´ll do so Isaac Bibás Forado PR Muruganandh [EMAIL PROTECTED] Para: flexcoders@yahoogroups.com omedia.com cc: Asunto: RE: [flexcoders] Busy image 11/02/2005 13:24 Por favor, responda a flexcoders Instead of an animated gif use a swf It

clicked cell

2005-02-10 Thread ibibas
Hi coders, Working with datagrid my application sholud navigate to a new screen when wichever cell of a specified column is clicked. If the cell is editable I can use the datagrid focussedCell property to detemine what is the columnIndex and consequently decide when the navigation must be

Re: [flexcoders] clicked cell

2005-02-10 Thread ibibas
Thanks Muruganah Isaac Bibás Muruganandh.P.R. Para: flexcoders@yahoogroups.com p_r_muruganandh@ cc: yahoo.com Asunto: Re: [flexcoders] clicked cell 10/02/2005 13:15 Por favor, responda a flexcoders Hi, Data grid has a cellPress event cellPr Broadcast when

RE: [flexcoders] clicked cell

2005-02-10 Thread ibibas
Excuse me, Muruganandh ;-) Isaac Bibás Abdul Qabiz [EMAIL PROTECTED] Para: flexcoders@yahoogroups.com a.com cc: Asunto: RE: [flexcoders] clicked cell 10/02/2005 15:17 Por favor, responda a flexcoders You can call him Anand only :) -abdul -Original Message-

RE: [flexcoders] Dynamic model

2005-02-09 Thread ibibas
Thanks, Abdul..it works! Isaac Bibás Forado Abdul Qabiz [EMAIL PROTECTED] Para: flexcoders@yahoogroups.com a.com cc: Asunto: RE: [flexcoders] Dynamic model 08/02/2005 11:49 Por favor, responda a flexcoders Hi, Please ignore my previous example, that example

Re: [flexcoders] Dynamic model

2005-02-07 Thread ibibas
Jeff, Yes, the filename changes. It depends on the user selection(obviuosly at runtime). Just I want to load the specified XML at runtime. Avoid to load all the possible XML´s in the startup. Thanks for your help Isaac Bibás Forado Jeff Steiner [EMAIL PROTECTED] Para:

Re: [flexcoders] Dynamic model

2005-02-07 Thread ibibas
In my .mxml the current content: The Model: mx:Model id=fieldList source =../xml/projectSearchFields.xml/ where projectSearchFields.xml is: fields field label=Project Code type=java.lang.Long value=ProjectId/ field label=Nom Projecte type=java.lang.String value =ProjectName/ field