broken buttons

new topic     » topic index » view thread      » older message » newer message

I just upgraded to the latest win32 for come listView functions and most of
my buttons are now broken. Here's some code snipits.. (I'm using EU 2.3 if
that might make a difference). The "exit" seems quite simple but it does not
work any more..... Any Ideas on what changed?

sequence leftButtonText,leftButtonProcess

    leftButtonText = {"E&XIT","&NEXT","&PREV","&FIND","&ADD"}
    leftButtonProcess = {"processExit","processNext","processPrev",
                         "processFind","processAdd"}
.
.
.
------------------------------------ Setup process
control --------------------------
    for i = 1 to length(lbt) do
        onClick[lbt[i]] = routine_id(leftButtonProcess[i])
    end for
    for i = 1 to length(rbt) do
        onClick[rbt[i]] = routine_id(rightButtonProcess[i])
    end for
.
.
----------------------------------- Exit
Button -------------------------------------
procedure processExit()
    closeWindow(Main)
end procedure


thanks for a hint...
george

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu