RE: [flexcoders] Scrollbar bug (with sample code)

2006-07-14 Thread Daniel Tuppeny





Is there a public bug tracker for Flex now? I want to find 
out of this is truly a bug (and I have to bodge it), or I'm just doing something 
silly.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel 
TuppenySent: 30 June 2006 14:55To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Scrollbar bug 
(with sample code)

I thought that too. So I added a label that displayed the 
properties, (text="{hscroll.height}" etc.), and they all updated fine as the 
control rendered. I can fix it witha bodge, but I'm hoping someone can 
confirm a bug, or explain what I'm doing wrong :-)


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jason 
HawrylukSent: 30 June 2006 14:48To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Scrollbar bug 
(with sample code)

I 
added this to your vscroll, it worked but not the best,you may want to 
play around with this a bit. Perhaps the binding is not getting called until 
hscroll is created they are not created at the same time, so if hscroll is not 
fully created the height would in fact be 0.

creationComplete="vscroll.y=hscroll.height;"

Hope 
this helps

Jason





  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de Daniel TuppenyEnvoyé: vendredi 30 juin 2006 
  15:19À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Scrollbar bug (with sample code)
  
  
  Here's some code 
  to show the problem I'm having. When I load the page, the VScrollBar goes 
  right to the bottom edge of the page (ignoring thebottom attribute). If 
  I resize the window, everything jumps into place 
correctly.
  
  This worked fine 
  in beta 3. Any ideas? I've attached a screenshot of what I 
  see.
  
  
  ?xml 
  version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 
  layout="absolute"
  
  mx:Legend width="200" 
  height="200"mx:LegendItem label="Mydtest" 
  //mx:Legend
  
  mx:VScrollBar id="vscroll" bottom="{hscroll.height}" 
  right="0" top="0" /mx:HScrollBar id="hscroll" bottom="0" 
  left="0" right="{vscroll.width}" 
  //mx:Application__This 
  email has been scanned by the MessageLabs Email Security System.For more 
  information please visit http://www.messagelabs.com/email 
  __
  [Inbound Mail Scanned by 
MessageLabs]__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__ [Inbound Mail Scanned by 
MessageLabs]

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__._,_.___





--
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] Scrollbar bug (with sample code)

2006-06-30 Thread Jason Hawryluk





I 
added this to your vscroll, it worked but not the best,you may want to 
play around with this a bit. Perhaps the binding is not getting called until 
hscroll is created they are not created at the same time, so if hscroll is not 
fully created the height would in fact be 0.

creationComplete="vscroll.y=hscroll.height;"

Hope 
this helps

Jason





  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de Daniel TuppenyEnvoyé: vendredi 30 juin 2006 
  15:19À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Scrollbar bug (with sample code)
  
  
  Here's some code 
  to show the problem I'm having. When I load the page, the VScrollBar goes 
  right to the bottom edge of the page (ignoring thebottom attribute). If 
  I resize the window, everything jumps into place 
correctly.
  
  This worked fine 
  in beta 3. Any ideas? I've attached a screenshot of what I 
  see.
  
  
  ?xml 
  version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 
  layout="absolute"
  
  mx:Legend width="200" 
  height="200"mx:LegendItem label="Mydtest" 
  //mx:Legend
  
  mx:VScrollBar id="vscroll" bottom="{hscroll.height}" 
  right="0" top="0" /mx:HScrollBar id="hscroll" bottom="0" 
  left="0" right="{vscroll.width}" 
  //mx:Application__This 
  email has been scanned by the MessageLabs Email Security System.For more 
  information please visit http://www.messagelabs.com/email 
  __
  
__._,_.___





--
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] Scrollbar bug (with sample code)

2006-06-30 Thread Daniel Tuppeny





I thought that too. So I added a label that displayed the 
properties, (text="{hscroll.height}" etc.), and they all updated fine as the 
control rendered. I can fix it witha bodge, but I'm hoping someone can 
confirm a bug, or explain what I'm doing wrong :-)


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jason 
HawrylukSent: 30 June 2006 14:48To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Scrollbar bug 
(with sample code)

I 
added this to your vscroll, it worked but not the best,you may want to 
play around with this a bit. Perhaps the binding is not getting called until 
hscroll is created they are not created at the same time, so if hscroll is not 
fully created the height would in fact be 0.

creationComplete="vscroll.y=hscroll.height;"

Hope 
this helps

Jason





  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de Daniel TuppenyEnvoyé: vendredi 30 juin 2006 
  15:19À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Scrollbar bug (with sample code)
  
  
  Here's some code 
  to show the problem I'm having. When I load the page, the VScrollBar goes 
  right to the bottom edge of the page (ignoring thebottom attribute). If 
  I resize the window, everything jumps into place 
correctly.
  
  This worked fine 
  in beta 3. Any ideas? I've attached a screenshot of what I 
  see.
  
  
  ?xml 
  version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 
  layout="absolute"
  
  mx:Legend width="200" 
  height="200"mx:LegendItem label="Mydtest" 
  //mx:Legend
  
  mx:VScrollBar id="vscroll" bottom="{hscroll.height}" 
  right="0" top="0" /mx:HScrollBar id="hscroll" bottom="0" 
  left="0" right="{vscroll.width}" 
  //mx:Application__This 
  email has been scanned by the MessageLabs Email Security System.For more 
  information please visit http://www.messagelabs.com/email 
  __
   [Inbound Mail Scanned by 
MessageLabs]

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__._,_.___





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








   



  




  
  
  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.



  






__,_._,___