Re: [flexcoders] Re: printing/zooming bugs

2006-07-27 Thread Samuel Reuben



This is still an open issue Peter. I remember it had been fixed but then some how it got back. Will press for it to be fixed ASAP.

Thanks,
-sam
On 7/25/06, Daniel Tuppeny [EMAIL PROTECTED] wrote:







I was playing with your code, and discovered you don't need to create a new context menu, just call hideBuiltInItems() on the existing one:




function init:void()
{
 contextMenu.hideBuiltInItems();

}


From: flexcoders@yahoogroups.com
 [mailto:flexcoders@yahoogroups.com] On Behalf Of 
Pan TroglodytesSent: 18 July 2006 00:14To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: printing/zooming bugs
I know this was asked a long time ago, but somehow I must have missed it. Either that or I learned how to do it later. In any case, do this: import flash.ui.ContextMenu; var menu:ContextMenu = new ContextMenu(); 
 menu.hideBuiltInItems(); contextMenu = menu;


On 6/30/06, Daniel Tuppeny 
[EMAIL PROTECTED]  wrote: 








Is there a way to hide the context menu (or at least the zoom part)? Wehave a zoomable graph, and if the user right-clicks, they see Zoom,think it's ours, click it, and then they're stuffed until reloading the
page!
-Original Message-From: 
flexcoders@yahoogroups.com [mailto:
 flexcoders@yahoogroups.com] OnBehalf Of JasonSent: 29 June 2006 17:50To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: printing/zooming bugsUnfortunately, it looks like the Zoom bug is still there in the releaseversion. I've entered it into the bug report page. But be aware.
--- In flexcoders@yahoogroups.com
, Jason [EMAIL PROTECTED] wrote:  Before I start talking about bugs, let me just say thanks for the  help. I demoed to the boss today and he was VERY pleased. Flex was a big hit with him. Hope the release doesn't slip too far behind, as 
 we're looking forward to writing that check! :D  Anyway, I've had a couple of problems that seem to be related. In  Flex 2beta3, whenever I create any app and run it, the Flash player's 
 Zoom options are broken. Right-click and say Zoom In. Right-click  and the Zoom Out option is not shown. You can Zoom In more and THEN  Zoom Out, but not all the way out. You're stuck with it zoomed in.
 And you can't pan around. This doesn't happening using the beta  player with non-Flex SWFs.  The printing problem seems similar. Here's my example app:  ?xml version=
1.0 encoding=utf-8? mx:Application  xmlns:mx=
http://www.adobe.com/2006/mxml layout=absolute mx:Script ![CDATA[ private function printClick(e:Event):void { import flash.printing.PrintJob;
 var myPrintJob:PrintJob = new PrintJob(); myPrintJob.start() ; myPrintJob.addPage(this); myPrintJob.send(); } ]] /mx:Script  mx:Button label=Print click=printClick(event) width=481
 x=10 y=10/ mx:DataGrid y=40 x=10 width=481  mx:dataProvider mx:ArrayCollection mx:source
 mx:Object mx:ArtistPavement/mx:Artist mx:Price11.99/mx:Price mx:AlbumSlanted and Enchanted/mx:Album /mx:Object mx:Object
 mx:ArtistPavement/mx:Artist mx:AlbumBrighten the Corners/mx:Album mx:Price11.99/mx:Price /mx:Object /mx:source /mx:ArrayCollection
 /mx:dataProvider /mx:DataGrid /mx:Application   If you click on the print button, you get a zoomed in printed  document. Just like the whole right-click and Zoom In problem. It's 
 like the player thinks that the normal size is zoomed in.  Can I get some confirmation or denial of the bug? Or if there's  something somehow messed up with my system, let me know. 
 Thanks.
 Yahoo! Groups Sponsor ~--Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM --~- 

--
Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 


