|
||
|
|
#26 (permalink) |
|
Newbie
Join Date: Nov 2003
Posts: 30
|
does this thread go anywhere?
well i had a look on the class view of the dll and what im missing is: nearer description of how methods work: most methods and classes are self descripting but so or so it would be nice if i wouldnt have to guess most things by myself... Please dont argue with "bla if you were a real programmer..." I am fun-programmer which doesnt make me lazy but realistic... Clean programming requires a good base and if this dll would be really helpfull, it would at least provide xml comments btw: im getting 'System.IO.DirectoryNotFoundException's all the time... where do i set the directory to search for? i cant do anything without specifying the file path but all in all: nice work anyways ![]() |
|
|
|
|
|
#27 (permalink) |
|
Account Terminated
|
1)Clean programming requires a good base and if this dll would be really helpfull, it would at least provide xml comments
Thats not true, besides no way we would be able to view the xml comments since the SDK is closed source. 2) btw: im getting 'System.IO.DirectoryNotFoundException's all the time... where do i set the directory to search for? i cant do anything without specifying the file path Whats the code your using to get this error? 3) You done need anything more then intelisense, which is basicly the object browswer viewer. Yeah I like intelisense makes the effort having to use sources like msdn no sort of out dated. |
|
|
|
|
|
#28 (permalink) |
|
Newbie
Join Date: Nov 2003
Posts: 30
|
there actually are xml comments describing members so you know what the member does when the autocompletition pops up
well all basic methods im using result into this exception, eg: Gumps gumps = new Gumps(); or Map.[...].GetImage and so on it doesnt seem to find the uo dir... i wonder why theres no option to specify the location of the files (even sphere provides that) when i initialize Gumps, its directly followed by a 'System.TypeInitializationException': The TypeInitializer for Ultima.Gumps caused exception ..... |
|
|
|
|
|
#29 (permalink) | |
|
Account Terminated
|
Quote:
If your getting an expection there is a good reason. I have no problems using those methods, and no I will not give you an example of how to do it. |
|
|
|
|
|
|
#30 (permalink) |
|
Newbie
Join Date: Nov 2003
Posts: 30
|
public Game() {
Gumps gumps = new Gumps(); } this is the code... it throws the mentioned exceptions... where does it actually try to open the files? and why dont you want to give an example? anyways i moved this discussion to: http://www.runuo.com/forum/viewtopic.php?p=187311#187311 since it is not actually about the documentation anymore ![]() |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|