RE: [flexcoders] FW: Datagrid Row Heights

2006-02-21 Thread Jonathan Miranda












2.0 – I was using getItemByIndex
from the ListBase class.

I still can’t figure this out. Even if I resize the HBox cell-renderer,
the actual row height doesn’t change. I need a way to change a specific
row’s height with actionscript.

_

Jonathan Miranda

Flexible Master of the Web

"In the
game of chess, it's important to never let your opponent see your pieces."

HealthGrades: Guiding America to Better Healthcare™

NASDAQ:
HGRD

w  (720)
963-3832

c  (707)
761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee.  If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a result
of e-mail transmission. If verification is required please request a hard-copy
version.











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sauro, Nick
Sent: Tuesday, February 21, 2006
1:44 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] FW: Datagrid Row Heights



 

Is this 1.5, 2.0?  Which method are
you using to access that row? I don’t see any method called
getItemByIndex in the flex docs.

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda
Sent: Tuesday, February 21, 2006
3:31 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] FW: Datagrid Row Heights



 



I’m still trying to figure out how
to set a row height in actionscript J I haven’t even gotten to the effect of resizing the rows
yet.

_

Jonathan Miranda

Flexible Master of the Web

"In the
game of chess, it's important to never let your opponent see your pieces."





 

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sauro,
 Nick
Sent: Tuesday, February 21, 2006
1:10 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] FW: Datagrid Row Heights



 

What do you mean, move effect so its not
so instant??  If its moving too fast, there is a duration field that you
can increase to make the effect last longer.

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda
Sent: Tuesday, February 21, 2006
2:38 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FW: Datagrid Row Heights



 

Alright, let’s say I have a datagrid with
variableRowHeight=true. Now I want, using actionscript, to switch the height of
row #2 to 200. I’ve got a semi-way of doing it right now using a label cellrenderer
but I was wondering if there was a basic method I was missing. I’ve been
attempting using getItemByIndex with little luck.

And anyway to add a “move” effect so it’s not instant?

_

Jonathan Miranda

Flexible Master of
the Web

"In the game of
chess, it's important to never let your opponent see your pieces."












--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] FW: Datagrid Row Heights

2006-02-21 Thread Sauro, Nick










Is this 1.5, 2.0?  Which method are you
using to access that row? I don’t see any method called getItemByIndex in
the flex docs.

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda
Sent: Tuesday, February 21, 2006
3:31 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] FW: Datagrid Row Heights



 



I’m still trying to figure out how
to set a row height in actionscript J I haven’t even gotten to the effect of resizing the rows
yet.

_

Jonathan Miranda

Flexible Master of the Web

"In the
game of chess, it's important to never let your opponent see your pieces."





 

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sauro,
 Nick
Sent: Tuesday, February 21, 2006 1:10
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] FW: Datagrid Row Heights



 

What do you mean, move effect so its not
so instant??  If its moving too fast, there is a duration field that you
can increase to make the effect last longer.

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda
Sent: Tuesday, February 21, 2006
2:38 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FW: Datagrid Row Heights



 

Alright, let’s say I have a datagrid with
variableRowHeight=true. Now I want, using actionscript, to switch the height of
row #2 to 200. I’ve got a semi-way of doing it right now using a label
cellrenderer but I was wondering if there was a basic method I was missing.
I’ve been attempting using getItemByIndex with little luck.

And anyway to add a “move” effect so it’s not instant?

_

Jonathan Miranda

Flexible Master of
the Web

"In the game of
chess, it's important to never let your opponent see your pieces."











--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] FW: Datagrid Row Heights

2006-02-21 Thread Jonathan Miranda












I’m still trying to figure out how
to set a row height in actionscript J I haven’t even gotten to the effect of resizing the rows
yet.

_

Jonathan Miranda

Flexible Master of the Web

"In the
game of chess, it's important to never let your opponent see your pieces."





 

From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sauro, Nick
Sent: Tuesday, February 21, 2006
1:10 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] FW: Datagrid Row Heights



 

What do you mean, move effect so its not
so instant??  If its moving too fast, there is a duration field that you
can increase to make the effect last longer.

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda
Sent: Tuesday, February 21, 2006
2:38 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FW: Datagrid Row Heights



 

Alright, let’s say I have a datagrid with variableRowHeight=true.
Now I want, using actionscript, to switch the height of row #2 to 200.
I’ve got a semi-way of doing it right now using a label cellrenderer but
I was wondering if there was a basic method I was missing. I’ve been
attempting using getItemByIndex with little luck.

And anyway to add a “move” effect so it’s not instant?

_

Jonathan Miranda

Flexible Master of
the Web

"In the game of
chess, it's important to never let your opponent see your pieces."










--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] FW: Datagrid Row Heights

2006-02-21 Thread Sauro, Nick










What do you mean, move effect so its not
so instant??  If its moving too fast, there is a duration field that you can
increase to make the effect last longer.

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda
Sent: Tuesday, February 21, 2006
2:38 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FW: Datagrid Row Heights



 

Alright, let’s say I have a datagrid with
variableRowHeight=true. Now I want, using actionscript, to switch the height of
row #2 to 200. I’ve got a semi-way of doing it right now using a label
cellrenderer but I was wondering if there was a basic method I was missing.
I’ve been attempting using getItemByIndex with little luck.

And anyway to add a “move” effect so it’s not instant?

_

Jonathan Miranda

Flexible Master of
the Web

"In the game of
chess, it's important to never let your opponent see your pieces."









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.