Changeset 2896


Ignore:
Timestamp:
Jan 21, 2018, 10:50:25 PM (7 years ago)
Author:
Andreas Schnellbacher
Message:
  • Avoid window scrolling if cursor is off the screen for LoadToolBar and TagScan dialogs. These procs load temp. files that are responsible for window scrolling to make the cursor visible.
Location:
trunk/src/netlabs/macros
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/netlabs/macros/tags.e

    r2873 r2896  
    16221622   endif
    16231623
     1624   'VSyncCursor'
    16241625   call psave_pos( savepos)
    16251626   0
  • TabularUnified trunk/src/netlabs/macros/toolbar.e

    r2869 r2896  
    493493      BarName = delword( BarName, wp, 1)
    494494   endif
    495 
    496495   if BarName = '' then  -- List all toolbars
    497496      inidata = queryprofile( app_hini, INI_UCMENU_APP, '')
     
    505504      getfileid startfid
    506505
     506      'VSyncCursor'
    507507      'xcom e /c /q tempfile'
    508508      if rc <> -282 then  -- sayerror('New file')
     
    540540      endif
    541541
     542      -- This inserts the contents from the current file into a buffer,
     543      -- ready for a call to ListBox(). This can be used when the list
     544      -- entry length extends E's max. line length.
     545      -- It also quits the current file and activates startfid.
    542546      if listbox_buffer_from_file( startfid,
    543547                                   bufhndl,
     
    570574         return
    571575      endif
    572 
    573576   else
    574577      inidata = queryprofile( app_hini, INI_UCMENU_APP, BarName)
Note: See TracChangeset for help on using the changeset viewer.