Re: [perl-win32-gui-users] Win32-GUI-1.07 released + migrated from CVS to GIT

2014-10-10 Thread Reini Urban
On Oct 10, 2014, at 9:50 AM, Stephane LECOLIER wrote: > Hi Kmx, > > Concerning Cygwin do you have plan some dedicated release? > Or does your Win32-GUI be compliant by default? > Does it concern Cygwin 32bits or 64 bits or both? > > Thanks in advance for your reply, I’ll do it when I get my

Re: [perl-win32-gui-users] Win32::GUI Owner Drawn Controls

2010-08-28 Thread Reini Urban
om/perl-win32-gui-hack...@lists.sourceforge.net/msg00628.html -- Reini Urban http://phpwiki.org/           http://murbreak.at/ -- Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this in

Re: [perl-win32-gui-users] Win32::GUI Documentation

2009-07-14 Thread Reini Urban
, then persistent mysql was broken, then their webserver proxy could not deal anymore with our app leading to cpu-eating cycles in various subrequest scenarios, and now the layout change. -- Reini Urban http://phpwiki.org/ h

Re: [perl-win32-gui-users] Win32::GUI Documentation

2009-07-13 Thread Reini Urban
elease, methinks.  Or maybe Rob will poke his head in here, and say > that he could find some time to commit some doc changes and build a new > release... I maintain phpwiki on sf.net and it gets worse and worse. But posting release

Re: [perl-win32-gui-users] Win32::GUI Documentation

2009-07-12 Thread Reini Urban
s-1.01.tar.gz > Size: 148643 B > MD5: 3095e99e8ae34c97fb1187ff432064bd > > The docs are in POD format. If you want them in HTML, use pod2html. > Hope these are useful. -- Reini Urban http://phpwiki.org/ http://murbreak.at/

Re: [perl-win32-gui-users] Win32::GUI Documentation

2009-07-12 Thread Reini Urban
gress, so if anyone has any ideas for any > extra content that could be included, such as more tutorials, I would be > happy to look into it. Where is the patch? The documentation is mainly just POD. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ -

Re: [perl-win32-gui-users] [perl-win32-gui-hackers] TODO for 1.06 release

2008-02-01 Thread Reini Urban
> - update $VERSION of modules that have changes > - update Win23::GUI $VERSION to 1.05_99 and make a beta distribution > available. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://spacemovie.mur.at/ http://helsinki.at/ ---

Re: [perl-win32-gui-users] [perl-win32-gui-hackers] Plans for a 1.06 release

2008-01-28 Thread Reini Urban
2008/1/27, Glenn Linderman: > I would hope (and I think it is your intention from things you've said > in the past) that a new code base would include support for Unicode > windows. While it may be needful to convert between UTF-8 and UTF-16 to > access the wide character Windows APIs, and that ma

Re: [perl-win32-gui-users] [perl-win32-gui-hackers] Plans for a 1.06 release

2008-01-28 Thread Reini Urban
2008/1/27, Glenn Linderman: > I would hope (and I think it is your intention from things you've said > in the past) that a new code base would include support for Unicode > windows. While it may be needful to convert between UTF-8 and UTF-16 to > access the wide character Windows APIs, and that ma

Re: [perl-win32-gui-users] [perl-win32-gui-hackers] Scintilla crashes at DoEvent_Scintilla

2008-01-27 Thread Reini Urban
2008/1/27, Robert May <[EMAIL PROTECTED]>: > On 13/01/2008, Reini Urban <[EMAIL PROTECTED]> wrote: > > [Sorry for TOFU] > > I found and fixed the error. (Scintilla crash) > > > > Remove the line with #define PERL_GET_NO_CONTEXT at the top of Scintilla.xs >

Re: [perl-win32-gui-users] Port Perl from Unix to Windows

2008-01-24 Thread Reini Urban
; the very first line of the script? But, I do not place it at the first > line of code if it is not Unix? How should I do it? The unix she-bang works ok on windows if your perl is in the path. #! perl is usually used, though the official way is to go through pl2bat for the windows version.

Re: [perl-win32-gui-users] [perl-win32-gui-hackers] Scintilla crashes at DoEvent_Scintilla

2008-01-12 Thread Reini Urban
6d541270 in DoEvent_Scintilla (my_perl=0x17700e8, Name=0xc5c17c > > "main::or_Notify", code=2007, evt=0xc5c3bc) > > at Scintilla.xs:67 > > #4 0x6d54286d in CallWndProc (nCode=0, wParam=0, lParam=12

Re: [perl-win32-gui-users] win32-gui and perl 5.10

2008-01-05 Thread Reini Urban
2008/1/5, Reini Urban <[EMAIL PROTECTED]>: > Jeremy White schrieb: > > Activestate are still missing key support items for 5.10 so it's probably > > to early for a > >formal build of Win32::GUI that supports 5.10. You should find it easy > enough to build

Re: [perl-win32-gui-users] win32-gui and perl 5.10

2008-01-05 Thread Reini Urban
the patch to the release version 5.10.0 yet. I only applies to blead. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://helsinki.at/ http://spacemovie.mur.at/ Change 28488 by [EMAIL PROTECTED] on 2006/07/05 20:00:10 Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the lef

Re: [perl-win32-gui-users] win32-gui and perl 5.10

2008-01-02 Thread Reini Urban
Carp::croak qq(Can't continue after import errors); +eval { use Carp; }; +croak qq(Can't continue after import errors); } } -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://helsinki.at/ http://spacemovie.mur.at/ ---

