Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic zoom method , how? (Read 4769 times)
lpastor
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Jan 10th, 2009
zoom method , how?
Jan 11th, 2009 at 6:51pm
Print Post  
Hi

how I can use this methods?
I set
DiagramLite.ZoomFactor = 1.5;
and I see nothing!!!
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: zoom method , how?
Reply #1 - Jan 12th, 2009 at 6:07am
Print Post  
Hi,

Please check if it works better with the latest build:
https://mindfusion.eu/_beta/DiagramLite.0.9.3.zip

Stoyan
  
Back to top
 
IP Logged
 
Hai
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 63
Joined: Jan 7th, 2009
Re: zoom method , how?
Reply #2 - Feb 5th, 2009 at 10:48am
Print Post  
Hi

Same problem here  Roll Eyes

Tryed to do a Zoom-in / Zoom-Out buttons using

       private void rbtn_ZoomIn(object sender, MouseButtonEventArgs e)
       {
           fCartTst.ZoomFactor = 1.3;
       }

       private void rbtn_ZoomOut(object sender, MouseButtonEventArgs e)
       {
           fCartTst.ZoomFactor = 0.7;
       }

My version is 0.9.5.31989 and on each case my diagram dissapear.

Any Ideas ?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: zoom method , how?
Reply #3 - Feb 5th, 2009 at 10:53am
Print Post  
Hi,

ZoomFactor is specified in percents (due to historical reasons Wink), so set it to respectively 130 or 70.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Hai
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 63
Joined: Jan 7th, 2009
Re: zoom method , how?
Reply #4 - Feb 5th, 2009 at 2:59pm
Print Post  
Thank you Stoyan, That worked great.

  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint