[flexcoders] Drag and Drop from TileList to DataGrid

2006-05-16 Thread im_sean_s
I'm having a strange problem with dragging items from a tilelist to a data grid.  The drag and drop work fine, but after I perform the drop, I cannot click on any of the tiles in the first row.  Also, I cannot click on any combo boxes.  I am using Flex 1.5.  Any pointers would be greatly appreci

[flexcoders] Re: Cell Renderer for List

2006-04-06 Thread im_sean_s
erer encapsulates. Bind some visible aspect of the > renderer (background color, eg.) to the selected state attribute in the > data object. > > Tobias. > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of im_sean_s > S

[flexcoders] Cell Renderer for List

2006-04-06 Thread im_sean_s
I was wondering if somone could help me with a cell renderer for a list. Basically, I am trying to create a multi-select list where the user would simply click to select or not select an item. I have set the selectable attribute to false for the list and am using a custom renderer with a mouseDow

[flexcoders] Code Reuse Issues

2006-01-27 Thread im_sean_s
Has anyone experienced problems with flex 1.5 when trying to use shared components? Essentially, I have a view stack, in which two of the stacked items contain forms. These two forms use shared components. The problem is that once one of the view stack items is displayed, click ing to the other

[flexcoders] Re: Sending complex data types to ColdFusion form Flex 1.5

2006-01-27 Thread im_sean_s
I too am having problems send complex datatypes too coldfusion, please let me know if you find a solution. Thank you, Sean --- In flexcoders@yahoogroups.com, Kai Pradel <[EMAIL PROTECTED]> wrote: > > Hi all, > > I have been trying to use Remote-Object to pass complex data types from > Flex to

[flexcoders] Re: Flash Remoting with Registered Objects

2006-01-25 Thread im_sean_s
App()"> > > > > > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of im_sean_s > Sent: Wednesday, January 25, 2006 10:14 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Fla

[flexcoders] Re: Flash Remoting with Registered Objects

2006-01-25 Thread im_sean_s
age structure, what are to passing? > > > > > Rob Rusher > > > > RIA Consultant > > Macromedia Certified Flex Instructor > > e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher > > > -----Original Message- > From: flexcoders@yahoogroups

[flexcoders] Re: Flash Remoting with Registered Objects

2006-01-25 Thread im_sean_s
; > Macromedia Certified Flex Instructor > > e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher > > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of im_sean_s > Sent: Wednesday, January 25, 2006 7:25 PM >

[flexcoders] Re: Flash Remoting with Registered Objects

2006-01-25 Thread im_sean_s
Sorry, I should have mentioned that I'm using Flex 1.5 with a ColdFusion 7 back-end. --- In flexcoders@yahoogroups.com, "im_sean_s" <[EMAIL PROTECTED]> wrote: > > Hello all! I was wondering if someone could give me a hand. I am > currently working on a Flex a

[flexcoders] Flash Remoting with Registered Objects

2006-01-25 Thread im_sean_s
Hello all! I was wondering if someone could give me a hand. I am currently working on a Flex application that takes the user through a multi-step form. Since completing the form requires some thought and planning, I am using a sharedObject to store the data from each step. In order to accomplis

[flexcoders] Re: Placing an icon in a ComboBox

2006-01-03 Thread im_sean_s
ECTED]> wrote: > > If it's convoluted, let me know, and I'll modify it. > http://www.jessewarden.com/archives/2005/12/dynamic_icons_i.html > > - Original Message - > From: "im_sean_s" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, January 03,

[flexcoders] Placing an icon in a ComboBox

2006-01-03 Thread im_sean_s
Can some one provide me with a straight forwad example on how to add dynamic icons to a ComboBox control? I've found examples in flash and some in flex, however the ones that I've seen seem very convoluted. granted I am new to flex, and do not have a flash background. If anyone can provide me wi

[flexcoders] Re: Custom Validator on CheckBox

2005-12-03 Thread im_sean_s
Confirmation.errorString = > null;"/> > > > > I think that the Checkbox does clear its error messages though so I'd > make sure that your validator is really firing and doing the right > thing. > > > > Matt > >

[flexcoders] Custom Validator on CheckBox

2005-12-02 Thread im_sean_s
Hello. I have a form in an application I'm building that requires the user to check a CheckBox that acknowledges they read a statement. In order to check that the CheckBox has been checked, I created a custom validator. The validator works fine, but the problem I have is that when the user check

[flexcoders] Re: Newbie Question

2005-12-01 Thread im_sean_s
ing to my id. > > > > > So each item any of those changes, my selecedIndex get updated. > > João Fernandes > Secção de Desenvolvimento > Departamento de Informática > > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

[flexcoders] Newbie Question

2005-11-30 Thread im_sean_s
If this type of question has been answered before, I appologize, but the new Yahoo! Groups message search really sucks! Anyway, I'm fairly new to Flex and am working on a project using the Cairngorm framework. In the project I have a form that is bounded to a sharedObject in order to save the us