Project

General

Profile

Revision 65

Toolbar button logic enable/disable

View differences:

VdfSplat.src
61 61
    Use cDebuggerEngine.pkg
62 62
    
63 63

  
64
    Object oOpenProgramDialog is an OpenDialog
64
    Object oOpenProgramDialog Is an OpenDialog
65
        Set Dialog_Caption to "Select a DataFlex executable file to debug"
65 66
        Set Filter_String  to  'Visual DataFlex Executables|*.exe'
66 67
        Set Initial_Folder to 'C:\Program Files\Visual DataFlex'
67 68
//        Set MultiSelect_State  To False
......
233 234
        Get pbDebugRestart of hoDebug to bRestartMode
234 235
        If (bRestartMode) Begin
235 236
          Send Destroy of hoDebug
236
          Move 0 To hoDebug 
237
          Move 0 To hoDebug
237 238
        End
238 239
      End
239 240
      If (bExists and hoDebug=0) Begin
......
295 296
          // so killing it here would be out of sync with what you want.
296 297
          //Send Destroy of hoDebug
297 298
          Send DoInitializeParameters
298
        End  
299
        End
299 300
      End
300 301
    End_Procedure // doStopDebug
301 302
    
......
697 698
            Object oDebugStepOutButton is a cCJStepOutMenuItem
698 699
            End_Object
699 700
            
700
            //
701 701

  
702
            Object oPromptToolItem is a cCJPromptMenuItem
703
                Set pbControlBeginGroup to True
704
            End_Object
705

  
706 702
        End_Object
707 703
        
708 704
        Object oFileToolbar is a cCJToolbar

Also available in: Unified diff