Menu

#1 libmutil.mtkNode.Execute() doesn't work properly

pre-release
open
libraries (1)
5
2004-02-24
2004-02-21
No

When using Execute() you have to include
SW_SHOWNORMAL (or similar) in the 'show' parameter
otherwise the item you're loading loads but doesn't
appear making it look like the function has failed.

It might be worth adding an enum of a subset of the
SW_xxx commands to libmutil, would make the Execute()
prototype neater that way. At the very least 'show'
should default to 1 (SW_SHOWNORMAL)

Discussion

  • Chris Peel

    Chris Peel - 2004-02-24
    • labels: --> libraries
    • status: open --> pending
     
  • Chris Peel

    Chris Peel - 2004-02-24
    • status: pending --> open
     
  • Chris Peel

    Chris Peel - 2004-02-24
    • assigned_to: nobody --> cheekiemunkie
     
  • Chris Peel

    Chris Peel - 2004-02-24
    • milestone: --> pre-release
     
  • Chris Peel

    Chris Peel - 2004-02-24

    Logged In: YES
    user_id=584344

    Ta! You're quite right - I'll get it sorted.