vplayer in vba 14.01

vplayer in vba 14.01

Anonymous
Not applicable
195 Views
3 Replies
Message 1 of 4

vplayer in vba 14.01

Anonymous
Not applicable
Does anybody know if freezing of layers individually just in floating
viewports is fossible using VBA 14.01?
What is the method and how it is applied?
0 Likes
196 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Use acadunsupp.arx.
Please find it posted in the Customer files NG under the subject
ACADUNSUPP.ARX

Thilak

kruseps wrote in message <01bf16a6$b650e400$4c684e0c@internet>...
>Does anybody know if freezing of layers individually just in floating
>viewports is fossible using VBA 14.01?
>What is the method and how it is applied?
0 Likes
Message 3 of 4

Anonymous
Not applicable
thanks again
this time i installed this arx and discovered there function evallispexpr
am i to understand that with this function all of lisp is available within
vba (with exception as noted in help)
i practice lisp for close to 8 years and is easy to me, but i refuse to
learn dcl programing for interface, so vba has its appeal in that, plus it
appears to be much faster
if this is a case, separate function of vplayer method is superflous, is
it?
would you care to answer to this
thank you

Thilak wrote in article
<[email protected]>...
> Use acadunsupp.arx.
> Please find it posted in the Customer files NG under the subject
> ACADUNSUPP.ARX
>
> Thilak
>
> kruseps wrote in message <01bf16a6$b650e400$4c684e0c@internet>...
> >Does anybody know if freezing of layers individually just in floating
> >viewports is fossible using VBA 14.01?
> >What is the method and how it is applied?
>
>
>
0 Likes
Message 4 of 4

Anonymous
Not applicable
EvalLispExpr is a hack. It does not work all the time but it has helped many
people anyway. Neither R14 nor R2000 provides any supported way to execute
lisp expressions from VBA synchronously. You want to use the object model as
much as possible instead of relying on hacks like EvalLispExpr. You will be
better off in the long run.

Albert

krusepc wrote in message
news:01bf1760$b049f780$d0684e0c@internet...
> thanks again
> this time i installed this arx and discovered there function evallispexpr
> am i to understand that with this function all of lisp is available within
> vba (with exception as noted in help)
> i practice lisp for close to 8 years and is easy to me, but i refuse to
> learn dcl programing for interface, so vba has its appeal in that, plus it
> appears to be much faster
> if this is a case, separate function of vplayer method is superflous, is
> it?
> would you care to answer to this
> thank you
>
> Thilak wrote in article
> <[email protected]>...
> > Use acadunsupp.arx.
> > Please find it posted in the Customer files NG under the subject
> > ACADUNSUPP.ARX
> >
> > Thilak
> >
> > kruseps wrote in message <01bf16a6$b650e400$4c684e0c@internet>...
> > >Does anybody know if freezing of layers individually just in floating
> > >viewports is fossible using VBA 14.01?
> > >What is the method and how it is applied?
> >
> >
> >
0 Likes