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...
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...
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...
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 ... ...
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 ...
It's amazing what you can achieve when you understand the source ;-) Rowdy ... <snip>...
DG
david@...
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....
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...
... 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...
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...
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 ...
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...
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...
... do ... with the following script: def WindowClick(self): quarkx.helppopup("HELP ME",quarkx.exepath + "help/intro.mapeditor.maplayout.html#4views_a") ...
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...
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...
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@...
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;...
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...
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@...
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...
... 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...
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...
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...