Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic About new forum look and one question. (Read 2679 times)
PDM.
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 256
Joined: Dec 2nd, 2010
About new forum look and one question.
Jan 5th, 2012 at 6:34pm
Print Post  
Hi, the new forum report lot of errors.
Also i highly suggest back to the older forum look.
really sorry but this new forum look really bad, and work bad.


Now my question, this line work correctly under a mouse event:
W = SystemInformation.PrimaryMonitorSize.Width;
H  = SystemInformation.PrimaryMonitorSize.Height;
Popup.PlacementRectangle = new Rect(new Point(e.MousePosition(this).X - 30, e.GetPosition(this).Y - 20), new Point(W, H))


What is the equivalente to this if i use this under:
private void diagram_Clicked(object sender, DiagramEventArgs e)
   {





  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: About new forum look and one question.
Reply #1 - Jan 5th, 2012 at 7:34pm
Print Post  
Hi,

What kind of errors? You can select the "Old YaBB 2.1" theme from User CP / Profile / Options to get something close to the old appearance.

If you need to convert diagram coordinates to coordinates on your application's main window, use the TransformToVisual method:

var transform = diagram.DocumentPlane.TransformToVisual(rootWindow);
var point = transform.Transform(e.MousePosition);

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
PDM.
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 256
Joined: Dec 2nd, 2010
Re: About new forum look and one question.
Reply #2 - Jan 5th, 2012 at 11:09pm
Print Post  

Thank you for reply.
Tellme where i can send to you a screen capture of errors.
« Last Edit: Jan 6th, 2012 at 3:51am by PDM. »  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: About new forum look and one question.
Reply #3 - Jan 6th, 2012 at 11:06am
Print Post  
You can attach screenshots to your posts, you should be able to attach up to three files now. When posting or replying, click the Attachments + button below the message text field to add more attachments.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint