Re: [perl-win32-gui] Perl 5.6.0

2000-03-31 Thread Jenda Krynicky
> Jenda, > If you remove the line: > > I your Win32-GUI.ppd file it should work fine. No. 5.005 and 5.6 are not binary compatible, so you need a different GUI.dll for each of them. Sorry I do not have time to install 5.6 and compile Win32::GUI. Blame the army. If someone compiles Win32::GUI

[perl-win32-gui] [OT] I'm leaving ...

2000-03-31 Thread Jenda Krynicky
Sorry guys but I will be offline for at least one month (what will I do the next 11 god only knows). Look at my page if you want to know why. See you all then, Jenda == [EMAIL PROTECTED] == http://Jenda.McCann.cz == FUCK THE ARMY! Myself

Re: [perl-win32-gui] Installation Tips

2000-03-25 Thread Jenda Krynicky
> I also tried installing the package using jenda.mccann.cz instead of > jenda.krynicky.cz and received the same error > > After poking around http://jenda.mccann.cz I found both the ppd file for > the Win32-GUI and the .tar.gz file and downloaded them - both files are > at http://jenda.mccann.cz

Re: [perl-win32-gui] Printer Dialog Box?

2000-03-21 Thread Jenda Krynicky
> Anyone, how do you call a Printer Dialog Box with Win32-GUI? > > Thanks, > Eric I'm afraid you don't. But if anyone knows what API function to call for this we can try to implement it via Win32::API. Jenda == [EMAIL PROTECTED] == http://Jenda.Krynicky.cz == The phenomenon of UFO doesn't sa

Re: [perl-win32-gui] SaveAsDialog win32::FileOp options?

2000-03-15 Thread Jenda Krynicky
> Thanks Jenda, now I SaveAsDialog providing all the functionality > I need - providing a filename.. and adding that default extension > later. > > Still I see that annoying: > > Use of uninitialized value at C:/perl/site/lib/Win32/FileOp.pm line 986, > chunk 96. > > ...which tracks to line

Re: [perl-win32-gui] Problem with SaveAsDialog win32::FileOp

2000-03-14 Thread Jenda Krynicky
> Hi, > > The snippet below does brings up the Save As dialog and return > the filename. I have a problem with some of the parameters > as commented. > > Also get this error appear as dialog closes: > Use of uninitialized value at C:/perl/site/lib/Win32/FileOp.pm line 986, > chunk 96. > > Anyb

Re: [perl-win32-gui] GetFolder

2000-03-10 Thread Jenda Krynicky
> Windows has a GUI for getting a user selected folder rather then > filename, does Win32:GUI support this feature ?? > > Darren Apps Not sure if it's supported directly by Win32::GUI, but you may find it in Win32::FileOp on http://Jenda.McCann.cz Look up BrowseForFolder(). HTH, Jenda == [EM

Re: [perl-win32-gui] AdminMisc Module: Win32::AdminMisc::CreateP

2000-03-10 Thread Jenda Krynicky
> I know it's not a GUI question, but I don't have any other choice: > > This is regading the Desktop functions in the AdminMisc Module. > I have simplified the example that came with the module, > but I still can't get it to work. > The original example doesn't work either. > > The problem i

RE: [perl-win32-gui] Re: Imbedding IE object within GUI window/d

2000-03-01 Thread Jenda Krynicky
> First off, thanks for sending along this code. I just wish I could run it. > Unfortunately, I cannot get the Win32::GUI module to install. I've tried > installing it before (with the results below). I'm using the Gurusamy port > of Perl, primarily because it comes with all of the "standard" m

Re: [perl-win32-gui] Can't find Jenda's repository

2000-02-23 Thread Jenda Krynicky
> Has anyone had trouble locating Jenda's repository? I have thried > many times throughout the day with no luck. Sorry we have some problems with DNS. Please try http://jenda.mccann.cz > Also, slightly unrelated, can someone point me to a tutorial on how > to build/install modules for Act

Re: [perl-win32-gui] no console script running as service proble

2000-02-16 Thread Jenda Krynicky
> > On NT4 sp6: > > I ran the makeguiperl script to be able to run a script without a console. > > The script runs properly when double-clicked from NT explorer. > > I installed the srvany.exe program to allow running my own service > > I edit the registry to specify the (.gpl) script to run

