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
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
"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
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
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_
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
6 matches
Mail list logo