Button help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mattyricho
    New Member
    • Oct 2006
    • 3

    Button help

    Hi,

    Having some touble with one of my buttons - EmptyCartBtn. When the button is clicked it appears as if nothing happens, but when it is clicked the second time, the associated method is called.

    When i debug it, it looks as if it should work the first time around (ie it reaches the associated method) but in practice it doesnt.

    In a nut shell, i have a sub routine EmptyCartBtn.cl ick that calls a method in another code file. While it works, you have to click the button twice for it to work.

    Very weird. Any ideas? Any help Much Appreciated!

    Cheers
    Matt
  • darkdirk1
    New Member
    • Oct 2006
    • 50

    #2
    Either some condition becomes true(or false) during the first click (due to programming logic), or youre not clicking firmly the first time, or your computer is possessed by witches. That's about all it can be.

    Comment

    Working...