Re: [perl-win32-gui] sis-lib.pl

2000-01-07 Thread Jenda Krynicky
> I work for a small web development company in South Australia and have no > pearl experience. Do not like diving? > Im working on a project at the moment to convert an > existing web using CGI(Pearl) to asp driven web. A, it was just an ordinary "call by value" used in lots of programm

RE: [perl-win32-gui] ...

2000-01-03 Thread Jenda Krynicky
> c:\> PPM install --location http://Jenda.Krynicky.cz/perl Win32-GUI > > Jenda > > Hello, I'm new to perl and try to get Win32-GUI to run. no chance > I tried your tip. > But after downloading the files I get an Error-Message > Error installing package win32-Gui Can't open File \.pack

Re: [perl-win32-gui] ...

2000-01-03 Thread Jenda Krynicky
> Hello, > how to install/build Win32::Gui 0.0.434 ?? > > Rafael PThetarez > [EMAIL PROTECTED] c:\> PPM install --location http://Jenda.Krynicky.cz/perl Win32-GUI Jenda == [EMAIL PROTECTED] == http://Jenda.Krynicky.cz == The phenomenon of UFO doesn't say anything about the presence of inte

Re: AW: [perl-win32-gui] Re: version problems with Win32::GUI

1999-12-21 Thread Jenda Krynicky
> >The easiest way to install Win32::GUI is > > > >ppm install --location=http://Jenda.Krynicky.cz/perl Win32-GUI > > > >;-) > > i made this and from this thime i had the following error message: > > Win32::GUI object version 0.0.434 does not match $Win32::GUI::VERSION > 0.0.425 at C:/Perl/lib/D

[perl-win32-gui] Re: version problems with Win32::GUI

1999-12-21 Thread Jenda Krynicky
> After much effort in the quest to get sample apps to run I cleared the > perl installation of all GUI files and ran the sample app. to get this: > > # sample app # > use Win32::GUI; > $Window = new Win32::GUI::Window( > -name => "Window", > -title => "

Re: [perl-win32-gui] gui.bs

1999-12-09 Thread Jenda Krynicky
> I keep getting a "Missing $ on loop variable..." error statement. I looked > in the archive, and there was a similar message in whichnit turned out the > sender had not received all the necessary files in the distribution he > downloaded. Realy? Doesn't seem like it. Could you post the relev

