home *** CD-ROM | disk | FTP | other *** search
- 'Copyright 1995-98, Lotus Development Corporation. All rights reserved.
- %if GEMINI
- %elseif IBM_OS2
- %end if
- %if GEMINI
- Use "LTAPGN11"
- %elseif IBM_OS2
- Use "LTAPGO11"
- %end if
- Sub Initialize
- ClientMainWinClass = GEMINI_MAINWINCLASS
- ClientID = AN_GEMINI
- ClientModName = GEMINI_PERSMODNAME
- ClientLotusAppID = "GEMINI"
- ShowMeModName = "200"
- AnimVersionNum = 2.36
- NumFramesThisAnim = 15
- AnimationType = "QuickDemo"
- SampleFile = "ssdn17??.123"
- AnimName = GetString( "2000000", IResult% )
- End Sub
-
- Public Sub ShowMe (theNextStep As Integer)
-
- GetCursorPos TempPos
- CursorPosForStep(theNextStep) = TempPos
-
- Select Case theNextStep
-
- Case 1
- StepsText = GetString( "2001001", IResult% )
- X = SetTargetWindow (ToolWin_G, "ssdn17??.123", ClientID, DeskwHdl.val)
- X = DoWhereIs (CELL_OBJ_G,"",4,13,0,0,ClientID)
- ShowTextBubble StepsText, 1, .5, NorthEast
- HideTextBubble
- Exit Sub
-
- Case 2
- StepsText = GetString( "2001002", IResult% )
- X = SetTargetWindow (ToolWin_G, "ssdn17??.123", ClientID, DeskwHdl.val)
- X = DoWhereIs (CELL_OBJ_G,"",2,3,0,0,ClientID)
- ShowTextBubble StepsText, .5, 0, NorthEast
- HideTextBubble
- Exit Sub
-
- Case 3
- StepsText = GetString( "2001003", IResult% )
- X = SetTargetWindow (ToolWin_G, "ssdn17??.123", ClientID, DeskwHdl.val)
- X = DoWhereIs (CELL_OBJ_G,"",4,4,0,0,ClientID)
- ShowTextBubble StepsText, 1, .5, NorthEast
- HideTextBubble
- Exit Sub
-
- Case 4
- StepsText = GetString( "2001004", IResult% )
- Delay 1000
- X = SetTargetWindow (ToolWin_G, "ssdn17??.123", ClientID, DeskwHdl.val)
- X = DoWhereIs (CELL_OBJ_G,"",4,3,0,0,ClientID)
- ShowTextBubble StepsText, 1, .5, SouthEast
- HideTextBubble
- Exit Sub
-
- Case 5
- StepsText = GetString( "2001005", IResult% )
- ShowTextBubble StepsText, 1, .5, SouthEast
- HideTextBubble
- Exit Sub
-
- Case 6
- StepsText = GetString( "2001006", IResult% )
- X = SetTargetWindow (ToolWin_G, "ssdn17??.123", ClientID, DeskwHdl.val)
- X = DoWhereIs (CELL_OBJ_G,"",2,3,0,0,ClientID)
- ShowTextBubble StepsText, .5, 0, NorthEast
- HideTextBubble
- Exit Sub
-
- Case 7
- StepsText = GetString( "2001007", IResult% )
- X = SetTargetWindow (ToolWin_G, "ssdn17??.123", ClientID, DeskwHdl.val)
- X = DoWhereIs (CELL_OBJ_G,"",4,4,0,0,ClientID)
- ShowTextBubble StepsText, 1, .5, NorthEast
- HideTextBubble
- Exit Sub
-
- Case 8
- StepsText = GetString( "2001008", IResult% )
- ShowTextBubble StepsText, 1, .5, NorthEast
- HideTextBubble
- Exit Sub
-
- Case 9
- StepsText = GetString( "2001009", IResult% )
- Delay 1000
- X = SetTargetWindow (ToolWin_G, "ssdn17??.123", ClientID, DeskwHdl.val)
- X = DoWhereIs (CELL_OBJ_G,"",4,13,0,0,ClientID)
- ShowTextBubble StepsText, 1, .5, NorthEast
- HideTextBubble
- Exit Sub
-
- Case 10
- StepsText = GetString( "2001010", IResult% )
- X = SetTargetWindow (ToolWin_G, "ssdn17??.123", ClientID, DeskwHdl.val)
- X = DoWhereIs (CELL_OBJ_G,"",5,8,0,0,ClientID)
- ShowTextBubble StepsText, 1, .5, SouthWest
- HideTextBubble
- Exit Sub
-
- Case 11
- StepsText = GetString( "2001011", IResult% )
- ShowTextBubble StepsText, 1, .5, SouthWest
- HideTextBubble
- Exit Sub
-
- Case 12
- StepsText = GetString( "2001012", IResult% )
- Delay 1000
- ShowTextBubble StepsText, 1, .5, SouthWest
- HideTextBubble
- Exit Sub
-
- Case 13
- StepsText = GetString( "2001013", IResult% )
- X = SetTargetWindow (ToolWin_G, "ssdn17??.123", ClientID, DeskwHdl.val)
- X = DoWhereIs (CELL_OBJ_G,"",5,16,0,0,ClientID)
- ShowTextBubble StepsText, 1, .5, SouthWest
- HideTextBubble
- Exit Sub
-
- Case 14
- StepsText = GetString( "2001014", IResult% )
- ShowTextBubble StepsText, 1, .5, SouthWest
- HideTextBubble
- Exit Sub
-
- Case 15
- StepsText = GetString( "2001015", IResult% )
- Delay 1000
- X = SetTargetWindow (ToolWin_G, "ssdn17??.123", ClientID, DeskwHdl.val)
- X = DoWhereIs (COLUMN_SELECTOR_G,"",2,1,0,0,ClientID)
- ShowTextBubble StepsText, .5, -4, SouthWest
- HideTextBubble
- Exit Sub
- End Select
- End Sub
-