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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3300 - 3329 of 3929   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3300
Try the measureText function. Multplying by 10 is probably overkill. What else is in the HBox with the DG? Maybe you don't want a hscrollbar there. ...
Alex Harui
alex_harui
Online Now Send Email
Jan 1, 2008
8:40 am
3301
Hi all I'm just relaying this message from http://www.bytearray.org This issue realy needs to bee pointed out for adobe so we can create the best RIA. Here is...
Cato Paus
pauscato1
Offline Send Email
Jan 2, 2008
12:06 pm
3302
In case anyone is interested, the beta of Degrafa was released yesterday. If you're not familiar wit Degrafa, it's a declarative graphics framework for Flex...
scalenine
Offline Send Email
Jan 3, 2008
1:34 am
3303
I have Tab Navigation with multiple Tabs. Each tabs is dynamic DG. But only in first tab DG looks like I set, in all other tabs col with is random! but same...
lytvynyuk
Offline Send Email
Jan 3, 2008
5:24 pm
3304
Looks interesting. Lets see try and see what we can do with it....
lytvynyuk
Offline Send Email
Jan 3, 2008
5:30 pm
3305
Here is the piece of code: Which generates 3 tabs with DG within, problem is 2 hidden tabs ignores sizes I set. Is there any way to set properly column sizes? ...
lytvynyuk
Offline Send Email
Jan 3, 2008
8:51 pm
3306
When Application starts, sizes of DGs is set. After cycle Collapse->Expand, all sizes are messed up. <?xml version="1.0" encoding="utf-8"?> <mx:Application...
lytvynyuk
Offline Send Email
Jan 3, 2008
9:16 pm
3307
What's happening is that the second and third panels don't get sized right away and they size the DG to something small which squishes the columns. Try...
Alex Harui
alex_harui
Online Now Send Email
Jan 3, 2008
9:32 pm
3308
... Thank you Alex for response. I does looks like second and third was newer set to requested width. What I see any DG component,which not displayed, ignores...
lytvynyuk
Offline Send Email
Jan 3, 2008
10:15 pm
3309
Another option is to add the DGs in the other panels after creationComplete on the TabNav so you know what sizes to use. As far as scaling goes, you might want...
Alex Harui
alex_harui
Online Now Send Email
Jan 4, 2008
12:04 am
3310
Sorry Bart, i was in vacation and can't answer your email, the adress is www.areacriacoes.com.br/projetos/flex/menuvertical2.zip ... -- Daniel Lopes - Area...
Daniel Lopes
danielvlopes
Offline Send Email
Jan 5, 2008
5:53 pm
3311
Hi all, The scenario is like this: I have one class which extends the Panel class. I create it's instance in an mxml file. I have one more class which extends...
learner
mayur_vnit
Offline Send Email
Jan 7, 2008
9:47 am
3312
Please post some of your code. ________________________________ From: flexcomponents@yahoogroups.com [mailto:flexcomponents@yahoogroups.com] On Behalf Of...
Alex Harui
alex_harui
Online Now Send Email
Jan 7, 2008
4:04 pm
3313
custom Panel class: class myPanel extends Panel{ override protected function createChildren():void { // Add button to Header } } in mxml <local:myPanel> ...
learner
mayur_vnit
Offline Send Email
Jan 8, 2008
10:15 am
3314
Any idea what and why I get this error. "Main Thread(Suspended: VerifyError: Error #1030: Stack depth is unbalanced. 1!=0.) This occurs in a custom item...
reflexactions
Offline Send Email
Jan 8, 2008
12:00 pm
3315
Forget it... Found the problem.... my bad code... ... is...
reflexactions
Offline Send Email
Jan 8, 2008
12:15 pm
3316
Personally I don't see anything wrong here. This code suppose to work with no errors. May be overrided methods withing one of them make runtime error? ... ...
lytvynyuk
Offline Send Email
Jan 8, 2008
3:52 pm
3317
... You probably also need to override layoutChrome. For example, see: http://www.flexforum.org/lofiversion/index.php/t11.html -- Martin Cooper...
Martin Cooper
mfncooper
Offline Send Email
Jan 8, 2008
4:34 pm
3318
Maybe you're doing something funky in createChildren? Are you getting a compile error or runtime error. If runtime, what is the full stack trace? If...
Alex Harui
alex_harui
Online Now Send Email
Jan 8, 2008
5:54 pm
3319
Are you calling super.createChildren within your override?...
Paul Decoursey
lepusmars
Offline Send Email
Jan 8, 2008
10:12 pm
3320
Is there a way in a custom column component to detect when the parent grids dataProvider is set or changed, and also detect when the column is added to a grid?...
reflexactions
Offline Send Email
Jan 9, 2008
12:21 pm
3321
If data provider is changed (set) column renderer's property data should be set (dataChange property event fired). Item renderer as I see it shouldn't know of...
Roman Protsiuk
roman_protsiuk
Offline Send Email
Jan 9, 2008
12:31 pm
3322
This is not a custom renderer... Its a custom column...... i.e. A DataGridColumn and AdvancedDataGridColumn subclass and it needs to know about all the column...
reflexactions
Offline Send Email
Jan 9, 2008
12:51 pm
3323
... Not sure about the first question, but the second one - remember that createChildren() will be called on the column object when it is added to a parent. e...
Erik Price
profkyne
Offline Send Email
Jan 9, 2008
1:03 pm
3324
... DataGrid's dataChange event I believe ... column's creationComplete event HTH, Ben...
ben.clinkinbeard
ben.clinkinb...
Offline Send Email
Jan 9, 2008
1:41 pm
3325
I get a run time error: The stack trace is: TypeError: Error #1034: Type Coercion failed: cannot convert ms.chatmodule.view::MemberViewList@8d2a331 to...
learner
mayur_vnit
Offline Send Email
Jan 9, 2008
2:15 pm
3326
Hi all, Is there any way in which I get the caller function name. As in : class Aclass{ instanceB:Bclass; function a(){ instanceB.b(this) } } class Bclass{ ...
learner
mayur_vnit
Offline Send Email
Jan 9, 2008
2:24 pm
3327
Grid Columns dont have a creationComplete event unfortunately.. and I think dataChange doesnt fire when the grids dataProvider is set. I think its not possible...
reflexactions
Offline Send Email
Jan 9, 2008
3:46 pm
3328
You can do this, but you will either need to extend datagrid or do a bunch of stuff external to the class. My approach would be an extension. I would override...
Michael Labriola
malabriola
Offline Send Email
Jan 9, 2008
4:12 pm
3329
That is not possible. -Josh learner wrote: Hi all, Is there any way in which I get the caller function name. As in : class Aclass{ instanceB:Bclass; function...
Josh Tynjala
joshtynjala
Offline Send Email
Jan 9, 2008
4:42 pm
Messages 3300 - 3329 of 3929   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