coloredButtons-judith

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

Hello Judith,

I added some code you may or may not have thought of. It saves a lot of time
   setting up multiple buttons. Great program though. I love it.


global procedure translateToColoredButton2(object id, object graphic, object
disableGraphic)
   if atom(id) then
      translateToColoredButton(id,graphic,disableGraphic)
   elsif sequence(id) then
      for x=1 to length(id) do
        translateToColoredButton(id[x],graphic,disableGraphic)  
      end for
   end if
end procedure


BTW I am having trouble downloading your lastest update on Sourceforge. It keeps
going to mirrors but doesn't download anything.

Don Cole

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

Search



Quick Links

User menu

Not signed in.

Misc Menu