Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Changeset 142 for trunk/lingosource


Ignore:
Timestamp:
02/14/08 14:05:15 (4 years ago)
Author:
alex
Message:

Removed the OSControl menu completely in favour of buddyMenu, as I today noticed, that I get a fatal error on windows, if the number of items in the menu is more than 65. So people will have to get the free buddyMenu xtra and mac users will need to live with the buddyMenu bug, which was the reason to provide OSC as an alternative. I am not even sure, if the issue went away with OSC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib1/OSCmenu_Utilities.ls

    r136 r142  
    419419   
    420420   
    421   if sprite(me.spritenum).member.type = #OSmenu and not(the shiftdown) then 
     421  if sprite(me.spritenum).member.type = #OSmenu then 
    422422     
    423423    mConvertToOSC li 
     
    486486    else 
    487487       
    488       put cmdli 
    489        
    490488      cmdStr = cmdli[1] 
    491489      targetScriptName = cmdli[2] 
Note: See TracChangeset for help on using the changeset viewer.