Re: [perl-win32-gui-users] Grid questions

2006-10-11 Thread Brian Millham
Hi Art, You have it right. You just got caught by the 0 index. You are trying to set the contents of cell , but you should be setting cell 1. for my $CellType (GVIT_NUMERIC, GVIT_DATE, GVIT_DATECAL, GVIT_TIME, GVIT_CHECK, GVIT_COMBO, GVIT_LIST, GVIT_URL) { $Grid->SetCellType($row++, 1

Re: [perl-win32-gui-users] [win32-gui] Adding -image to Listview - subitem

2006-10-11 Thread Robert May
Chris Wearn wrote: I have a need to insert images into subitems of a listview control in columns other than the first. It is relatively easy to add images to the Listview column header using: $lvwCtrl->InsertColumn(-index => 0, -subitem => $i, -text => “”, -image => 0); # where -image referen

Re: [perl-win32-gui-users] [win32-gui] Win32::GUI dialog doesn'tclose

2006-10-11 Thread Robert May
"Robert May" <[EMAIL PROTECTED]> wrote: Do you have a multi-line edit control (Win32::GUI::Textfield) in the dialog? Does this symptom only occur when the textfield has focus? If so it's a known bug - I can generate a work around, let me know. Teddy wrote: Hmm, strange! I was almost sure t

Re: [perl-win32-gui-users] [win32-gui] Win32::GUI::AxWindow and UTF-8

2006-10-11 Thread Robert May
Octavian Rasnita wrote: If Win32::GUI doesn't support UTF-8 but some controls in Windows supports it (like the multiline textfield in Notepad), can I include those controls in a Win32::GUI application using Win32::GUI::AxWindow module? If yes, how can I find the class names of those controls? I

Re: [perl-win32-gui-users] [win32-gui] Grid questions

2006-10-11 Thread Robert May
Arthur Schwarz wrote: I'm trying to use 1.03_4 Grid and have the following questions: 1. In GUI.html::SetCellFormat there is a listing of 'DT_*' formats. In GUI::Constants but missing from this list are: DT_CHARSTREAM DT_DISPFILE DTIDEPREFIX DT_METAFILE DT_NOFULLWIDTHCHARBREAK DT_

[perl-win32-gui-users] Grid questions

2006-10-11 Thread Arthur Schwarz
I'm trying to use 1.03_4 Grid and have the following questions: 1. In GUI.html::SetCellFormat there is a listing of 'DT_*' formats. In GUI::Constants but missing from this list are: DT_CHARSTREAM DT_DISPFILE DTIDEPREFIX DT_METAFILE DT_NOFULLWIDTHCHARBREAK DT_PLOTTER DT_PREFIX