Hello, in my little free time I've thrown together a patch for DWPL to get it work with Delphi 4 (Update Pack 3 _only_) it's in the cvs rep. in the patch40...
hello, http://alp.dwp42.org/dwpl has the latest DWPL release. new since v220_pre2.exe: - small docs update - buildsystem50.bat is fixed note that D4 support...
Hello, first of all, it's cold here and there's a lot of snow. And the snowfall does not want to stop. My wireless connection does not like these conditions...
Hello, have you seen the anouncement on the wdosx mailing list? WDOSX will be a SourceForge-hosted project. Wow. Laszlo (I've plenty of free time now)...
Happy New Year (I've just returned from holidays:-) ... Well, since nobody else has replied to the survey, I can only say that I personally don't have any use...
Hi Joe, ... Indeed: happy new year (I've just finished my exams:-) (I'd say I'm very proud of myself (since the results are, well, great) but I don't want to...
have a look at the bugs section at http://sf.net/projects/dwpl ! there's another bug (besides the button problem), which I haven't tested yet. Immo, we need...
Hello, I hope that cvs won't cause too much problems, in the beginning I had some problems too... Laszlo PS. 1. If anyone's interested I've put some info on...
well, it's time to document the procedure of setting up the cvs client again: 1. get http://alp.dwp42.org/cvsssh.zip 2. extract it to a folder which is listed...
Okay, I add the buggy program to the sourceforge now. This bug is very strange, to reproduce it is not very easy. ^o^ You can reproduce it like this: 1. Create...
hello, I've just realized that somone a) replaced bin/memmgr.wdl with a BC 5.5 compiled version b) put an advapi32.wdl there, but he forgot to use the -kb flag...
No, the fix did not work. I don't care about Default properties, if a button has the focus, pressing Enter should activate it (maybe Space too?!). Laszlo...
I'm sorry, I did it. I want to put my lfn patched *.wdl files to the bin directory. but I did it fails. :-( Is it very dangerous to do anything with cvs? If it...
1. We need the source first. (please send it to alp@... ) 2. the cvs repository is for DWPL only, send us e-mail with attachment (_not_ to the list) or...
Hello, as you can see, besides the normal DWPL package we have to maintain a package containing the pre-compiled units for D5 Standard Edition. It's ...
... previous ... use ... Thank you very much! I will send the source to you tonight. Now I do the final test. It will be completed three hours later, I think. ...
Hello Laszlo, hello Bingyao, this is what has changed to the repository since yesterday: 2003-01-21 lagocs * bin/advapi32.wdl: removed the broken advapi32.wdl...
Hello Bingyao, Yes fine, I have found it there. This is a good way to send bug test programs. So we don't need to send the test files to this list. Greetings, ...
Hi Immo, ... No, the Windows GUI does not behave this way. Put two buttons on a form, both without a Default property. Run the program, use tab to switch...
here is my interpretation (this method is used in my own UI libraries too) a) Enter is pressed: 1. if the current control is a button, execute its event...
... of course this wants to be "if there is a button WITH the ..." BTW I did not even thought about handling Space. (except for checkboxes and radiobuttons) ...