View Single Post
  #26 (permalink)  
Old 01-15-2010, 02:27 PM
Caravelle Caravelle is offline
Senior Member
 
Join Date: Sep 2009
Location: Surrey, UK
Posts: 111
Default

Thanks Erel, but...

I have never used any version of B4PPC other than 6.80, so that could not have been the problem.

However, the example program has started working since I just downloaded v 1.2 of the Door Library. I thought I had this already, but the file date seems to be more recent than the one I had.

You wrote:
Quote:
You can change lines 30 and 31 to:

Code:
fixX = 1
fixY = 
1
Do you mean lines 40 and 41 of EditableTable.bas which are:
Code:
fixX = ReadValueFromThreadState("fixX")
fixY = ReadValueFromThreadState(
"fixY")
and are you saying I should change those lines? if so, why?

Cheers

Caravelle
__________________
Caravelle
I learn by my mistakes - so I learn a lot in a short time.
Reply With Quote