Changeset 25 for trunk/lingosource
- Timestamp:
- 09/14/07 13:34:02 (5 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib1/alexUtilities.ls (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/alexUtilities.ls
r23 r25 5820 5820 retval = 0 5821 5821 5822 if pStatusMode = On_Off then return retval 5823 pStatusMode = 0 5822 if pStatusMode = 0 then 5823 if On_Off = 0 then 5824 return retval 5825 end if 5826 else 5827 if On_Off = 1 then 5828 return retval 5829 end if 5830 end if 5831 5824 5832 5825 5833 pHandlerMenuWindowName = string(pHandlerMenuWindowName) … … 5831 5839 retval = 1 5832 5840 5833 pStatusMode = On_Off5841 5834 5842 5835 5843 r = w.rect 5836 5844 5845 oldwidth = pStatusMode 5846 if On_Off = 1 then pStatusMode = r.width 5847 else pStatusMode = 0 5848 5837 5849 tell w 5838 5850 … … 5840 5852 5841 5853 if On_Off = 1 then 5854 5842 5855 5843 5856 member("statusOutput").text = "The following operation may take some time..." 5844 5857 spr.member = member("statusOutput") 5845 5858 5846 newRect = rect(r.left, r.top, r. right, r.top + spr.rect.bottom)5859 newRect = rect(r.left, r.top, r.left + spr.rect.right, r.top + spr.rect.bottom) 5847 5860 5848 5861 if (label("withSearch") <> marker(0)) then … … 5850 5863 end if 5851 5864 5865 5852 5866 else 5853 5867 5854 5868 spr.member = member("helptext") 5855 5869 5856 newRect = rect(r.left, r.top, r.right, r.top + spr.rect.top) 5870 if ilk(oldwidth) <> #integer then oldwidth = r.width 5871 if oldwidth < 1 then oldwidth = r.width 5872 5873 newRect = rect(r.left, r.top, r.left + oldwidth, r.top + spr.rect.top) 5857 5874 5858 5875 if (label("withoutSearch") <> marker(0)) then go "withoutSearch"
Note: See TracChangeset
for help on using the changeset viewer.
