Search the web
Sign In
New User? Sign Up
flexcomponents · Flex Component Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 850 - 880 of 3871   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
850
There is no footer support in DG. Maybe in a future release. Your choices are to put a custom component along the bottom, or try a custom collection that...
Alex Harui
alex_harui
Online Now Send Email
Dec 1, 2006
6:35 pm
851
It depends. Drawing into the graphics layer is fast and lightweight, but you can't manipulate the rectangles later (they've been painted). Using sub objects...
Alex Harui
alex_harui
Online Now Send Email
Dec 1, 2006
7:44 pm
853
I want to arm a team of FlexComponent members with administration capability (spam deletion, user banning). This team will help fight the evil that seems to be...
adobeted
Offline Send Email
Dec 2, 2006
12:46 am
854
I'm in the process of creating a custom look for a Flex app and ran into a problem while creating custom skins for scrollbars. There is a hard-coded shape...
tombaggett
Offline Send Email
Dec 2, 2006
1:47 am
855
Sign me up I'll give it a go. I'm new to the list but am an active Flex developer and I've posted a few ( very spammed articles on Flex ) articles on my blog....
Pablo Rangel
dudios_at_wsd
Offline Send Email
Dec 2, 2006
4:32 am
856
Sign me up too. I've been looking for a good way to start giving back to the Flex community. I'll be glad to help. Evan...
ejb4424
Offline Send Email
Dec 2, 2006
4:54 am
857
We had a client with a request to put a form in the header of the datagrid and we ended up placing a component right above as Gordon suggests. It lacks some of...
Pablo Rangel
dudios_at_wsd
Offline Send Email
Dec 2, 2006
6:17 am
858
Hi , I want to wrap header text in the datagrid. I did "wordWrap = true;" but not working. ...
arpan srivastava
arpan30_cs
Offline Send Email
Dec 2, 2006
10:16 am
859
Arpan, Try using headerWordWrap="true" instead of wordWrap="true" I just tested it and it works for me. -pablo ... true;" but not working....
Pablo Rangel
dudios_at_wsd
Offline Send Email
Dec 2, 2006
4:30 pm
860
Hi, I just thought I might run this passed the flex engineers. I see in the code path in BoxLayout, that if there is one child of the Container, you do not...
Michael Schmalle
teotigraphix
Offline Send Email
Dec 2, 2006
11:11 pm
861
Hi Pablo, i did headerWordWrap= "true" it is working, but the problem is that I am creating my own datagrid component in which I specifying the rowheight to be...
arpan srivastava
arpan30_cs
Offline Send Email
Dec 3, 2006
4:57 am
862
I think that is how includeInLayout is supposed to work. My impression was that includeInLayout=false means that the container will resize and position it just...
Peter Hall
pj743
Offline Send Email
Dec 3, 2006
3:43 pm
863
I'm not sure I understand the issue, but if you want the headers to word wrap, they may need to be taller than the rows. You can always calculate the height...
Alex Harui
alex_harui
Online Now Send Email
Dec 3, 2006
6:14 pm
864
Peter, I just meant that if there is one child, there is a different code path and when setActualSize() is called on that one child, includeInlayout is not ...
Michael Schmalle
teotigraphix
Offline Send Email
Dec 3, 2006
8:03 pm
865
FYI: Posted a sample of extended grid (really composite of grid and other components) that supports show/hide columns and row grouping: ...
roman_dolgov
Offline Send Email
Dec 4, 2006
2:50 am
866
Works pretty well for me. nice one! B...
Bjorn Schultheiss
bjorn.schult...
Offline Send Email
Dec 4, 2006
3:12 am
867
Hi, Is there anyway we can add CSS programmatically in ".as" file rather than adding in the mxml file with <mx:style /> tag. ...
arpan srivastava
arpan30_cs
Offline Send Email
Dec 4, 2006
4:43 am
868
Hi rd I thinks there's an error. I tried to: 1. Group on a column 2. Unfold grouped rows 3. Sort on another column (nothing happens) After that, sorting...
Henrik Rediin
hmr_umbraco
Offline Send Email
Dec 4, 2006
4:51 am
869
Hi Henrik, Thanks for checking the component. You are right about the error - current version doesn't sort in "unfolded mode". I didn't figure out the best way...
roman_dolgov
Offline Send Email
Dec 4, 2006
5:25 am
870
Hi Arpan You can do this in .as file by just creating CSS classes in action script. by contol name Text { color : #ffffff; ... }; or .class_name { color :...
amey admulwar
amey_admulwar
Offline Send Email
Dec 4, 2006
9:34 am
871
How do we dynamically use an image as icon for Canvas component, writing the code in the .as file. Amol....
genius_gen2k
Offline Send Email
Dec 4, 2006
11:34 am
872
Is there any way to access the Inspectable metatag from actionscript or create similar meta information (Inspectable just happens to have every property I want...
Daniel Freiman
FreimanCQ@...
Send Email
Dec 4, 2006
4:50 pm
873
In actionscript you can also use the setStyle method to programmatically set any of the styles for that element. myTextBox.setStyle("color", 0xFF0000); -Andy ...
Andrew Trice
triceam01
Offline Send Email
Dec 4, 2006
5:26 pm
874
Group: I've written up my question here: http://www.newviewnetworks.com/nvnhome/blog/client/media/metadata_inspectable.swf I look forward to the answer -- ...
Dominick Accattato
daccattato
Offline Send Email
Dec 4, 2006
6:09 pm
875
The metadata is not available from AS. I believe FlexBuilder scans the source. ________________________________ From: flexcomponents@yahoogroups.com ...
Alex Harui
alex_harui
Online Now Send Email
Dec 4, 2006
6:36 pm
876
I'm not sure I understand the question. If you want to put an image in the Canvas, you can either use the backgroundImage style or add an Image component to...
Alex Harui
alex_harui
Online Now Send Email
Dec 4, 2006
6:36 pm
877
Or you can go the extra mile and use CSSStyleDeclaration class along with the StyleManager to create styles in actionscript and then reference those styles...
Bruce Denham
flex8it
Offline Send Email
Dec 4, 2006
7:18 pm
878
yeah, sounds like your gonna have to build the metadata object in memory. You won't have access to the [Inspectable] metadata cause thats used during ...
Dominick Accattato
daccattato
Offline Send Email
Dec 4, 2006
7:23 pm
879
yeah, calling super.updateDisplayList will do all the underlying components resize. The only thing you have to worry about are components that you ...
Dominick Accattato
daccattato
Offline Send Email
Dec 4, 2006
7:37 pm
880
yeah, i was hoping I wouldn't have to do that. I found you can find bindable metatags through code so I was hoping that there would be some obscure way into...
Daniel Freiman
FreimanCQ@...
Send Email
Dec 4, 2006
8:45 pm
Messages 850 - 880 of 3871   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help