Customers.zip (None Specified)
At 04 JAN 1998 09:12:38PM Barry Stevens wrote:
Is the zip file in the downloads section correct.
Should'nt there be pathnames for the files to expand to and also bitmaps.
I havent got my Works CD 3.5 yet, so I am not aware of any other proceedures.
Barry
At 05 JAN 1998 10:13AM Mark (Revelation) wrote:
Barry,
We will look into this problem and hope to have a new zip file, if necessary posted to the web sometime this afternoon. Sorry for the inconvenience.
Mark (Revelation)
At 14 JAN 1998 07:28AM Andrew McAuley wrote:
We're still unsure whether we wish to cocentrate our postings here or in the normal area but here goes.. used with a yield()
Timer:
CtrlArray = AtWindow : ".BMP_LOGO"
PropArray = "IMAGENUMBER"
CtrlArray := @Rm : AtWindow
PropArray := @Rm : "@DIRECTION"
CtrlArray := @Rm : AtWindow : ".BMP_LOGO"
PropArray := @Rm : "IMAGECOUNT"
DataArray = Get_Property(CtrlArray,PropArray)
ImageNumber = DataArray1,@Rm
Direction = DataArrayCol2()+1,@Rm
ImageCount = DataArrayCOl2()+1,@Rm
Begin Case
Case ImageNumber=1ImageNumber += 1Direction=0Case ImageNumber=ImageCountImageNumber -=1Direction=1Case 1If Direction ThenImageNumber -= 1End ElseImageNumber += 1EndEnd Case
CtrlArray = AtWindow : ".BMP_LOGO"
PropArray = "IMAGENUMBER"
DataArray = ImageNumber
CtrlArray := @Rm : AtWindow
PropArray := @Rm : "@DIRECTION"
DataArray := @Rm : Direction
DataArray = Set_Property(CtrlArray,PropArray,DataArray)
Return