Does anyone have a way to resolve the windows xp color bug? If so, I think
it would be a wonderful thing to include.
Excellant. I had noticed the resize cursor persisted until the mouse
pointer got to a "real" sub object inside the main window... annoying
but not (to me) as annoying as not having the resize cursors at all, and
not a problem on windows that are filled with sub objects. But this fix
does the
In addition to Glenn Linderman's fix for resize cursors this should be put
in (@)INTERNAL:Create(%OPTIONS) near the top:
perlcs.hCursor = LoadCursor(NULL, IDC_ARROW);
I've put it just below the line that reads
perlcs.iEventModel = PERLWIN32GUI_EM_BYNAME;
This will stop the cursor remaining as a
Hi all,
Great work on Win32::GUI, I feel with Perl's new ithreads system there's a
lot of capability.
I've created a basic module that uses XML::Twig to create GUIs from XML
(have you seen XAML?). The XML can also include perl scripts to generate
parts of the GUI on the fly. It also helps with
On approximately 11/20/2003 2:13 AM, came the following characters from
the keyboard of Aldo Calpini:
Erick Bourgeois wrote:
Great to see you back.
I installed and played with CGI::Kwiki. The main problem I have
with this module/application is that users need to learn the wiki
"language". (For
One quick and dirty way to do it would be undef($Window); but that may cause
other problems if you have other widgets that reference the window. For
example, if you have a Timer that updates a clock on $Window every second,
you will begin to get errors every second. So, unless you *really* want to
All,
How do you destroy a window in Win32::Gui? I read about a Destroy()
method but this doesn't seem to help. In the past I have just hidden
any windows that I wanted to remove but I now nee to destroy one
completely.
Darin
Darin Cruickshanks
Labs
Erick Bourgeois wrote:
> Great to see you back.
> I installed and played with CGI::Kwiki. The main problem I have
> with this module/application is that users need to learn the wiki
> "language". (For example, to make a the H4 tag, you must put
> 4 = before and after the word(s).)
I am planning to
8 matches
Mail list logo