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 1511 - 1540 of 3885   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1511
Hello everyone, I have been search for reasons about this for two days, but still haven't got any clue. Can someone help please? I'm usually developing and...
xzhao006
Offline Send Email
Mar 1, 2007
9:46 am
1512
Hi, Can you please post this question on flexcoders. This list is for component/framewrok development questions not flex application questions. Peace, Mike ......
Michael Schmalle
teotigraphix
Offline Send Email
Mar 1, 2007
11:12 am
1513
Thanks for telling me that. I'll do it now. Sally...
Xia Zhao
xzhao006
Offline Send Email
Mar 1, 2007
11:27 am
1514
Help. I posted this on FlexCoders with no response, so I thought I would try here too. I'm trying to use an itemRenderer to create a comboBox in a DataGrid...
Steve Gustafson
karoo52
Offline Send Email
Mar 1, 2007
11:45 am
1515
Good stuff, keep up the good work and I think I will be contributing to FlexLib at some time, when I can find some free time :) Dimitrios Gianninas Developer ...
Dimitrios Gianninas
angelone197555
Offline Send Email
Mar 1, 2007
2:03 pm
1516
Hello guys, I'm currently working on a iTune-ish media player and I thought it'll be cool if I share it with you all my iTunes XML file parser. Basically, it...
xmrcivicboix
Offline Send Email
Mar 1, 2007
4:12 pm
1517
Your itemRenderer is not a ComboBox, it is a VBox containing a ComboBox. The DataGrid sets the .data property on the VBox and you haven't written the code to...
Alex Harui
alex_harui
Offline Send Email
Mar 1, 2007
6:38 pm
1518
I must be missing something. Why can't you use the same labelFunctions in PDG? Most people's labelFunctions should be reusable. Your code example does not...
Alex Harui
alex_harui
Offline Send Email
Mar 1, 2007
6:49 pm
1519
Ok i think you are missing it, let me explain again. As you suggested in message 1059 i am cloning my columns and then setting them to the PDG: var...
dmiramontesval
Offline Send Email
Mar 1, 2007
7:11 pm
1520
OK, now I've gotten rid of the VBox, but still do not see how I can set a different dataProvider to the comboBox, or dynamically set the selectedIndex. Again...
Steve Gustafson
karoo52
Offline Send Email
Mar 1, 2007
7:15 pm
1521
Hi guys, I have a datagrid with a custom button renderer built in Actionscript. I'm trying to figure out how to capture the click event of the component when...
Joseph Abenhaim
joseph_a_1999
Online Now Send Email
Mar 1, 2007
7:33 pm
1522
First off, reinstate the VBox. The override the setter data (value:Object). There you can either set the cb's dataProvider like cb.dp = data.someObject or if...
JWOpitz
Offline Send Email
Mar 1, 2007
8:01 pm
1523
Salut les amis, Je suis un débutant en Flex,et je veut l'utiliser avec ASP.NET. J'est commencer par l'installation de Flex Builder 2.0 , IIS server et WebOrb...
Hamza Habib
mak_designn
Offline Send Email
Mar 1, 2007
9:31 pm
1524
Hamza, Les questions génériques sur Flex devront être posées sur "Flexcoders" et pas ici, du fait qu'ici on parle de la creation de "components". Aussi,...
João Fernandes
joao_m_ferna...
Offline Send Email
Mar 1, 2007
9:58 pm
1525
salut João, Merci pour votre réponse,mais je suis un débutant en Flex et je comprend pas bien l'anglais malheureusement . S'il vous plait donnez moi l'@ de...
hamza habib
mak_designn
Offline Send Email
Mar 1, 2007
10:06 pm
1526
<mx:ComboBox dataProvider="{myLevels}" ... This should set you up to use the myLevels in every ComboBox. The comboBox has built-in logic to set the...
Alex Harui
alex_harui
Offline Send Email
Mar 1, 2007
10:33 pm
1527
http://tech.groups.yahoo.com/group/flexcoders/ Ici vous pourrez poser vos questions. Je ne connais pas de communauté francophone pour flex, désolé. João...
João Fernandes
joao_m_ferna...
Offline Send Email
Mar 1, 2007
10:38 pm
1528
I am still stuck on this one, anyone help please ... labelFunctions ... dmiramontesval ... so i ... how can ... correctly?...
dmiramontesval
Offline Send Email
Mar 1, 2007
11:05 pm
1529
Perhaps I am not being clear. I know I can set the dataProvider within the component. What I need to know is how I can either change the dataProvider when...
Steve Gustafson
karoo52
Offline Send Email
Mar 1, 2007
11:09 pm
1530
You can write you own IFactory, or you can do this: _col3.itemRenderer = new ClassFactory(comboR); _col3.itemRenderer.properties = { dataProvider : ...
Alex Harui
alex_harui
Offline Send Email
Mar 1, 2007
11:40 pm
1531
If you change the width of the date column, does it show up correctly? You might have hit a boundary condition between the measured size and the actual size...
Alex Harui
alex_harui
Offline Send Email
Mar 1, 2007
11:50 pm
1532
Ok i changed the column's width to make it fit and yes it shows up correctly. I think i can use this as a workaround, not letting the wordwrap happen. But...
dmiramontesval
Offline Send Email
Mar 2, 2007
12:03 am
1533
A click event is a bubbling event. Therefore, anyone listening to click on the DG will see it. However, they'll also see clicks on scrollbars and other parts...
Alex Harui
alex_harui
Offline Send Email
Mar 2, 2007
12:04 am
1534
You're welcome to open a bug about it. If you have a mini-example, submit it with the bug. I never tried it here, but I've seen things like it before. -Alex ...
Alex Harui
alex_harui
Offline Send Email
Mar 2, 2007
12:06 am
1535
this is just a hunch but maybe the anomalous machines have an earlier build of FP9? I dunno but when our QA team experiences what seems to be more like ...
JWOpitz
Offline Send Email
Mar 2, 2007
12:08 am
1536
Ok i kept playing with this and there is something wrong: I made the date column to fit, and everything worked fine, now i added more columns which don't use a...
dmiramontesval
Offline Send Email
Mar 2, 2007
12:14 am
1537
its just that one , but thats actually the first thing i checked for and it had the latest player installed...
Firdosh Tangri
firdosht
Offline Send Email
Mar 2, 2007
12:16 am
1538
Can you get the regular DataGrid to cut lines? Give it the same column sets and columns widths. You might have to subclass the renderer and get it to be...
Alex Harui
alex_harui
Offline Send Email
Mar 2, 2007
12:20 am
1539
Nope, the regular Grid works fine, can't make it cut the data horizontally. Actually what i am doing is setting values in the regular DataGrid, the...
dmiramontesval
Offline Send Email
Mar 2, 2007
12:34 am
1540
It seems that printing is one of the complicated topics with Flex :P Well i am now printing my grids correctly and everything works fine, or so i was expecting...
dmiramontesval
Offline Send Email
Mar 2, 2007
1:04 am
Messages 1511 - 1540 of 3885   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