MethodFinderWindow.st
changeset 3708 e709d40e6bc9
parent 3699 1070017213b7
child 3709 6189f7800242
equal deleted inserted replaced
3707:f0fad0548be9 3708:e709d40e6bc9
   396                                component: 
   396                                component: 
   397                               (SpecCollection
   397                               (SpecCollection
   398                                  collection: (
   398                                  collection: (
   399                                   (ActionButtonSpec
   399                                   (ActionButtonSpec
   400                                      label: 'Clear'
   400                                      label: 'Clear'
   401                                      name: 'Button2'
   401                                      name: 'ClearButton'
   402                                      layout: (LayoutFrame 5 0 0 0 -5 0.5 0 1)
   402                                      layout: (LayoutFrame 5 0 0 0 -5 0.5 0 1)
   403                                      activeHelpKey: clearButton
   403                                      activeHelpKey: clearButton
   404                                      uuid: '5fb0f214-89f6-11e9-8df0-b8f6b1108e05'
   404                                      uuid: '5fb0f214-89f6-11e9-8df0-b8f6b1108e05'
   405                                      translateLabel: true
   405                                      translateLabel: true
   406                                      model: clear
   406                                      model: clear
   407                                    )
   407                                    )
   408                                   (ActionButtonSpec
   408                                   (ActionButtonSpec
   409                                      label: 'Search'
   409                                      label: 'Search'
   410                                      name: 'Button1'
   410                                      name: 'SearchButton'
   411                                      layout: (LayoutFrame 5 0.5 0 0 -5 1 0 1)
   411                                      layout: (LayoutFrame 5 0.5 0 0 -5 1 0 1)
   412                                      activeHelpKey: startSearchButton
   412                                      activeHelpKey: startSearchButton
   413                                      uuid: '5fb0f52a-89f6-11e9-8df0-b8f6b1108e05'
   413                                      uuid: '5fb0f52a-89f6-11e9-8df0-b8f6b1108e05'
   414                                      translateLabel: true
   414                                      translateLabel: true
   415                                      tabable: true
   415                                      tabable: true
   436                                component: 
   436                                component: 
   437                               (SpecCollection
   437                               (SpecCollection
   438                                  collection: (
   438                                  collection: (
   439                                   (LabelSpec
   439                                   (LabelSpec
   440                                      label: 'Selector Pattern:'
   440                                      label: 'Selector Pattern:'
   441                                      name: 'Label1'
   441                                      name: 'SelectorPatternLabel'
   442                                      layout: (LayoutFrame 0 0 0 0 0 1 25 0)
   442                                      layout: (LayoutFrame 0 0 0 0 0 1 25 0)
   443                                      uuid: '5fb0f908-89f6-11e9-8df0-b8f6b1108e05'
   443                                      uuid: '5fb0f908-89f6-11e9-8df0-b8f6b1108e05'
   444                                      translateLabel: true
   444                                      translateLabel: true
   445                                      adjust: left
   445                                      adjust: left
   446                                    )
   446                                    )
   447                                   (InputFieldSpec
   447                                   (InputFieldSpec
   448                                      name: 'EntryField1'
   448                                      name: 'SelectorPattern'
   449                                      layout: (LayoutFrame 2 0 -54 1 -2 1 -29 1)
   449                                      layout: (LayoutFrame 2 0 -54 1 -2 1 -29 1)
   450                                      activeHelpKey: selectorPattern
   450                                      activeHelpKey: selectorPattern
   451                                      uuid: '5fb0fa70-89f6-11e9-8df0-b8f6b1108e05'
   451                                      uuid: '5fb0fa70-89f6-11e9-8df0-b8f6b1108e05'
   452                                      model: selectorPatternHolder
   452                                      model: selectorPatternHolder
   453                                      immediateAccept: true
   453                                      immediateAccept: true
   455                                      acceptOnTab: true
   455                                      acceptOnTab: true
   456                                      acceptOnPointerLeave: true
   456                                      acceptOnPointerLeave: true
   457                                    )
   457                                    )
   458                                   (ActionButtonSpec
   458                                   (ActionButtonSpec
   459                                      label: 'Search'
   459                                      label: 'Search'
   460                                      name: 'Button4'
   460                                      name: 'SearchPatternButton'
   461                                      layout: (LayoutFrame 5 0.5 -25 1 -5 1 0 1)
   461                                      layout: (LayoutFrame 5 0.5 -25 1 -5 1 0 1)
   462                                      activeHelpKey: startSearchPatternButton
   462                                      activeHelpKey: startSearchPatternButton
   463                                      uuid: '5fb0fea8-89f6-11e9-8df0-b8f6b1108e05'
   463                                      uuid: '5fb0fea8-89f6-11e9-8df0-b8f6b1108e05'
   464                                      translateLabel: true
   464                                      translateLabel: true
   465                                      tabable: true
   465                                      tabable: true
   544            )
   544            )
   545           )
   545           )
   546         
   546         
   547        )
   547        )
   548      )
   548      )
       
   549 
       
   550     "Modified: / 19-07-2019 / 15:08:46 / Claus Gittinger"
   549 !
   551 !
   550 
   552 
   551 windowSpec_old
   553 windowSpec_old
   552     "This resource specification was automatically generated
   554     "This resource specification was automatically generated
   553      by the UIPainter of ST/X."
   555      by the UIPainter of ST/X."
  1782         ))  
  1784         ))  
  1783         (showing: 'Click into the "receiver" field' do:(
  1785         (showing: 'Click into the "receiver" field' do:(
  1784             moveTo: ReceiverEditor
  1786             moveTo: ReceiverEditor
  1785             click: ReceiverEditor 
  1787             click: ReceiverEditor 
  1786         ))
  1788         ))
       
  1789         wait: 0.5
  1787         (showing: 'Enter a value (or expression) into "receiver" field' do:(
  1790         (showing: 'Enter a value (or expression) into "receiver" field' do:(
  1788             enter: '100'
  1791             enter: '10'
  1789         ))
  1792         ))
       
  1793         wait: 0.5
  1790         (showing: 'Click into the "first argument" field' do:(
  1794         (showing: 'Click into the "first argument" field' do:(
  1791             moveTo: Arg1Editor
  1795             moveTo: Arg1Editor
  1792             click: ReceiverEditor
  1796             click: Arg1Editor
  1793         ))
  1797         ))
  1794         (showing: 'Enter a value (or expression) into "receiver" field' do:(
  1798         wait: 0.5
  1795             enter: '100'
  1799         (showing: 'and enter a value for the argument' do:(
       
  1800             enter: '1'
       
  1801         ))
       
  1802         wait: 0.5
       
  1803         (showing: 'Click into the "answer" field' do:(
       
  1804             moveTo: AnswerEditor
       
  1805             click: AnswerEditor
       
  1806         ))
       
  1807         (showing: 'Enter the expected result value into the "answer" field' do:(
       
  1808             enter: '101'
       
  1809         ))
       
  1810         wait: 0.5
       
  1811         (showing: 'now, Click on the "search" button' do:(
       
  1812             moveTo: SearchButton
       
  1813             click: SearchButton
  1796         ))
  1814         ))
  1797         
  1815         
  1798     )
  1816     )
  1799 
  1817 
  1800     "Created: / 18-07-2019 / 21:59:06 / Claus Gittinger"
  1818     "Created: / 18-07-2019 / 21:59:06 / Claus Gittinger"
  1801     "Modified: / 19-07-2019 / 14:20:41 / Claus Gittinger"
  1819     "Modified: / 19-07-2019 / 15:09:07 / Claus Gittinger"
  1802 ! !
  1820 ! !
  1803 
  1821 
  1804 !MethodFinderWindow methodsFor:'private'!
  1822 !MethodFinderWindow methodsFor:'private'!
  1805 
  1823 
  1806 argumentEditorsContents
  1824 argumentEditorsContents