Using the Hour Glass?
tbaumg
✭
How can I use the HourGlass that regularly pops-up on the FlexPendant when it?_Ts busy? I am writing an application in C# R.A.B. v10.0, and would like to use the hour glass to show that the program is busy.
<?: prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Is there an easy to turn it on/off?
Thanks,
Toby
0
Comments
-
Public Sub ShowWaitCursor(ByVal blnShow As Boolean)
'####################################################################
'
' Name: ShowWaitCursor
'
' Abstract: This method is called whenever we need to display the
' WaitCursor, aka the Hourglass.
'
' Parameters: blnShow, a boolean that, when true, shows the WaitCursor
'
' Returns: none
'
' Notes: The default cursor Nothing, i.e. there is no cursor shown
' when it is set to default. Setting the cursor to default
' then has the same effect as hiding the WaitCursor
'
'
'####################################################################
If blnShow Then
System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
Else
System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.Default
End If
End SubRussell Drown0
Categories
- All Categories
- 5.5K RobotStudio
- 394 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 249 ScreenMaker
- 2.7K Robot Controller
- 309 IRC5
- 59 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 785 RAPID Programming
- AppStudio
- 3 RobotStudio AR Viewer
- 18 Wizard Easy Programming
- 105 Collaborative Robots
- 4 Job listings