Re: [perl-win32-gui-users] Timer not being fired when using threads

2007-08-09 Thread Reini Urban
Robert May schrieb: > On 02/08/07, Brian Fredette <[EMAIL PROTECTED]> wrote: >> Thanks for the explanation. Now that you mentioned it I recall reading >> somewhere OEM versus NEM. Guess I forgot about that. Thats what I get for >> using old code without deeper reading. > > No problem. Reading

[perl-win32-gui-users] Updated: perl-Win32-GUI-1.05-1

2007-07-23 Thread Reini Urban
Not really new, this was in my public repo since 2006-11-08, just forgot to upload it. NEWS: = I've updated the cygwin version of perl-Win32-GUI to the upstream release 1.05. This version is the same as it would have been installed via CPAN, since all cygwin patches are included upstream. It

Re: [perl-win32-gui-users] Installing Win32::GUI (cpan) on perl/mingw/dmake

2007-04-23 Thread Reini Urban
=== My question: is it possible to install these uninstalled modules without installing MSVC and the mentioned libs: ATL and MFC? You only need the libraries and to fix the Makefile. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://spacemovie.mur.at/ http://helsinki.at/

Re: [perl-win32-gui-users] Perl Compiler Recommendation Needed for Win32-GUI/ActivePerl

2007-02-02 Thread Reini Urban
I regularly build and use: pp (free) with cygwin and ActivePerl-5.8.6.811 (cpan PAR - http://par.perl.org/) and perl2exe with ActivePerl-5.8.6.811. (non-free) 2007/2/1, Eric Hansen <[EMAIL PROTECTED]>: Can some folks recommend to me a PERL compiler vendor/version that they are Getting to work f

[perl-win32-gui-users] Updated: perl-Win32-GUI-1.04-1

2006-11-01 Thread Reini Urban
NEWS: = I've updated the version of perl-Win32-GUI to the new upstream release 1.04. This version is the same as it would have been installed via CPAN, since all cygwin patches are included upstream. It just installs into vendor_perl. CHANGES: Quite a lot of new sub-modules. http:/

Re: [perl-win32-gui-users] Combobox (Tracker: 1586617)

2006-11-01 Thread Reini Urban
if sent to a # Combobox that does not have a textfield (C<-dropdownlist => 1>). LRESULT SetEditSel(handle,start,end) HWND handle UINT start UINT end CODE: RETVAL = SendMessage(handle, CB_SETEDITSEL, 0, MAKELPARAM(start, end)); OUTPUT: RETVAL I think that is equiv

Re: [perl-win32-gui-users] HTML comments on Win32::GUI 1.03_04

2006-09-10 Thread Reini Urban
Arthur Schwarz schrieb: Well, being in a Lofty mode, I did a review of all options that I could find in the latest HTML file download. Recommendations follow. As always, these are comments and not criticisms. The effort to get to this point seems huge and worthwhile, and I am greatful. I do h

Re: [perl-win32-gui-users] 1.03_04 beta testers and preparing for a 1.04 release

2006-09-09 Thread Reini Urban
N}_* tooltip constants if the tested package Win32-GUI-1.03_04 is not yet installed. After installing the failing Win32-GUI-1.03_04 package, all tests pass. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://helsinki.at/ http://spacemovie.mur.at/

Re: [perl-win32-gui-users] [perl-win32-gui-hackers] Beta release of 1.04 available for testing

2006-08-04 Thread Reini Urban
Did I say to make sure you read the release notes? They're online at http://www.robmay.me.uk/win32gui/RELEASENOTES.TXT Minor notpick: "See the Win32::GUI::COnstants documentation for the full allowable syntax." => Constants Featurewise I had no time yet.

Re: [perl-win32-gui-users] SetWindowLong() missing or not available?

2006-04-07 Thread Reini Urban
ain::SetWindowLong called at > > Is it really missing, or am I having another dumb day? A dumb day. You want Win32::GUI::SetWindowLong but called main::SetWindowLong. The ->SetWindowLong method is recommended -- Reini Urban http://phpwiki.org/ http://spacemovie.mur.at/ http://helsinki.at/

