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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 5228 - 5257 of 6984   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5228
hi, I've posted a file in the files section http://groups.yahoo.com/group/quark- python/files/TESTS/f1_help_andy.zip this includes the source files that make...
Andy <andyvinc@...>
andyvinc
Offline Send Email
Mar 1, 2003
8:18 pm
5229
You are totally Aw-some Andy (that's a realy good thing) 8-) I just tried the build but got some error messages: [Error] Quarkx.pas(2324): Undeclared...
cdunde <cdunde1@...>
cdunde
Offline Send Email
Mar 2, 2003
4:12 am
5230
This must be more failures on my part to do updates properly; prvDescS ought to be prvVertexTable, prvNbS should be prvVertexCount. What branch were you...
tiglari <tiglari@...>
tiglari
Offline Send Email
Mar 2, 2003
5:12 am
5231
Hi tiglari :-) Have a good trip ? Back now ? I built under 6.4 alpha, MAIN branch, no tags Thank you, cdunde ... prvVertexCount. ... a ... bottom ... can ... ...
cdunde <cdunde1@...>
cdunde
Offline Send Email
Mar 2, 2003
6:16 am
5232
Hi tiglari: I just finished and uploaded the conversion of Lazarus for Q2 to work with Quark. I would like to commit it to the 6.4alpha MAIN CVS for future ...
cdunde <cdunde1@...>
cdunde
Offline Send Email
Mar 3, 2003
1:49 am
5233
It's amazing what you can achieve when you understand the source ;-) Rowdy ... <snip>...
DG
david@...
Send Email
Mar 3, 2003
3:28 am
5234
// $Header: $ // // $Log: $ (i.e. no content) located towards the front, as in the other .qrk files. I'm back from travelling, but busy and jetlag-goofy....
tiglari <tiglari@...>
tiglari
Offline Send Email
Mar 3, 2003
4:11 am
5235
Thank you tiglari: I added that. I also made the file addition to the CVS folder Entries file to enable the CVS program to recoginse it. I'm not sure if that...
cdunde <cdunde1@...>
cdunde
Offline Send Email
Mar 3, 2003
3:00 pm
5236
... to ... Um, I've never done anything like that, what is the CVS folder Entries file? ... version ... If yours is an improvement, it should replace the...
tiglari <tiglari@...>
tiglari
Offline Send Email
Mar 3, 2003
8:18 pm
5237
Got it. I added the header and commit it as an update to the original Lazrarus and left the toolbox heading as Quark_Lazarus. This way someone can tell whick...
cdunde <cdunde1@...>
cdunde
Offline Send Email
Mar 3, 2003
11:24 pm
5238
oops, thats a bad one on my part... i forgot to update my version of the source... sorry. the only function i changed in quarkx.pas is the xHelpPopup so you ...
Andy <andyvinc@...>
andyvinc
Offline Send Email
Mar 3, 2003
11:34 pm
5239
I'll add that this term-substitution is only in the main branch, not the rel-63a branch, where prvNbS etc. still prevail; people should commit to the main...
tiglari <tiglari@...>
tiglari
Offline Send Email
Mar 3, 2003
11:52 pm
5240
O.K., I made those changes and it works great! I compiled for 6.4alpha and commit them. I am thinking we should be able to have the hint function work just as...
cdunde <cdunde1@...>
cdunde
Offline Send Email
Mar 3, 2003
11:56 pm
5241
... do ... with the following script: def WindowClick(self): quarkx.helppopup("HELP ME",quarkx.exepath + "help/intro.mapeditor.maplayout.html#4views_a") ...
cdunde <cdunde1@...>
cdunde
Offline Send Email
Mar 4, 2003
9:33 am
5242
I've made some progress on getting QuArK to work with Python 2.2. The problem is that the Python objects created by the PyObject creator: function...
tiglari <tiglari@...>
tiglari
Offline Send Email
Mar 4, 2003
9:21 pm
5243
clip ... way ... Man, you got that right ! (who could we be thinking of here? ;-)...
cdunde
Offline Send Email
Mar 4, 2003
10:05 pm
5244
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the quark-python group. File :...
quark-python@yahoogro...
Send Email
Mar 5, 2003
3:32 am
5245
I just up-loaded a F1_help_popup3.zip file to the TEST folder for you to look at. I think I have gone as far as I can go with this. So NOW I'm asking for more...
cdunde
Offline Send Email
Mar 5, 2003
3:36 am
5246
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the quark-python group. File :...
quark-python@yahoogro...
Send Email
Mar 5, 2003
6:56 am
5247
[On Tue, 04 Mar 2003 21:21:16 -0000, "tiglari <tiglari@...>" <tiglari@...> wrote:] ... [...] ... What you are writing, makes me think of...
Decker
decker_dk
Offline Send Email
Mar 5, 2003
7:05 pm
5248
[On Wed, 05 Mar 2003 20:06:28 +0100, Decker <decker@...> wrote:] ... Arwh crap... "TyObject" (and its decendants) is an 'object-type', not an ...
Decker
decker_dk
Offline Send Email
Mar 5, 2003
7:50 pm
5249
In Delphi the ancestor of all classes is called TObject. So the syntax for declaring a new class is: TyImage1 = class(TObject) .... You can omit the...
DG
david@...
Send Email
Mar 5, 2003
9:02 pm
5250
I think I've got things working, for imagelists at least, by rewriting PyObject_NEW in Python.pas like this: function PyObject_NEW(t: PyTypeObject) : PyObject;...
tiglari
Offline Send Email
Mar 6, 2003
12:11 am
5251
OK it seems to work on a different machine, with a generally less screwed up version of QuArK. Rowdy: I can't remember where you put your original Py 2.2...
tiglari
Offline Send Email
Mar 6, 2003
12:52 am
5252
I think I emailed them to you, but from home as I have no record of it here at work. I also can't remember how many files were modified, but Python.pas was the...
DG
david@...
Send Email
Mar 6, 2003
1:27 am
5253
Well no urgency on finding the original files, nor even actual necessity, even if I can't find them myself. And how does Freemem(o) know how much memory to...
tiglari
Offline Send Email
Mar 6, 2003
2:21 am
5254
Normally the underlying layer (the OS), keeps track of how big your newly allocated memory is, so you don't have to think about that when freeing...
decker_dk
Offline Send Email
Mar 6, 2003
7:09 am
5255
... one <snip> ... when ... </snip> I've always had Python installed even before I started using QuArK (using it for various applications that required it as...
Peter TB Brett
BRETTP98
Offline Send Email
Mar 6, 2003
8:01 am
5256
Ahah, I didn't know that (there's a helluva lot I don't know, in spite of occasionally being able to do something with QuArK code). A A Pythonfordelphi...
tiglari
Offline Send Email
Mar 6, 2003
8:22 am
5257
One reason for using an old version is that the download is quite small, the Minipy being about half the size of the Python 2 DLL. There is unfortunately an...
tiglari
Offline Send Email
Mar 6, 2003
8:29 am
Messages 5228 - 5257 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