News:

Huge spam cleanup. I hope, everything important is still in place. :-)

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mackintosh

#1
Development / Re: Missing Files
June 07, 2009, 08:09:40 PM
What I did is delete the entire project and start over, and I ran into no issues. As far as the "missing" files I was quoting the lazarus documentation on the matter. I was using the latest download from sourceforge. The links in the readme to the treeview-unstable are outdated, they are now located in treeview-new.

I also wanted to note that using the latest repository version of all necessary libraries results in a working CentrED compile. I may have been getting the ClientHeight issues from using the wrong/out of data library versions.
#2
Development / Re: Missing Files
June 05, 2009, 10:45:21 PM
I see what I want appears to be already implemented using the boundaries as a filter in the GetDrawList call.
#3
Development / Re: Missing Files
June 05, 2009, 07:17:55 PM
Ok, thanks. I am attempting to write in the ability to not draw statics or terrain above a certain z level. I am not familiar with pascal but have an extensive programming history so I figured it shouldn't be too long of a job. I was planning to look at the layer drawing code and just not draw tiles greater then a certain Z position. This would assist in the modification of lower levels of a pre existing static building. I may be mistaken in thinking that this could not be done currently ( or there is another way of doing so ) but I see no way of editing multi level structures.

About the missing LRS files. Lazarus will not generate them if they are missing. What I had to do was change a property on each form ( I used autofill ) and then revert the change and hit the save button. The LRS files were created at that time.

I have stumbled upon a new problem though. After authenticating to the server, an error is being thrown
"Error reading sbArea.ClientHeight: Unknown property: "ClientHeight"." It seems all my TScrollBox's are throwing this.
#4
Development / Missing Files
June 05, 2009, 12:48:43 AM
Are the .lrs files for the initialize call in the Client/Tools folder missing?