You can subscribe to this list here.
2001 |
Jan
(226) |
Feb
(139) |
Mar
(156) |
Apr
(95) |
May
(181) |
Jun
(166) |
Jul
(80) |
Aug
(59) |
Sep
(69) |
Oct
(83) |
Nov
(142) |
Dec
(33) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(42) |
Feb
(91) |
Mar
(76) |
Apr
(113) |
May
(67) |
Jun
(68) |
Jul
(37) |
Aug
(41) |
Sep
(16) |
Oct
(135) |
Nov
(51) |
Dec
(21) |
2003 |
Jan
(37) |
Feb
(36) |
Mar
(37) |
Apr
(103) |
May
(68) |
Jun
(70) |
Jul
(77) |
Aug
(12) |
Sep
(9) |
Oct
(53) |
Nov
(88) |
Dec
(63) |
2004 |
Jan
(263) |
Feb
(106) |
Mar
(36) |
Apr
(21) |
May
(21) |
Jun
(34) |
Jul
(33) |
Aug
(34) |
Sep
(35) |
Oct
(21) |
Nov
(43) |
Dec
(63) |
2005 |
Jan
(28) |
Feb
(42) |
Mar
(29) |
Apr
(14) |
May
(41) |
Jun
(20) |
Jul
(65) |
Aug
(136) |
Sep
(41) |
Oct
(74) |
Nov
(34) |
Dec
(94) |
2006 |
Jan
(85) |
Feb
(94) |
Mar
(68) |
Apr
(103) |
May
(66) |
Jun
(51) |
Jul
(24) |
Aug
(56) |
Sep
(57) |
Oct
(85) |
Nov
(73) |
Dec
(68) |
2007 |
Jan
(59) |
Feb
(32) |
Mar
(13) |
Apr
(32) |
May
(36) |
Jun
(36) |
Jul
(64) |
Aug
(35) |
Sep
(19) |
Oct
(10) |
Nov
(13) |
Dec
(20) |
2008 |
Jan
(26) |
Feb
(41) |
Mar
(19) |
Apr
(24) |
May
(16) |
Jun
(33) |
Jul
(34) |
Aug
(4) |
Sep
(11) |
Oct
|
Nov
(26) |
Dec
(23) |
2009 |
Jan
(5) |
Feb
(2) |
Mar
(21) |
Apr
(16) |
May
(13) |
Jun
(6) |
Jul
(34) |
Aug
(2) |
Sep
(1) |
Oct
(7) |
Nov
(5) |
Dec
(24) |
2010 |
Jan
(3) |
Feb
(5) |
Mar
(6) |
Apr
(6) |
May
(14) |
Jun
(6) |
Jul
(1) |
Aug
(12) |
Sep
(10) |
Oct
(9) |
Nov
|
Dec
(2) |
2011 |
Jan
(4) |
Feb
(5) |
Mar
(30) |
Apr
(1) |
May
(2) |
Jun
(5) |
Jul
(3) |
Aug
(2) |
Sep
(3) |
Oct
|
Nov
(6) |
Dec
|
2012 |
Jan
|
Feb
(10) |
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
(1) |
Aug
|
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(4) |
2013 |
Jan
(5) |
Feb
(3) |
Mar
|
Apr
(3) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
(2) |
Feb
|
Mar
|
Apr
(1) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
(7) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(5) |
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Laurent R. <ro...@cl...> - 2001-01-26 17:58:37
|
Aldo, > > gimme time! this is not an automagical process ;-) > BTW, I'm not sure yet that 0.0.558 is stable enough for a > PPM distribution. I would like to get some feedback from > 'people with a C compiler' that can build the module and > test it, before giving it out to everybody. > I have compile version 0.0.558 under win98, with VC++ and ActivePerl 522. No problem during compilation. (message : *** Using the 5.005 Perl Object CPerlObj class) But when i start any win32gui script, i have a runtime exception. For example, with hello.pl and strong debug output. perl Hello.pl !XS(ParseWindowOptions): from_i=2 !XS(ParseWindowOptions): items=16 !XS(ParseWindowOptions): got option '-title' !XS(ParseWindowOptions): got option '-left' !XS(ParseWindowOptions): got option '-top' !XS(ParseWindowOptions): got option '-width' !XS(ParseWindowOptions): got option '-height' !XS(ParseWindowOptions): got option '-name' !XS(ParseWindowOptions): got option '-visible' XS(Create): using class 'PerlWin32GUI_STD' XS(Create): Done parsing parameters... XS(Create): dwExStyle = 0x0 XS(Create): szClassname = PerlWin32GUI_STD XS(Create): szName = hello.pl XS(Create): dwStyle = 0x10cf0000 XS(Create): nX = 100 XS(Create): nY = 100 XS(Create): nWidth = 150 XS(Create): nHeight = 100 XS(Create): hParent = 0 XS(Create): hMenu = 0 XS(Create): hInstance = 0 XS(Create): initializing pPointer... XS(Create): storing -type/-name... XS(Create): calling CreateWindowEx... !XS(WindowMsgLoop) got (3428, 0x24, 0, 6551720) Error: Runtime exception It's probably the GetWindowLong call before a SetWindowLong. The first message is a WM_GETMINMAXINFO and not a WM_CREATE. Laurent. |
From: Sean H. <jal...@ho...> - 2001-01-25 16:43:21
|
I looked into both these solutions. I couldn't get Expect to work (I'll guess I'll have to wait for a Win32 version), and the problem with this other one is that DOS won't relinquish control back to the script until it has finished running - and since it's waiting for input, it never finishes. I discovered that I cam make it work if I use the console - DOS will wait for user input from the console, so you can enter it there. I checked on the MSDN Library, and it seems that Windows starts an instance of a 'Virtual Machine' for each DOS prompt. (This is to fool DOS into thinking it's the only thing running.) What I need is some way to pipe info into and out of a VM - but I haven't found a way yet. I've looked into pipes and threads and interprocess communication on the MSDN Library, but I've found nothing that works yet. I've shelved this project for a while - I just applied for a job I'm very likely to get, so I won't have as much free time on my hands - and I'll get to write Perl! (My last job laid me off - in fact, about 80% of their developers - a couple of months ago, but they had me writing PHP anyway.) Wish me luck! >a more windows-ish way might be to open a new window that instructs the >user >to input "something" with a textbox for their input and an OK button to >accept, read in their input, and close the input window. >Look into the Expect module. (note: I'm not positive it is implemented in >the Win32 environment - so forgive me if it is not..) _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com |
From: Peter E. <Pet...@at...> - 2001-01-25 16:22:32
|
a more windows-ish way might be to open a new window that instructs the user to input "something" with a textbox for their input and an OK button to accept, read in their input, and close the input window. -----Original Message----- From: Chr...@ti... [mailto:Chr...@ti...] Sent: Monday, January 22, 2001 10:21 AM To: per...@li... Subject: RE: [perl-win32-gui-users] Interacting with DOS Shell Look into the Expect module. (note: I'm not positive it is implemented in the Win32 environment - so forgive me if it is not..) tcl...@we... -----Original Message----- From: Sean Healy [mailto:jal...@ho...] Sent: Friday, January 19, 2001 7:22 PM To: per...@li... Subject: Re: [perl-win32-gui-users] Interacting with DOS Shell I'm trying to make a gui interface to a command-line program I have. The problem is that at certain points, the program wants user input. I tried backticks, but my script hangs at the point where the program wants input. Is there a way to interface with DOS so that when a DOS program wants input, the control switches back to the Perl script, which can ask for input and then pipe that input into DOS? Backticks, exec(), and system() all fail to allow for user input after the initial command. Is there a module or something I can use for this? _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users |
From: Jonathan S. <jso...@al...> - 2001-01-25 16:20:14
|
I have some text in a Richedit object. I'd like to be able to copy any = text that I select but it doesn't work. Is there sojmething special I = have to do? Jonathan Southwick Technical & Network Services Allegheny College, Meadsville, PA jso...@al... |
From: Sean H. <jal...@ho...> - 2001-01-25 16:00:08
|
>has anyone been successfull in getting tooltips to work? I've played with them, but I always get the message that I'm trying to do something to an undefined value. I tracked the problem down in GUI.pm, and I found these two lines: my $parent = $_[0]; my $new = Win32::GUI->_new(Win32::GUI::constant("WIN32__GUI__TOOLTIP", 0), @_); The first should have $_[1], as it is currently assigning "Win32::GUI::Tooltip" to $parent, rather than the actual name of the parent object. I tried fixing it, but my object still wouldn't initialize. (That bad assignment is not actually causing any problems right now, but it presumably will when the real problem is fixed.) The real problem is that Win32::GUI->_new is returning undef, which is why I get that error message. I looked in Win32::GUI->_new, and found that it is returning undef due to the following line: my $handle = Win32::GUI::Create($self, $type, @input); It returns undef because nothing gets assigned to $handle. Unfortunately, that line is calling something from either GUI.dll or GUI.lib, which I can't do anything about (unless I learn C++ and get a compiler). _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com |
From: Jonathan S. <jso...@al...> - 2001-01-25 13:58:55
|
has anyone been successfull in getting tooltips to work? Jonathan Southwick Technical & Network Services Allegheny College, Meadsville, PA jso...@al... |
From: Aldo C. <da...@pe...> - 2001-01-24 16:37:32
|
hello perl-win32-gui-users, I've added cursor and icon support to BitmapInline.pm, along with a new version of HyperLink.pm that will use the inlined cursor (harrow.cur) if the default handcursor is not found (the default handcursor should be available only in Win2k). enjoy :-) cheers, Aldo __END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print; |
From: Reini U. <ru...@sb...> - 2001-01-24 14:40:47
|
thanks, my firewall doesn't let the cvs port go through, but simple http browsing for the xs via cvsweb is okay for me. (BTW: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/~checkout~/perl-win32-gui/Win32-GUI/GUI.xs for the latest revision) Aldo Calpini wrote: > BTW, if you wanna go really wild, I have set up > the CVS server, so you can grab the latest development > release directly from there ;-) -- Reini Urban |
From: Jonathan S. <jso...@al...> - 2001-01-24 13:59:08
|
Erick, I think these will work, I haven't tried them all. Settings =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D 0 - display only the OK button 1 - display OK and Cancel buttons 2 - display Abort, Retry, and Ignore buttons 3 - display Yes, No, and Cancel buttons 4 - display Yes and No buttons 5 - display Retry and Cancel buttons 16 - display Critical Message icon 32 - display Warning Query icon 48 - display Warning Message icon 64 - display Information Message icon 0 - set first button as default 256 - set second button as default 512 - set third button as default 768 - set fourth button as default Return Values =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 1 - OK 2 - Cancel 3 - Abort 4 - Retry 5 - Ignore 6 - Yes 7 - No Like I said, I think these are right. Jonathan Southwick Technical & Network Services Allegheny College, Meadsville, PA jso...@al... ----- Original Message -----=20 From: Erick J. Bourgeois=20 To: per...@li...=20 Sent: Tuesday, January 23, 2001 6:22 PM Subject: [perl-win32-gui-users] MessageBox I see. Do you have a list of the corresponding icon, button, and = modality values? =20 erick never stop questioning www.jeb.ca ----- Original Message -----=20 From: Thomas, Timothy B=20 To: 'per...@li...'=20 Sent: Tuesday, January 23, 2001 11:09 PM Subject: RE: [perl-win32-gui-users] MessageBox Erick - the function I was using was out of the Win32 module, not = Win32::GUI, that explains the differences. to get the method I use to work you would need: use Win32, as = well as use: Win32::Gui. Tim = -------------------------------------------------------------------------= ------------------------ Tim Thomas Unix Systems Administrator Lockheed Martin EIS =B7 Denver Data Center 303-430-2281 mailto:tim...@lm... = -------------------------------------------------------------------------= ------------------------ |
From: Aldo C. <da...@pe...> - 2001-01-24 09:47:01
|
Thomas, Timothy B wrote: > Aldo - pretty cool, did you just implement that? > I seem to be getting a not-very-descriptive error when I > try your code. See below. > Tim > > D:\Archive\scripts\completed\digitaltool>perl aldourl.gpl > Wrong number of parameters: expected 0, got 2. > BEGIN failed--compilation aborted at aldourl.gpl line 2. sorry, I forgot to mention that you need Win32::API version 0.20. if you don't want to upgrade Win32::API, you can change the following lines in HyperLink.pm 13: my $LoadCursor = new Win32::API("user32", "LoadCursor", "NN", "N"); -> my $LoadCursor = new Win32::API("user32", "LoadCursor", [N,N], "N"); 14: my $ShellExecute = new Win32::API("shell32", "ShellExecute", "NPPPPI", "N"); -> my $ShellExecute = new Win32::API("shell32", "ShellExecute", [N,P,P,P,P,I], "N"); cheers, Aldo __END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print; |
From: Aldo C. <da...@pe...> - 2001-01-24 09:08:57
|
Reini Urban wrote: > in which perl was 'SvPV_nolen' introduced? > the prev GUI.xs had > pszName = SvPV(*pHv, PL_na); > instead of the new > pszName = SvPV_nolen(*pHv); yes, sorry, SvPV_nolen was introduced in 5.6.0. you need to add these lines: #ifndef SvPV_nolen # define SvPV_nolen(x) SvPV(x, PL_na) #endif BTW, if you wanna go really wild, I have set up the CVS server, so you can grab the latest development release directly from there ;-) cheers, Aldo __END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print; |
From: Erick J. B. <er...@e-...> - 2001-01-23 23:25:10
|
I see. Do you have a list of the corresponding icon, button, and = modality values? erick never stop questioning www.jeb.ca ----- Original Message -----=20 From: Thomas, Timothy B=20 To: 'per...@li...'=20 Sent: Tuesday, January 23, 2001 11:09 PM Subject: RE: [perl-win32-gui-users] MessageBox Erick - the function I was using was out of the Win32 module, not = Win32::GUI, that explains the differences. to get the method I use to work you would need: use Win32, as well = as use: Win32::Gui. Tim = -------------------------------------------------------------------------= ------------------------ Tim Thomas Unix Systems Administrator Lockheed Martin EIS =B7 Denver Data Center 303-430-2281 mailto:tim...@lm... = -------------------------------------------------------------------------= ------------------------ |
From: <Eva...@ao...> - 2001-01-23 23:04:37
|
Couldnt you just pass the mailto: link on to the web browser just like a normal link? - ______________________________ "Old programmers never die...they just get a fatal error." |
From: Thomas, T. B <tim...@lm...> - 2001-01-23 22:12:24
|
Erick - the function I was using was out of the Win32 module, not Win32::GUI, that explains the differences. to get the method I use to work you would need: use Win32, as well = as use: Win32::Gui. Tim =20 ------------------------------------------------------------------------= ---- --------------------- Tim Thomas Unix Systems Administrator Lockheed Martin EIS =B7 Denver Data Center 303-430-2281 mailto:tim...@lm... <mailto:tim...@lm...>=20 ------------------------------------------------------------------------= ---- --------------------- -----Original Message----- From: Erick J. Bourgeois [mailto:er...@e-...] Sent: Tuesday, January 23, 2001 2:50 PM To: per...@li... Subject: [perl-win32-gui-users] MessageBox Tim, I tried your way and I got a runtime error, "Undefined subroutine &Win32::MsgBox called at ...". However, if I call the method = MessageBox() on a window object, it's all good. Halfway through this email I realized = what you did wrong; shouldn't it be: =20 Win32::GUI::MessageBox( 0, "Do you want to do this?", "Title", MB_ICONINFORMATION | MB_YESNO, ); =20 well at least this works for me. One question, what does the zero do? = Make it modal? =20 erick never stop questioning www.jeb.ca <http://www.jeb.ca>=20 |
From: Erick J. B. <er...@e-...> - 2001-01-23 21:52:58
|
Tim, I tried your way and I got a runtime error, "Undefined subroutine = &Win32::MsgBox called at ...". However, if I call the method = MessageBox() on a window object, it's all good. Halfway through this = email I realized what you did wrong; shouldn't it be: Win32::GUI::MessageBox( 0, "Do you want to do this?", "Title", MB_ICONINFORMATION | MB_YESNO, ); well at least this works for me. One question, what does the zero do? = Make it modal? erick never stop questioning www.jeb.ca |
From: Thomas, T. B <tim...@lm...> - 2001-01-23 21:16:59
|
Win32::MsgBox("Text", 0, "title"); or $result=3DWin32::MsgBox("Do you want to do this?", 4, "Title"); if ($result=3D=3D6) #yes is clicked { #do this stuff } ------------------------------------------------------------------------= ---- --------------------- Tim Thomas Unix Systems Administrator Lockheed Martin EIS =B7 Denver Data Center 303-430-2281 mailto:tim...@lm... <mailto:tim...@lm...>=20 ------------------------------------------------------------------------= ---- --------------------- -----Original Message----- From: Erick J. Bourgeois [mailto:er...@e-...] Sent: Tuesday, January 23, 2001 2:01 PM To: per...@li... Subject: [perl-win32-gui-users] MessageBox? Is there a MessageBox constructor? I remember seeing this idea = somewhere, but I can't find it any more. =20 erick never stop questioning www.jeb.ca <http://www.jeb.ca>=20 |
From: Erick J. B. <er...@e-...> - 2001-01-23 21:14:12
|
Sorry, I just found out how to do it. ----- Original Message -----=20 From: Erick J. Bourgeois=20 To: per...@li...=20 Sent: Tuesday, January 23, 2001 10:01 PM Subject: [perl-win32-gui-users] MessageBox? Is there a MessageBox constructor? I remember seeing this idea = somewhere, but I can't find it any more. erick never stop questioning www.jeb.ca |
From: Erick J. B. <er...@e-...> - 2001-01-23 21:03:39
|
Is there a MessageBox constructor? I remember seeing this idea = somewhere, but I can't find it any more. erick never stop questioning www.jeb.ca |
From: Sam <sa...@se...> - 2001-01-23 20:55:37
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I didn't say anything before (about the html thing) because it really didn't matter, but in this case it does. You don't really want to find file extensions in the registry, you want to find service providers. It's an academic point with html, but with mail it's critical for correct operation between mail clients. look at HKCR/http and HKCR/mailto for the two offending keys (they should have shell command open thingees if your clients are good). same applies for HKCR/ftp, and gopher wais etc etc etc > Just to tell you Thomas, emails in Outlook have the ending > .eml > > > Deviating from Win32-GUI somewhat: > > Next step is to figure out how to mimik a > "mailto:" for the e-mail > > link. Should be easy, once we figure out how to determine > what the default > > e-mail program is. Not sure what assication is set for > that. .html for the > > browser is easy, but what about e-mail's? maybe .msg? > Here's the ftype info > > for .msg on my NT system, using outlook for e-mail. > > > > C:\>assoc .msg > > ..msg=msgfile > > > > C:\>ftype msgfile > > msgfile="C:\Program Files\Microsoft > Office\Office\OUTLOOK.EXE" /f "%1" > > > > > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Per...@li... > http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > -----BEGIN PGP SIGNATURE----- Version: N/A iQA/AwUBOm1IP5sRND2Z+TaWEQLoxgCeOmCRBRcoYC01SRwr4J5EsFmPas0An1ru hizFZbFtSrQSEh3RUaEkqngP =WO0q -----END PGP SIGNATURE----- Sam Jacobson R & D Manager / Software Engineer Selective Communications Ph +64 9 302 1142 www.selective.co.nz |
From: Erick J. B. <er...@e-...> - 2001-01-23 20:14:44
|
It worked Jonathan, thanks. I put the Select method before I inserted = the items :) erick never stop questioning www.jeb.ca |
From: Jonathan S. <jso...@al...> - 2001-01-23 19:54:13
|
Erick, No, actually I meant what I thyped: $HostName ->Select(0); It works for me. Make sure you place that before your Win32::GUI::Dialog() call or = somewhere where it will get called from a specific sub. Try this short code and see if it works: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D use Win32::GUI; my $screen_width =3D Win32::GUI::GetSystemMetrics(0); my $screen_height =3D Win32::GUI::GetSystemMetrics(1); my $minwidth =3D 620; my $minheight =3D 255; my $MainWindow =3D new Win32::GUI::Window( -name =3D> "MainWindow", -top =3D> ($screen_height - $minheight)/2, -left =3D> ($screen_width - $minwidth)/2, -width =3D> $minwidth, -height =3D> $minheight, -minsize=3D> [$minwidth,$minheight], -title =3D> "Sample Window", ); $HostName =3D $MainWindow->AddCombobox( -name =3D> "HostName", -tabstop =3D> 1, -style =3D> WS_VISIBLE | 2 | WS_NOTIFY, -left =3D> 205, -top =3D> 10, -width =3D> 110, -height =3D> 160, ); $HostName->InsertItem ("ftp.server1.com"); $HostName->InsertItem ("ftp.server2.com"); $MainWindow->Show(); $HostName->Select(0); Win32::GUI::Dialog(); =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Let me know if it still doesn't work for you. Jonathan Southwick Technical & Network Services Allegheny College, Meadsville, PA jso...@al... ----- Original Message -----=20 From: Erick J. Bourgeois=20 To: per...@li...=20 Sent: Tuesday, January 23, 2001 2:22 PM Subject: [perl-win32-gui-users] Combobox Johnathan, Do you mean $HostName ->Select[0]; I tried both ways, both don't work. erick never stop questioning www.jeb.ca |
From: Reini U. <ru...@sb...> - 2001-01-23 19:49:28
|
Aldo Calpini schrieb: > BTW, I'm not sure yet that 0.0.558 is stable enough for a > PPM distribution. I would like to get some feedback from > 'people with a C compiler' that can build the module and > test it, before giving it out to everybody. Ah, you mean me :) okay: using my selfbuilt MSVC - GSAR perl 5.005_02 built for MSWin32-x86-thread >mperl502 Makefile.pl >nmake ... cp GUI.pm blib\lib\Win32/GUI.pm cp BitmapInline.pm blib\lib\Win32/GUI/BitmapInline.pm cp GridLayout.pm blib\lib\Win32/GUI/GridLayout.pm Can't open getbuild.bat: No such file or directory then cl blabla... GUI.cpp *** Using a non-Object Core Perl. (which is okay :) GUI.xs(445) : error C2065: 'SvPV_nolen' : nichtdeklarierter Bezeichner in which perl was 'SvPV_nolen' introduced? the prev GUI.xs had pszName = SvPV(*pHv, PL_na); instead of the new pszName = SvPV_nolen(*pHv); GUI.xs(445) : 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 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 Funktionsformat GUI.xs(835) : error C2065: 'thr' : nichtdeklarierter Bezeichner ... and so on of course -- Reini Urban http://xarch.tu-graz.ac.at/autocad/news/faq/autolisp.html |
From: Erick J. B. <er...@e-...> - 2001-01-23 19:24:44
|
Johnathan, Do you mean $HostName ->Select[0]; I tried both ways, both don't work. erick never stop questioning www.jeb.ca |
From: Jonathan S. <jso...@al...> - 2001-01-23 19:13:24
|
Sorry, I meant Erick! ;] Jonathan Southwick Technical & Network Services Allegheny College, Meadsville, PA jso...@al... ----- Original Message ----- From: "Erick J. Bourgeois" <er...@e-...> To: <per...@li...> Sent: Tuesday, January 23, 2001 1:44 PM Subject: [perl-win32-gui-users] Combobox > Why is it that in the following Combobox: > > $HostName = $MainWin->AddCombobox( > -name => "HostName", > -tabstop => 1, > -style => WS_VISIBLE | 2 | WS_NOTIFY, > -left => 205, > -top => 10, > -width => 110, > -height => 160, > ); > $HostName->InsertItem ("ftp.server1.com"); > $HostName->InsertItem ("ftp.server2.com"); > > The first item is not showing right away, I have to drop the > combobox first. I also tried -text=>"ftp.server1.com" > > erick > > never stop questioning > www.jeb.ca > > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Per...@li... > http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > |
From: Jonathan S. <jso...@al...> - 2001-01-23 19:10:27
|
Eric, Add the following to your code: $HostName ->Select(0); Jonathan Southwick Technical & Network Services Allegheny College, Meadsville, PA jso...@al... ----- Original Message ----- From: "Erick J. Bourgeois" <er...@e-...> To: <per...@li...> Sent: Tuesday, January 23, 2001 1:44 PM Subject: [perl-win32-gui-users] Combobox > Why is it that in the following Combobox: > > $HostName = $MainWin->AddCombobox( > -name => "HostName", > -tabstop => 1, > -style => WS_VISIBLE | 2 | WS_NOTIFY, > -left => 205, > -top => 10, > -width => 110, > -height => 160, > ); > $HostName->InsertItem ("ftp.server1.com"); > $HostName->InsertItem ("ftp.server2.com"); > > The first item is not showing right away, I have to drop the > combobox first. I also tried -text=>"ftp.server1.com" > > erick > > never stop questioning > www.jeb.ca > > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Per...@li... > http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > |