On Sun, 15 Jun 2003, Jeremy White wrote:
> >I found the answers to a few of these, and a little more info. Still need
> >help with some of them.
>
> Not sure I can help, but here is my 2 pence worth.
>
> >Still haven't found a way to do this. Maybe if I could find a way to set
> >the font of a
I found the answers to a few of these, and a little more info. Still need
help with some of them.
On Thu, 12 Jun 2003, Joel Ricketts wrote:
> I'm having some issues with Win32::GUI that I was hoping people could help
> with.
>
> 1. In a Listview, is there any way to right
I've used the following code to get notified when an item changes:
sub DirTree_Click # Anytime user clicks in our window
{
my ($x,$y) = Win32::GUI::GetCursorPos();
# Grab mouse pointer location
my ($left,$top,$right,$bottom) = $dirtree->GetWindowRect ();
I'm having some issues with Win32::GUI that I was hoping people could help
with.
1. In a Listview, is there any way to right-justify a column? I have a
list of filesizes, but haven't found any way to right-justify one of the
columns. I can live with it the way it is, but it would look nicer i
Johan was able to help me by including the options for WS_VSCROLL. For
some reason, using the name of the constant fails utterly, while using it
by number works fine.
My combobox drops down now. One little annoyance left:
When it drops down, the first five items in the list (i.e. all that are
Johan, you're a lifesaver. I put it in explicitly as
0x0020 | ...
And it worked. I'm not sure why that would be any different, but, well,
there you have it :)
Joel
On Sun, 11 May 2003, Johan Lindstrom wrote:
> At 01:13 2003-05-11 -0500, Joel Ricketts wrote:
> >
et
me know.
Joel
On Sun, 11 May 2003, Johan Lindstrom wrote:
> At 01:13 2003-05-11 -0500, Joel Ricketts wrote:
> >Basically, I have a Combobox that I'm trying to display to the user. I've
> >populated it with, for the test, about 12 items. It displays only the
>
First, I want to send huge amounts of thanks to Mr. Calpini, for his work
in developing this. I've always believed I couldn't really do development
for Win32, because the Win32 API was so cryptic. Having an actual Perl
front end -- a language with which I'm familiar from the Unix world -- is
8 matches
Mail list logo