[flexcoders] Duplicating a component

2007-06-09 Thread Robs
Hi all, I have a component having 3 combos 2 buttons 'Add' 'Delete'. I have a scenario wherein the moment I click on 'Add', the entire component should be duplicated. Currently, on using 'addChild', I'm getting an index bound error. Can someone help me please? Thanks, Robi.

[flexcoders] RichTextEditor problem

2007-06-07 Thread Robs
Hi all, I am assigning a 'commentText' property from the result of a backend java call to the 'htmlText' property of the richtexteditor. But, somehow, the paragraph is getting truncated. Have checked the resultobject am getting the entire paragraph there. What could be the reason for

[flexcoders] FDS datatype parsing issue

2007-04-18 Thread Robs
Hi all, We have an app which involves a Java Class communicating with the database acting as a producer. One of the output it returns is of type Long which, due to some reason is not getting parsed in Flex. The resultset shows the no. of records correctly, but the data is shown as blank. We

[flexcoders] Dynamic visual indication of updated data

2007-04-18 Thread Robs
Hi all, How can we visually differentiate updated data in a control in a FDS application? Any ideas on this? Regards, Robi.

[flexcoders] Re: Menubar ItemClick method

2007-04-18 Thread Robs
You'll have to add a click event attach a method to it. Within the method, the first thing you gotta check is whether the clicked item is of type menubarItem. If it is then go ahead compare the labels write your actions accordingly. For label comparison, use something like [EMAIL PROTECTED]

[flexcoders] Re: FDS example

2007-04-13 Thread Robs
-for-java- develo pers-tomcat-based/ -David From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robs Sent: Thursday, April 12, 2007 8:05 AM To: [EMAIL PROTECTED] Subject: [flexcoders] FDS example Hi all, Does anyone have a good example

[flexcoders] Re: FDS example

2007-04-13 Thread Robs
is unknown to me. I, frankly, don't have an idea on the deployment process in TOmcat where all the config xmls will reside. --- In [EMAIL PROTECTED], meteatamel [EMAIL PROTECTED] wrote: Let us know what's confusing so we can help. -Mete --- In [EMAIL PROTECTED], Robs robi.ray@ wrote: Hi all

[flexcoders] FDS example

2007-04-12 Thread Robs
Hi all, Does anyone have a good example of a FDS application with proper deployment instructions? I've just started with it am finding some things a bit confusing. PLease help ! Regards, Robi.

[flexcoders] FDS Messaging error

2007-04-10 Thread Robs
Hi all, I'm trying out a sample chat app using fds messaging. As per the instructions, I made a new destination in the messaging-config.xml as follows: destination id=MyTransientTopic properties server durablefalse/durable /server

[flexcoders] Re: FDS Messaging error

2007-04-10 Thread Robs
-- Clean after modifying the FDS config files. Dirk. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robs Sent: Tuesday, April 10, 2007 3:36 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] FDS Messaging error Hi all, I'm

[flexcoders] Preventing double clicking on a datagrid header !

2006-12-07 Thread Robs
Hi friends, Can someone tell me the way to prevent double clicking on the datagrid column headers? Thanks in advance, Robi.

[flexcoders] Oppurtunity to work on a Flex project

2006-11-16 Thread Robs
A U.S. based company is looking for Flex/AJAX developers for their 2yr long project. The developer will b based in U.S for 3 months. Those interested may please contact Saumitri at [EMAIL PROTECTED] or call up on 9881462558.

[flexcoders] CSS question

2006-10-01 Thread Robs
Hi all, I'm building a project which has the following structure: root -- this contains the launching mxml components comp1 assets -- graphics,etc business - contains remotng code model -- data model controller -- event listeners/handlers view -- UI comp2

[flexcoders] Repositioning pop up window

2006-07-27 Thread Robs
Hi all, Can a popup window created with the createpopup method be repositioned to a desired x,y location. If yes, how? Thanks in advance, Robi. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Datagrid column itemrenderer - Flex2B3

