Calling all guru's

Calling all guru's

Anonymous
Not applicable
803 Views
8 Replies
Message 1 of 9

Calling all guru's

Anonymous
Not applicable
Does anyone have a idea if it is possible to make a user form dockable? Or better yet
has anyone been able to do it? If so ... mind sharing

--
Kent
Assistant Moderator
Autodesk Discussion Forum Moderator Program
0 Likes
804 Views
8 Replies
Replies (8)
Message 2 of 9

Anonymous
Not applicable
oooh, oooh, I've been wondering about that one myself...

--
Sean Dotson, PE
http://www.sdotson.com
Check the Inventor FAQ for most common questions
www.sdotson.com/faq.html
----------------------------------------------------------------------------
------
"Kent Keller" wrote in message
news:5ABF7BAEE8B15295FB482338C11CD0FD@in.WebX.maYIadrTaRb...
> Does anyone have a idea if it is possible to make a user form dockable?
Or better yet
> has anyone been able to do it? If so ... mind sharing
>
> --
> Kent
> Assistant Moderator
> Autodesk Discussion Forum Moderator Program
>
>
>
0 Likes
Message 3 of 9

Anonymous
Not applicable
I second that. This could be very useful. Does anyone know how to...

--


Thanks,

Mike

__________________
Michael V. Ficarra
Engineering Manager
Cross Bros. Co. Inc.
(585) 427-7850 x207
(585) 427-2908 (Fax)
(585) 233-6653 (Cell)
"Sean Dotson" wrote in message
news:291FC83A451C373BF5F5A2A7CBE6D9EE@in.WebX.maYIadrTaRb...
> oooh, oooh, I've been wondering about that one myself...
>
> --
> Sean Dotson, PE
> http://www.sdotson.com
> Check the Inventor FAQ for most common questions
> www.sdotson.com/faq.html
> --------------------------------------------------------------------------
--
> ------
> "Kent Keller" wrote in message
> news:5ABF7BAEE8B15295FB482338C11CD0FD@in.WebX.maYIadrTaRb...
> > Does anyone have a idea if it is possible to make a user form dockable?
> Or better yet
> > has anyone been able to do it? If so ... mind sharing
> >
> > --
> > Kent
> > Assistant Moderator
> > Autodesk Discussion Forum Moderator Program
> >
> >
> >
>
>
0 Likes
Message 4 of 9

Anonymous
Not applicable
You will probably need to make a browser pane. This will require
creating an OCX. There is an example of one in the VB Samples and it is
documented in the programming help. I have done a couple that way.

Kent Keller wrote:

>Does anyone have a idea if it is possible to make a user form dockable? Or better yet
>has anyone been able to do it? If so ... mind sharing
>
>--
>Kent
>Assistant Moderator
>Autodesk Discussion Forum Moderator Program
>
>
>
>
>
0 Likes
Message 5 of 9

Anonymous
Not applicable
You mean make a new browser pane in addition or in place of the current
browser. I know how to make one in place of the current browser (like the
library).

I'd like to know if it's possible to make it such that we could dock the app
and keep it visible while you still use the current browser.

--
Sean Dotson, PE
http://www.sdotson.com
Check the Inventor FAQ for most common questions
www.sdotson.com/faq.html
----------------------------------------------------------------------------
------
"Charles Bliss" wrote in message
news:3F3E692B.3050109@cbliss.com...
> You will probably need to make a browser pane. This will require
> creating an OCX. There is an example of one in the VB Samples and it is
> documented in the programming help. I have done a couple that way.
>
> Kent Keller wrote:
>
> >Does anyone have a idea if it is possible to make a user form dockable?
Or better yet
> >has anyone been able to do it? If so ... mind sharing
> >
> >--
> >Kent
> >Assistant Moderator
> >Autodesk Discussion Forum Moderator Program
> >
> >
> >
> >
> >
>
0 Likes
Message 6 of 9

Anonymous
Not applicable
Also, can this be done in VBA or is it limited to VB?

--


Thanks,

Mike

