Announcement

Collapse
No announcement yet.

MENU SET STATE

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Lance Edmonds
    replied
    Borje, that retort was really sharp... thanks for the laugh!

    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>

    Leave a comment:


  • Borje Hagsten
    replied
    To write a similar bug song for Billy and the Redmonds, one would
    need a much bigger hard drive. Too many verses..


    ------------------

    Leave a comment:


  • Guest
    Guest replied
    Boy did I get a bargain when I purchased PB! Not only did I get
    a great compiler to toy around with the winapi but free membership
    on a BBS where I can get good info and seranated by song in
    print no less all at the same time.
    Is that bang for your buck or what? Let's see Billy and the
    Redmond Boys top that one!

    Adam

    ------------------

    Leave a comment:


  • Borje Hagsten
    replied
    With what shall I fix it, dear people, dear people
    With what shall I fix, dear people, with what?

    With a compiler, dear Bob, dear Bob, dear Bob
    With a compiler dear Bob, dear Bob - use your compiler.

    ..

    But there's a bug in my compiler, dear people, dear people..
    ------------------

    (Darn, why did you have to start this - now I can't shake that stupid
    song out of my head..)


    [This message has been edited by Borje Hagsten (edited April 22, 2001).]

    Leave a comment:


  • Lance Edmonds
    replied
    He will do so, Dear programmers,
    He will, he will.
    He will do so, Dear programmers,
    Fix all known issues in the compiler.



    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>

    Leave a comment:


  • Michael Mattias
    replied
    There's a bug in my compiler,
    dear Lance, dear Lance,
    There's a bug in my compiler,
    dear Lance, a bug...
    Well, fix it, dear Bob, Dear Bob, DearBob
    Well fix it dear Bob,
    Dear Bob,fix it.

    Leave a comment:


  • mark smit
    Guest replied
    There's a bug in my compiler,
    dear Lance, dear Lance,
    There's a bug in my compiler,
    dear Lance, a bug...


    I have no idea why that poped into my head at this hour of the night


    ------------------
    Cheers!

    [This message has been edited by mark smit (edited April 21, 2001).]

    Leave a comment:


  • Lance Edmonds
    replied
    Unfortunately, MENU SET STATE is broken.

    The solution is to use the API in place of that one statement:
    Code:
    CALL EnableMenuItem(hPopup1, 4, %MF_DISABLED)
    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>

    Leave a comment:


  • Henning Wallgren
    started a topic MENU SET STATE

    MENU SET STATE

    I want to change the state of my popup menus,
    but it doesn't change. What am I not doing?

    MENU SET STATE hPopup1,4,%mf_disabled

    ------------------
    Henning Wallgren
Working...
X