Johnluc
  • Paris
  • France
Share on Facebook
Share Twitter
  • Blog Posts
  • Discussions (5)
  • Events
  • Groups
  • Photos
  • Photo Albums
  • Videos

Johnluc's Friends

  • damjan fio
  • Dale Fugier

Johnluc's Discussions

How to resize a Rhino plugin Window ?
5 Replies

Hello,Please, could you explain me how to resize a Rhino plugin Window ?It is on the UserControl that we must work or on the Rhino.UI.Panel ?I have tried these statements but with no success…Continue

Tags: Height, Width, Change size, Size, Rhino plugin

Started this discussion. Last reply by Dale Fugier Mar 8.

Requests about Rhinocommon VB.NET statements
2 Replies

Hello,Please, do you know the Rhinocommon statements in VB.NET to activate the Ghosted view.I would like to do the same thing that I do with the Menu View, but coding in VB.NET with RhinoCommon.…Continue

Tags: mode, Display, Ghosted, transparent, Semi

Started this discussion. Last reply by Johnluc Feb 18.

 

Johnluc's Page

Latest Activity

Dale Fugier replied to Johnluc's discussion How to resize a Rhino plugin Window ?
"Hi Jean-Luc, By choosing to use a tabbed dock bar to host your user control, you essentially loose the ability to control the size of the parent window. Like I mentioned, your user control is buried inside of a couple of other windows. If you…"
Mar 8
Johnluc replied to Johnluc's discussion How to resize a Rhino plugin Window ?
"Hello Dale, Sorry for my answer's delay ! Here is an example, in attachment, of what I would like to do. When I run the following plugin in Rhino, using the command "ResizePlugInWindow", I've got the following interface…"
Mar 8
Dale Fugier replied to Johnluc's discussion How to resize a Rhino plugin Window ?
"Hi Jean-Luc, What are you trying to do?  Your user control is buried inside of a couple of other windows, and these windows provide automatic resizing based on what else the tab is docked with and where the tab is docked. So providing plug-in…"
Feb 19
Johnluc replied to Johnluc's discussion How to resize a Rhino plugin Window ?
"Hello, Thank you, but it doesn't work. :o( Jean-Luc"
Feb 18
damjan fio replied to Johnluc's discussion How to resize a Rhino plugin Window ?
"dale knows this better for sure - but my 2 cents are: put the statements in the Plugins Class, i do it in c#, but its the same basically: UserControl1 mycontrol = (Usercontrol1)Rhino.UI.Panels.GetPanel(typeof(UserControl1).GUID); once you have the…"
Feb 18
Johnluc posted a discussion

How to resize a Rhino plugin Window ?

Hello,Please, could you explain me how to resize a Rhino plugin Window ?It is on the UserControl that we must work or on the Rhino.UI.Panel ?I have tried these statements but with no success :<GuidAttribute("91A2D5CD-CC07-4ab6-8C74-00ED4F416924")> _ Public Class usrctl_frmInput Implements Windows.Forms.IWin32WindowPrivate Sub ChangeWinSize()  Dim bDispAfterRedim As Boolean = Me.ResizeRedraw  Me.ResizeRedraw = True  Me.Width = 316  Me.Height = 127  Me.Update()  Me.UpdateBounds() …See More
Feb 18
Johnluc replied to Johnluc's discussion Requests about Rhinocommon VB.NET statements
"Hello Dale, Thank you very much. You have helped me out ! The statement that I was searching was this one : Dim modes As Rhino.Display.DisplayModeDescription() = _ Rhino.Display.DisplayModeDescription.GetDisplayModes() Dim DispMode As…"
Feb 18
Dale Fugier replied to Johnluc's discussion Requests about Rhinocommon VB.NET statements
Feb 15
Johnluc posted a discussion

Requests about Rhinocommon VB.NET statements

Hello,Please, do you know the Rhinocommon statements in VB.NET to activate the Ghosted view.I would like to do the same thing that I do with the Menu View, but coding in VB.NET with RhinoCommon.Thank you.Best regards.Jean-LucSee More
Feb 15

Profile Information

Company, School, or Organization
Pas
I am a
Software Developer
Which operating system do you prefer?
Windows
Discipline/Occupation
Industrial Design

Comment Wall

You need to be a member of Rhino Community to add comments!

Join Rhino Community

  • No comments yet!
 
 
 

Translate

© 2013   Created by McNeel Admin.

Badges  |  Report an Issue  |  Terms of Service