home *** CD-ROM | disk | FTP | other *** search
- Use "am_mod"
-
- Sub Initialize
- ClientMainWinClass = "WordProAppWndNT"
- ClientID = AN_AMIPRO
- ClientModName = "am_mod"
- ClientLotusAppID = "WORDPRO"
- ShowMeModName = "090"
- AnimVersionNum = .63
- NumFramesThisAnim = 8
- AnimationType = "QuickDemo"
- SampleFile = "la2n70??.lwp"
- AnimName = GetString( "0900000", IResult% )
- End Sub
-
- Public Sub ShowMe (theNextStep As Integer)
-
- GetCursorPos TempPos
- CursorPosForStep(theNextStep) = TempPos
-
- Select Case theNextStep
-
- Case 1
- X = RunScriptCommand (".GoToBookMark ""header""", ClientID, DeskwHdl.val )
- Exit Sub
-
- Case 2
- StepsText = GetString( "0901001", IResult% )
- X = DoWhereIs (INSERTION_POINT,"",0,0,0,0,ClientID)
- ShowTextBubble StepsText, .5, .5, NorthEast
- HideTextBubble
- Exit Sub
-
- Case 3
- StepsText = GetString( "0901002", IResult% )
- SetBubblePosforMenus
- ShowTextBubble StepsText, .5, .5, NorthEast
- HideTextBubble
- ChooseMenuItem Insert_Page_Number
- Exit Sub
-
- Case 4
- StepsText = GetString( "0901003", IResult% )
- X = DoWhereIs (DIALOG_CONTROL,"",25701,0,0,0,ClientID)
- ShowTextBubble StepsText, .5, .45, NorthEast
- HideTextBubble
- Exit Sub
-
- Case 5
- StepsText = GetString( "0901004", IResult% )
- ShowTextBubble StepsText, .2, .38, NorthEast
- HideTextBubble
- MoveToObjRel 20 , 38
- DoMouse WM_LBUTTONDOWN%, 0
- DoMouse WM_LBUTTONUP%, 0
- Exit Sub
-
- Case 6
- SendTextKeys GetString( "0902006", IResult% ), 50
- Exit Sub
-
- Case 7
- StepsText = GetString( "0901005", IResult% )
- ShowTextBubble StepsText, .5, .55, NorthEast
- HideTextBubble
- Exit Sub
-
- Case 8
- StepsText = GetString( "0901006", IResult% )
- X = DoWhereIs (DIALOG_CONTROL,"",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
-