2006-06-21 Thread Robs
I have a datagrid which gets populated with the following function: private var colHeaders:Array = [{head:'ID',bind:'oid',width:50}, {head:'Loan Number',bind:'loannumber',width:50},{head:'First Name',bind:'borrowerfirstname',width:45},{head:'Last Name',bind:'borrowerlastname',width:45},

[flexcoders] Problem with Flex2 Beta3

2006-06-07 Thread Robs
Hi All, I am facing a strange problem with the components within my application. As per our architecture, all the basic controls are not being used directly, but as custom classed extending the base ones. So, instead of using a HBox control, I use CapHBox control which is the custom one.

[flexcoders] Re: Adobe Flex2 - Title window transparency

2006-05-10 Thread Robs
Hey..thanks a ton ! --- In flexcoders@yahoogroups.com, jeremy lu [EMAIL PROTECTED] wrote: styleName = opaquePanel worked in B2, not sure for B3 On 5/10/06, Robs [EMAIL PROTECTED] wrote: Hi all, How can I remove the transparency of the title window? I tried all properties like

[flexcoders] Namespace issue

2006-04-07 Thread Robs
Hi all, I have a project directory structure as shown: Root startup mxml files [folder named wrhouse] warehouse.mxml docviewWindow.mxml One of my startup mxml files has to include files from the wrhouse folder. I did the following in my application tag:

[flexcoders] Inter - component communication

2006-03-24 Thread Robs
Hi everyone, I have 2 groups of nested components put in 2 separate containers in a ViewStack. The containers themselves are components too. The nesting structure is as shown: (Comp1--Comp2--Comp3) -- This group goes in container 1. (Comp4--Comp5--Comp6) -- This group goes in container 2.

[flexcoders] 2 issues in Flex 1.5

2006-03-17 Thread Robs
In my current layout, I needed a custom popup menu on click of an icon. So, I used the createClassObject method to invoke a custom mxml component. Here is the function: private function callMe(obj):Void{ if(!menuCreated){ var rm:Object = createClassObject

[flexcoders] Restricting drag drop to certain nodes of a tree

2006-03-16 Thread Robs
Hi all, Is it possible to restrict drag drop operation to certain nodes of a tree? If yes, can anyone give me some ideas. Thanks. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Avoiding scroll in List Control

2006-03-12 Thread Robs
I have a list control with a custom cell renderer inside a repeater object. I want the list's height to be dynamic based on the no. of filled rows. Is it possible? Thanks in advance... -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] For those who are not getting their icons displayed in a list control

2006-03-09 Thread Robs
Hi all, Since a couple of days, I was struggling to display icons beside each list item was keeping on reading the Flex1.5 doc. What I found was a small but critical mistake. When using the iconField property, Flex doc suggests the following format: mx:Script

[flexcoders] Resize issue

2006-03-07 Thread Robs
I have a component containing 2 controls vertically. The first is a datagrid control the other is a vbox control within which there are multiple hbox controls. All hbox controls have been given a width of 100% so that they r in flush with the outer vbox. The outer vbox is initially set to a

[flexcoders] Re: Drag drop within a tree control itself

2006-03-04 Thread Robs
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robs Sent: Thursday, March 02, 2006 4:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Drag drop within a tree control itself Hi people, I've a tree control which is the drag source drop target

[flexcoders] Drag drop within a tree control itself

2006-03-02 Thread Robs
Hi people, I've a tree control which is the drag source drop target itself to enable shuffling of nodes within the tree. As such, the normal drag drop codes work fine but there is 1 problem in the dragComplete event. I've used the following function within dragComplete event: function

[flexcoders] Delete popup issue in Flex 1.5

2006-02-28 Thread Robs
Hi there, I have 3 components which have the following relation: Component 1 -- Component 2(inside component 1) -- Component 3 (inside component 2). Within component 1, I've invoked a popup which embeds components 2 3. My close button is within component 3. How do I delete the popup on

[flexcoders] Re: Merger of Datagrid Tree - Urgent !

2006-02-26 Thread Robs
has done this and there is example code available. I believe the name is TreeGrid. Check out FlexAuthority, I think that is where I saw it. If not, google. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robs Sent

[flexcoders] Merger of Datagrid Tree - Urgent !

2006-02-23 Thread Robs
Hi all, Is it possible that I can merge the dataGrid Tree components to make a single custom component. I have a scenario where I need to simulate the MS Outlook inbox section when the mails are grouped as per a specific field. Please help... Thanks. -- Flexcoders Mailing List FAQ:

[flexcoders] Embedding pdf doc with the help of Flashpaper in Flex1.5

2006-02-13 Thread Robs
Hi all, Is it possible to embed a pdf using flashpaper2 in flex1.5? Thanks! -- 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

[flexcoders] Select all functionality in datagrid

2006-02-10 Thread Robs
Hi all, I have a datagrid with 2 columns of which the first one has a checkbox as the cell renderer. The checkbox is inside a separate component. I have used the same component as the headerRenderer too. Can anyone help me out in implementing the Select all feature found in most mail

[flexcoders] Re: Problem with Remote Objects - Urgent

2006-01-31 Thread Robs
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robs Sent: Friday, January 27, 2006 11:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Problem with Remote Objects - Urgent Hi all, I have a java class which performs file I/O operations. It lists all the root folders

[flexcoders] Customizing default Flex preloader

2006-01-27 Thread Robs
Hi all, How do I show the percentage download value along with the Initializing text in the preloader provided with Flex? Do I need to code specifically? If yes, then how? Please help... Thanks. -- Flexcoders Mailing List FAQ:

[flexcoders] Problem with Remote Objects - Urgent

2006-01-27 Thread Robs
Hi all, I have a java class which performs file I/O operations. It lists all the root folders within a specified path on my disk returns the folder names in a string array which, I then use to populate my tree control. I have a local array var within which I store this result, e.g.,

[flexcoders] Re: Runtime width of tree control - Urgent !!

2006-01-18 Thread Robs
Of Robs Sent: Tuesday, January 17, 2006 2:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Runtime width of tree control - Urgent !! Hi all, I have a tree control in my app, whose width has been set to 100%. Can i get the width at runtime in pixels? If yes, then how? Regards

[flexcoders] Using the mx:Repeater tag -- S.O.S

2006-01-18 Thread Robs
Hi all, I'm facing issues while using the Repeater tag. I have a xml file named 562114560.xml which defines my data as follows: ?xml version=1.0 encoding=iso-8859-1? folder page name001.jpg/name no1/no /page page name002.jpg/name no2/no /page /folder As u can see I need

[flexcoders] Re: Using the mx:Repeater tag -- S.O.S

2006-01-18 Thread Robs
Hey, thanks Douglasthat did my job. --- In flexcoders@yahoogroups.com, Douglas Knudsen [EMAIL PROTECTED] wrote: source=data/folders/562114560/{docThumb.currentItem.name} DK On 1/18/06, Robs [EMAIL PROTECTED] wrote: Hi all, I'm facing issues while using the Repeater tag. I

[flexcoders] Runtime width of tree control - Urgent !!

2006-01-17 Thread Robs
Hi all, I have a tree control in my app, whose width has been set to 100%. Can i get the width at runtime in pixels? If yes, then how? Regards, Robi. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: