home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1998 November
/
Dpcb1198.bin
/
Office
/
LOTUS
/
FLG
/
265.LSS
< prev
next >
Wrap
Text File
|
1996-05-17
|
3KB
|
139 lines
Use "LTAPVN11"
Sub Initialize
ClientMainWinClass = "FLWApp"
ClientID = AN_AVERY
ClientModName = "LTAPVN11"
ClientLotusAppID = "FLW"
ShowMeModName = "265"
AnimVersionNum = 2.18
NumFramesThisAnim = 20
AnimationType = "QuickDemo"
SampleFile = "objalign.prz"
AnimName = GetString( "2650000", IResult% )
End Sub
Public Sub ShowMe (theNextStep As Integer)
GetCursorPos TempPos
CursorPosForStep(theNextStep) = TempPos
Select Case theNextStep
Case 1
StepsText = GetString( "2651001", IResult% )
X = DoWhereIs (GUTTER_CONTROL_V,"",NEW_PAGE_BUTTON_V,0,0,0,ClientID)
ShowTextBubble StepsText, .5, .5, NorthEast
HideTextBubble
MoveToObj Center
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
Case 2
StepsText = GetString( "2651002", IResult% )
X = DoWhereIs (DIALOG_CONTROL_V,"",1,0,0,0,ClientID)
ShowTextBubble StepsText, .5, .5, NorthEast
HideTextBubble
SendCtrlKeys "{HOME}", 100
Exit Sub
Case 3
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 4
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 5
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 6
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 7
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 8
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 9
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 10
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 11
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 12
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 13
X = DoWhereIs (DIALOG_CONTROL_V,"",1,0,0,0,ClientID)
MoveToObj Center
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
Case 14
StepsText = GetString( "2651003", IResult% )
X = DoWhereIs (DRAW_OBJ_V,"",PAGE_BKGND_V,0,0,0,ClientID)
ShowTextBubble StepsText, .5, .6, NorthEast
HideTextBubble
MoveToObjRel 50 , 60
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
Case 15
StepsText = GetString( "2651004", IResult% )
X = DoWhereIs (DIALOG_CONTROL_V,"",1,0,0,0,ClientID)
ShowTextBubble StepsText, .5, .5, NorthEast
HideTextBubble
MoveToObj Center
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
Case 16
StepsText = GetString( "2651005", IResult% )
X = DoWhereIs (DRAW_OBJ_V,"",PAGE_BKGND_V,0,0,0,ClientID)
ShowTextBubble StepsText, .3, .3, NorthEast
HideTextBubble
SendCtrlKeys "{TAB}", 100
Exit Sub
Case 17
SendCtrlKeys "{HOME}", 100
Exit Sub
Case 18
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 19
SendCtrlKeys "{DOWN}", 100
Exit Sub
Case 20
StepsText = GetString( "2651006", IResult% )
X = DoWhereIs (DIALOG_CONTROL_V,"",1,0,0,0,ClientID)
ShowTextBubble StepsText, .5, .5, NorthEast
HideTextBubble
MoveToObj Center
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
End Select
End Sub