Search the web
Sign In
New User? Sign Up
quark-python · QuArK Python Tech Info
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4769 - 4798 of 6984   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4769
Ouch! I've just been banging my head on the desk! How, how, could I possibly have missed this ... EdOpenGL.pas: procedure...
Rowdy
terminalmaniak
Offline Send Email
Jun 2, 2002
7:56 am
4770
Done, Decker seems to have already done it for the main branch. I'm pretty close to proclaiming 6.3 final, basically just waiting around on the basis that one...
tiglari
Offline Send Email
Jun 2, 2002
9:12 pm
4771
[On Sun, 2 Jun 2002 17:57:47 +1000, "Rowdy" <rowdy@...> wrote:] ... <snip> ... Don't worry about that. Its a very common mistake that everyone is...
Decker
decker_dk
Offline Send Email
Jun 3, 2002
4:50 pm
4772
It seems to me that that the far-distant error effect happens a lot more with C++ than Delphi, some evidence that C++ syntax is fundamentally misdesigned (I'd...
tiglari
Offline Send Email
Jun 3, 2002
9:30 pm
4773
http://www.stokely.com/lighter.side/unix.prank.html hahahahaha :-D...
DG
david@...
Send Email
Jun 3, 2002
10:05 pm
4774
I've put a link to one on the latest page, it would be good if a few people tested it for gross errors, then if none are found, I'll rename it to...
tiglari
Offline Send Email
Jun 4, 2002
9:30 am
4775
Hmmm, I tried to download this from FilePlanet and got the infamous "Path not found" error. So I did a search for "QuArK" (over the entire FilePlanet, not just...
DG
david@...
Send Email
Jun 4, 2002
9:59 pm
4776
[On Tue, 04 Jun 2002 09:30:50 -0000, "tiglari" <tiglari@...> wrote:] ... Guess I need to move MOHAA support to 6.4, on the _download-database.php3...
Decker
decker_dk
Offline Send Email
Jun 5, 2002
2:47 pm
4777
[On Tue, 04 Jun 2002 22:55:23 -0000, "quantum_red" <quantum_red@...> wrote:] I'm replying in QuArK-Python. ... In PyMapView.PAS, the procedure...
Decker
decker_dk
Offline Send Email
Jun 5, 2002
3:07 pm
4778
Hi tiglari. I get this error, when opening a .BSP file in the editor (note, I'm ... Traceback (innermost last): File...
Decker
decker_dk
Offline Send Email
Jun 5, 2002
4:12 pm
4779
Y ... avoid ... Yes, I also need to make the support patch. ... I found that I was getting different results in different OSes as to where things had to be in...
tiglari
Offline Send Email
Jun 5, 2002
9:19 pm
4780
You can determine the OS version using API calls. I've done it in VB. I'll check for some samples later. This pseudo code would be better than adding yet...
quantum_red
Offline Send Email
Jun 6, 2002
3:03 am
4781
We actually seem to have code to do this sitting around in SystemDetails.pas, there's a boolean variable Is95 (and various others); I'll see what I can do...
tiglari
Offline Send Email
Jun 6, 2002
11:50 am
4782
However here's an obstacle, no SM_CYVIRTUALSCREEN recognized by D5, so maybe the keyword is different?...
tiglari
Offline Send Email
Jun 6, 2002
12:23 pm
4783
... These are constants. Not sure about how things are declared in Delphi, but just add these where appropriate: #define SM_CXVIRTUALSCREEN 78 #define...
quantum_red
Offline Send Email
Jun 6, 2002
3:37 pm
4784
Fixed, rghh it was in the 63a .exe to, I certainly knew what I was doing with that 'a' bit. ... \runtime\plugins\__init__.py", ... ...
tiglari
Offline Send Email
Jun 6, 2002
9:23 pm
4785
For D5 and D6 it's defined in source\rtl\win\multimon.pas - you'd need to add multimon to the uses clause. Rowdy...
DG
david@...
Send Email
Jun 6, 2002
9:56 pm
4786
Ahah, OK I've already committed changes with quantum_red's numbers but I'll revise that shortly & do it right (should only need to modify SystemDetails.pas)....
tiglari
Offline Send Email
Jun 6, 2002
11:04 pm
4787
In file PyMapView, why not just include Multimon in Uses, and change lines 1181 and 1182 from: SSize.X:=GetSystemMetrics(sm_CxScreen); ...
nurail
Offline Send Email
Jun 7, 2002
2:42 am
4788
Have you tested the results of this in Win95? I tested what I did on one monitor, Win95b, and it seemed to work fine. Anyway it's done and committed, there...
tiglari
Offline Send Email
Jun 7, 2002
3:45 am
4789
No I haven't. I don't have 95 installed... ... the ... learning to ... until I...
nurail
Offline Send Email
Jun 7, 2002
4:16 am
4790
... I'm not sure if I have D6 handy, but I'll check. The issue with SM_CXVIRTUALSCREEN and SM_CYVIRTUALSCREEN is they work in Windows 98/Me, Windows 2000/XP....
quantum_red
Offline Send Email
Jun 7, 2002
5:10 am
4791
... work in Windows 98/Me, Windows 2000/XP. Supposedly they should not work in win95. Not sure about the various flavors on win95 (a,b, etc). ... older...
tiglari
Offline Send Email
Jun 7, 2002
6:18 am
4792
I'm not sure whether I can test anything useful here at work, I have Win2K with two monitors, but Python 2.2.1 installed. At home I have Win2K and the minipy...
DG
david@...
Send Email
Jun 7, 2002
6:26 am
4793
Now I wouldn't suggest that you spend time at work would I ... Main concern is that it not just crash on 1 screen under W2K, I can't imagine any reason why it...
tiglari
Offline Send Email
Jun 7, 2002
7:31 am
4794
I don't have D6 available right now, but I will at some point in the future. In the interim, I can assist in testing a compiled exe if it would be helpful. I...
quantum_red
Offline Send Email
Jun 7, 2002
5:37 pm
4795
I've made the Mohaa support patch and linked to it from 'latest', it should be linked to from the downloads page in some manner or other, not quite sure what...
tiglari
Offline Send Email
Jun 8, 2002
2:03 am
4796
I've made a substantial number of updates, to: intro/faq: a section on 'missing features' maped/games: jk2, mohaa plans: recent bugfixes etc. leakhunt:...
tiglari
Offline Send Email
Jun 8, 2002
12:14 pm
4797
Hello, All! I have made a simple plugin which can be usefull for mapping. May I ask you to look on and tell your opinions about it? ...
Andrew Afanasyev
fpainting
Offline Send Email
Jun 8, 2002
5:55 pm
4798
I've gotten an ardent request for SoF2 support from someone who can't seem to manage to post to yahoo, & since it's technically very similar to JK2 I wonder...
tiglari
Offline Send Email
Jun 9, 2002
1:19 am
Messages 4769 - 4798 of 6984   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help