[flexcoders] Combodropdown height

2008-04-15 Thread Parkash
Can any one tell me how to increase dropdown height... Thanks in advance

[flexcoders] Sub Menu Direction

2008-04-17 Thread Parkash
Hi Friends i have used Menu object with some sub menu item . sub menu item opens up in right direction can any one tell me how to change the direction (left ) of sub meu .. means i want to open the sub menu in left direction thanks in advance

[flexcoders] Combobox Question

2008-04-21 Thread Parkash
Hello Friends I am using a flex combobox with following items Group Client --- Account i want to add seprator in the combox can u tell me how to do this i dont want to change componenet from combobox to any other. if any one can tell me how to make combo item uneditable..

[flexcoders] Combobox as itemrendere in Datagird

2008-04-23 Thread Parkash
Hello friends .. I am using Flex 2.0.1, i have one data grid with two coloumns. in the first coloumn i have used combobox as item but it is not working correctly as soon as visible area of grid fills up the combobox behaves abnormally can u tell me if any one of had faced this problem .. or

[flexcoders] Images In MenuBar

2008-04-25 Thread Parkash
In Advance... Parkash Arjan..

[flexcoders] Converting Object To XML

2008-04-30 Thread Parkash
Hello Firends .. I have an AS object which contains other collection of other AS Object now is thier any api which converts my AS object and its containing collection to an XML String .. Thanks in Advance 4 UR Help ...

[flexcoders] Blocking Dialog In Felx

2008-06-11 Thread Parkash
is this dialog in non-blocking dialog and displays all ten confirmation message at the same time, please tell me how to create blocking Dialog in flex . Is multithreading is allowed in flex or can callLater () method is a solution of this problem if yes please tell me how . Thanks Parkash

Re: [flexcoders] Re: DataGrid scroll size on data load

2008-06-11 Thread Parkash
This Might Help you ... and is much better way then wraping header text mx:DataGridColumn headerRenderer=HeaderRenderer . / //HeaderRenderer.mxml ?xml version=1.0 encoding=utf-8? mx:Label xmlns:mx=http://www.adobe.com/2006/mxml; text={data.headerText} truncateToFit=true /mx:Label

[flexcoders] Module Question

2008-06-18 Thread Parkash
Hello all iam creating a new Flex Application and i have to make this application , modular . can you tell me do i need to write seprate Applcation per module i will be using caringorm.

[flexcoders] columns resize policy

2008-06-18 Thread Parkash
Is it possible to have all the columns scale proportionally as windows are resized In JTable, there was a resize policy enumeration, that would tell how to resize columns if screen is resized. the values included: 1. do not resize 2. distribute equally 3. resize last column only. etc

Re: [flexcoders] Problem While Downcasting Flex Modules

2008-06-23 Thread Parkash
Alex thanks for your reply, basically my application has total 10 screens and 6 out 10 screens will be used in other flex applcations , so what i have decided is to make all 10 screens as module and 10 presenter classes for each module. (Do you think it is a good approach?). Now as you said

[flexcoders] table columns and table headers with 8px

2008-07-08 Thread Parkash
How to set left/right margin in the table columns and table headers with 8px. Is their any Style or property. Thanks In Advance..

[flexcoders] Datagrid Column resize problem

2008-07-10 Thread Parkash
Is it possible to set up a datagrid with columns of absolute width AND columns of relative width? I have a datagrid that will resize with the browser window and some columns widths can be resized by the user, but the itemRenderer buttons need to always be the same width(resizable='false'). i

[flexcoders] MultipleEvents

2008-11-03 Thread Parkash
clicks event. but for some reason it dispatches only one event i.e focus out ca any one tell to to resolve this problem i want to dispatch both events @ the same time here os code sapmle. Thanks In Advance Parkash ARjan ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http

[flexcoders] Objects are not Garbage Collected

2008-11-05 Thread Parkash
and remians in memory can any one tell how to resolve this problem b/c my application is getting very slow if my commnd class runs more than 6 times Or any one can send some good tutorial about Garbage collection in Flex Thanks in Advance Parkash ARjan...

[flexcoders] Memory Issue in Internet Explorer

2008-11-19 Thread Parkash
player 9.0.124.0 ,Can any tell me what cud be the issue. Thanks in advance Parkash ARjan.

[flexcoders] double LocalConnection.connect hack

2008-11-20 Thread Parkash
); } And it is giving me an error ArgumentError: Error #2082 Can any tell me what is the problem here and does this hack work for Garbage Collection. Also pleases explain this code I don't know much about this code :-) . Thanks In Advance Parkash ARjan.

[flexcoders] Hand Cursor on Flex Menu

2009-03-02 Thread Parkash
Hello everyone, I am trying to add hand cursor on Flex menu can anyone guide me how to do this. Here is my code snippet. reportMenu = Menu.createMenu(null, xmlReportMenu, false); //reportMenu = Menu.createMenu(null,

FW: [flexcoders] Hand Cursor on Flex Menu

2009-03-04 Thread Parkash
Hello can anyone help me on this. _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Parkash Sent: Monday, March 02, 2009 9:53 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Hand Cursor on Flex Menu Hello everyone, I am trying to add

[flexcoders] XML File size limit?

2009-03-07 Thread Parkash
Is there a limit to the size that an XML file can be? I am working with some huge XML files, and one that I am working with 98938 Lines and is about 2 megs...for some reason, it seems like my app is not reading the file all the way through...any ideas?

[flexcoders] Fortify Scan on my Application.

2009-03-30 Thread Parkash
, but they commonly include transmitting private data like cookies or other session information to the attacker, redirecting the victim to web content controlled by the attacker, or performing other malicious operations on the user's machine under the guise of the vulnerable site. Thanks Parkash