__________________
Michael V. Ficarra
Engineering Manager
Cross Bros. Co. Inc.
(585) 427-7850 x207
(585) 427-2908 (Fax)
(585) 233-6653 (Cell)
"Sean Dotson" wrote in message
news:3F25477F25BDCA3F99DEC5C2B687604D@in.WebX.maYIadrTaRb...
> You mean make a new browser pane in addition or in place of the current
> browser. I know how to make one in place of the current browser (like the
> library).
>
> I'd like to know if it's possible to make it such that we could dock the
app
> and keep it visible while you still use the current browser.
>
> --
> Sean Dotson, PE
> http://www.sdotson.com
> Check the Inventor FAQ for most common questions
> www.sdotson.com/faq.html
> --------------------------------------------------------------------------
--
> ------
> "Charles Bliss" wrote in message
> news:3F3E692B.3050109@cbliss.com...
> > You will probably need to make a browser pane. This will require
> > creating an OCX. There is an example of one in the VB Samples and it is
> > documented in the programming help. I have done a couple that way.
> >
> > Kent Keller wrote:
> >
> > >Does anyone have a idea if it is possible to make a user form dockable?
> Or better yet
> > >has anyone been able to do it? If so ... mind sharing
> > >
> > >--
> > >Kent
> > >Assistant Moderator
> > >Autodesk Discussion Forum Moderator Program
> > >
> > >
> > >
> > >
> > >
> >
>
>
0 Likes
Message 7 of 9

Anonymous
Not applicable
I am pretty sure that to do any of this you would require VB at the
minimum since you have to complie and OCX as the browser pane.

Mike Ficarra wrote:

>Also, can this be done in VBA or is it limited to VB?
>
>
>
0 Likes
Message 8 of 9

Anonymous
Not applicable
I have pondered the same question Sean when trying to make a
floating/dockable window, unfortunately (as you say) the browser pane
implementation is flawed because you have to change the focus between your
own window in the pane and the Inventor one, which is not ideal.

The closest I came to getting something that was dockable was by using API
calls to determine the window geometry of the Inventor window itself and
setting the position of a floating window (inside an add-in DLL) accordingly
in a docked-to-the-left or docked-to-the-right position.

This was never satisfactory, unfortunately, because the window was only ever
floating on top and it never looked quite right... I would love to hear
about anyone that has had more success than me!

"Sean Dotson" wrote in message
news:3F25477F25BDCA3F99DEC5C2B687604D@in.WebX.maYIadrTaRb...
> You mean make a new browser pane in addition or in place of the current
> browser. I know how to make one in place of the current browser (like the
> library).
>
> I'd like to know if it's possible to make it such that we could dock the
app
> and keep it visible while you still use the current browser.
>
> --
> Sean Dotson, PE
> http://www.sdotson.com
> Check the Inventor FAQ for most common questions
> www.sdotson.com/faq.html
> --------------------------------------------------------------------------
--
> ------
> "Charles Bliss" wrote in message
> news:3F3E692B.3050109@cbliss.com...
> > You will probably need to make a browser pane. This will require
> > creating an OCX. There is an example of one in the VB Samples and it is
> > documented in the programming help. I have done a couple that way.
> >
> > Kent Keller wrote:
> >
> > >Does anyone have a idea if it is possible to make a user form dockable?
> Or better yet
> > >has anyone been able to do it? If so ... mind sharing
> > >
> > >--
> > >Kent
> > >Assistant Moderator
> > >Autodesk Discussion Forum Moderator Program
> > >
> > >
> > >
> > >
> > >
> >
>
>
0 Likes
Message 9 of 9

Anonymous
Not applicable
Looks like there is a number of us that would like this ability. The
browser method is OK for some addin's , but definitely not for ones that
you want available all the time along with the normal browser.

--
Kent Keller
http://www.MyMcad.com/KWiK/Mcad.htm

Assistant Moderator
Autodesk Discussion Forum Moderator Program

"J Smith" wrote in message
news:79F37F7C266B3BF9FB443CC42239EA24@in.WebX.maYIadrTaRb...
> I have pondered the same question Sean when trying to make a
> floating/dockable window, unfortunately (as you say) the browser pane
> implementation is flawed because you have to change the focus between
your
> own window in the pane and the Inventor one, which is not ideal.
0 Likes