Re: [perl-win32-gui] Found BUG in Listbox Properties (-sort & -s

1999-12-07 Thread Jenda Krynicky
> various options in control creations (eg. -sort in this case) are > just bits of style internally (in this case, LBS_SORT); so, if you > are not familiar with Windows Programming, I mean *C* Programming, > and you don't know how Windows controls work, and you don't have > WINUSER.H available (po

RE: [perl-win32-gui] with or without Win32

1999-12-06 Thread Jenda Krynicky
> I just use GUI:: instead of Win32::GUI just as I use ODBC:: instead of > Win32::ODBC. I have had no trouble. Well ... I would recomend sticking to Win32::GUI. This is just a module naming issue. I think Win32::GUI is a well established name so you are safe if you use it, but I think it's po

Re: [perl-win32-gui] DirListBox

1999-11-12 Thread Jenda Krynicky
> Hello Group, > > Does someone have a solution how to let a user choose a directory. > I saw in VB something like GetDirListBox > > Thanks in advance for all your work and answers, > > Kind regards, > Jerome (just another super-newbie) Not sure if it's in Win32::GUI already but Win32::FileOp

Re: [perl-win32-gui] perl 5.005 & Win32::GUI 424 ??

1999-11-03 Thread Jenda Krynicky
> > Hello again, > > Thanks for the help! I just finally got Win32::GUI 202 working with > 5.00402! Yahoo! > > But... I was hoping that I'd be able to work with the latest release of > Win32::GUI. This I have not been able to do. I've tried activestate > builds 469 and 522, GS 5.00402, and nsPe

Re: [perl-win32-gui] Win32::GUI Build 434

1999-11-02 Thread Jenda Krynicky
> hello all, > this is version 0.0.434 of Win32::GUI. > in this version I've added the functionalities > for ListViews you've been asking for, and expanded > the Graphic class (mainly thrown in for a new > version of David's GuiBuilder I'm working on... > hold your breath for it! ;-). I've tried

Re: [perl-win32-gui] super newbie swimming in sea of mystery...

1999-11-02 Thread Jenda Krynicky
> I've proof-read this post, and feel that I may be asking a lot of > questions. I don't mean to. I'm just trying to point out that I have not > found really anything yet that has helped me to answer even the most > basic questions. I'm perfectly willing to help in putting together a > Win32::GUI

Re: [perl-win32-gui] Win32::GUI::Graphic sample (oclock.pl)

1999-10-28 Thread Jenda Krynicky
> Hello all, > > First, Aldocool clock :) > > Second, I don't know if this has something to do with GUI build 425 or what > but > when I run the oclock.pl program and minimize the window, it seems as > though the > window is being closed and not minimized.That is, I do not see it in my >

Re: [perl-win32-gui] PerlSQL Update

1999-10-25 Thread Jenda Krynicky
> I am about done with the first vision of where I want PerlSQL to go. > With a little more addition to preferences, entering sql statements, and > updating data with popup windows I will then give it a version 1.0 > rating. Until then I am just going to stick to dates. > > -- > Michael Kangas >

Re: [perl-win32-gui] PPM command

1999-10-25 Thread Jenda Krynicky
> > Can someone please resend the ppm command to install the gui module from > Jenda's site. > > ppm install --location=http://jendar.krynicky.cz > > Thanks. > -- > Michael Kangas > [EMAIL PROTECTED] ppm install --location=http://jenda.krynicky.cz Win32-GUI I guess that the jendaR.kr

Re: [perl-win32-gui] build 425

1999-10-25 Thread Jenda Krynicky
> hello all, > > i'm trying to build Win32-GUI version 425. I issue a 'perl > makefile.pl' > and then a 'nmake test'.I get alot of errors. I'm attaching a text > file > that shows all the errors I received. I noticed in one of the threads > that > Aldo is using VC++ 6.0.I'm usin

Re: [perl-win32-gui] [ANN] Win32::GUI 425 on PPM

1999-10-13 Thread Jenda Krynicky
> Monday, October 11, 1999, you wrote: > JK> On http://Jenda.Krynicky.cz/perl/Win32-GUI-samples.zip you'll find > JK> some examples. > In winpmm.gpl you use Win32::GUI::BitmapInline module. > > how can i have and use it ? Both the module and the documentation is included in the PPM distribution

Re: [perl-win32-gui] CardLayout manager upgrade.

1999-10-11 Thread Jenda Krynicky
> I am pretty sure that this was how I had sent it out. Did I have a type-o > somewhere? > > I tried this on my box but got the error.. > Can't locate object method "new" via package "CardLayout" at > D:\web\perlgui\newCard.pl line 12. > > I just thought that I had some environmental variabl

[perl-win32-gui] [ANN] Win32::GUI 425 on PPM

1999-10-11 Thread Jenda Krynicky
The newest build of Aldo Calpini's module Win32::GUI is now in my PPM repository at http://Jenda.Krynicky.cz/perl/ You may install the module by : ppm install --location http://Jenda.Krynicky.cz/perl/ Win32-GUI On http://Jenda.Krynicky.cz/perl/Win32-GUI-samples.zip you'll find some examples.

Re: [perl-win32-gui] CardLayout manager upgrade.

1999-10-11 Thread Jenda Krynicky
> Jenda is correct. change the 'package Win32::GUI::CardLayout' to 'package > CardLayout' in the .pm file. No. Maybe I did not say it clearly, but I would realy like if the CardLayout WAS under the Win32::GUI hieararchy. So the first line SHOULD be package Win32::GUI::CardLayout; And

RE: [perl-win32-gui] CardLayout manager upgrade.

1999-10-08 Thread Jenda Krynicky
> When trying to run this script I got the following error > Can't locate object method "new" via package "CardLayout" at Cardlayout.pl > line 12. > > Line 12 = $card1 = new CardLayout($Window, "main"); > > What is wrong ? > > TIA, > > Jorn > > p.s. I placed CardLayout.pm in the directory: c:

[perl-win32-gui] [ANN] Win32::GUI 340 on PPM

1999-10-04 Thread Jenda Krynicky
I'm realy sorry it took so long, but at last it's there. You may now install the build 340 of Aldo Calpini's Win32::GUI from http://Jenda.Krynicky.cz/perl : c:\> ppm install --location http://Jenda.Krynicky.cz/perl/ Win32-GUI I've also rechecked and updated/added some samples, so you may want

Re: [perl-win32-gui] change event

1999-08-09 Thread Jenda Krynicky
> Thankshow do I get a copy of the build 340 and also can you give me > instructions on how to install it.I noticed that the 340 build is not > on > Jenda's site. > > Felice I'm sorry I was on holidays last week. I promis I will post it. Jenda == [EMAIL PROTECTED] == http://Jenda.Kryn

Re: [perl-win32-gui] Win32::GUI::Tooltip package

1999-06-24 Thread Jenda Krynicky
> Can anyone please send me an example of how they have > successfully implemented the GUI:Tooltip package? I know > that it is built into the Win32::GUI::GetOpenFileName method > dialog box since I can click the question mark (?) in the upper > right corner of that dialog box and then click an o

Re: [perl-win32-gui] Perl Compiler

1999-06-22 Thread Jenda Krynicky
> I am trying to locate the gentleman who recently (about 2 months ago) > discovered the bug in the Timer function of Win32::GUI. He works for a > company which sells a Perl compiler for UNIX. If anyone knows whom I am > referring to, please email me. > > Thanks, > > Tim Haakenson > [EMAIL PRO

[perl-win32-gui] [ANN] Win32-GUI beta-335 on PPM

1999-06-04 Thread Jenda Krynicky
Aldo has posted a new version of Win32::GUI, bet a 335. Indy Singht has compiled it for ActivePerl 5xx and I've at last posted it into my PPM repository at http://Jenda.Krynicky.cz/perl/ You may now install Win32::GUI by c:\> ppm install --location http://Jenda.Krynicky.cz/perl/ Win32-G

Re: [perl-win32-gui] Win32::GUI Beta 335 source

1999-05-28 Thread Jenda Krynicky
> If anyone could post the instructions on how this is done I would be > very greatful. I am not a C/C++ kinda guy. But this would be a cool > thing to start with. Thanx It should be relatively simple if you have MSVC5+ The normal instalation procedure should work perl Mapefile.PL nmake

Re: [perl-win32-gui] Using Timer feature

1999-05-13 Thread Jenda Krynicky
> >Shall I get the DLL and update the version of Win32::GUI > It's your call, I'm just a neophyte here. I would say yes. The version I > built was built with ActiveState build 515, so it is compatible with what > you have. BTW not all 5xx builds are compatible. Up to build 509 the perl > vers

Re: [perl-win32-gui] Anyone gotten Win32:GUI working with Active

1999-05-10 Thread Jenda Krynicky
> I didn't build it, I downloaded the binary's from somewhere ... I can't > rememebr where though. I can look into if you'd like. I actually had to > copy the files ionto the right directories because when I unzipped it ... > they were put into a weird directory and it wouldn't work that way.

Re: [perl-win32-gui] Open Dialog Box

1999-04-26 Thread Jenda Krynicky
> I have a couple of newbie questions, I hope one of you can help me with. > > 1. I have been testing out Aldo's "ofn.pl" script. Is there anyway to > allow > the dialog box to select multiple files? What about selecting directories? > > 2. When using a procedure like "GUI::GetOpenFileName"

Re: [perl-win32-gui] Win32::GUI Beta-332 (1/4) - source Win32-GU

1999-04-19 Thread Jenda Krynicky
> Cheers and thank you! > > I've been unable to reassemble and uudecode the attachments... probably > because of some stupid mistake on my part. > > Could someone post the docs, src, and ppd's as single file attachments? > Or perhaps I'll just wait a little longer till it shows up on Jenda's > w

Re: [perl-win32-gui] Win32::GUI Beta-332

1999-04-18 Thread Jenda Krynicky
I don't know if others were more successfull, but I was not able to open the binaries. For som unknown reason they came (as did the docs and sources) in two separate emails. I've put the data together and decoded the base64, but when I try to open the archive I get this message : error : miss