ok, first of all, is it possible to change the object options (for instance, "-disable") after the object is already defined? I mean, I've tried using hashes in all these different ways, but none of them work: $Button{-disable} = 1; $Button{'-disable'} = 1; $Button->{-disable} = 1; $Button->{'-disable'} = 1; so, can I change those options, and if so, how?
- Re: [perl-win32-gui] two questions... EvanK40767
- Re: [perl-win32-gui] two questions... Aldo Calpini
- Re: [perl-win32-gui] two questions... EvanK40767