Request

Hi
When I’m at work I don’t have access to my home code or the xith javadoc so I rely on the javadoc on xith3d.org to keep me amused :), any chance of someone updating it? :), all the UI stuff is missing and i’m trying to find out if it’s possible to stop the UI components being moveable, I keep accidently moving my test ones in my game :slight_smile:

Cheers

Endolf

It’s not possible to stop the windows moving around, but it’s not difficult to add this: Define a property movable of UIWindow (with isMovable() and setMovable(boolean) methods) and rewrite UIWindowManager.processMouseEvent() to check if the UIWindow is movable. To do this you have to call getOverlay(), test if it is a UIWindow and then put the whole method (except the last part) in an if-clause. At least I think this should work. ;D

I’ll try and update it more. :-X

If you would like to lend a hand, I’ll give you FTP access to the javadoc directory as fast as you can say “5 more hours till the weekend”.

Will.

http://xith.org/javadoc/

updated :slight_smile:

Will.

[quote]I’ll try and update it more. :-X

If you would like to lend a hand, I’ll give you FTP access to the javadoc directory as fast as you can say “5 more hours till the weekend”.

Will.
[/quote]
Lucky sod, got 9 more hours till the weekend here :frowning:
I’m planning on sepdning the weekend either doing what I should be doing, or trying to update some of the javadoc in xith (It’s one way to get round to looking at most of the system), so sunday night I might make you upload it all again :slight_smile:

Endolf

sure you don’t want FTP access? :wink:

It’ll be great to have some more javadoc comments, thanks :smiley:

Will.

PS. weekends here now ;D

Hi
FTP is just wrong, you want SCP, plain text passwords are a v bad idea :). I won’t have access to a network until I get back monday night, so I will upload to cvs then, assuming I get anything done, I might well end up spending the whole weekend going ‘wtf does this do??’ with a general blank look on my face :), or I might actaully get ready to move house :), but currently, I plan on having a relaxing weekend hunting through the source.

Cheers

Endolf

yes, well I do use scp to update it personally. It’s possible for me to give FTP access to a particular directory - but not ssh currently :slight_smile: how bad would it be if someone compromised the javadoc anyway? rest assured that the releases are ssh’d in…

Will.