Author Topic: VBA-Lisp Hybrid crash  (Read 6832 times)

0 Members and 1 Guest are viewing this topic.

BazzaCAD

  • Guest
VBA-Lisp Hybrid crash
« on: July 25, 2006, 05:13:47 PM »
I'm tyring to use Slider1_Scroll() with the SetLispVar, EvalLispExpression code.
But it crashes Acad, (no debugging window) then I move the slider.
Is there any way to do this, so I can get the slider value in real time?
Yes the code works with Slider1_Change()


Private Sub Slider1_Scroll()
  Dim nValue As Integer
  nValue = Slider1.value
  SetLispVar "SliderValue", nValue
  EvalLispExpression ("(VBASliderMoved)")
End Sub

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: VBA-Lisp Hybrid crash
« Reply #1 on: July 26, 2006, 12:00:18 PM »
Can you post "VBASliderMoved" code??
James Buzbee
Windows 8