Re: [perl-win32-gui-users] Start dir in BrowseForFolder without -root

2006-04-05 Thread Reini Urban
e+2wCfZTwr > > tQdid6uo+B3ouW72QdopBgI= > > =4V1L > > -END PGP SIGNATURE- > > > > > --- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642 > ___ > Perl-Win32-GUI-Users mailing list > Perl-Win32-GUI-Users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > http://perl-win32-gui.sourceforge.net/ > -- Reini Urban http://phpwiki.org/ http://spacemovie.mur.at/ http://helsinki.at/ doc-directory.patch Description: Binary data

Re: [win32gui] Re: [perl-win32-gui-users] A commit

2006-03-16 Thread Reini Urban
don't mind - it should all get in eventually - and we'll work > towards a 1.04 release soon. Not at all. > Reini Urban wrote: > > 2006/3/16, Jeremy White <[EMAIL PROTECTED]>: > > > >>I've just committed changes made by Reini Urban with s

Re: [perl-win32-gui-users] A commit

2006-03-16 Thread Reini Urban
2006/3/16, Jeremy White <[EMAIL PROTECTED]>: > I've just committed changes made by Reini Urban with support for custom draw > and "native" drag-drop support. The full change log from 1.03 is below. Any > questions or problems to the list. Thanks! BTW: There ar

Re: FW: [perl-win32-gui-users] Installable Small Software

2006-03-06 Thread Reini Urban
par and perl2exe, not the installer. For example --gui apps which want to write STDERR to the parent console, if such a beast exists. -- Reini Urban http://phpwiki.org/ http://spacemovie.mur.at/ http://helsinki.at/

Re: [perl-win32-gui-users] (no subject)

2006-03-06 Thread Reini Urban
rl on Windows. I want to create an EXE file or setup file > to install it on windows as what we do for other applications for VB. Kindly > let me know is there any way to acheive this. Par http://search.cpan.org/search?m=all&q=Par -- Reini Urban http://phpwiki.org/ http://spacemovie.mur.at/ http://helsinki.at/

[perl-win32-gui-users] Win32::GUI cygwin patch

2004-12-01 Thread Reini Urban
27;t check if future versions of -lcomctl32 already define this. itoa [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ --- ./GUI.h.orig2004-05-08 19:31:22.0 +0100 +++ ./GUI.h 2004-12-01 23:44:10.469054500 +

Re: [perl-win32-gui-users] Perl Oasis

2001-04-18 Thread Reini Urban
emacs/xemacs has this feature builtin as imenu. also in speedbar. Johan Lindstrom schrieb: > Perl Oasis is a source/POD/class browser tightly integrated with > (currently) UltraEdit. It makes it easy to navigate source code, POD and > modules. -- Reini Urban http://xarch.tu-graz.a

Re: [perl-win32-gui-users] POE + Win32::GUI ?

2001-02-11 Thread Reini Urban
me that maybe rewriting the whole > thing using POE might solve my troubles? As I said, I have no experience > with POE, but if it could be successfully combined with Win32::GUI I > would definitely look into it. So, can it be done? Has anyone with POE > knowledge tried it? -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/

Re: [perl-win32-gui-users] Win32::GUI version 0.0.558

2001-01-24 Thread Reini Urban
lly wild, I have set up > the CVS server, so you can grab the latest development > release directly from there ;-) -- Reini Urban

Re: [perl-win32-gui-users] Win32::GUI version 0.0.558

2001-01-23 Thread Reini Urban
ng im C- oder Funktionsformat GUI.xs(448) : error C2440: '=' : 'int' kann nicht in 'char *' konvertiert werden Die Konvertierung eines ganzzahligen Typs in einen Zeigertyp erfordert e in reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktio

Re: [perl-win32-gui-users] VB dialup code

2001-01-14 Thread Reini Urban
imilar. FFI is the newest, supports arbitrary callbacks and is generally the best, but has a GPL license only. C::Dynalib and Win32::API have a perl license. -- Reini Urban http://xarch.tu-graz.ac.at/autocad/news/faq/autolisp.html

Re: [perl-win32-gui-users] Memory leak (not really a leak at all)

2001-01-08 Thread Reini Urban
cache allocated to the program, and that it's > the cache usage that changes, not the amount of memory that the > perl interpreter has allocated. > > During the above I looked over the code involved, and attempted to > isolate a memory leak. So far as I can tell the code is rock

Re: [perl-win32-gui-users] Re: [perl-win32-gui] newbie query

2001-01-05 Thread Reini Urban
:3100: `SS_PATHELLIPSIS' undeclared (first use this function) GUI.xs:3101: `SS_ENDELLIPSIS' undeclared (first use this function) ... -- Reini Urban http://xarch.tu-graz.ac.at/autocad/news/faq/autolisp.html