Search found 14 matches

by The_Grand_User
Sun Jan 13, 2013 12:24 am
Forum: Ideas for New Applications
Topic: Convert to C# and WPF?
Replies: 66
Views: 41071

Re: Convert to C# and WPF?

Wow, it's been awhile since I've posted in here. It's been awhile since I was working on the conversion, too. Still going method by method, uncommenting the java code in them and make them legal C# code. Still not in a runnable state, and haven't even gotten to the UI side of things. So slow, and no...
by The_Grand_User
Tue Mar 20, 2012 6:50 pm
Forum: Ideas for New Applications
Topic: [Crazy?] Going 3D?
Replies: 37
Views: 22994

Re: [Crazy?] Going 3D?

Perhaps this might have potential for running a game in 3D.
by The_Grand_User
Wed Dec 14, 2011 1:40 pm
Forum: Developer Notes
Topic: Questions about the Java code...
Replies: 9
Views: 3020

Re: Questions about the Java code...

That's quite a bit of info, thanks :)
by The_Grand_User
Tue Dec 13, 2011 7:46 pm
Forum: Developer Notes
Topic: Questions about the Java code...
Replies: 9
Views: 3020

Re: Questions about the Java code...

I've yet to get to the inner workings of saving campaigns, but how else is that handled, except by having some well known place where you can look up the images location after you have closed maptool and opened it again?
by The_Grand_User
Tue Dec 13, 2011 1:37 pm
Forum: Developer Notes
Topic: Questions about the Java code...
Replies: 9
Views: 3020

Re: Questions about the Java code...

Oh, heh, this is where it went. Ok, I'll keep this in mind, and leave my change in the C# code. once in MapTool, everything is identified by using an asset ID, so why the .lnk file at all? Probably because that's where the only reference to the file location is stored, if as you say it's for drag &a...
by The_Grand_User
Sat Dec 10, 2011 5:13 pm
Forum: Developer Notes
Topic: Questions about the Java code...
Replies: 9
Views: 3020

Questions about the Java code...

Originally posted to this thread . -- Azhrei Hmm, there is the occasional place where it's a bit tricky to figure out what the intent of the code was, but I can generally figure it out. However, I found one spot that may be a bug in the original code, AssetManager.rememberLocalImageReference. It lo...
by The_Grand_User
Mon Oct 31, 2011 8:01 pm
Forum: Ideas for New Applications
Topic: Convert to C# and WPF?
Replies: 66
Views: 41071

Re: Convert to C# and WPF?

It makes a nice framework for playing around with technologies that I haven't had much occasion to, such as networking. So it's not just a conversion but also a learning experience. But yes, it is a big task. And some things are just going to be done differently, due to the nature of the framework d...
by The_Grand_User
Mon Oct 31, 2011 1:51 pm
Forum: Ideas for New Applications
Topic: Convert to C# and WPF?
Replies: 66
Views: 41071

Re: Convert to C# and WPF?

Just a quick progress report, things are coming along slowly but surely. I've past the point where I got all the classes declared and have gone through most of them (the UI classes have been skipped so far) to convert their field and method declarations. Next step will be to go through each of their...
by The_Grand_User
Thu Sep 08, 2011 5:02 pm
Forum: Ideas for New Applications
Topic: Convert to C# and WPF?
Replies: 66
Views: 41071

Re: Convert to C# and WPF?

So far just going through each of the class files and making one in C# and filling it with the (commented out) java code. Once that's all in, I'll get the field/property and method declarations all set, then start going through each method once everything is defined. It'll take a long time to be sur...
by The_Grand_User
Wed Sep 07, 2011 1:34 pm
Forum: Ideas for New Applications
Topic: Convert to C# and WPF?
Replies: 66
Views: 41071

Re: Convert to C# and WPF?

I can probably stay away from p/invokes, and I'll likely refactor the business logic and UI into seperate projects, so the UI could be swapped out for a different one, but beyond that, no promises. For now, I'll be using WPF, though I might try the Silverlight 5 RC. I would like to wish you "go...
by The_Grand_User
Tue Sep 06, 2011 7:51 pm
Forum: Ideas for New Applications
Topic: Convert to C# and WPF?
Replies: 66
Views: 41071

Re: Convert to C# and WPF?

Ah, I'm actually going to be sticking with MS .Net, though it shoudl be easier for someone else to move it to Mono if they want. I figure the original Java MT should suffice for the cross platform stuff, and I want to be able to take advantage of the full .Net libraries. Plus I'm actually one of tho...
by The_Grand_User
Tue Sep 06, 2011 4:38 pm
Forum: Ideas for New Applications
Topic: Convert to C# and WPF?
Replies: 66
Views: 41071

Re: Convert to C# and WPF?

I think I'll take a stab at converting MapTool to C# and WPF. Who knows, I might even finish and it might even work! :P I'll be sure to put it up somewhere if so, sticking as close as possible to the original version as possible, though likely to make a diverging branch after that. Any advice and/or...
by The_Grand_User
Fri Feb 20, 2009 8:25 pm
Forum: Macros
Topic: [MT 1.3.b48] Break or return
Replies: 8
Views: 694

Re: [MT 1.3.b48] Break or return

Thanks for the replies, guess I'll just have to go the IF() route until Javascript becomes available.
by The_Grand_User
Thu Feb 19, 2009 1:00 pm
Forum: Macros
Topic: [MT 1.3.b48] Break or return
Replies: 8
Views: 694

[MT 1.3.b48] Break or return

Hello, I'm wondering if MapTool has a way to break from a loop or return early from a macro. I tried using the abort() function, but that didn't work.

Thanks

Go to advanced search