Yahoo! Groups Links[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 
__


-- Jason [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

RE: [flexcoders] Re: printing/zooming bugs

2006-07-25 Thread Daniel Tuppeny





I was playing with your code, and discovered you don't need 
to create a new context menu, just call hideBuiltInItems() on the existing 
one:



function init:void()
{
 
contextMenu.hideBuiltInItems();
}


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Pan 
TroglodytesSent: 18 July 2006 00:14To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: 
printing/zooming bugs
I know this was asked a long time ago, but somehow I must have missed 
it. Either that or I learned how to do it later. In any case, do 
this: import flash.ui.ContextMenu; var menu:ContextMenu 
= new ContextMenu();  menu.hideBuiltInItems(); contextMenu = 
menu;
On 6/30/06, Daniel 
Tuppeny [EMAIL PROTECTED]  
wrote:

  
  
  
  
  
  Is there a way to hide the context menu (or at least the zoom part)? 
  Wehave a zoomable graph, and if the user right-clicks, they see 
  Zoom,think it's ours, click it, and then they're stuffed until reloading 
  thepage!
  -Original 
  Message-From: flexcoders@yahoogroups.com [mailto: 
  flexcoders@yahoogroups.com] OnBehalf Of JasonSent: 29 June 2006 
  17:50To: flexcoders@yahoogroups.comSubject: [flexcoders] Re: 
  printing/zooming bugsUnfortunately, it looks like the Zoom bug is 
  still there in the releaseversion. I've entered it into the bug report 
  page. But be aware.--- In flexcoders@yahoogroups.com, "Jason" [EMAIL PROTECTED] 
  wrote:  Before I start talking about bugs, let me just say 
  thanks for the  help. I demoed to the boss today and he was VERY 
  pleased. Flex was a big hit with him. Hope the release doesn't 
  slip too far behind, as  we're looking forward to writing that check! 
  :D  Anyway, I've had a couple of problems that seem to be 
  related. In  Flex 2beta3, whenever I create any app and run it, the 
  Flash player's  Zoom options are broken. Right-click and say Zoom In. 
  Right-click  and the Zoom Out option is not shown. You can Zoom In 
  more and THEN  Zoom Out, but not all the way out. You're stuck with it 
  zoomed in. And you can't pan around. This doesn't happening using the 
  beta  player with non-Flex SWFs.  The printing problem 
  seems similar. Here's my example app:  ?xml version="1.0" 
  encoding="utf-8"? mx:Application  xmlns:mx="http://www.adobe.com/2006/mxml" 
  layout="absolute" mx:Script ![CDATA[ 
  private function printClick(e:Event):void { import 
  flash.printing.PrintJob; var myPrintJob:PrintJob = new 
  PrintJob(); myPrintJob.start() ; 
  myPrintJob.addPage(this); myPrintJob.send(); } 
  ]] /mx:Script  mx:Button label="Print" 
  click="printClick(event)" width="481" x="10" y="10"/ 
  mx:DataGrid y="40" x="10" width="481"  
  mx:dataProvider mx:ArrayCollection 
  mx:source mx:Object 
  mx:ArtistPavement/mx:Artist 
  mx:Price11.99/mx:Price mx:AlbumSlanted and 
  Enchanted/mx:Album /mx:Object 
  mx:Object mx:ArtistPavement/mx:Artist 
  mx:AlbumBrighten the Corners/mx:Album 
  mx:Price11.99/mx:Price /mx:Object 
  /mx:source /mx:ArrayCollection 
  /mx:dataProvider /mx:DataGrid 
  /mx:Application   If you click on the print 
  button, you get a zoomed in printed  document. Just like the whole 
  right-click and Zoom In problem. It's  like the player thinks that the 
  normal size is zoomed in.  Can I get some confirmation or 
  denial of the bug? Or if there's  something somehow messed up with my 
  system, let me know.  Thanks.
   Yahoo! Groups Sponsor 
  ~--Check out the new improvements in Yahoo! Groups 
  email.http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM 
  --~- 

  --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
  Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  Yahoo! Groups Links[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 
  __
  -- Jason  [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.



  






__,_._,___



RE: [flexcoders] Re: printing/zooming bugs

2006-07-19 Thread Daniel Tuppeny





It's still present here.

I can right-click - Zoom In, and it correctly zooms in. 
When I then right-click - Zoom Out, it only zooms out a little, but a tick 
appears next to "Show All" and Zoom Out greys out. Leaving me still partly 
zoomed in (and missing the outside of my application), unable to get 
back.

I'm definately using the release player 
:-(


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Samuel 
ReubenSent: 19 July 2006 05:52To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: 
printing/zooming bugs

The zoom in, zoom out problem was noticed and was fixed. I'll look into it. 
As far as I can see it works fine on the release player.

-sam
On 7/18/06, Daniel 
Tuppeny [EMAIL PROTECTED] 
wrote: 

  
  
  
  
  
  
  Cool, 
  thanks!
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pan 
  TroglodytesSent: 18 July 2006 00:14To: flexcoders@yahoogroups.comSubject: Re: 
  [flexcoders] Re: printing/zooming bugs
  
  
  I know this was asked a long time ago, but somehow I must have 
  missed it. Either that or I learned how to do it later. In any 
  case, do this: import flash.ui.ContextMenu; var 
  menu:ContextMenu = new ContextMenu();  
  menu.hideBuiltInItems(); contextMenu = menu;
  On 6/30/06, Daniel 
  Tuppeny  
  [EMAIL PROTECTED]  wrote: 
  




Is there a way to hide the context menu (or at least the zoom part)? 
Wehave a zoomable graph, and if the user right-clicks, they see 
Zoom,think it's ours, click it, and then they're stuffed until reloading 
the page!
-Original Message-From: flexcoders@yahoogroups.com [mailto: 
flexcoders@yahoogroups.com] OnBehalf Of JasonSent: 29 June 2006 
17:50To: flexcoders@yahoogroups.comSubject: [flexcoders] Re: 
printing/zooming bugsUnfortunately, it looks like the Zoom bug is 
still there in the releaseversion. I've entered it into the bug report 
page. But be aware. --- In flexcoders@yahoogroups.com , "Jason" [EMAIL PROTECTED] 
wrote:  Before I start talking about bugs, let me just say 
thanks for the  help. I demoed to the boss today and he was VERY 
pleased. Flex was a big hit with him. Hope the release doesn't 
slip too far behind, as  we're looking forward to writing that 
check! :D  Anyway, I've had a couple of problems that seem 
to be related. In  Flex 2beta3, whenever I create any app and run 
it, the Flash player's  Zoom options are broken. Right-click and say 
Zoom In. Right-click  and the Zoom Out option is not shown. You can 
Zoom In more and THEN  Zoom Out, but not all the way out. You're 
stuck with it zoomed in.  And you can't pan around. This doesn't 
happening using the beta  player with non-Flex SWFs. 
 The printing problem seems similar. Here's my example app: 
 ?xml version=" 1.0" encoding="utf-8"? mx:Application 
 xmlns:mx=" 
http://www.adobe.com/2006/mxml" layout="absolute" 
mx:Script ![CDATA[ private function 
printClick(e:Event):void { import flash.printing.PrintJob; 
var myPrintJob:PrintJob = new PrintJob(); myPrintJob.start() 
; myPrintJob.addPage(this); myPrintJob.send(); 
} ]] /mx:Script  mx:Button 
label="Print" click="printClick(event)" width="481"  x="10" 
y="10"/ mx:DataGrid y="40" x="10" width="481"  
mx:dataProvider mx:ArrayCollection 
mx:source  mx:Object 
mx:ArtistPavement/mx:Artist 
mx:Price11.99/mx:Price mx:AlbumSlanted and 
Enchanted/mx:Album /mx:Object 
mx:Object  
mx:ArtistPavement/mx:Artist mx:AlbumBrighten 
the Corners/mx:Album 
mx:Price11.99/mx:Price /mx:Object 
/mx:source /mx:ArrayCollection  
/mx:dataProvider /mx:DataGrid 
/mx:Application   If you click on the print 
button, you get a zoomed in printed  document. Just like the whole 
right-click and Zoom In problem. It's  like the player thinks that 
the normal size is zoomed in.  Can I get some confirmation 
or denial of the bug? Or if there's  something somehow messed up 
with my system, let me know.  
Thanks.
 Yahoo! Groups Sponsor 
~--Check out the new improvements in Yahoo! 
Groups email.http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM 
--~- 

--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.com 

Yahoo! Groups Links[Inbound Mail Scanned by 
MessageLabs]__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http:/

Re: [flexcoders] Re: printing/zooming bugs

2006-07-19 Thread Samuel Reuben



If you go to http://www.adobe.com/shockwave/welcome/

in the flash player about does it show 9,0,16,0 ?

-sam
On 7/19/06, Daniel Tuppeny [EMAIL PROTECTED] wrote:







It's still present here.

I can right-click - Zoom In, and it correctly zooms in. When I then right-click - Zoom Out, it only zooms out a little, but a tick appears next to Show All and Zoom Out greys out. Leaving me still partly zoomed in (and missing the outside of my application), unable to get back.


I'm definately using the release player :-(


From: flexcoders@yahoogroups.com
 [mailto:flexcoders@yahoogroups.com] On Behalf Of 
Samuel ReubenSent: 19 July 2006 05:52
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: printing/zooming bugs



The zoom in, zoom out problem was noticed and was fixed. I'll look into it. As far as I can see it works fine on the release player.

-sam
On 7/18/06, Daniel Tuppeny 
[EMAIL PROTECTED] wrote: 







Cool, thanks!


From: 
flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Pan TroglodytesSent: 18 July 2006 00:14To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: printing/zooming bugs



I know this was asked a long time ago, but somehow I must have missed it. Either that or I learned how to do it later. In any case, do this: import flash.ui.ContextMenu; var menu:ContextMenu = new ContextMenu(); 
 menu.hideBuiltInItems(); contextMenu = menu;
On 6/30/06, Daniel Tuppeny 
 [EMAIL PROTECTED]  wrote: 






Is there a way to hide the context menu (or at least the zoom part)? Wehave a zoomable graph, and if the user right-clicks, they see Zoom,think it's ours, click it, and then they're stuffed until reloading the 
page!
-Original Message-From: 
flexcoders@yahoogroups.com [mailto:
 flexcoders@yahoogroups.com] OnBehalf Of JasonSent: 29 June 2006 17:50To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: printing/zooming bugsUnfortunately, it looks like the Zoom bug is still there in the releaseversion. I've entered it into the bug report page. But be aware. 
--- In 
flexcoders@yahoogroups.com , Jason [EMAIL PROTECTED] wrote:  Before I start talking about bugs, let me just say thanks for the  help. I demoed to the boss today and he was VERY pleased. Flex was a
 big hit with him. Hope the release doesn't slip too far behind, as  we're looking forward to writing that check! :D  Anyway, I've had a couple of problems that seem to be related. In 
 Flex 2beta3, whenever I create any app and run it, the Flash player's  Zoom options are broken. Right-click and say Zoom In. Right-click  and the Zoom Out option is not shown. You can Zoom In more and THEN 
 Zoom Out, but not all the way out. You're stuck with it zoomed in.  And you can't pan around. This doesn't happening using the beta  player with non-Flex SWFs.  The printing problem seems similar. Here's my example app:
  ?xml version= 1.0 encoding=utf-8? mx:Application  xmlns:mx=
 http://www.adobe.com/2006/mxml layout=absolute mx:Script ![CDATA[ private function printClick(e:Event):void { import flash.printing.PrintJob;
 var myPrintJob:PrintJob = new PrintJob(); myPrintJob.start() ; myPrintJob.addPage(this); myPrintJob.send(); } ]] /mx:Script  mx:Button label=Print click=printClick(event) width=481 
 x=10 y=10/ mx:DataGrid y=40 x=10 width=481  mx:dataProvider mx:ArrayCollection mx:source 
 mx:Object mx:ArtistPavement/mx:Artist mx:Price11.99/mx:Price mx:AlbumSlanted and Enchanted/mx:Album /mx:Object mx:Object 
 mx:ArtistPavement/mx:Artist mx:AlbumBrighten the Corners/mx:Album mx:Price11.99/mx:Price /mx:Object /mx:source /mx:ArrayCollection 
 /mx:dataProvider /mx:DataGrid /mx:Application   If you click on the print button, you get a zoomed in printed  document. Just like the whole right-click and Zoom In problem. It's 
 like the player thinks that the normal size is zoomed in.  Can I get some confirmation or denial of the bug? Or if there's  something somehow messed up with my system, let me know. 
 Thanks.
 Yahoo! Groups Sponsor ~--Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM --~- 
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links[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 __
-- Jason [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

Re: [flexcoders] Re: printing/zooming bugs

2006-07-19 Thread Pan Troglodytes



Since seeing is believing, have a video:http://rapidshare.de/files/26310210/zoombug.wmv.htmlOn 7/19/06, 
Peter Blazejewicz [EMAIL PROTECTED] wrote:













  



--- In flexcoders@yahoogroups.com
, Samuel Reuben [EMAIL PROTECTED] wrote:

 If you go to http://www.adobe.com/shockwave/welcome/

 
 in the flash player about does it show 9,0,16,0 ?
 
 -sam
 
Hi sam,

I've submitted that as serious usability issue to Flex QA team during
beta and haven't got any
confirmation yet,
just tried any sample, eg. from that page:
http://labs.adobe.com/showcase/special/flexderby/

click Zoom In (say I'm impared person and do want to read some text)
and then try to see all content again,
tested with *.16 public plugin in FireFox (IExplorer hosts development
plugin),
that's not the only issue I know that is not fixed and not listed in
know issues I think,

regards,
Peter


  













-- Jason

__._,_.___





--
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] Re: printing/zooming bugs

2006-07-19 Thread Uday M. Shankar






I too have noticed this... but, i simply assumed that someone is
alerady working on it  :-) 

-uday

Peter Blazejewicz wrote:


  
  --- In [EMAIL PROTECTED]ups.com,
"Samuel Reuben" [EMAIL PROTECTED] wrote:

 If you go to http://www.adobe.com/shockwave/welcome/
 
 in the flash player "about" does it show 9,0,16,0 ?
 
 -sam
 
Hi sam,
  
I've submitted that as serious usability issue to Flex QA team during
beta and haven't got any
confirmation yet,
just tried any sample, eg. from that page:
  http://labs.adobe.com/showcase/special/flexderby/
click Zoom In (say I'm impared person and do want to read some text)
and then try to see all content again,
tested with *.16 public plugin in FireFox (IExplorer hosts development
plugin),
that's not the only issue I know that is not fixed and not listed in
know issues I think,
  
regards,
Peter
  
  
  




__._,_.___





--
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] Re: printing/zooming bugs

2006-07-19 Thread Pan Troglodytes



So was I.That was in beta.Seriously, this is pretty major. Zooming MUST be very important to Flash/Flex if it takes up the first three right-click menu options by default. And yet, they break it and seem to just blow it off.
FYI, I entered a bug report on the official web page about it.On 7/19/06, Uday M. Shankar [EMAIL PROTECTED]
 wrote:












  







I too have noticed this... but, i simply assumed that someone is
alerady working on it  :-) 

-uday

Peter Blazejewicz wrote:


  
  --- In flexcoders@yahoogroups.com,
Samuel Reuben [EMAIL PROTECTED] wrote:

 If you go to http://www.adobe.com/shockwave/welcome/

 
 in the flash player about does it show 9,0,16,0 ?
 
 -sam
 
Hi sam,
  
I've submitted that as serious usability issue to Flex QA team during
beta and haven't got any
confirmation yet,
just tried any sample, eg. from that page:
  http://labs.adobe.com/showcase/special/flexderby/

click Zoom In (say I'm impared person and do want to read some text)
and then try to see all content again,
tested with *.16 public plugin in FireFox (IExplorer hosts development
plugin),
that's not the only issue I know that is not fixed and not listed in
know issues I think,
  
regards,
Peter
  
  
  






  















-- Jason

__._,_.___





--
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] Re: printing/zooming bugs

2006-07-18 Thread Daniel Tuppeny





Cool, thanks!


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Pan 
TroglodytesSent: 18 July 2006 00:14To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: 
printing/zooming bugs
I know this was asked a long time ago, but somehow I must have missed 
it. Either that or I learned how to do it later. In any case, do 
this: import flash.ui.ContextMenu; var menu:ContextMenu 
= new ContextMenu();  menu.hideBuiltInItems(); contextMenu = 
menu;
On 6/30/06, Daniel 
Tuppeny [EMAIL PROTECTED]  
wrote:

  
  
  
  
  
  Is there a way to hide the context menu (or at least the zoom part)? 
  Wehave a zoomable graph, and if the user right-clicks, they see 
  Zoom,think it's ours, click it, and then they're stuffed until reloading 
  thepage!
  -Original 
  Message-From: flexcoders@yahoogroups.com [mailto: 
  flexcoders@yahoogroups.com] OnBehalf Of JasonSent: 29 June 2006 
  17:50To: flexcoders@yahoogroups.comSubject: [flexcoders] Re: 
  printing/zooming bugsUnfortunately, it looks like the Zoom bug is 
  still there in the releaseversion. I've entered it into the bug report 
  page. But be aware.--- In flexcoders@yahoogroups.com, "Jason" [EMAIL PROTECTED] 
  wrote:  Before I start talking about bugs, let me just say 
  thanks for the  help. I demoed to the boss today and he was VERY 
  pleased. Flex was a big hit with him. Hope the release doesn't 
  slip too far behind, as  we're looking forward to writing that check! 
  :D  Anyway, I've had a couple of problems that seem to be 
  related. In  Flex 2beta3, whenever I create any app and run it, the 
  Flash player's  Zoom options are broken. Right-click and say Zoom In. 
  Right-click  and the Zoom Out option is not shown. You can Zoom In 
  more and THEN  Zoom Out, but not all the way out. You're stuck with it 
  zoomed in. And you can't pan around. This doesn't happening using the 
  beta  player with non-Flex SWFs.  The printing problem 
  seems similar. Here's my example app:  ?xml version="1.0" 
  encoding="utf-8"? mx:Application  xmlns:mx="http://www.adobe.com/2006/mxml" 
  layout="absolute" mx:Script ![CDATA[ 
  private function printClick(e:Event):void { import 
  flash.printing.PrintJob; var myPrintJob:PrintJob = new 
  PrintJob(); myPrintJob.start() ; 
  myPrintJob.addPage(this); myPrintJob.send(); } 
  ]] /mx:Script  mx:Button label="Print" 
  click="printClick(event)" width="481" x="10" y="10"/ 
  mx:DataGrid y="40" x="10" width="481"  
  mx:dataProvider mx:ArrayCollection 
  mx:source mx:Object 
  mx:ArtistPavement/mx:Artist 
  mx:Price11.99/mx:Price mx:AlbumSlanted and 
  Enchanted/mx:Album /mx:Object 
  mx:Object mx:ArtistPavement/mx:Artist 
  mx:AlbumBrighten the Corners/mx:Album 
  mx:Price11.99/mx:Price /mx:Object 
  /mx:source /mx:ArrayCollection 
  /mx:dataProvider /mx:DataGrid 
  /mx:Application   If you click on the print 
  button, you get a zoomed in printed  document. Just like the whole 
  right-click and Zoom In problem. It's  like the player thinks that the 
  normal size is zoomed in.  Can I get some confirmation or 
  denial of the bug? Or if there's  something somehow messed up with my 
  system, let me know.  Thanks.
   Yahoo! Groups Sponsor 
  ~--Check out the new improvements in Yahoo! Groups 
  email.http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM 
  --~- 

  --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
  Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  Yahoo! Groups Links[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 
  __
  -- Jason  [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
  
  
Soft

Re: [flexcoders] Re: printing/zooming bugs

2006-07-18 Thread Samuel Reuben



The zoom in, zoom out problem was noticed and was fixed. I'll look into it. As far as I can see it works fine on the release player.

-sam
On 7/18/06, Daniel Tuppeny [EMAIL PROTECTED] wrote:







Cool, thanks!


From: flexcoders@yahoogroups.com
 [mailto:flexcoders@yahoogroups.com] On Behalf Of 
Pan TroglodytesSent: 18 July 2006 00:14To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: printing/zooming bugs

I know this was asked a long time ago, but somehow I must have missed it. Either that or I learned how to do it later. In any case, do this: import flash.ui.ContextMenu; var menu:ContextMenu = new ContextMenu(); 
 menu.hideBuiltInItems(); contextMenu = menu;
On 6/30/06, Daniel Tuppeny 
[EMAIL PROTECTED]  wrote: 






Is there a way to hide the context menu (or at least the zoom part)? Wehave a zoomable graph, and if the user right-clicks, they see Zoom,think it's ours, click it, and then they're stuffed until reloading the
page!
-Original Message-From: 
flexcoders@yahoogroups.com [mailto:
 flexcoders@yahoogroups.com] OnBehalf Of JasonSent: 29 June 2006 17:50To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: printing/zooming bugsUnfortunately, it looks like the Zoom bug is still there in the releaseversion. I've entered it into the bug report page. But be aware.
--- In flexcoders@yahoogroups.com
, Jason [EMAIL PROTECTED] wrote:  Before I start talking about bugs, let me just say thanks for the  help. I demoed to the boss today and he was VERY pleased. Flex was a big hit with him. Hope the release doesn't slip too far behind, as 
 we're looking forward to writing that check! :D  Anyway, I've had a couple of problems that seem to be related. In  Flex 2beta3, whenever I create any app and run it, the Flash player's 
 Zoom options are broken. Right-click and say Zoom In. Right-click  and the Zoom Out option is not shown. You can Zoom In more and THEN  Zoom Out, but not all the way out. You're stuck with it zoomed in.
 And you can't pan around. This doesn't happening using the beta  player with non-Flex SWFs.  The printing problem seems similar. Here's my example app:  ?xml version=
1.0 encoding=utf-8? mx:Application  xmlns:mx=
http://www.adobe.com/2006/mxml layout=absolute mx:Script ![CDATA[ private function printClick(e:Event):void { import flash.printing.PrintJob;
 var myPrintJob:PrintJob = new PrintJob(); myPrintJob.start() ; myPrintJob.addPage(this); myPrintJob.send(); } ]] /mx:Script  mx:Button label=Print click=printClick(event) width=481
 x=10 y=10/ mx:DataGrid y=40 x=10 width=481  mx:dataProvider mx:ArrayCollection mx:source
 mx:Object mx:ArtistPavement/mx:Artist mx:Price11.99/mx:Price mx:AlbumSlanted and Enchanted/mx:Album /mx:Object mx:Object
 mx:ArtistPavement/mx:Artist mx:AlbumBrighten the Corners/mx:Album mx:Price11.99/mx:Price /mx:Object /mx:source /mx:ArrayCollection
 /mx:dataProvider /mx:DataGrid /mx:Application   If you click on the print button, you get a zoomed in printed  document. Just like the whole right-click and Zoom In problem. It's 
 like the player thinks that the normal size is zoomed in.  Can I get some confirmation or denial of the bug? Or if there's  something somehow messed up with my system, let me know. 
 Thanks.
 Yahoo! Groups Sponsor ~--Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM --~- 
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links[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 
__
-- Jason [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

Re: [flexcoders] Re: printing/zooming bugs

2006-07-17 Thread Pan Troglodytes



I know this was asked a long time ago, but somehow I must have missed it. Either that or I learned how to do it later. In any case, do this: import flash.ui.ContextMenu; var menu:ContextMenu = new ContextMenu();
 menu.hideBuiltInItems(); contextMenu = menu;On 6/30/06, Daniel Tuppeny [EMAIL PROTECTED]
 wrote:












  




Is there a way to hide the context menu (or at least the zoom part)? We
have a zoomable graph, and if the user right-clicks, they see Zoom,
think it's ours, click it, and then they're stuffed until reloading the
page!
 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On
Behalf Of Jason
Sent: 29 June 2006 17:50
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: printing/zooming bugs

Unfortunately, it looks like the Zoom bug is still there in the release
version.  I've entered it into the bug report page.  But be aware.

--- In flexcoders@yahoogroups.com, Jason [EMAIL PROTECTED] wrote:


 Before I start talking about bugs, let me just say thanks for the 
 help.  I demoed to the boss today and he was VERY pleased.  Flex was a

 big hit with him.  Hope the release doesn't slip too far behind, as 
 we're looking forward to writing that check! :D
 
 Anyway, I've had a couple of problems that seem to be related.  In 
 Flex 2beta3, whenever I create any app and run it, the Flash player's 
 Zoom options are broken.  Right-click and say Zoom In.  Right-click 
 and the Zoom Out option is not shown.  You can Zoom In more and THEN 
 Zoom Out, but not all the way out.  You're stuck with it zoomed in.
 And you can't pan around.  This doesn't happening using the beta 
 player with non-Flex SWFs.
 
 The printing problem seems similar.  Here's my example app:
 
 ?xml version=1.0 encoding=utf-8? mx:Application 
 xmlns:mx=http://www.adobe.com/2006/mxml
 layout=absolute
   mx:Script
 ![CDATA[
 private function printClick(e:Event):void {
 import flash.printing.PrintJob;
 var myPrintJob:PrintJob = new PrintJob();
 myPrintJob.start() ;
 myPrintJob.addPage(this);
 myPrintJob.send();
 			}
 ]]
   /mx:Script
 
   mx:Button label=Print click=printClick(event) width=481
 x=10 y=10/
   mx:DataGrid y=40 x=10 width=481 
   mx:dataProvider
   mx:ArrayCollection
   mx:source
   mx:Object
   mx:ArtistPavement/mx:Artist
   mx:Price11.99/mx:Price
   mx:AlbumSlanted and Enchanted/mx:Album
   /mx:Object
   mx:Object
   mx:ArtistPavement/mx:Artist
   mx:AlbumBrighten the Corners/mx:Album
   mx:Price11.99/mx:Price
   /mx:Object
   /mx:source
   /mx:ArrayCollection
   /mx:dataProvider
   /mx:DataGrid
 /mx:Application
 
 
 If you click on the print button, you get a zoomed in printed 
 document.  Just like the whole right-click and Zoom In problem.  It's 
 like the player thinks that the normal size is zoomed in.
 
 Can I get some confirmation or denial of the bug?  Or if there's 
 something somehow messed up with my system, let me know.
 
 Thanks.


 Yahoo! Groups Sponsor ~--
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM

--~- 

--
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

[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
 
__

  













-- Jason

__._,_.___





--
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] Re: printing/zooming bugs

2006-06-15 Thread Abdul Qabiz



I suggest, you to use Flex PrintJob class instead of Player's PrintJob. Flex 2 PrintJob gives you more control.mx.printing.FlexPrintJob ?If you still see the same problem...let us know... I know the person, who can answer this best :)
-abdulOn 6/15/06, Peter Blazejewicz [EMAIL PROTECTED] wrote:









  



Hi Jason,

I've submitted that (zoom in/zoom out/show all) as plugin usability 
bug some time ago to Flex 
Team QA,
haven't received confirmation yet from them though,

kind regards,
Peter Blazejewicz


  















__._,_.___





--
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] Re: printing/zooming bugs

2006-06-15 Thread Daniel Tuppeny
I've not tried printing, but the Zoom In/Zoom Out is definitely broken
on all our versions of the Flash Player 9 beta here - does exactly as
you described! 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jason
Sent: 14 June 2006 22:16
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: printing/zooming bugs

Can someone else confirm this happens with them, too?  I get it both on
my machine and another one.  But it would be good to get some
verification from someone else.






 Yahoo! Groups Sponsor ~--
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

--
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



 




[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 
__


 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

--
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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/