news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

DL_UpdateCardWindow

Revision
Revised on

Description


Code

on DL_UpdateCardWindow
  global DL_CardWindow,DL_CardList,DL_CardCount
  
  if there is a window DL_CardWindow then
    DL_UpdateCardList
    if the text of window DL_CardWindow ­ DL_CardList then
      set the text of window DL_CardWindow to DL_CardList
    end if
    
    set the selLine of window DL_CardWindow to the number of this card
  end if
  
end DL_UpdateCardWindow