Hi,
It's a bug ;o)
I upload a new version of Win32::GUI::Grid.
It correct Ctrl+C problem and fix/add some new features.
See : http://perso.club-internet.fr/rocherl/Win32GUI.html
ChangeLog :
- Fix Clipboard error (Ctrl+C)
- Fix some Grid draw problem
- Add WM_PRINTCLIENT support for new Win32::GUI -noflicker option.
- New Cell Type (Calendar, URL)
- SetCellOptions : New options
Laurent.
> Dear group: just wondering if anyone can help me with the win32-gui-grid
module.
>
> When I select cells in the grid and push "ctrl C" to copy the text, I keep
getting this
> error message: coinitilaization has not been called.
>
> I even tried linking an event and calling a copy method like so:
>
> sub Grid_Click {
> $Grid->OnEditCopy ();
> }
>
> Again I get the same error message: coinitializatoin has not been called.
> Any help will be greatly appreciate. By the way, Laurent if you are
reading this: thank you for such a wonderful module!
>